/* -----------------------------公共部分--------------------------- */
body {
  background-color: #000;
  height: 100%;
}
.tempContainer {
  display: none;
}
.serNavContainer_m {
  display: none;
}
.main {
  overflow: hidden;
  transition: transform 0.8s ease 0.1s;
}
@media screen and (min-width: 800px) {
  .BMap_stdMpZoom {
    margin-top: 60px;
  }
}
.BMap_bubble_center {
  height: 190px!important;
}
.BMap_bubble_top {
  padding-top: 28px;
}
.BMap_bubble_pop > img {
  left: 185px!important;
  top: 250px!important;
}
.bearNavContainer {
  color: #999999;
  font-weight: 600;
  font-size: 14px;
  width: 1300px;
  height: 60px;
  margin-top: 80px;
  margin-left: 70px;
  margin-right: auto;
  z-index: 2;
  transition: top 0.5s ease 0.1s;
}
.bearNavContainer .bearNavGroup {
  height: 100%;
  line-height: 60px;
}
.bearNavGroup a {
  cursor: pointer;
  color: #999999;
  font-weight: 400;
}
.bearNavContainer .curItem {
  color: #bcbcbc;
  font-weight: bold;
}
.bearNavGroup a:hover {
  color: rgba(16, 220, 255);
}
.mapContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100vh;
  max-width: 1900px;
  max-height: 1080px;
  background: #111;
}
#mapPanel {
  width: calc(100% - 530px);
  height: 100%;
  margin-left: auto;
}
.contentPanel {
  width: 530px;
  height: 100%;
  left: 0;
  top: 70px;
  position: absolute;
  /* background-color: #111; */
}
.comGroup .label {
  font-size: 18px;
  color: #fff;
}
.comGroup .contenteItem {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.comGroup .label {
  float: left;
}
.comGroup .select {
  position: relative;
  float: left;
  margin-left: 10px;
}
.comGroup .province {
  float: left;
  margin-left: 70px;
}
.comGroup .province .select {
  width: 152px;
}
.comGroup .city {
  margin-left: 30px;
  float: left;
  margin-bottom: 33px;
}
.comGroup .city .select {
  width: 152px;
}
.comGroup .brand {
  clear: both;
  /* float: left; */
  margin-left: 70px;
}
.comGroup .brand .select {
  width: 380px;
}
.contentPanel .resultTitle {
  clear: both;
  /* margin-top: 70px; */
  margin-top: 30px;
  margin-left: 70px;
  color: #fff;
}
.contentPanel .scrollPanel {
  margin-top: 35px;
  margin-left: 70px;
  width: 430px;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100% - 300px);
}
.contentPanel .scrollPanel::-webkit-scrollbar {
  width: 3px;
  /* background-color: #666; */
}
.contentPanel .scrollPanel::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
}
.contentPanel .dealerItem {
  position: relative;
  color: #afafaf;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #333333;
  overflow: hidden;
  max-height: 20px;
  cursor: pointer;
  transition: all 0.8s ease 0s;
}
.contentPanel .dealerItem .title {
  font-size: 18px;
  max-width: calc(100% - 120px);
}
/* .mapContainer .dealerItem .title::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: aqua;
    float: right;
} */
.contentPanel .dealerItem .addr {
  margin-top: 10px;
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
.contentPanel .dealerItem .phone {
  margin-top: 10px;
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
.contentPanel .dealerItem .dis {
  position: absolute;
  width: 100px;
  right: 10px;
  top: 30px;
  width: fit-content;
}
.contentPanel .dealerItem .icon {
  float: right;
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 10px;
  margin-top: 3px;
}
.contentPanel .dealerItem .txt {
  float: right;
}
.contentPanel .dealerItem-clicked {
  max-height: 200px;
  cursor: default;
  background-color: #111;
}
.contentPanel .dealerItem-clicked .title {
  color: #fff;
}
.contentPanel .dealerItem-clicked .addr {
  opacity: 1;
}
.contentPanel .dealerItem-clicked .phone {
  opacity: 1;
}
.contentPanelContainer-m {
  display: none;
}
.anchorBL {
  display: none;
}
.radio {
  background: #000;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 30px;
  vertical-align: middle;
}
.centerLine {
  vertical-align: top;
  margin-top: 50px;
  margin-left: 65px;
  background-color: #000;
  display: inline-block;
  width: 2px;
  height: 20px;
}
.radio .icon-svg {
  background-image: url(../images/arrow-right-1_a04c206ea21063b50c8b.svg);
  background-size: cover;
  width: 17px;
  height: 13px;
  margin: 7px auto;
}
.text-underline {
  height: 1px;
  width: 81%;
  margin-left: 13%;
  background: #EDEDED;
  margin-top: 30px;
}
.mob {
  display: none;
}
.radio-btn {
  display: none;
}
.contenteItem .select-title {
  font-size: 16px;
  color: #999;
}
@media screen and (max-width: 800px) {
  .bearNavContainer {
    display: none;
  }
  .BMap_pop {
    display: none;
  }
  .select .select-title::after {
    width: 17px;
  }
  .text-underline.mob {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .text-underline {
    display: none;
  }
  .radio {
    margin-left: 15px;
  }
  .centerLine {
    margin-left: 28px;
  }
  .contentPanel .dealerItem {
    max-height: 200px;
  }
  .contentPanel .dealerItem .addr {
    opacity: 1;
  }
  .contentPanel .dealerItem .phone {
    opacity: 1;
  }
  .contentPanel .dealerItem .title {
    font-size: 14px;
  }
  .contentPanel .dealerItem .txt {
    font-size: 12px;
  }
  .contentPanel .dealerItem .icon {
    width: 12px;
    height: 12px;
  }
  .comContainer-m .comGroup {
    margin-top: 70px;
    margin-left: 7vw;
  }
  .dealerItem-clicked .radio-btn {
    display: inline-block;
  }
  .contenteItem .select-title {
    font-size: 12px;
  }
  .radio-btn {
    /* display: inline-block; */
    width: calc(50% - 22px);
    border-radius: 30px;
    height: 30px;
    margin-right: 40px;
    margin-top: 30px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    display: none;
  }
  .radio-btn:last-child {
    margin-right: 0;
  }
  .radio {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin-left: 10px;
  }
  .radio .icon-svg {
    background-image: url(../images/arrow-right_24ed9ab393dfe6ad7833.svg);
    background-size: cover;
    width: 10px;
    height: 10px;
    margin: 5px auto;
  }
  .mapContainer {
    margin-top: 20px;
    width: 100%;
    height: fit-content;
    max-height: initial;
    padding-bottom: 20px;
    /* height: 500px; */
  }
  #mapPanel {
    width: 100%;
    height: calc(100vw / 16 * 9);
    background-image: none !important;
    /* height:500px; */
  }
  .contentPanelContainer-m {
    margin-top: 20px;
    display: block;
    overflow: hidden;
  }
  .contentPanel {
    position: static;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .comGroup .label {
    font-size: 15px;
    color: #fff;
  }
  .comGroup .contenteItem {
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .comGroup .brand .select {
    /* width: 32vw; */
    width: 30vw;
  }
  .comGroup .province {
    /* margin-left: 20px; */
    /* margin-left: 12vw; */
  }
  .comGroup .province .select {
    /* width: 32vw; */
    width: 30vw;
  }
  .comGroup .city {
    margin-left: 8vw;
  }
  .comGroup .city .select {
    width: 26vw;
  }
  .contentPanel .resultTitle {
    margin-left: 0;
  }
  .contentPanel .scrollPanel {
    /* margin-top: 35px; */
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 861px;
  }
  .contentPanel .dealerItem-clicked {
    background: transparent;
  }
}

