.dealers{
    background-color: #fff;
	overflow:hidden;
}

.top_banner{
	position:absolute;
	top:-17.7vw;
	height:17.7vw;
	transition: all 0.5s;
	overflow:hidden;
}

.top_banner a{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
	display:block;
}

.top_banner img{
	width:100%;
}

.top_banner .timer{
	position:absolute;
	font-size:14px;
	color:#fff;
	top: 11%;
    right: 11%;
}


.top_banner.show{
	top:0;
}

.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
.letter-pop{
    display: none;
}
.loading{
   position: absolute;
   width: 100%;
   height: 100%; 
   top: 0;
   left: 0;
   z-index: 66;
}
.loading img{
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translateX(-50%);
}

.dealer-header{
    position: relative;
    background-color: #26509a;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content:center;
    z-index: 12;
	transition: all 0.5s;
	margin-top:0vw;
}

.dealer-header.marginTop{
	margin-top:17vw;
}

/* .dealer-header .mask2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
} */
.dealer-header .inner{
    padding: 0 20px;
    justify-content: space-between;
    z-index: 11;
}


.iScrollIndicator{
    background: rgb(0 0 0 ,0.2) !important;
}

.dealer-header .container{
    background-color: #2b4b86;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 820px;
}

.dealer-header .container-wrapper{
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    flex: 1;
}


.dealer-header .address{
    position: relative;
    background-color: #fff;
    height: 60px;
    width: calc(100% - 50px);
    border-radius: 3px;
    background-image: url(/auto/dealer-locator/assets/img/icon-address-2.png);
    background-position: 25px center;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto;
}
.dealer-header .address .select{
    width: 100%;
    height: 100%;
}

.dealer-header .address.active{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dealer-header .address.active .select-container{
    display: block;
}


.dealer-header .address::after{
    position: absolute;
    top: 50%;
    right: 25px;
    content: "";
    background: url(/assets/images/arrow-right.png) no-repeat scroll center center;
    background-size: 100% 100%;
    width: 7px;
    height: 13px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s linear;
}

.dealer-header .address.active::after{
    transform: translateY(-50%) rotate(-90deg);
}

.dealer-header .address.d2{
    background-image: url(/auto/dealer-locator/assets/img/icon-address-2.png);
}





.result-num{
    width: 100%;
    font-size: 16px;
    position: relative;
    z-index: 8;
    opacity: 0;
}

.result-num p{
    margin: 20px auto 20px;
    padding-left: 24px;
    color: #666666;
    letter-spacing: 0;
}
.result-num p span{
    letter-spacing: -1px;
}
.result-num span{
    font-size: 20px;
    font-weight: bold;
}


.dealer-header .address .tit{
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 77px;
}

.dealer-header .address .line{
    margin: 0 10px;
}

.dealer-header .address.d1{
    margin-left: 30px;
    margin-right: 40px;
}

.dealer-header .address.d2{
    margin-right: 30px;
}

.dealer-lists{
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.dealer-lists .wrapper{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden;
}

.dealer-lists .shadow-bj{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #eaeaea;
    height: 200px;
    z-index: 1;
}


.query-lists{
    width: 100%;
    min-height: 400px;
    position: relative;
    z-index: 8;
    background-color: #eaeaea;
}

.query-lists .no-dealers{
    text-align: center;
    padding-top: 180px;
    font-size: 18px;
    font-weight: bold;
}

.query-item{
    background-color: #eaeaea;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.query-item-inner{
    background-color: #fff;
    /* position: absolute;
    top: 20px;
    bottom: 20px;
    left: 24px;
    right: 24px; */
    position: relative;
    margin: 0px 20px;
    border-radius: 4px;
    justify-content: space-around;
    overflow: hidden;
}
.query-item .map{
    height: 100%;
    width: 160px;
    margin-left: -1%;
}
.query-item .map p{
    color:#26509c;
    font-size: 14px;
    margin-top: 24px;
    margin-left: 2px;
}
.query-item .map p span{
    font-size: 24px;
    letter-spacing: 0;
}
.query-item .img{
    width: 29px;
    height: 45px;
    position: relative;
    background: url(/auto/dealer-locator/assets/img/icon-lable.png?3333) no-repeat scroll center center;
    background-size: 100% auto;
   
}
.query-item .img span{
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    font-size: 24px;
    letter-spacing: 0px;
}


.query-item .info{
    width: 300px;
    background-color: #fff;
    border-radius: 7px;
    position: relative;
    margin-left: -3%;
}


.query-item .info::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 70%;
    transform: translateY(-50%);
    width: 2px;
    background-color: #999;
    opacity: 0.5;
    display: none;
}

.query-item .info-detail{
    min-height: 180px;
    overflow: hidden;
    justify-content: flex-start;
}



.query-item .info-detail .name{
    position: relative;
    font-size: 22px;
    line-height: 1.35;
}

.query-item .TYREPLUS .info-detail .name{
    padding-left: 65px;
}

.query-item .TYREPLUS .info-detail .name::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    left:0px;
    background: url(/auto/dealer-locator/assets/img/logo-chijia.png) scroll no-repeat 0px 0;
    background-size: 100% 100%;
}

