html{
     position: relative;
     overflow: hidden
}
body{
    max-width: 100% !important;
    height: 100vh
}
.map-all{
    height: 100vh;
    overflow: hidden
}
.crumb {
    position: absolute;
    left: 0.96rem;
    top: 1.54rem;
    z-index: 1;
    color: #877d79;
    font-size: .15rem !important
}
.crumb a{
    color: #877d79
}
.cur{
    color: #877d79
}
.map-container{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 1.1rem;
    position: relative
}
#dealer-map{
    width: 66%;
    height: 100%
}
.map-content{
    width: 34%;
    height: 100%;
    padding: 0.49rem 0.95rem 0.49rem 0.7rem;
}
#select{
    padding-top: .2rem
}
.tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab{
    width: 49%;
    height: .54rem;
    background-color: #f6f6f6;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c5a54;
    font-size: .19rem;
    font-weight: 300;
    cursor: pointer;
}
.tab-active{
    background-color: #897c78;
    color: #fff;
}
.dealer-select{
    margin-top: .3rem;
    border-bottom: 1px solid #897c78;
    cursor: pointer;
    position: relative;
}
.dealer-select-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding:0 .2rem;
    z-index: 3;
    height: 0.6rem;
}

.text{
    font-size: .17rem;
    color: #000;
    font-weight: 300
}
.select-img-box{
    width: .15rem;
    height: 0.09rem;
}
.select-img-box img{
    width: 100%
}
.select-box{
  position: absolute;
  top: 0;
  left: 0;
  height: 4rem;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.3);
  padding: 0.6rem 0.2rem 0.2rem;
  box-sizing: border-box;
  overflow-y: auto;
  display: none;
z-index: 2;
}
.p-c-box{
    display: flex;
    align-items: center;
    height: 0.6rem;
    border-bottom: 1px solid rgba(189, 162, 143, .2);
    position: sticky;
    top: 0;
    padding: 0 .1rem;
    background: #fff;
}
.province{
    display: block;
    height: 100%;
    border-bottom: 1px solid #897c78;
        font-size: 0.16rem;
    cursor: pointer;
    font-weight: 300;
    line-height: .6rem
}
.city{
    display: none;
        height: 100%;
    border-bottom: 1px solid #897c78;
        font-size: 0.16rem;
    cursor: pointer;
    font-weight: 300;
    margin-left: 0.4rem;
    line-height: .6rem
}

#select li {
  font-size: 0.16rem;
  cursor: pointer;
  height: 0.5rem;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  border-radius: 0.1rem;
  transition: all 0.3s;
  font-weight: 300
}
#select li:hover {
  background-color: #f4f4f4;
}

.desc{
    width: 100%;
    text-align: right;
    font-size: .17rem;
    font-weight: 300;
    color: #897c78;
    margin-top: .38rem
}

.num{
    color: #4f2c28;
}
#dealer-list{
    margin-top: 0.22rem;
    display: flex;
    flex-direction: column;
    max-height: 75%;
    overflow-y: auto;
    padding-bottom: 1rem
}
/*里面的代码可以根据自己需求去进行更改*/
/* 设置滚动条的样式 */
#dealer-list::-webkit-scrollbar {
width:6px;
}
/* 滚动槽 */
#dealer-list::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(0,0,0,0.1);
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
#dealer-list::-webkit-scrollbar-thumb:window-inactive {
background:rgba(0,0,0,0.1);
}

#dealer-list li{
    width: 100%;
	background-color: #f6f6f6;
	border-radius: 17px;
    display: flex;
    flex-direction: column;
    padding: .3rem .4rem;
    margin-top: .16rem;
    cursor: pointer
}
.li-active{
	border: solid 1px #897c78; 
}

.name{
    color: #111;
    font-weight: 300;
    font-size: .21rem;
}
.name a{
    display: none
}
#categories{
    display: flex;
    align-items: center;
    margin-top: .1rem;
}
.category{
    width: .87rem;
	height: .3rem;
	background-color: rgba(189, 162, 143, .2);
	border-radius: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
    color: #bda28f;
    font-size: .14rem;
    font-weight: 300;
    margin-right: 0.07rem;
}
#categories .category:nth-of-type(1){
    color: #a08e83;
    background: #e5e1df
}
#categories .category:nth-of-type(2){
    color: #bda28f;
    background: #ebe5e1
}
#categories .category:nth-of-type(3){
    color: #d1b39d;
    background: #f0eae5
}

