body {
  background-color: #f0f1f4;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner .bg {
  width: 100%;
  height: 100%;
}
.banner .bg img,
.banner .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .detail {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 222;
  top: 15%;
}
.banner .detail .tit {
  font-family: Montserrat-Bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.55rem;
}
.banner .detail .units {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}
.banner .detail .units .unit {
  display: flex;
  align-items: center;
  margin-left: 0.7rem;
}
.banner .detail .units .unit .l {
  font-size: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
}
.banner .detail .units .unit .r {
  font-size: 0.4rem;
  font-family: Montserrat-Bold;
  margin-left: 0.2rem;
  color: rgba(255, 255, 255, 0.6);
}
.banner .detail .units .unit:nth-of-type(1) {
  margin-left: 0;
}
.banner .brand_banner_line {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.banner .brand_banner_line div {
  background-color: rgb(254, 118, 0);
  width: 50%;
  height: 3px;
  margin-top: 0.06rem;
}

.showroom-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.8rem 0.7rem;
}
.showroom-box .tit {
  font-family: Montserrat-Bold;
  font-size: 0.55rem;
  text-transform: uppercase;
  color: #000;
}
.showroom-box .swiper-container {
  margin-top: 0.9rem;
}
.showroom-box .swiper-container .swiper-slide .bg {
  border-radius: 0.1rem;
  overflow: hidden;
}
.showroom-box .swiper-container .swiper-slide .bg img {
  width: 100%;
}
.showroom-box .swiper-container .swiper-slide .t {
  font-size: 0.25rem;
  font-family: Montserrat-Bold;
  color: #000;
  margin-top: 0.3rem;
}
.showroom-box .swiper-container .swiper-slide .d {
  font-size: 0.18rem;
  margin-top: 0.1rem;
}
.showroom-box .swiper-container .swiper-control {
  width: 100%;
  height: 2px;
  padding: 0 2.6rem;
  margin-top: 0.8rem;
}
.showroom-box .swiper-container .swiper-control .swiper-pagination-progress {
  position: static;
  height: 100%;
  width: 100%;
}
.showroom-box .swiper-container .swiper-control .swiper-pagination-progress .swiper-pagination-progressbar {
  background-color: #ff8000;
}