.query-item-inner.MCR::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 180px;
    background: url(/auto/dealer-locator/assets/css/../img/normal-top.png) scroll no-repeat 0 0;
}
.query-item-inner.MCR::after{
    content: '';
    position: absolute;
    top: 0;
    right: -160px;
    width: 312px;
    height: 180px;
    background: url(/auto/dealer-locator/assets/css/../img/normal-bottom.png) scroll no-repeat 0 0;
}

.query-item .TYREPLUS::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 180px;
    background: url(/auto/dealer-locator/assets/css/../img/chijia-top.png) scroll no-repeat 0 0;
}

.query-item .TYREPLUS::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 180px;
    background: url(/auto/dealer-locator/assets/css/../img/chijia-bottom.png) scroll no-repeat 0 0;
}

.query-item .info-address{
    width: 270px;
}
.query-item .border{
    width: 2px;
    height: 110px;
    background-color: #999;
    opacity: 0.5;
    /* margin-right: -2%; */
    opacity: 0;
}
.query-item-inner.TYREPLUS .border{
    opacity: 0.3;
}

.query-item .info-address .text{
    font-size: 16px;
    line-height: 1.7;
   flex-direction: column;
   align-items: flex-start;
}

.query-item .info-address .text span,.query-item .info-address .text a{
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
    padding-left: 26px;
    background: url() scroll no-repeat 0 3px;
    background-position: 0 0px;
}
.query-item .info-address .text .address{
    background-image: url(/auto/dealer-locator/assets/img/icon-ad.png);
    background-size: 13px auto;
    margin-bottom: 10px;
    background-position: 0 3px;
}

.query-item .info-address .text .tel{
    background-image: url(/auto/dealer-locator/assets/img/icon-tel.png);
    background-size: 15px auto;
    background-position:0 2px;
}

.weChat-qrcode{
    width: 200px;
    height: 100%;
    flex: 0.21;
    flex-direction: column;
    position: relative;
	z-index:9
}
.weChat-qrcode a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.weChat-qrcode span{
    font-size: 16px;
}

.weChat-qrcode .a{
    visibility: hidden;
    font-weight: bold;
    width: 160px;
    height: 55px;
    margin-right: 50px;
    border-radius: 4px;
	position: relative;
}

.weChat-qrcode .a.zixun{
    display: none;
}

.TYREPLUS .weChat-qrcode .a{
    visibility:visible;
    background-color: #fce503;
}
.TYREPLUS .weChat-qrcode .a.shop-book .icon{
    display: block;
    width: 26px;
    height: 26px;
    background: url(/auto/dealer-locator/assets/img/icon-book.png) scroll no-repeat 0 0;
    background-size: 100% 100%;
    margin-right: 8px;
}
.TYREPLUS .weChat-qrcode .a.shop-book:hover{
    background-color: #27509b;
    color: #fce503;
}

.TYREPLUS .weChat-qrcode .a.shop-book:hover .icon{
    background-image: url(/auto/dealer-locator/assets/img/icon-book-hover.png);
}