.workHours{
    margin-top: .15rem;
    color: #999;
    font-weight: 300;
    font-size: .16rem
}

.hotline, .emergencyHotline{
    color: #999;
    font-size: .16rem;
    font-weight: 300;
    margin-top: .1rem;
}
.address{
        color: #999;
    font-size: .16rem;
    font-weight: 300;
    margin-top: .1rem;
}
.li-active .workHours{
    color: #111
}
.li-active .hotline{
    color: #111
}
.li-active .emergencyHotline{
    color: #111
}
.li-active .address{
    color: #111
}
.map-btn-box{
    display: flex;
    align-items: center;
}
.btn1{
    margin-top: .14rem;
    width: 1.76rem;
	height: .44rem;
	background-color: #ffffff;
    border: solid 1px #4f2c28;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f2c28;
    font-size: .14rem;
    cursor: pointer;
    transition: all .3s;
    font-weight: 300;
    position: relative
}
.btn3{
    margin-top: .14rem;
    width: 1.76rem;
	height: .44rem;
	background-color: #877b7a;
    border: solid 1px #877b7a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .14rem;
    cursor: pointer;
    transition: all .3s;
    font-weight: 300;
    margin-left: .1rem;
    position: relative 
}
.btn1:hover{
    background: #f2edea;
}
.btn1::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.btn1:hover::after{
    transform: scale(1,1);
}

.btn3:hover{
    background: #f2edea;
    color: #4f2c28;
}
.btn3::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.btn3:hover::after{
    transform: scale(1,1);
}

.map-mask{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 223
}
.map-mask-box{
    background: rgb(98, 97, 95);
    border-radius: 26px;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.4rem;
    width: 40%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    justify-content: space-between;
    color: #fff;
}
.mask-title{
        font-size: .18rem;
    font-weight: 300;
    line-height: 2;
}
.btn-box{
    display: flex;
    align-items: center;
}
.mask-btn1{
    width: 1.6rem;
    height: 0.4rem;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    font-size: .14rem;
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}
.mask-btn1:hover{
    background: rgba(242,237,234,.3);
}
.mask-btn1:hover::after{
        transform: scale(1,1);
}
.mask-btn1::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #fff;
    transform: scale(0,1);
}
.mask-btn2{
    width: 1.6rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: .14rem;
    background: #fff;
    color: #4f2c28;
    margin-left: .1rem;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}
.mask-btn2:hover{
    background: #f2edea;
}
.mask-btn2:hover::after{
        transform: scale(1,1);
}
.mask-btn2::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.btn2{
    display: none
}
.select-mb-header{
    display: none
}
@media (max-width: 768px) {

.map-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 1.1rem;
    position: relative;
    flex-direction: column;
    height: 100vh
}
#dealer-map{
    width: 100%;
    height: 100vh;
}
.map-content{
    width: 100%;
    height: 100%;
    padding: 0 0 0.49rem 0;
    border-radius: 18px 18px 0 0;
    position: fixed;
    z-index: 222;
    top: 11.6rem;
    background: #fff;
}
.map-content::after{
    content:'';
    display: block;
    position: absolute;
    width: .62rem;
    height: .08rem;
    background: #fff;
    top: -.2rem;
    left: 50%;
    transform: translateX(-50%)
}
.scroll-box{
    padding: .4rem .53rem 0 .53rem;
}
.tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0;
}
.tab{
    width: 49%;
    height: 0.8rem;
    background-color: #f6f6f6;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c5a54;
    font-size: .29rem;
    font-weight: 300;
    cursor: pointer;
}
.tab-active{
    background-color: #897c78;
    color: #fff;
}
.dealer-select{
    margin-top: 0.3rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #c0b9b7;
    cursor: pointer;
    width: 100%;
}
.dealer-select-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding:0 .2rem;
    z-index: 3;
    height: 0.6rem;
}

