
.layout-header{
    height: 385px;
}
.header_banner{
    height: calc(100% - 70px);
    background: url('../../images/common/hanner.png') no-repeat center;
    background-size: 100% 100%;
}
.hidden-nav .header_banner{
    height: 100%;
}
.hidden-nav .header_nav{
    display: none;
}
.header_nav{
    height: 70px;
    background: #1039a8;
}
.nav_warpper{
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    display: flex;
}
.nav_warpper li{
    width: calc(100% / 6);
    font-size: 22px;
}
.nav_warpper li a{
    display: block;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    text-align: center;
    transition: .2s;
}
.nav_warpper li a:hover,.nav_warpper li.current a{
    background-color: #062d95;
}
.header_banner .header_banner_top{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 50px;
}
.header_banner_bottom{
    height: calc(100%  - 50px);
}
.banner_left{
    display: flex;
    align-items: center;
}
.header_banner .platform{
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}
.banner_left .city-wapper{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.banner_left .city{
    color: #1976d6;
    font-size: 16px;
    line-height: 30px;
    margin-left: 10px;
}
.switch-city{
    display: flex;
    align-items: center;
}
.switch-btn{
    width: 65px;
	height: 28px;
	background-color: #1976d6;
	border-radius: 2px;
    color: #ffffff;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
}
.switch-btn:hover{
    opacity: 0.8;
}
.link-warpper{
    display: flex;
    list-style-type: none;
    margin: 0;
}
.link-warpper li{
    padding:0 10px;
    position: relative;
    height: 30px;
} 
.link-warpper li::before{
    display: block;
    content: "";
    height: 12px;
    width: 1px;
    background: #5c5c5c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.link-warpper li:first-of-type::before{
    display: none;
}
.link-warpper li a{
    display: block;
    line-height: 30px;
    color: #333333;
    font-size: 16px;
}

.badge-warpper{
    text-align: center;
    padding-top: 33px;
    margin-bottom: 20px;
}
.head_title-warpper{
    text-align: center;
}
.head_title-warpper span{
    font-size: 48px;
    color: #ca1a1a;
    line-height: 55px;
    font-family: HYa4gj;
    cursor: pointer;
}
i.mark{
    display: inline-block;
    width: 17px;
    height: 22px;
    background: url('../../images/common/mark.png') no-repeat center;
    background-size: 100% 100%;
}
i.triangle{
    display: inline-block;
    width:9px ;
    height: 6px;
    background: url('../../images/common/triangle_mini.png') no-repeat center;
    background-size: 100% 100%;
    margin-left: 5px;
}
i.triangle_blue{
    transition: .2s;
    display: inline-block;
    width:15px ;
    height: 15px;
    background: url('../../images/common/triangle_blue.svg') no-repeat center;
    background-size: 100% 100%;
    margin-left: 5px;
}
.select-popover {
    position: relative;
    display: none;
    padding: 29px 40px;
    box-sizing: border-box;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1198px;
    background-color: #ffffff;
    box-shadow: -4px 3px 40px 0px rgba(20, 12, 6, 0.15);
    z-index: 9;
}
.select-popover .province-box{
    display: flex;
    align-items: center;
    padding: 16px 0;
    box-sizing: border-box;
}
.select-popover .close{
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
    background: url('../../images/common/close.svg') no-repeat center;
    background-size: 100% 100%;
    transition: .2s;
}
.select-popover .province-box .common-right{
    display: flex;
    width: 100%;
    min-height: 80px;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 18px;
    gap: 16px;
}
.select-popover .btn-box {
    padding-top: 20px;
    text-align: end;
}
.select-popover .btn-box button{
    border-radius: 4px;
    background: #1976d6;
    padding: 5px 12px;
    outline: none;
    font-size: 14px;
    border:1px solid #1976d6;
    color: #ffffff;
    transition: .2s;
}
.select-popover .btn-box button:hover{
    opacity: 0.8;
}
.select-popover .province-box {
    border-bottom: 1px  dashed #dbdbdb;
}
.select-popover .province-box .common-right >a{
    display: block;
    width: calc(100% / 8);
    padding: 0 5px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    height: 40px;
    line-height: 40px;
    transition: .2s;
}
.select-popover .province-box .common-right >a:hover{
    color: #005db0;
}
.select-popover .province-box .common-right >a.active{
    
    background-color: #005db0;
    color: #fff;
}
.select-popover .province-box .common-left{
    width: 60px;
    font-size: 18px;
    font-weight: bold;
}
.select-popover  .city-box .common-right >a.active{
    background-color: rgba(0, 93, 176, 0.05);
    color: #005db0;
}
.select-popover  .area-box{
    border: none;
}
.level-box{
    font-size:18px;
    font-weight:bold;
    padding:8px 0 ;
    border-bottom: 1px  dashed #dbdbdb;
}
.level-box span{
  
    transition: .2s;
}
.level-box span:not(:last-child):hover{
    cursor: pointer;
    opacity: 0.8;
}
.level-box span:not(:last-child)::after{
    content: ">";
    display: inline-block;
    margin: 0 5px;
    cursor: default;
}
.level-box span::after:hover{
    opacity:1;
}