.find-us {
  background: #f5f7f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.7rem;
  padding: 1rem 0.8rem;
}
.find-us .tit {
  color: #000;
  font-size: 0.55rem;
  font-family: Montserrat-Bold;
}
.find-us .map-box {
  width: 100%;
  display: flex;
  height: 8rem;
  margin-top: 0.8rem;
}
.find-us .map-box #map {
  width: 65%;
  height: 100%;
}
.find-us .map-box .map-list {
  flex: 1;
  padding-left: 0.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.find-us .map-box .map-list .navs {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0.1rem;
  height: 0.56rem;
  padding: 0.04rem;
}
.find-us .map-box .map-list .navs .nav {
  display: flex;
  align-items: center;
  flex: 1;
  font-family: Montserrat-Bold;
  justify-content: center;
  height: 100%;
  border-radius: 0.08rem;
  cursor: pointer;
}
.find-us .map-box .map-list .navs .nav .icon {
  width: 0.26rem;
}
.find-us .map-box .map-list .navs .nav .text {
  color: #000;
  margin-left: 0.05rem;
  font-size: 0.18rem;
}
.find-us .map-box .map-list .navs .nav.active {
  background-color: #f3f3f3;
}
.find-us .map-box .map-list .select-box {
  background-color: #fff;
  display: flex;
  height: 0.56rem;
  border-radius: 0.1rem;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.find-us .map-box .map-list .select-box .name {
  font-family: Montserrat-Bold;
  font-size: 0.18rem;
  color: #000;
  padding-left: 0.24rem;
}
.find-us .map-box .map-list .select-box .icon {
  width: 0.32rem;
  margin-right: 0.13rem;
}
.find-us .map-box .map-list .select-box .icon img {
  width: 100%;
}
.find-us .map-box .map-list .select-box .conntry-city {
  position: absolute;
  top: 0.65rem;
  width: 100%;
  font-size: 0.2rem;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  height: 4.2rem;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 0.5s;
  border-radius: 0.1rem;
  display: none;
}
.find-us .map-box .map-list .select-box .conntry-city .head {
  display: flex;
  height: 0.56rem;
  padding: 0 0.24rem;
  border-bottom: 1px solid #f2f2f2;
  align-items: center;
  position: sticky;
  background-color: #fff;
  top: 0;
}
.find-us .map-box .map-list .select-box .conntry-city .head .text {
  font-size: 0.14rem;
  color: #999;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.find-us .map-box .map-list .select-box .conntry-city .head .text:nth-of-type(1) {
  margin-right: 1.28rem;
}
.find-us .map-box .map-list .select-box .conntry-city .head .text.active {
  color: #000;
  border-bottom: 1px solid #000;
}
.find-us .map-box .map-list .select-box .conntry-city .head .city {
  display: none;
}
.find-us .map-box .map-list .select-box .conntry-city ul li {
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.24rem;
  height: 0.56rem;
}
.find-us .map-box .map-list .select-box .conntry-city ul li .t {
  font-size: 0.14rem;
  color: #999;
  transition: all 0.3s ease;
}
.find-us .map-box .map-list .select-box .conntry-city ul li img {
  width: 0.16rem;
  opacity: 0;
}
.find-us .map-box .map-list .select-box .conntry-city ul li:hover .t {
  color: #000;
}
.find-us .map-box .map-list .select-box .conntry-city ul li.active .t {
  color: #000;
}
.find-us .map-box .map-list .select-box .conntry-city ul li.active img {
  opacity: 1;
}
.find-us .map-box .map-list .select-box .conntry-city.active {
  display: block;
}
.find-us .map-box .map-list .list {
  margin-top: 0.17rem;
  background-color: #fff;
  border-radius: 0.1rem;
  flex: 1;
  overflow-y: auto;
}
.find-us .map-box .map-list .list .box {
  padding: 0.3rem 0.25rem;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.find-us .map-box .map-list .list .box .name-box {
  display: flex;
  align-items: center;
}
.find-us .map-box .map-list .list .box .name-box .name {
  font-size: 0.18rem;
  color: #000;
  font-family: Montserrat-Bold;
}
.find-us .map-box .map-list .list .box .name-box .icon-box {
  display: flex;
  align-items: center;
  margin-left: 0.08rem;
}
.find-us .map-box .map-list .list .box .name-box .icon-box img {
  width: 0.25rem;
  margin-right: 0.03rem;
}
.find-us .map-box .map-list .list .box .content-box {
  display: flex;
  margin-top: 0.1rem;
}
.find-us .map-box .map-list .list .box .content-box-links{
    margin-top: .3rem;
    align-items: center;
}
.find-us .map-box .map-list .list .box .content-box .t {
  color: #000;
  font-size: 0.14rem;
}
.find-us .map-box .map-list .list .box .content-box .d {
  flex: 1;
  padding-left: 0.1rem;
  font-size: 0.14rem;
  color: #666;
}
.find-us .map-box .map-list .list .box .content-box a{
    width: .15rem;
    position: relative;
    margin-right: .18rem;
    height: .15rem;
}
.find-us .map-box .map-list .list .box .content-box a:nth-last-of-type(1){
    margin-right: 0;
}
.find-us .map-box .map-list .list .box .content-box a img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .3s;
}
.find-us .map-box .map-list .list .box .link{
    position: absolute;
    right: .12rem;
    top: .12rem;
    width: .35rem;
    height: .35rem;
    background: #000;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.find-us .map-box .map-list .list .box .link img{
    width: .2rem;
}
.find-us .map-box .map-list .list .box .link:hover{
    background: #FF8000;
}
.find-us .map-box .map-list .list .box .content-box a .img2{
    opacity: 0;
}
.find-us .map-box .map-list .list .box .content-box a:hover .img1{
    opacity: 0;
}
.find-us .map-box .map-list .list .box .content-box a:hover .img2{
    opacity: 1;
}
.find-us .map-box .map-list .list .box:hover {
  background-color: #f9f9f9;
}
.find-us .map-box .map-list .list .box.active {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
    .find-us .map-box .map-list .list .box .link{
        width: .44rem;
        height: .44rem;
        top: .4rem;
        right: 0rem;
    }
    .find-us .map-box .map-list .list .box .link img{
        width: .26rem;
    }
    .find-us .map-box .map-list .list .box .content-box a{
        width: .33rem;
        height: .33rem;
        margin-top: .45rem;
        margin-right: .53rem;
    }
  .banner .detail {
    top: 35%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .banner .detail .tit {
    text-align: center;
  }
  .banner .detail .units {
    flex-direction: column;
  }
  .banner .detail .units .unit {
    margin-left: 0;
  }
  .showroom-box {
    width: 100%;
    overflow: hidden;
    padding: 1.2rem 0.6rem 0.9rem;
  }
  .showroom-box .tit {
    font-size: 0.5rem;
  }
  .showroom-box .swiper-container {
    width: 100%;
  }
  .showroom-box .swiper-container .swiper-slide .t {
    padding: 0;
    font-size: 0.35rem;
  }
  .showroom-box .swiper-container .swiper-slide .d {
    padding: 0;
    font-size: 0.24rem;
  }
  .showroom-box .swiper-container .swiper-control {
    padding: 0;
  }
  .find-us {
    padding: 0.6rem;
  }
  .find-us .tit {
    font-size: 0.5rem;
  }
  .find-us .map-box {
    margin-top: 0.43rem;
    height: auto;
    width: 100%;
  }
  .find-us .map-box #map {
    display: none;
  }
  .find-us .map-box .map-list {
    padding: 0;
    width: 100%;
  }
  .find-us .map-box .map-list .navs {
    height: 0.88rem;
  }
  .find-us .map-box .map-list .navs .nav .icon {
    width: 0.39rem;
  }
  .find-us .map-box .map-list .navs .nav .text {
    font-size: 0.26rem;
  }
  .find-us .map-box .map-list .select-box {
    height: 0.88rem;
  }
  .find-us .map-box .map-list .select-box .name {
    font-size: 0.28rem;
    padding-left: 0.3rem;
    flex: 1;
  }
  .find-us .map-box .map-list .select-box .icon {
    width: 0.49rem;
    margin-right: 0.2rem;
  }
  .find-us .map-box .map-list .select-box .mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
  }
  .find-us .map-box .map-list .select-box .conntry-city {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    height: 80%;
    border-radius: 0.4rem 0.4rem 0 0;
  }
  .find-us .map-box .map-list .select-box .conntry-city .head-mb {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0.4rem 0.4rem 0 0;
  }
  .find-us .map-box .map-list .select-box .conntry-city .head-mb .text {
    font-size: 0.32rem;
    color: #000;
  }
  .find-us .map-box .map-list .select-box .conntry-city .head-mb img {
    width: 0.25rem;
  }
  .find-us .map-box .map-list .select-box .conntry-city .head {
    height: 0.88rem;
    padding: 0 0.6rem;
  }
  .find-us .map-box .map-list .select-box .conntry-city .head .text {
    font-size: 0.28rem;
  }
  .find-us .map-box .map-list .select-box .conntry-city ul li {
    height: 0.88rem;
    padding: 0 0.6rem;
  }
  .find-us .map-box .map-list .select-box .conntry-city ul li .t {
    font-size: 0.28rem;
  }
  .find-us .map-box .map-list .select-box .conntry-city ul li img {
    width: 0.32rem;
  }
  .find-us .map-box .map-list .list {
    padding: 0 0.3rem;
    flex: none;
    max-height: 8.4rem;
    width: 100%;
  }
  .find-us .map-box .map-list .list .box {
    padding: 0.45rem 0;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }
  .find-us .map-box .map-list .list .box .name-box .name {
    font-size: 0.28rem;
  }
  .find-us .map-box .map-list .list .box .name-box .icon-box img {
    width: 0.39rem;
  }
  .find-us .map-box .map-list .list .box .content-box {
    margin-top: 0.15rem;
  }
  .find-us .map-box .map-list .list .box .content-box .t {
    font-size: 0.24rem;
  }
  .find-us .map-box .map-list .list .box .content-box .d {
    font-size: 0.24rem;
    padding-left: 0.15rem;
    overflow-wrap: anywhere;
  }
}/*# sourceMappingURL=dealer-sou.css.map */