.user-comment-btn{
    visibility:visible !important;
    background-color: #fce503;
}

.user-comment-btn .icon{
    display: block;
    width: 20px;
    height: 21.6px;
    background: url(/auto/dealer-locator/assets/img/comment-icon.png) scroll no-repeat 0 0;
    background-size: 100% 100%;
    margin-right: 8px;
}
.user-comment-btn:hover{
    background-color: #27509b !important;;
    color: #fff !important;
}

.user-comment-btn:hover .icon{
    background-image: url(/auto/dealer-locator/assets/img/comment-icon-active.png);
}


.pop-qrcode-img{
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
}
.qrcode-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
}
.pop-qrcode-img .inner-block{
    width: 500px;
    height: 470px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pop-title{
    display: flex;
    align-items: center;
    width: 80%;
    margin: 50px auto 35px;
}
.pop-title img{
    margin-right: 20px;
}
.pop-title p{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
.pop-qrcode-img  .qrcode-img{
    width: 55%;
    margin: 0 auto;
}
.pop-qrcode-img .close{
position: absolute;
top: 5px;
right: 5px;
width: 50px;
}
.pop-qrcode-img .close img{
    width: 100%;
}
/* .pop-qrcode-img img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 430px;
    height: 430px;
    padding: 20px;
    background-color: #fff;
} */

.slide-book-shop{
    position: absolute;
    right: 138px;
    bottom: 0px;
    cursor: pointer;
}
.slide-book-shop a{
position:absolute;
height:100%;
width:100%;
top:0;
left:0;
z-index:8
}
.book-shop-circle{
    position: absolute;
    top: 1px;
    left: 0;
    transition: left 0.2s linear;
}
.book-shop-hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.slide-book-shop.active .book-shop-circle{
    left: 31px;
}

.slide-book-shop.active .book-shop-hover{
    opacity: 1;
}

.book-shop{
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 25px;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
}

.pop-select-cities{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.pop-select-content{
    position: absolute;
    width: 1000px;
    min-height: 400px;
    background-color: #eaeaea;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
    padding-bottom: 30px;
}

.pop-select-content .current{
    width: 750px;
    height: 60px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 15px;
    justify-content: flex-start;
}
.pop-select-content .current p{
    color: #666;
    margin-left: 21px;
    font-weight: bold;
}

.pop-select-content .letters{
    margin: 30px auto 0;
    width: calc(100% - 100px);
    justify-content: space-between;
}
.pop-select-content .letters .letter-txt{
    position: relative;
    cursor: pointer;
    flex: 0 0 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.pop-select-content .letters .letter-txt::after{
    display: none;
    position: absolute;
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #666;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    display: none;
}
.pop-select-content .letters span{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    font-size: 18px;
}
.pop-select-content .letters >div.active,.pop-select-content .letters >div:hover{
    background-color: #666;
    color: #fff;
    font-weight: bold;
}

.pop-select-content .letters >div.active::after,.pop-select-content .letters >div:hover::after{
    display: block;
}
.pop-select-content .cities-container{
margin-top: 40px;
}
.pop-select-content .label{
    /* width: calc(100% - 105px); */
    margin: 0px auto 0px;
}
.pop-select-content .label-text{
    font-weight: bold;
    color: #26509a;
    font-size: 36px;
    line-height: 1;
}
.pop-select-content .label-line{
    flex: 1;
    height: 2px;
    background-color: #26509a;
    margin-left: 18px;
}
.pop-select-content .cities{
    width: calc(100% - 100px);
    margin: 0 auto;
    display: none;
}
.pop-select-content .cities-wrapper{
    flex-wrap:wrap;
    /* width: calc(100% - 70px); */
    max-height: calc(100vh - 400px);
    padding: 0 60px;
    overflow-y: auto;
    margin: 0 auto;
    justify-content: flex-start;
}
.pop-select-content .cities li{
    flex: 0 0 25%;
    display: flex;
    background: url(/assets/images/btn-right.png) scroll no-repeat 84% center;
    background-size: 10px auto;
    margin-top: 15px;
}
.pop-select-content .cities li.active{
    background: url(/assets/images/btn-down.png) scroll no-repeat 84% center;
    background-color: #fff;
    background-size: 19px auto;
}
.pop-select-content .cities li:hover{
    background-image: url(/assets/images/btn-down.png);
    background-size: 19px auto;
    text-shadow: 0 0 .65px #000;
}

.pop-select-content .cities a{
    width: 150px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #363636;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop-select-content .district-content{
    flex: 0 0 100%;
    background-color: #fff;
    min-height: 65px;
    display: none;
}

.pop-select-content .district-wrapper{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px 2px;
}

.pop-select-content .district-wrapper .d{
    flex: 0 0 16.66%;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
}
.pop-select-content .district-wrapper .d:hover,.pop-select-content .district-wrapper .d.active{
    background-color: #eaeaea;
}
.pop-select-content .district-wrapper .d span{
    display: block;
    width: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
}

@media (max-width: 1366px){
    .dealer-header .address .tit{
        font-size: 18px;
        left: 70px;
    }
    .book-shop{
        font-size: 18px;
    }
  
    .query-item .info-detail .text span, .query-item .info-detail .text a{
        font-size: 16px;
    }
    .query-item .info-detail .text .tel{
        background-position:0 2px;
    }
    .weChat-qrcode span{
        font-size: 16px;
    }
  

}

/* @media (max-width: 1200px){
    .query-item-inner.MCR::after{
        right: -60px;
    }
}

@media (max-width: 1100px){
    .query-item-inner.MCR::after{
        right: -80px;
    }
} */


.pop-header{
    display: none;
}

@media (max-width: 1024px){
    .letter-pop{
        position: absolute;
        left: -110px;
        top: 77%;
        transform: translateY(-50%);
        display: none;
        width: 120px;
        height: 106.8px;
        background-color: #d5d5d5;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 50px;
        display: none;
        opacity: 0;
        border-radius: 50%;
        font-weight: bold;
        background: url(/auto/tyre-selector/assets/img/pop-icon.png) scroll no-repeat 0 0;
        background-size: 100% 100%;
        z-index: 888;
    }
    .letters .letter-txt.show-letter-pop .letter-pop{
        display: flex;
        opacity: 1;
        z-index: 7;
    }
    .letter-pop p {
        position: absolute;
        line-height: 54px;
        top: 40%;
        left: 48%;
        transform: translate(-50%, -50%);
    }
    .dealer-header .address .tit{
        font-size: 16px;
    }
    .loading img{
        top: 56%;
    }
    .dealer-lists{
        margin-bottom: 0;
    }
    .dealer-lists .wrapper{
        padding: 0;
    }
    .dealer-header{
        height: 140px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .dealer-header .book-shop{
        display: none;
    }
    .result-num .book-shop{
        display: block;
    }
    .dealer-header .inner{ 
        width: 100%;
        padding: 0;
    }
    .dealer-header .container{
        width: 100%;
        height: 80px;
        justify-content: space-around;
    }
    .dealer-header .address{
        height: 48px;
    }
   
    .shadow-bj{
        display: none;
    }
    .result-num{
        height: 50px;
        background-color: #eaeaea;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
    }
    .result-num span{
        font-size: 20px;
    }
    .slide-book-shop{
        bottom: auto;
        right: 115px;
    }
    .result-num .book-shop{
        color: #000;
        font-size: 15px;
        padding-right: 0px;
    }
    .result-num p{
        margin: 0;
        padding: 0;
        padding-left: 20px;
    }

    .book-shop::after{
        border-color: #395197;
    }
    .query-item-inner{
        flex-direction: column;
        align-items: flex-start;
    }
    .query-lists{
        background-color: #eaeaea;
    }
    .query-item:last-child{
        margin-bottom: 0;
    }
    .query-item:last-child .query-item-inner{
        margin-bottom: 30px;
    }
    .query-item .map{
        margin-left: 25px;
        margin-top: 20px;
        width: calc(100% - 25px);
        align-items: self-end;
        flex-direction: row;
        justify-content: flex-start;
        position: relative;
    }
    .query-item .TYREPLUS .map::after{
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        background: url(/auto/dealer-locator/assets/img/logo-chijia.png) scroll no-repeat 92% center;
        background-size: 100% 100%;
    }
   
    .query-item .map p{
        margin-top: 8px;
        margin-left: 5px;
        line-height: 1;
    }
    .query-item .info{
        width: auto;
        margin-left: 25px;
        margin-right: 10%;
    }
   
    .query-item .info-detail{
        padding-right: 0;
        min-height: auto;
        padding-left: 25px;
    }
    .query-item .img span{
        font-size: 14px;
    }
    .query-item .info-detail .name{
        padding-left: 0px;
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 20px;
        line-height: 1.28;
        font-weight: bold;
    }
    .query-item .TYREPLUS .info-detail .name{
        padding-left: 0px;
        margin-top: 26px;
    }
    .query-item .TYREPLUS .info-detail .name::before{
        display: none;
    }

    .query-item .info-detail .text{
        padding-left: 0px;
        flex-direction: column;
        margin-bottom: 24px;
    }
    .query-item .info-detail .text span, .query-item .info-detail .text a{
        font-size: 16px;
        line-height: 1.28;
        width: 80%;
        padding-right: 0 !important;
        padding-left: 50px;
    }
    .query-item .info-detail .text .address{
        margin-bottom: 14px;
        line-height: 1.5;
        background-position: 12px 0px;
    }
    .query-item .info-detail .text .tel{
        background-position: 12px 0px;
    }
    .query-item .info .info-detail{
        position: relative;
        padding-left: 0;
    }
    .query-item .border{
        width: calc(100% - 50px);
        height: 1px;
        margin: 0 auto;
    }
    .query-item .border span{
        display: none;
    }
    .weChat-qrcode{
        width: 100%;
        flex-direction: row;
    }
    .weChat-qrcode .a{
        display: none;
    }
    .weChat-qrcode .a.zixun{
        display: block;
        visibility: visible;
        margin: 20px 15px 22px;
        width: 45px;
        height: 45px;
        background: url(/auto/dealer-locator/assets/img/119.png) scroll no-repeat 0 0;
		background-size:100% 100%;
    }
    .weChat-qrcode .a.zixun span{
        display: none;
    }
    .weChat-qrcode .a img{
        width: 45px;
    }
    .weChat-qrcode .a span{
        display: block;
        text-align: center;
    }
    .TYREPLUS .weChat-qrcode .a.shop-book{
        display: flex;
        margin: 20px 15px 22px;
        width: 145px;
        height: 45px;
    }
	
	.user-comment-btn{
		display:flex !important;
	    margin: 20px 15px 22px;
    	width: 145px !important;
   		height: 45px !important;
	}
	.user-comment-btn .icon{
		    width: 21px;
   			height: 22px;
	}
	
	
	
    .query-lists .no-dealers{
        font-size: 16px;
    }
    .query-item .query-item-inner::before{
        display: none;
    }
    .query-item .query-item-inner::after{
        display: none;
    }
    .query-item .query-item-inner.TYREPLUS::after{
        display: block;
        width: 4px;
        height: 100%;
        background: #fce503;
    }
    .query-item .query-item-inner.MCR::after{
        display: block;
        width: 6px;
        height: 100%;
        right: -160px;
        background: #333;;
        opacity: 0.05;
    }
    .query-item .info-address{
        margin-left: 25px;
        margin-bottom: 30px;
    }
    .query-item .info-address .text{
        line-height: 1;
    }
    .query-item .info-address .text .address{
        padding-left: 0;
        background: none;
        margin-bottom: 0;
    }
    .query-item .info-address .text .tel{
        display: none;
    }
    .TYREPLUS .weChat-qrcode .a.shop-book .icon{
        width: 23px;
        height: 23px;
    }
    .query-item-inner.MCR .border{
        opacity: 1;
    }
    .query-item .img{
        width: 25px;
        height: 38px;
    }
    .pop-select-cities{
        background-color: #eaeaea;
    }
    .pop-select-content{
        width: 84%;
        height: calc(100vh - 60px);
        min-height: auto;
        top: 60px;
        left: 5%;
        transform: none;
        padding: 0;
        box-shadow: none;
        display: flex;
        flex-direction: column;
    }
    .pop-select-content .current{
        width: 100%;
        height: 50px;
        border-radius: 4px;
    }
    .pop-select-content .label{
        width: 100%;
        margin-top: 20px;
    }
    .pop-select-content .label-text{
        font-size: 30px;
        font-weight: bold;
        margin-left: 5px;
    }
    .pop-select-content .label-line{
        margin-left: 6px;
    }
    .pop-select-content .letters{
        position: fixed;
        margin: 0;
        top: 120px;
        right: 7px;
        width: 30px;
        /* height: calc(100vh - 120px); */
        flex-direction: column;
        justify-content: center;
        justify-content: space-between;
        z-index: 999;
    }
    .pop-select-content .letters>div::after{
        width: 22px;
        height: 22px;
    }
    .pop-header{
        display: flex;
       font-size: 20px;
       font-weight: bold;
       margin-top: 18px;
       position: relative;
    }
    .pop-header .back{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 40px;
    }
    .pop-header .back::after{
        content:"";
        position: absolute;
        top: 50%;
        left: 25%;
        width: 20px;
        height: 16px;
        background: url(/assets/images/arrow-up.png) no-repeat left center;
        background-size: contain;
        transform: translate(-50%,-50%) rotate(-90deg);
    }
    .pop-select-content .cities{
        width: 100%;
        flex: 1;
        max-height: none;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .pop-select-content .cities-wrapper{
        width: 100%;
        flex-direction: column;
        padding-right: 0;
    }
    .pop-select-content .cities li{
        width: 100%;
    }
    .pop-select-content .cities a{
        height: 45px;
        line-height: 45px;
        width: auto;
        margin-left: 40px;
    }
    .pop-select-content .cities li.active{
        background-color: transparent;
    }
    .pop-select-content .cities li{
        background: url(/assets/images/btn-right.png) scroll no-repeat 84% center;
        background-size: 10px auto;
    }
    .pop-select-content .cities li,.pop-select-content .cities li.active{
        background-position: 90% center;
        margin-top: 0;
    }
    .pop-select-content .letters .letter-txt{
        width: 20px;
        flex: 0 0 20px;
        margin-bottom: 2px;
    }
    .pop-select-content .letters >div.active, .pop-select-content .letters >div:hover{
        background-color: transparent;
    }
    .pop-select-content .letters .letter-txt::after{
        width: 25px;
        height: 25px;
    }
    .pop-select-content .letters span{
        font-size: 16px;
    }
    .pop-select-content .district-content{
        width: 100%;
    }
    .pop-select-content .district-wrapper{
        flex-direction: column;
    }
    .pop-select-content .district-wrapper .d{
        width: calc(100% - 80px);
        background: url(/assets/images/btn-right.png) scroll no-repeat 88% center;
        background-size: 10px auto;
        text-align: left;
    }
    .pop-select-content .district-wrapper .d span{
        padding-left: 15px;
        width: auto;
    }
    
    .pop-select-content .cities{
        display: block;
        position: relative;
    }
    .pop-select-content .cities-wrapper{
        max-height: fit-content;
    }
    .pop-select-content .cities-container{
        margin-top: 10px;
        margin-bottom: 10px;
        flex: 1;
        overflow-y: auto;
        position: relative;
    }
}


@media (max-width:750px){
    .dealer-header{
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .dealer-header .container{
        height: auto;
        flex-direction: column;
        background-color: transparent;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }
    .dealer-header .container-wrapper{
        background-color: #2b4b86;
        padding: 15px 0;
        height: auto;
    }
    .dealer-header .container-wrapper:last-child{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .dealer-header .address{
        width: 100%;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .dealer-header .address.d1{
        z-index: 2;
    }
   
    .query-item-inner{
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0;
    }
	
  .top_banner{
		height:79.71vw;
		top: -79.71vw;
		transition: all 0.5s;
	}
  
  .top_banner .timer{
	    top: 5%;
    	right: 4%;
	}
  
  .dealer-header.marginTop{
    margin-top:79.71vw;
  }
  
  
  .top_banner.show {
    top:0;
}
  
    
}