﻿html {
    width: 100%;
    font-family: "Hiragino Sans GB", "MicroSofr YaHei", arial
}

body {
    text-align: center
}

ul, li, body {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #333
}

a:visited, a:active {
    color: #333
}

a:hover {
    color: #0986f1 !important
}

#header {
    position: relative;
    width: 1200px;
    height: 223px;
    margin: 22px auto 0;
    padding-top: 10px;
    box-sizing: border-box;
    background-image: url(../images/changecity_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: left
}

.header-HD {
    background-image: url(../images/changecity_bg@2x.png) !important
}

#logo {
    width: 125px;
    height: 42px;
    background-image: url(../images/changecity_logo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.logo-HD {
    background-image: url(../images/changecity_logo@2x.png) !important
}

#bangbang {
    position: absolute;
    top: 70px;
    left: 258px;
    width: 160px;
    height: 160px;
    background-image: url(../images/changecity_bangbang.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.bangbang-HD {
    background-image: url(../images/changecity_bangbang@2x.png) !important
}

#header-links {
    position: absolute;
    left: 468px;
    top: 55px;
    width: 720px
}

#header-title {
    line-height: 16px;
    margin-top: 25px;
    color: #666;
    font-size: 16px
}

#header-home {
    height: 40px;
    margin-top: 38px
}

#header-home-btn {
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 46px;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #ff552e;
    clear: both
}

#header-home-title {
    float: left
}

#header-arrow {
    float: left;
    width: 19px;
    padding-left: 6px;
    padding-right: 34px;
    font-size: 14px;
    font-weight: 400
}

#header-recommend {
    line-height: 16px;
    margin-top: 23px;
    color: #333;
    font-size: 16px
}

.recomment-city {
    margin: 0 10px
}

#hot {
    width: 1200px;
    line-height: 14px;
    margin: 47px auto 0;
    text-align: left
}

#hot-title {
    float: left;
    margin-right: 18px;
    color: #ff552e;
    font-size: 14px;
    font-weight: 600
}

a.hot-city {
    margin: 0 10px;
    color: #666;
    font-size: 14px
}

#selector {
    width: 1200px;
    margin: 27px auto 0;
    height: 30px;
    text-align: left
}

.selector-title {
    float: left;
    line-height: 30px;
    margin-right: 29px;
    color: #555;
    font-size: 14px;
    font-weight: 600
}

.selector {
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 118px;
    height: 28px;
    margin-right: 8px;
    border: solid 1px #DDD;
    border-radius: 2px;
    color: #999;
    font-size: 14px
}

.selector:hover {
    border-color: #999
}

.selector-result {
    width: 106px;
    height: 28px;
    padding-left: 12px;
    line-height: 28px;
    font-size: 12px
}

.selector-arrow {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 11px;
    height: 7px;
    background-image: url(../images/changecity_down.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.selector-arrow-HD {
    background-image: url(../images/changecity_down@2x.png) !important
}

.selector-arrow-up {
    background-image: url(../images/changecity_up.png)
}

.selector-arrow-up-HD {
    background-image: url(../images/changecity_up@2x.png) !important
}

.selector-box {
    display: none;
    position: absolute;
    top: 28px;
    left: -1px;
    width: 118px;
    border: solid 1px #DDD;
    font-size: 12px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto
}

.selector-list {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    color: #999
}

.selector-list:hover {
    color: #ff552e;
    background-color: #f8f8f8
}

#selector-city {
    margin-right: 39px
}

#selector-btn {
    cursor: pointer;
    float: left;
    width: 80px;
    height: 30px;
    margin-right: 39px;
    line-height: 30px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background-color: #ff552e;
    text-align: center
}

#selector-search {
    float: left;
    width: 168px;
    height: 28px;
    border: solid 1px #DDD;
    border-radius: 2px;
    overflow: hidden
}

#selector-search-input {
    float: left;
    width: 108px;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 6px;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #999
}

#selector-search-btn {
    cursor: pointer;
    float: left;
    width: 52px;
    height: 28px;
    line-height: 28px;
    border-left: solid 1px #DDD;
    color: #555;
    font-size: 14px;
    text-align: center;
    background-color: #f5f5f5
}

#content {
    width: 1200px;
    margin: 33px auto 0;
    text-align: left
}

#content-title {
    line-height: 16px;
    color: #555;
    font-size: 16px;
    font-weight: 600
}

#content-box {
    float: left;
    width: 1198px;
    margin-top: 23px;
    border: solid 1px #eee
}

.content-letter {
    float: left;
    border-bottom: solid 1px #eee
}

.content-letter-panel {
    float: left;
    width: 40px;
    height: 100%;
    color: #999;
    font-size: 18px;
    font-weight: 700;
    background-color: #f5f5f5;
    text-align: center
}

.content-province {
    float: left;
    position: relative;
    z-index: 1;
    width: 1158px
}

.content-province-triangle {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 10px;
    margin-top: -5px;
    background-image: url(../images/changecity_triangle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.content-province-triangle-HD {
    background-image: url(../images/changecity_triangle@2x.png) !important
}

.content-province-title {
    min-height:44px;
    float: left;
    width: 154px;
    height: 100%;
    line-height: 46px;
    padding-left: 16px;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #eee;
    color: #333;
    font-size: 16px
}

.content-cities {
    float: left;
    width: 986px;
    padding: 12px 0;
    overflow: hidden
}

.content-city {
    display: inline-block;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    margin: 0 12px
}

.content-letter-panle-hover {
    color: #fff;
    background-color: #00549c
}

.content-province-hover {
    background-color: #f5f5f5
}

.content-province-triangle-hover {
    display: block
}

.clb {
    clear: both
}

.fotter {
    width: 1200px;
    margin: 46.5px auto 39px;
    color: #666;
    font-size: 14px;
    text-align: center
}

.tooltip {
    border: 1px solid #ccc;
    background: #fff;
    margin: -3px 0 0 -1px;
    *margin: -3px 0 0 0
}

.tooltip li {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    overflow: hidden;
    zoom: 1
}

.tooltip li a {
    color: #999;
    text-decoration: none
}

.tooltip li a b {
    color: #999;
    font-weight: 400
}

.tooltip li .tool_r {
    float: right;
    color: #090;
    font-size: 11px
}

.tooltip li.selected a b, .tooltip li.selected a, .tooltip li.selected .tool_r {
    color: #999
}

.tooltip li.selected, .tag_options li.open_hover {
    background: #f2f2f2;
    color: #999
}

#tooltipdiv2 {
    width: 114px;
    font-size: 14px;
    text-align: left;
    color: #999;
    margin-top: -4px
}

#tooltipdiv2 a:hover {
    color: #999 !important
}