.show {
    display: block !important;
}
.hidden {
    display: none !important;
}
a{
    text-decoration: none !important;
}
.header{
    width: 100%;
    height: 56px;
    max-width: 1080px;
    margin: 0 auto;
}
.header > .container > a{
    width: 120px;
    height: 56px;
    display: inline-block;
    margin-right: 16px;
    background: url("../img/logo.png") no-repeat center center;
    background-size: contain;
}

.logo {
    width: 120px;
    height: 56px;
    display: inline-block;
    background: url("../img/logo.png") no-repeat center center;
    background-size: contain;
    float: left;
    margin-right: 20px;
    margin-top: 10px; /* 向下移动10px */
}

/* 调整导航菜单位置 */
.nav {
    float: left !important;
    margin-left: 0 !important;
}

/* 调整登录注册按钮位置 */
.login-registe {
    float: right !important;
}

/* 定位功能样式 */
.city-address {
    position: relative;
    cursor: pointer;
    padding-right: 20px !important;
    line-height: 56px !important;
    color: #666;
    font-weight: 300;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.city-address::after {
    content: "▼";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #1473e6;
}

.city-select-container {
    position: relative;
    display: flex;
    align-items: center;
}

.city-search-input {
    width: 200px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.city-search-input:focus {
    border-color: #1473e6;
    box-shadow: 0 0 0 2px rgba(20, 115, 230, 0.2);
}

.city-search-btn {
    position: absolute;
    left: 175px;
    background: none;
    border: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    outline: none;
}

.city-search-btn:hover {
    color: #666;
}

.city-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 8px 0 !important;
    z-index: 1000;
    min-width: 450px;
    max-height: 400px;
    overflow-y: auto;
    margin-top: 5px;
}

.city-dropdown div {
    padding: 0;
}

/* 城市区块样式 */
.city-section {
    margin-bottom: 20px;
}

.city-section-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    padding-left: 4px;
    border-left: 3px solid #1473e6;
}

/* 热门城市样式 */
.hot-cities {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hot-cities a {
    display: inline-block;
    padding: 4px 12px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    border-radius: 4px;
    transition: all 0.3s;
}

.hot-cities a:hover {
    color: #1473e6;
    background-color: #f0f5ff;
}

/* 省份选择样式 */
.city-province-select select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.city-province-select select:focus {
    border-color: #1473e6;
    box-shadow: 0 0 0 2px rgba(20, 115, 230, 0.1);
}

/* 字母选择样式 */
.city-letter {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.city-letter a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    border-radius: 4px;
    transition: all 0.3s;
}

.city-letter a:hover {
    background-color: #1473e6;
    color: white;
}

/* 城市列表样式 */
.city-list {
    margin-top: 16px;
}

.city-group {
    margin-bottom: 16px;
}

.city-group-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    padding-left: 8px;
    border-left: 3px solid #1473e6;
}

.city-names {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding-left: 16px;
}

.city-names a {
    display: inline-block;
    padding: 4px 12px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    border-radius: 4px;
    transition: all 0.3s;
    margin-right: 12px;
    margin-bottom: 8px;
}

.city-names a:hover {
    color: #1473e6;
    background-color: #f0f5ff;
}

.city-dropdown div:first-child {
    padding: 8px 16px 4px;
}
.header > .container > * {
    display: inline-block;
}
.header > .container > ul > li {
    list-style: none;
    display: inline-block;
    /*vertical-align: top;*/
    font-size: 16px;
    padding: 0 16px;
	font-weight:600;
    height: 56px;
    line-height: 56px;
    margin: 0;
    -webkit-transition:     border-bottom-color  .4s,color .4s;
    -moz-transition:     border-bottom-color  .4s,color .4s;
    -ms-transition:     border-bottom-color  .4s,color .4s;
    -o-transition:     border-bottom-color  .4s,color .4s;
    transition:     border-bottom-color  .4s,color .4s;
}
.header .container ul li .nav_item, .header .container ul li .clear_fix_item{

    cursor: pointer;
}
.header .container ul .nav_li{
    color: #999999;
    border-bottom: 0px solid #FFFFFF
}
.header .container ul .nav_li:hover{
    color: black;
    border-bottom: 2px solid #1473e6;
}
.header .container ul .current{
    color: black;
    border-bottom: 2px solid #1473e6;
}
.clear_fix{
    position: relative;


}
.wrap > .header > .container >.clear_fix li{
    padding: 0 5px !important;
}
.header .container ul li .clear_fix_item{
	font-size: 14px;
}


.wrap > .header > .container >.clear_fix{
    padding-top: 20px;
}
#dLabel{
    color: #999999;
    text-decoration: none;
}

#dLabel h6,#dLabel i{
    display: inline;
}

.dropdown-menu > li{
    display: block;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 200;
    line-height: 1.22857143;
    color: #333;
    white-space: nowrap;
    -webkit-transition:     background-color  .4s;
    -moz-transition:     background-color  .4s;
    -ms-transition:     background-color  .4s;
    -o-transition:     background-color  .4s;
    transition:     background-color  .4s;
}
.dropdown-menu>li>a :hover{
    background-color: #e7e7e7;
}
.container .nav > li >a{
    background-color: rgba(255,255,255,0) !important;
}
