.query-dealer {
  padding-top: 1.1rem;
  height: 100vh;
  width: 100%;
}
.query-dealer .map-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  background: #fff;
  padding: 0.32rem 0.7rem;
}
.query-dealer .map-box .allmap {
  width: 65%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.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;
}
.query-dealer .map-box .allmap img {
  width: 100%;
}
.query-dealer .map-box .allmap .amap-marker .amap-icon {
  width: 24px !important;
  height: 28px !important;
}
.query-dealer .map-box .allmap .amap-marker.active .amap-icon {
  width: 28px !important;
  height: 32px !important;
}
.query-dealer .map-box .allmap #allmap {
  width: 100%;
  height: 100%;
}
.query-dealer .map-box .map-panel {
  flex: 1;
  margin-right: 0.4rem;
}
.query-dealer .map-box .map-panel .choice-city {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.query-dealer .map-box .map-panel .choice-city .choice-box {
  flex: 1;
  position: relative;
  margin-top: .14rem
}
.query-dealer .map-box .map-panel .choice-city .choice-box .box {
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 0.1rem;
  cursor: pointer;
  padding: 0rem 0.15rem 0rem 0.24rem;
  height: 0.56rem;
}
.query-dealer .map-box .map-panel .choice-city .choice-box .box .name {
  font-size: 0.18rem;
  font-weight: 300;
  color: #000;
  flex: 1;
}
.query-dealer .map-box .map-panel .choice-city .choice-box .box img {
  width: 0.34rem;
}
.query-dealer .map-box .map-panel .choice-city .choice-box:nth-last-of-type(1) {
  margin-right: 0;
}
.query-dealer .map-box .map-panel .choice-city .choice-content {
  box-shadow: 0px 3px 16px 0px rgba(70, 79, 87, 0.1);
  background-color: #fff;
  border-radius: 0.1rem;
  position: absolute;
  width: 100%;
  top: 0.7rem;
  z-index: 3;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-head {
  display: flex;
  align-items: center;
  height: 0.56rem;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0.24rem;
  position: sticky;
  top: 0;
  background-color: #fff;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-head .choice-tab {
  font-size: 0.14rem;
  cursor: pointer;
  margin-right: 1.08rem;
  color: #999;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-head .choice-tab span {
  position: relative;
  font-size: 0.16rem;
  font-weight: 400;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-head .choice-tab:nth-last-of-type(1) {
  margin-right: 0;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-head .choice-tab.active {
  color: #000;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-head .choice-tab.active span::after {
  position: absolute;
  width: 100%;
  bottom: -0.18rem;
  height: 1px;
  display: block;
  content: "";
  background-color: #000;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup {
  display: flex;
  height: 3rem;
  overflow-y: overlay;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 0 6px hsla(0, 1%, 52%, 0.06);
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup::-webkit-scrollbar {
  width: 6px;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li {
  width: 100%;
  padding: 0.12rem;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li .li-box {
  display: flex;
  padding: 0 0.12rem;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li .li-box .letter {
  color: #999999;
  font-size: 0.16rem;
  font-weight: 300;
  padding-top: 0.08rem;
  width: 0.1rem;
  transition: all 0.3s;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li .li-box .letter:hover {
  color: #000;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li .li-box .active {
  color: #000;
  font-weight: 500 !important;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li .li-box .items {
  flex: 1;
  margin-left: 0.078rem;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li .li-box .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.4rem;
  cursor: pointer;
  color: #999999;
  transition: all 0.3s;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li .li-box .items .item .text {
  font-size: 0.16rem;
  font-weight: 300;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li .li-box .items .item img {
  width: 0.14rem;
  display: none;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li .li-box .items .item:hover {
  color: #000;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li .li-box .items .active .text {
  color: #000;
  font-weight: 500 !important;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li .li-box .items .active img {
  display: block;
}
.query-dealer .map-box .map-panel .choice-city .choice-content .choice-popup .li .li-box:hover .letter {
  color: #000 !important;
}
.query-dealer .map-box .map-panel .choice-city .choice-content-type {
  width: 100%;
  height: auto;
}
.query-dealer .map-box .map-panel .choice-city .choice-content-type .choice-popup {
  height: auto;
}
.query-dealer .map-box .map-panel .choice-city .choice-content-type .choice-popup .li .li-box .items {
  margin-left: 0;
}
.query-dealer .map-box .map-panel .dealer-length {
  font-size: 0.16rem;
  color: #897c78;
  margin: 0.32rem 0;
  text-align: left;
}
.query-dealer .map-box .map-panel .dealer-length span {
  color: #4f2c28;
}
.query-dealer .map-box .map-panel .search-list {
  background-color: #fff;
  border-radius: 0.052rem;
  max-height: 85%;
  overflow-y: auto;
}
.query-dealer .map-box .map-panel .search-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 0 6px hsla(0, 1%, 52%, 0.06);
}
.query-dealer .map-box .map-panel .search-list::-webkit-scrollbar {
  width: 6px;
}
.query-dealer .map-box .map-panel .search-list li {
  padding: 0.32rem 0.24rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f6f6f6;
  border-radius: 0.1rem;
  border: 1px solid #f6f6f6;
  margin-bottom: 0.32rem;
  cursor: pointer;
  transition: all 0.3s;
}
.query-dealer .map-box .map-panel .search-list li .tit {
  color: #111;
  font-size: 0.22rem;
  font-weight: 400;
}
.query-dealer .map-box .map-panel .search-list li .categories {
  display: flex;
  align-items: center;
  margin: 0.16rem 0;
}
.query-dealer .map-box .map-panel .search-list li .categories .category {
  width: 1.16rem;
  height: 0.38rem;
  background-color: rgba(189, 162, 143, 0.2);
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bda28f;
  font-size: 0.14rem;
  font-weight: 300;
  margin-right: 0.08rem;
}
.query-dealer .map-box .map-panel .search-list li .categories .category:nth-of-type(1) {
  color: #a08e83;
  background: #e5e1df;
}
.query-dealer .map-box .map-panel .search-list li .categories .category:nth-of-type(2) {
  color: #bda28f;
  background: #ebe5e1;
}
.query-dealer .map-box .map-panel .search-list li .categories .category:nth-of-type(3) {
  color: #d1b39d;
  background: #f0eae5;
}
.query-dealer .map-box .map-panel .search-list li .des {
  display: flex;
  color: #555;
  font-size: 0.16rem;
  font-weight: 300;
  width: 100%;
  margin-top: 0.068rem;
}
.query-dealer .map-box .map-panel .search-list li:nth-last-of-type(1) {
  border-bottom: 0;
}
.query-dealer .map-box .map-panel .search-list li.active {
  border: 1px solid #b3998e;
}
.query-dealer .map-box .map-panel .search-list li:hover {
  border: 1px solid #b3998e;
}
.query-dealer .map-box .map-panel .detail-box {
  background-color: #fff;
  margin-top: 0.083rem;
  border-radius: 0.052rem;
}
.query-dealer .map-box .map-panel .detail-box .head {
  display: flex;
  align-items: center;
  padding: 0.078rem 0.12rem;
  border-bottom: 1px solid #e2e6eb;
  cursor: pointer;
}
.query-dealer .map-box .map-panel .detail-box .head img {
  width: 0.156rem;
}
.query-dealer .map-box .map-panel .detail-box .head .t {
  font-size: 0.084rem;
  font-weight: 300;
  color: #000;
}
.query-dealer .map-box .map-panel .detail-box .detail {
  padding: 0.208rem 0.12rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.query-dealer .map-box .map-panel .detail-box .detail .t1 {
  font-size: 0.13rem;
  font-weight: 500;
  color: #000;
}
.query-dealer .map-box .map-panel .detail-box .detail .dtc {
  margin-top: 0.104rem;
  border: 1px solid #7dcace;
  border-radius: 0.02rem;
  padding: 0.03125rem 0.0625rem;
  color: #7dcace;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f8f9;
  font-size: 0.0625rem;
}
.query-dealer .map-box .map-panel .detail-box .detail .des {
  margin-top: 0.115rem;
}
.query-dealer .map-box .map-panel .detail-box .detail .des .t {
  color: #808080;
  font-size: 0.07rem;
  font-weight: 300;
  color: #9f9f9f;
}
.query-dealer .map-box .map-panel .detail-box .detail .des .name-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.query-dealer .map-box .map-panel .detail-box .detail .des .name {
  color: #000000;
  font-size: 0.083rem;
  font-weight: 400;
  margin-top: 0.068rem;
  margin-right: 0.03rem;
  flex: 1;
}
.query-dealer .map-box .map-panel .detail-box .detail .des .name-1 {
  flex: none;
}
.query-dealer .map-box .map-panel .detail-box .detail .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.208rem;
  width: 100%;
}
.query-dealer .map-box .map-panel .detail-box .detail .option span {
  font-weight: 300;
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-1 {
  width: 40%;
  height: 0.286rem;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 0.083rem;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-2 {
  background: #121c26;
  color: #fff;
}

.privacy-box {
  z-index: 1111 !important;
}

iframe {
  display: none;
}

.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);
}

@media (max-width: 768px) {
    .header_main_menu{
        z-index: 20000
    }
  .privacy-box {
    z-index: 222;
  }
  .query-dealer {
    padding-top: 1.1rem;
    height: 100vh;
    overflow: hidden;
  }
  .query-dealer .map-box {
    padding: 0;
    height: 100vh;
    overflow: hidden;
  }
  .query-dealer .map-box .allmap {
    width: 100%;
    height: 100vh;
  }
  .query-dealer .map-box #allmap {
    width: 100%;
  }
  .tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0.48rem 0.4rem 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;
}
  .query-dealer .map-box .map-panel {
    border-radius: 0.2rem 0.2rem 0 0;
    position: fixed;
    z-index: 199;
    flex: 0 0 32%;
    top: 58%;
    left: 0;
    width: 100%;
    background: #fff;
    height: 200%;
    transition: top 0.2s ease-out;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  }
  .query-dealer .map-box .map-panel::after {
    content: "";
    display: block;
    position: absolute;
    width: 0.8rem;
    height: 0.06rem;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0.05rem;
    top: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .query-dealer .map-box .map-panel .choice-city {
    padding: 0rem 0.4rem 0;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box {
    margin-right: 0rem;
    width: 100%;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .box {
    height: 0.88rem;
    background: #f5f7f9;
    padding: 0 0.32rem;
    border-radius: 0.2rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .box .name {
    font-size: 0.28rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .box img {
    width: 0.52rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 2;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    top: auto;
    border-radius: 0;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .title-box {
    height: 1.16rem;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .title-box .t {
    font-size: 0.32rem;
    color: #000;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .title-box img {
    width: 0.28rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .choice-head {
    height: 1.16rem;
    padding: 0 0.48rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .choice-head .choice-tab {
    font-size: 0.28rem;
    margin-right: 1rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .choice-head .choice-tab span::after {
    bottom: -0.37rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .choice-head .choice-tab span {
    font-size: 0.28rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .choice-popup {
    width: 100%;
    height: 7rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .choice-popup .li {
    padding: 0.4rem 0.48rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .choice-popup .li .li-box .letter {
    font-size: 0.28rem;
    font-weight: 300;
    line-height: 0.28rem;
    margin-top: 0.15rem;
    width: 0.2rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .choice-popup .li .li-box .items {
    margin-left: 0.34rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .choice-popup .li .li-box .items .item {
    height: 0.8rem;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .choice-popup .li .li-box .items .item img {
    width: 4%;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .choice-content .choice-popup .li .li-box .items .item .text {
    font-size: 0.28rem;
    font-weight: 300;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .query-dealer .map-box .map-panel .dealer-length {
    text-align: center;
    font-size: 0.24rem;
    margin: 0.32rem 0 0.48rem;
    display: none
  }
  .query-dealer .map-box .map-panel .search-list {
    padding: 0 0.4rem 3rem;
    margin-top: .3rem;
    height: 20%;
  }
  .query-dealer .map-box .map-panel .search-list li {
    padding: 0.32rem;
  }
  .query-dealer .map-box .map-panel .search-list li .tit {
    font-size: 0.32rem;
    font-weight: 500;
  }
  .query-dealer .map-box .map-panel .search-list li .categories {
    margin: 0.24rem 0;
    width: 100%;
  }
  .query-dealer .map-box .map-panel .search-list li .categories .category {
    height: 0.56rem;
    width: 32%;
    margin-right: 0.12rem;
    font-size: 0.24rem;
  }
  .query-dealer .map-box .map-panel .search-list li .des {
    line-height: 1.8;
  }
  .query-dealer .map-box .map-panel .search-list li .des .t {
    font-size: 0.24rem;
    white-space: nowrap;
  }
  .query-dealer .map-box .map-panel .search-list li .des .name {
    font-size: 0.24rem;
  }
  .query-dealer .map-box .map-panel .detail-box {
    position: fixed;
    width: 100%;
    height: calc(100vh - 1.7rem);
    left: 0;
    top: 1.7rem;
    margin-top: 0;
    z-index: 22;
  }
  .query-dealer .map-box .map-panel .detail-box .head {
    padding: 0.4rem;
  }
  .query-dealer .map-box .map-panel .detail-box .head img {
    width: 0.6rem;
  }
  .query-dealer .map-box .map-panel .detail-box .head .t {
    font-size: 0.36rem;
    font-weight: 300;
  }
  .query-dealer .map-box .map-panel .detail-box .detail {
    padding: 0.4rem;
    display: flex;
    flex-direction: column;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .t1 {
    font-size: 0.46rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .dtc {
    padding: 0.12rem 0.24rem;
    font-size: 0.26rem;
    margin-top: 0rem;
    border-radius: 0.08rem;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .des {
    margin-top: 0.5rem;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .des .t {
    font-size: 0.32rem;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .des .name {
    font-size: 0.34rem;
    margin-top: 0.1rem;
    font-weight: 300;
    line-height: 1.5;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .des:nth-of-type(1) {
    margin-top: 0.3rem;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .option {
    margin-top: 0.6rem;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .option .btn-1 {
    height: 1rem;
    font-size: 0.26rem;
    margin-right: 0.14rem;
    width: 30%;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .option span {
    font-size: 0.34rem;
  }
  .query-dealer .map-box .map-panel.active {
    top: 20%;
  }
  .query-dealer .map-box .map-panel.active .search-list {
    height: 35%;
  }
  .query-dealer .map-box .map-panel.draw {
    transition: none;
  }
  .map-btn-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}
.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;   
}
}/*# sourceMappingURL=dealer.css.map */