.query-dealer .map-box .map-panel .detail-box .detail .option .btn-sj {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-sj::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 0;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-sj::before {
	background: #fff;
}
.query-dealer .map-box .allmap .amap-marker .amap-icon {
    width: 42px !important;
    height: 42px !important;
}
.query-dealer .map-box .allmap .amap-marker.active .amap-icon {
    width: 62px !important;
    height: 62px !important;
}
.query-dealer .map-box .allmap .amap-marker .amap-icon img{
    width: 100%;
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-sj::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-sj:hover {
	color: #1c1d22;
	border-color: #1c1d22;
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-sj:hover {
	color: #1c1d22;
	border-color: #1c1d22;
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-sj:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-sj:hover span {
	 z-index: 3;
    position: relative;
    color: #1c1d22;
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-sj span:hover{
        z-index: 3;
    position: relative;
    color: #1c1d22;
}


.query-dealer .map-box .map-panel .detail-box .detail .option .btn-dh {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-dh::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1c1d22;
	z-index: 0;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-dh::before {
	background: #1c1d22;
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-dh::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-dh:hover {
	color: #fff;
	border-color: #fff;
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-dh:hover {
	color: #fff;
	border-color: #fff;
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-dh:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-dh:hover span {
	 z-index: 3;
    position: relative;
    color: #fff;
}
.query-dealer .map-box .map-panel .detail-box .detail .option .btn-dh span:hover{
        z-index: 3;
    position: relative;
    color: #fff;
}


.query-dealer {
  padding-top: 0.87rem;
  height: 100vh;
  width: 100%;
  z-index: 5;
        position: relative;
}
.query-dealer .map-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  background: #f7f7f7;
  padding: 0.32rem 0.7rem;
}
.query-dealer .map-box .allmap {
  width: 65%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}

.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;
  align-items: center;
  justify-content: space-between;
  flex-direction: column
}
.query-dealer .map-box .map-panel .choice-city .choice-box {
  flex: 1;
  position: relative;
  width: 100%;
}
.query-dealer .map-box .map-panel .choice-city .choice-box-1 {
    margin-top: .16rem
}
.query-dealer .map-box .map-panel .choice-city .choice-box .box {
  display: flex;
  align-items: center;
  background-color: #fff;
  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: #d38d54;
  margin: 0.15rem 0;
  text-align: right;
}

.query-dealer .map-box .map-panel .search-list {
  background-color: #fff;
  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 {
  margin: 0.3rem 0.3rem 0rem 0.3rem;
  display: flex;
  padding-bottom: 0.2rem;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  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;
  margin-bottom: 0.3rem;
}
.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: #000;
  font-size: 0.16rem;
  width: 100%;
  margin-bottom: 0.15rem;
}
.query-dealer .map-box .map-panel .search-list li .des .name {
  color: #666;
  flex: 1
}
.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 {
}

.query-dealer .map-box .map-panel .detail-box {
  background-color: #fff;
  margin-top: .2rem
}
.query-dealer .map-box .map-panel .detail-box .head {
  display: flex;
  align-items: center;
  padding: 0.22rem 0.24rem;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
}
.query-dealer .map-box .map-panel .detail-box .head img {
  width: 0.28rem;
}
.query-dealer .map-box .map-panel .detail-box .head .t {
  font-size: 0.18rem;
  font-weight: 300;
  color: #000;
}
.query-dealer .map-box .map-panel .detail-box .detail {
  padding: 0.4rem 0.24rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.query-dealer .map-box .map-panel .detail-box .detail .t1 {
  font-size: 0.24rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.3rem;
}
.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-bottom: 0.14rem;
}
.query-dealer .map-box .map-panel .detail-box .detail .des .t {
  font-size: 0.14rem;
  font-weight: 300;
  color: #808080;
}
.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.16rem;
  font-weight: 400;
  flex: 1;
  margin-top: 0.08rem;
}
.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: 48%;
  height: 0.56rem;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  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: 0.14rem;
  width: 1.76rem;
  height: 0.44rem;
  background-color: #ffffff;
  border: solid 1px #4f2c28;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f2c28;
  font-size: 0.14rem;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 300;
  position: relative;
}
.btn3 {
  margin-top: 0.14rem;
  width: 1.76rem;
  height: 0.44rem;
  background-color: #877b7a;
  border: solid 1px #877b7a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.14rem;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 300;
  margin-left: 0.1rem;
  position: relative;
}
.btn1:hover {
  background: #f2edea;
}
.btn1::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.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 0.5s;
  background-color: #471a14;
  transform: scale(0, 1);
}
.btn3:hover::after {
  transform: scale(1, 1);
}
.custom-content-marker {
  position: relative;
  width: 100%;
}
.custom-content-marker img {
  width: 0.34rem;
  position: relative;
  z-index: 22;
}

.custom-content-marker .content {
  position: absolute;
  min-width: 3.85rem;
  bottom: 0.6rem;
  background: rgba(77, 77, 77, 0.8);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0.12rem;
  transition: all 0.5s;
  z-index: 1000;
  display: none;
}
.custom-content-marker .content::before {
  width: 0;
  height: 0;
  content: "";
  bottom: -10px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(77, 77, 77, 0.8);
  left: 50%;
  transform: translateX(-50%);
}
.custom-content-marker .content .tit {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.18rem;
}
.custom-content-marker .content .des {
  display: flex;
  font-size: 0.14rem;
  color: #fff;
  font-weight: 400;
}
.custom-content-marker .content .des .t {
}
.custom-content-marker .content .des .name {
  flex: 1;
}
.custom-content-marker.active .content {
  display: block;
}
/* .amap-marker.active img{
    scale: 1.2
} */
.empty {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.083rem;
    border-radius: 0.052rem;
    padding: 0.3rem 0.5rem;
    height: 91%;
}
.empty img{
    width: 30%
}
.btn-nav{
    display: none !important;
}
.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 2332323223232323232
}
.loading img{
    width: .5rem;
}
@media (max-width: 768px) {
    .empty{
            height: auto;
    margin-top: .8rem;
    }
    .btn-nav{
    display: flex !important
}
  .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%;
  }
  .query-dealer .map-box .map-panel {
    border-radius: 0.2rem 0.2rem 0 0;
    position: fixed;
    z-index: 200000;
    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: 0.48rem 0.4rem 0;
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box {
    margin-right: 0rem;
    width: 100%;
    box-shadow: 2px 3px 10px 1px rgba(177, 177, 177, 0.1);
  }
  .query-dealer .map-box .map-panel .choice-city .choice-box .box {
    height: 0.88rem;
    background: #f5f7f9;
    padding: 0 0.32rem;
    border-radius: 0rem;
  }
  .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;
    margin-left: 0rem;
  }
  .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 1rem;
    margin-top: 0.3rem;
    height: 20%;
  }
  .query-dealer .map-box .map-panel .search-list li {
    margin: 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: 100vh;
    left: 0;
    top: 0;
    margin-top: 0;
    z-index: 22;
  }
  .query-dealer .map-box .map-panel .detail-box .head {
    padding: 0.3rem 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.28rem;
    font-weight: 300;
  }
  .query-dealer .map-box .map-panel .detail-box .detail {
    padding: 0.58rem 0.4rem;
    display: flex;
    flex-direction: column;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .t1 {
    font-size: 0.32rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
  }
  .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: 0rem;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .des .t {
    font-size: 0.24rem;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .des .name {
    font-size: 0.28rem;
    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: 0.88rem;
    font-size: 0.28rem;
    margin-right: 0rem;
    width: 48%;
  }
  .query-dealer .map-box .map-panel .detail-box .detail .option span {
    font-size: 0.28rem;
  }
  .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: 0.3rem;
    width: 49%;
    height: 0.62rem;
    background-color: #ffffff;
    border: solid 1px #4f2c28;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f2c28;
    font-size: 0.22rem;
    cursor: pointer;
  }
  .btn2 {
    margin-top: 0.3rem;
    width: 49%;
    height: 0.62rem;
    background-color: #877b7a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.22rem;
    cursor: pointer;
  }
  .btn3 {
    margin-top: 0.3rem;
    width: 49%;
    height: 0.62rem;
    background-color: #877b7a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.22rem;
    cursor: pointer;
  }
  .custom-content-marker img {
    width: 0.48rem;
  }
} /*# sourceMappingURL=dealer.css.map */