.text{
    font-size: .27rem;
    color: #000;
}
.select-img-box{
    width: .19rem;
    height: .14rem;
}
.select-img-box img{
    width: 100%
}
.select-box{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 0.8rem 0 rgb(0 0 0 / 30%);
    padding: 0.6rem 0.2rem 0.2rem;
    box-sizing: border-box;
    overflow-y: auto;
    display: none;
    z-index: 22
}
.p-c-box{
    display: flex;
    align-items: center;
    height: 0.6rem;
    border-bottom: 1px solid rgba(189, 162, 143, .2);
    position: sticky;
    top: .4rem;
    padding: 0 .1rem;
    background: #fff;
}
.province{
    display: block;
    height: 100%;
    border-bottom: 1px solid #897c78;
    font-size: 0.28rem;
    cursor: pointer;
    font-weight: 300;
    line-height: .6rem
}
.city{
    display: none;
        height: 100%;
    border-bottom: 1px solid #897c78;
    font-size: 0.28rem;
    cursor: pointer;
    font-weight: 300;
    margin-left: 0.6rem;
    line-height: .6rem;
}

#select li {
    font-size: 0.28rem;
    cursor: pointer;
    height: 0.8rem;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
    border-radius: 0.1rem;
    transition: all 0.3s;
    font-weight: 300;
}
#select li:hover {
  background-color: #f4f4f4;
}

.desc{
    width: 100%;
    text-align: center;
    font-size: .28rem;
    font-weight: 300;
    color: #897c78;
    margin-top: .5rem;
}

.num{
    color: #4f2c28;
}
#dealer-list{
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
    max-height: auto;
    overflow-y: auto;
    padding: 0.4rem 0.53rem 0.5rem 0.53rem;
    margin-bottom: 1rem;
}
#dealer-list li{
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    padding: 0.43rem 0.5rem;
    margin-bottom: 0.25rem;
    cursor: pointer;
}
.li-active{
	border: solid 1px #897c78; 
}
.name{
    color: #111;
    font-size: .3rem;
    display: flex;
    justify-content: space-between;
}
.name div {
    flex: 1;
}
.name a {
    border-radius: 50%;
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(223,221,222);
}
.name a img{
    width: 50%;
}
#categories{
    display: flex;
    align-items: center;
    margin-top: .26rem;
}
.category{
            width: auto;
        padding: 0 .2rem;
    height: 0.45rem;
    background-color: rgba(189, 162, 143, .2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bda28f;
    font-size: .2rem;
    margin-right: 0.11rem;
}
.workHours{
    margin-top: .32rem;
    color: #999;
    font-size: .24rem
}

.hotline, .emergencyHotline{
    color: #999;
    font-size: .24rem;
    margin-top: .1rem;
}
.address{
        color: #999;
    font-size: .24rem;
    margin-top: .1rem;
}
.map-btn-box{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.btn1{
    margin-top: .3rem;
    width: 49%;
	height: .62rem;
	background-color: #ffffff;
    border: solid 1px #4f2c28;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f2c28;
    font-size: .22rem;
    cursor: pointer;
}
.btn2{
    margin-top: .3rem;
    width: 49%;
	height: .62rem;
	background-color: #877b7a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .22rem;
    cursor: pointer;   
}
.btn3{
    margin-top: .3rem;
    width: 49%;
	height: .62rem;
	background-color: #877b7a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .22rem;
    cursor: pointer;   
}
footer{
    display: none !important
}
.map-mask-box{
    background: rgb(98, 97, 95);
    border-radius: 14px;
    display: flex;
    padding: 0.5rem 0.4rem;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 50%;
    align-items: center;
    flex-direction: column;
    transform: translate(-50%,-50%);
    justify-content: space-between;
    color: #fff;
}
.mask-title{
    font-size: .3rem;
    font-weight: 300;
    line-height: 2;
    text-align: center;
}
.btn-box{
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
    width: 100%;
}
.mask-btn1{
    margin-top: 0.3rem;
    width: 49%;
    height: 0.62rem;
    background-color: transparent;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .22rem;
    cursor: pointer;
}
.mask-btn2{
    margin-top: 0.3rem;
    width: 49%;
    height: 0.62rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #877b7a;
    font-size: .22rem;
    cursor: pointer;  
}
.select-mb-header{
display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    margin-bottom: 0.3rem;
    width: 100%;
    left: 0;
    z-index: 2;
    background: #fff;
    height: 1rem;
}
.select-mb-header div{
    font-size: .3rem
}
.select-mb-header img{
position: absolute;
    right: 0.53rem;
    top: 50%;
    transform: translateY(-50%);
    width: .3rem
}
#select{
    padding-top: .8rem
}
}