

@font-face{
    font-family: AudiTypeVBold;
    src: url('/dist/site/css/app/fonts/fanIconFont/fz.woff'); 
}

/* 全景 */
.btn-box-th{
        display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1.1rem;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
}
.btn-box-th .link3{
    font-size: .15rem;
    border: 1px solid #7a7d80;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: .5rem;
}
.btn-box-th .link3 .quanjing_con img{
    margin-left: 0.4rem;
    width: 100%;
}
.quanjing_con{
    position: absolute;
    left: 0;
    z-index: 5;
    width: 0.4rem;
    height: 0.4rem;
}
.btn-box-th .link3 img:nth-of-type(1){
    opacity: 1;
}
.btn-box-th .link3 img:nth-of-type(2){
    opacity: 0;
    position: absolute;
    top: 0;
}
.btn-box-th .link3:hover img:nth-of-type(1){
    opacity: 0;
}
.btn-box-th .link3:hover img:nth-of-type(2){
    opacity: 1;
}
.btn-box-th .link3 span{
    margin-left: 0.45rem;
}
.btn-box-th .link4{
    font-size: .15rem;
    border: 1px solid #5d646b;
    color: #fff;
    background: #5d646b;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: .5rem; */
    position: relative
}

.btn-box-th .link3::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #3e4247;
	transition: transform .9s cubic-bezier(0.165,0.84,0.44,1);
	transform: scaleX(0);
	transform-origin: right;
	z-index: 0;
} 
.btn-box-th .link3:hover span{
	color: #fff;
}
.btn-box-th .link3:hover::after{
	transform: scaleX(1);
	transform-origin: left;
}
.btn-box-th .link4::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #3e4247;
	transition: transform .9s cubic-bezier(0.165,0.84,0.44,1);
	transform: scaleX(0);
	transform-origin: right;
	z-index: 0;
}
.btn-box-th .link4 span:hover span{
	color: #fff;
}
.btn-box-th .link4:hover::after{
	transform: scaleX(1);
	transform-origin: left;
}
.btn-box-th .link{
    font-size: .18rem;
    width: 2rem;
    height: .52rem;
    color: #000;
    cursor: pointer;
    font-weight: 300
}
.btn-box-th .link span{
    width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	z-index: 1;
	transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    font-weight: 300;
}
.btn-box-th .link span i{
    font-style: normal
}
.btn-box-th .link4 span{
    color: #fff;
}





.slogan-title{
    font-family: "Microsoft YaHei" !important;
}

.contentRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.titleContainer {
    position: absolute;
    width: 100%;
}
.car_choice_list_bottom2_right {
    width: 49.6%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}

@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}

.photoMask {
    position: absolute;
    top: 0px;
    padding-top: 0.56rem;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    padding-left: 0.26rem;
    /* cursor: pointer; */
    background-color: rgba(0,0,0,0.6);
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.maskTop {
    display: flex;
    flex-direction: row;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.16rem;
    position: relative;
}

.maskTop>span {
    height: 0.9rem;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.08rem;
}

.maskTopBig {
    font-size: 0.6rem;
    line-height: 0.6rem;
    padding-bottom: 0rem !important;
    margin-right: 0.2rem;
}

.maskBottom {
    font-size: 15px;
    text-align: start;
    line-height: 24px;
    width: 7.786rem;
}

.maskItemContainer {
    overflow: hidden;
    position: relative;
}

.maskItemContainer:hover .photoMask {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

.maskItemContainer img {
    transform: scale(1);
    transition: transform 0.5s;
}

.maskItemContainer:hover img {
    transform: scale(1.1);
    transition: transform 0.5s;
}
.car-720 .sk{
    position: absolute;
    bottom: 26%;
    left: 50%;
    transform: translateX(-50%);
    color: #686767;
    font-size: 12px;
    z-index: 1
}

.allSwiperContainer {
    position: relative;
    margin-top: 8px;
    width: 100%;
    height: 11.22rem;
}

.big-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.small-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 13px;
    left: 13px;
    background-color: rgba(0,0,0,0.2);
}

.verticalCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
  }

  .verticalCenter
  .section-content-item {
  display: inline-block;
  position: relative;
  width: 50%;
}

.verticalCenter .section-content-item-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 4%;
    overflow: hidden;
}
.icon-service::before{
    content: " " !important;
}
.img-wrap img {
    width: 100%;
    height: auto;
    position: static;
    /* top: auto;
    left: auto;
    transform: none; */
}

  .verticalCenter .text-swiper {
  min-height: 3.7rem;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
  .verticalCenter .text-swiper .slide {
  display: block;
  text-align: left;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 60%;
  color: #fff;
}
  .verticalCenter
  .text-swiper
  .slide.active {
  opacity: 1;
}
  .verticalCenter
  .text-swiper
  .slide
  .text-container
  h2 {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
  .verticalCenter
  .text-swiper
  .slide
  .text-container
  h2
  sup {
  font-size: 0.24rem;
  vertical-align: top;
  line-height: 0;
}
  .verticalCenter
  .text-swiper
  .slide
  .text-container
  h2
  span {
  font-size: 0.24rem;
}
  .verticalCenter
  .text-swiper
  .slide
  .text-container
  h2
  span
  sup {
  font-size: 0.16rem;
  line-height: 2.5;
  vertical-align: top;
}
  .verticalCenter
  .text-swiper
  .slide
  .text-container
  p {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.7);
  word-break: break-all;
}
  .verticalCenter
  .text-swiper
  .slide
  .text-container
  p
  sup {
  font-size: 0.12rem;
  vertical-align: top;
  line-height: 0.5;
}
  .verticalCenter
  .text-swiper
  .slide
  .text-container
  ul {
  width: 100%;
  font-size: 0.18rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

  .text-swiper
  .slide
  .text-container
  ul
  li {
  display: block;
}


  .verticalCenter
  .small-swiper {
  width: 1.8rem;
  overflow: visible !important;
  margin-left: 0;
}

  .verticalCenter
  .small-swiper
  .swiper-slide {
  cursor: pointer;
  /* width: 1.8rem; */
}

  .verticalCenter
  .small-swiper
  .swiper-slide.active
  .img-wrap {
  border: 3px solid #D7171f;
  /* width: 1.8rem; */
  height: auto;
}

  .verticalCenter
  .small-swiper
  .swiper-slide.active::after {
  display: none;
}

  .verticalCenter
  .small-swiper
  .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

  /* .verticalCenter
  .small-swiper
  .swiper-button-prev {
  width: 0.7rem;
  height: 0.7rem;
  left: auto;
  right: -280%;
  top: 140%;
  bottom: 0;
  background-image: url(/dist/site/css/images/H9-09-10/arrow_left.png) !important;
  background-size: 100% 100%;
}

  .verticalCenter
  .small-swiper
  .swiper-button-next {
  width: 0.7rem;
  height: 0.7rem;
  right: -334%;
  top: 140%;
  bottom: 0;
  background-image: url(/dist/site/css/images/H9-09-10/arrow_right.png) !important;
  background-size: 100% 100%;
} */

  .verticalCenter
  .small-swiper
  .swiper-pagination-progress {
  width: 320%;
  height: 3px;
  top: 140%;
  /* margin-top: -4px; */
  left: 0;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}

  .verticalCenter
  .small-swiper
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  background: #D7171f;
  border-radius: 4px;
}

.car_choice_list_swiper {
    width: 100%;
    height: 2rem;
    margin-top: 0rem;
}

.swiperButton {
    width: 100%;
    height: 1.4rem;
    position: relative;
    margin: 0 auto;
}

.car_choice_list_swiper .swiper-slide {
    width: 1.2rem !important;
}

.swiperItemSmall{
    width: 1.2rem;
    height: 0.6rem;
    background-size: contain;
    background-position: center;
}
.H9360 {
  position: absolute;
  top: 0;
}

.position360 {
  position: absolute !important;
  width: 58% !important;
  left: 50%;
  transform: translateX(-50%);
  top: 13%;
}

.img-wrap360 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.changeContainer {
  position: absolute;
  right: 1rem;
  top: 18%;
  width: 1.14rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}

.changeContainer .changeItemContainer {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.09);
  margin-bottom: 0.15rem;
}

.changeContainer .changeItemContainer .changeItem {
  width: 0.5rem;
  height: 0.5rem;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
}
/* .maodian ul li:last-child{
    display: none !important;
} */
.changeContainer .changeItemContainer.active .changeItem {
  border: 2px solid #D7171f;
}
.changeContainer .changeItemContainer:hover .changeItem {
  border: 2px solid #D7171f;
}
.changeContainer .changeItemContainer.active .changeItem .choice {
  background-image: url(/dist/site/images/H9-09-10/h9-360/select.png);
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* .changeContainer .changeItemContainer:nth-child(1) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/01.png);
} */
.changeContainer .changeItemContainer:nth-child(1) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/04.png);
}
/* .changeContainer .changeItemContainer:nth-child(2) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/02.png);
}
.changeContainer .changeItemContainer:nth-child(3) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/03.png);
} */

.changeContainer .changeItemContainer:nth-child(2) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/05.png);
}
/* .changeContainer .changeItemContainer:nth-child(5) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/06.png);
} */
.changeContainer .changeItemContainer:nth-child(3) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/07.png);
}

.changeItemText {
  position: absolute;
  height: 110%;
  left: -32px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-size: 12px;
  color: #333;
  letter-spacing: 2px;
  top: -5px;
  white-space: nowrap;
}

.changeContainer .changeItemContainer.active .changeItemText {
  opacity: 1;
}

.first-title {
  font-size: 40px;
}

.second-title {
  font-size: 19px;
}

.car_choice_list {
  padding-top: 0.8rem;
}

.car_choice_list_kv {
  margin-bottom: 8px;
}

.full_container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.query-title h4 {
  font-size: inherit;
  font-weight: bold;
}

.changeItemContainer {
  cursor: pointer;
}

.news-list>dl .title a {
  color: #444 !important;
}
.operation.clearfix a span {
  color: #444 !important;
}
.car-720 .quanjing{
  position:absolute;
  left: 50%;
  top: 10%;
  z-index: 2;
  transform: translateX(-50%);
  text-align: center;
}
.car-720 .quanjing .qjimg{
    width: 54%;
    display: inline-block;
    transition: all .3s
}
.qjimg:hover{
    transform: scale(1.05);
}
.soundwave {
  background:url(/dist/site/css/static/img/h6s/soundwave.jpg)no-repeat top center ;
  background-size: cover;
  height: 100vh;
}
.soundwave canvas{
  width: 100% !important;
  height: 4.8rem !important;
}
.soundwave .tit{
  width: 40%;
  padding: 1rem 0 0 1rem;
}
.soundwave ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.7rem;
  position: relative;
  z-index: 999;
}
.soundwave ul li{
  width: 15%;
  margin: 0 0.5rem;
  cursor:pointer;
}
.soundwave ul li .bij:hover img{
  display: none;
}
.soundwave ul li .bij:hover img:nth-child(2){
  display: block;
}
.soundwave ul li img{
  width: 100%;
}
.soundwave ul li img:nth-child(2){
  display: none;
}

.queryresult {
  height: auto;
  min-height: 7.3rem;
}

.youG {
  width: auto !important;
}


.queryresult .dealer-list dt h6 {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.queryresult .dealer-list dt p {
    margin: auto;
    font-weight: lighter;
}

.BMap_Marker div img {
    width: auto;
}

.maskTop>span {
  border-bottom: 1px solid #fff;
}

.maskItemContainer .photoMask .maskTop>span {
  border-bottom: 1px solid #D7171F;
}


.amg-a3{
  background: #ffffff;
}
.optionContainer>span {
  width: 2.8rem;
  font-size: 0.4rem;
  font-weight: bolder;
  color: #333;
  padding-top: 0.85rem;
}
.optionContainer>span:nth-child(1) {
  padding-left: 0.7rem;
}
.optionContainer>span:nth-child(2) {
  padding-left: 0.7rem;
}
.optionContainer>span:nth-child(3) {
  padding-left: 0.58rem;
}
.optionContainer>span:nth-child(4) {
  padding-left: 0.56rem;
}
.pos{
    position: relative;
    width: 100%;
    height: auto;
}
.pos_r .fu{
  text-align: right;
  position: absolute;
  top: -2%;
  right: 0;
}
.pos_r .fu .top_tit{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 2.2rem;
  margin-bottom: 0.5rem;
  margin-right: 0.2rem;
}
.pos_r .fu .top_tit img{
  width: 90%;
}
.pos_r .fu .fu_box{
  position: absolute;
  right: 0;
}
.pos_r .fu .fu_box .tit{
  display: inline-block;
  width: 90%;
}
.pos_r .fu .fu_box .txt{
  font-size: 18px;
  color: #AAAAAA;
  margin-right: 0.9rem;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
.pos_r .fu .fu_box .fu_btn{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  cursor: pointer;
  margin-right: 0.9rem;
  position: relative;
}
.pos_r .fu .fu_box .fu_btn img{
  width: 70%;
}
.pos_r .fu .fu_box .fu_btn .btn_off{
    display: none;
}
.pos_r .fu .fu_box .fu_btn:hover .btn_off{
  display: block;
}
.pos_r .fu .fu_box .fu_btn:hover .btn_on{
  display: none;
}


.pos_l .fu{
  text-align: left;
  position: absolute;
  top: -2%;
  left: 0;
}
.pos_l .fu .top_tit{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2.2rem;
  margin-bottom: 0.5rem;

}
.pos_l .fu .top_tit img{
  width: 90%;
}
.pos_l .fu .fu_box{
  position: absolute;
  left: 0;
}
.pos_l .fu .fu_box .tit{
  display: inline-block;
  width: 90%;
}
.pos .mob_tit{
  display: none;
}
.pos_l .fu .fu_box .txt{
  font-size: 18px;
  line-height: 1.5;
  color: #AAAAAA;
  margin-left: 0.9rem;
  margin-right: 0;
  margin-bottom: 0.4rem;
}
.pos_l .fu .fu_box .fu_btn{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  margin-left: 0.9rem;
  margin-right: 0;
  position: relative;
}
.pos_l .fu .fu_box .fu_btn img{
  width: 70%;
}
.pos_l .fu .fu_box .fu_btn .btn_off{
    display: none;
}
.pos_l .fu .fu_box .fu_btn:hover .btn_off{
  display: block;
}
.pos_l .fu .fu_box .fu_btn:hover .btn_on{
  display: none;
}

.pos .fu .tit{
  width: 30%;
}
.pos_r .fu .fu_box .tit img {
  width: 100%;
}
.slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 8%;
    opacity: 0;
    z-index: -1;
}
.showPopup {
  opacity: 1;
  z-index: 9999;
}

.hidePopup {
  opacity: 0;
  z-index: -1;
}

.slider .closee{
  position:absolute;
  right: 0;
  top: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  z-index: 2;
}
.slider .closee img{
  width: 100%;
}
.slider .txt_box{
  color: #ffffff;
  margin-top: 0.4rem;
  display: none;
}
.sp-selected .txt_box{
  display: block;
}
.slider .slider-pro-ts{
  display: none;
}
.slider .slider-pro-pc {
    display: none;
}
.slider .txt_box .txt01{
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0.2rem;
  line-height: 32px;
  position:relative;
  display: inline-block;
}
.slider .txt_box .txt01::before{
  background:url(/dist/site/css/static/img/h6s/tit_ico.png) no-repeat right center;
  top: -0.1rem;
  right: -0.4rem;
  content: "";
  position:absolute;
  width: 0.6rem;
  height: 0.4rem;
  z-index: -1;
  background-size: contain;
}
.slider .txt_box .txt02{
  font-size: 16px;
  line-height: 1.6;
}
.slider .sp-img img{
  width: 100%;
}
.h6s_tvc {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 46.875%;
    background-color: #1a1b21;
}
.h6s_tvc .tvc-player {
    width: 100%;
    display: block;
}
.block-poster-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-color: #000;
    z-index: 1;
    transition: 0.3s;
    opacity: 0.8;
}
.block-poster-mask:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    margin: -0.75rem 0 0 -0.75rem;
}
.block-poster-mask:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0 0.5rem 0.75rem;
    border-color: transparent transparent transparent #222;
    transform: translate(-40%, -50%) scale(0.8);
}
.trigger-mute-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    display: flex;
    width: 0.4rem;
    height: 0.4rem;
    color: #fff;
    /* background-color: #c00; */
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.slider .trigger-mute-btn {
    top: 2rem !important;
    right: 4rem !important;
}
.trigger-mute-btn .icon {
    width: 1em;
    height: 1em;
    font-size: 0.28rem;
    color: #fff;
}
.trigger-mute-btn .iconmuted {
    display: none;
}
.trigger-mute-btn.is-muted .iconmuted {
    display: block;
}
.iconmuted:before {
    content: "\e674";
}
.backImg {
    width: 100%;
    height: auto;
}
.backImg1 {
    width: 7.5rem;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.full_container{
    background-color: #121212 !important;
}

.module-name {
    color: #fff;
    /* background-color: #121212 !important; */
}
/* .preferential-policy {
    background-color: #161412 !important;
} */
.query-title{
    background-color: #121212 !important;
}
#mol5{
    /* 2022-04-28 修改 */
    /* background-color: #121212 !important; */
}
.query-title h4{
    color: #fff;
}
/* .font-text-20pt{
    background-color: #121212 !important;
} */
.bottom-banner{
    background-color: #121212 !important;
}
.queryresult .dealer-list{
    background-color: #121212 !important;
}
/* .car-config .pc-pad .car-type-list .list-item:nth-child(even) {
    background-color: #222 !important;
}
.car-config .pc-pad .car-type-list .list-item:nth-child(odd) {
    background-color: #1A1B20 !important;
} */
/* 2022-04-28 修改wyt */
/* .pc-pad{
    color: #fff !important;
} */
#newsPages{
 margin-top: 0.7rem !important;
} 
/* 不同分辨率 分页按钮调整 */
@media (max-width: 1440px) {
    #newsPages{
        margin-top: 2.1rem !important;
    }
}
@media (max-width: 1366px) {
    #newsPages{
        margin-top: 2.2rem !important;
    }
}

/* 2022-04-29 修改 wyt */
/* .pc-pad ul li{
    color: #ccc !important;
} */
.col-other span{
    color: #fff !important;
}
.merchant-tab a {
    color: #fff !important;
}
.morefw {
    color: #fff !important;
}


.queryresult .dealer-list dd a span{
    color: #fff !important;
}
.pc-pad .starLevelBox {
    color: #999 !important;
    font-weight: bold !important;
}
.home-news dd{
    color: #fff !important;
}

.news-list>dl .title a {
    color: #fff !important;
}
.query-area .merchant-tab .redButton{
    background-color: #373737 !important;
    font-weight: bold;
}
.query-area .merchant-tab .merch-hov{
    background-color: #D7171F  !important;
    border: 1px solid #D7171F !important;
    font-weight: bold;
}
.queryresult .dealer-list dt h6 {
    color: #fff !important;
}
.queryresult .dealer-list dt p {
    color: #999 !important;
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif !important;
    font-weight: bold !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #d81820;
}
.preferential-policy .activity-list .amount {
    color: #bba937 !important;
    font-weight: bold !important;
}
.online {
    z-index: 99999 !important;
}

.driveform .car_form_table .clearfix::after {
    width: unset !important;
}
.slider02 {
    padding-top: 0% !important;
}
.slider02 video{
    position: absolute;
    width: 70%;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
}
.slider02  .closee {
    top: 10%;
    right: 15%;
    z-index: 3 !important
}
.car-config .pc-pad .col-7 .list-btn {
    color: #d81820;
}
.car-config .pc-pad .col-7 .list-btn:hover {
    color: #c00f1e;
}
.zheyelink:hover{
    color: #c00f1e !important;
}
.col-other span:hover{
    color: #c00f1e !important;
}
.scroll-box .merchant-tab a:hover {
    border: 1px solid #870008 !important;
    background-color: #870008 !important;
}
.merch-hov{
    text-decoration: unset !important;
}
/* .redButton:hover {
    border: none !important;  
}
.morered:hover{
    border: 1px solid #d81820 !important; 
} */
.trigger-mute-btn.is-muted .iconunmute {
    display: none;
}

.trigger-mute-btn .iconunmute {
    display: block;
}
.enquiry-policy .agree-btn {
    border: 1px solid #b28b43 !important;
}
a:hover{
    text-decoration: unset !important;
}
.merch-hov a{
    text-decoration: unset !important;
}
.query-area .merchant-tab {
    background: unset !important;
}
.merchant-tab .tabr {
    border: 1px solid #ac000c;
}

.query-area .merchant-tab .merch-hov:hover{
    border: 1px solid #870008 !important; 
}
.merchant-tab .tabl {
    border: 1px solid #373737 !important;
}
.merchant-tab .tabr {
    border: 1px solid #373737 !important;
}
.car-config .pc-pad .car-type-list {
    border: 1px solid #444 !important;

}
.sp-arrows{
     top: 35% !important;
     position: absolute;
     width: 100%;
}
.queryresult .dealer-list dd a span {
    font-weight: bold;
}

.mobHide{
    display: none;
}
.pos .fu .fu_box{
    width: 90%;
}
.pos .showbox{
    display: none;
}
.slider02{
    background: url(/dist/site/css/static/img/h6s/slider2_bg.png) no-repeat top center !important;
    background-size: 100% auto !important;
}


@media (max-width: 1601px) {
   
.pos_r .fu{
  top: -2%;
}
.pos_r .fu .top_tit{
  padding-top: 2.2rem;
  margin-bottom: 0.9rem;
  margin-right: 0.2rem;
}
.pos_r .fu .top_tit img{
  width: 60%;
}
.pos_r .fu .fu_box .tit{
  width: 56%;
}
.pos_r .fu .fu_box .txt{
  font-size: 15px;
  margin-right: 0.9rem;
  margin-bottom: 0.8rem;
  line-height: 24px;
}
.pos_r .fu .fu_box .fu_btn{
  margin-right: 0.9rem;
}
.pos_r .fu .fu_box .fu_btn img{
  width: 38%;
}
.pos_l .fu .top_tit{
  padding-top: 2.1rem;
  margin-bottom: 1rem;
}
.pos_l .fu .top_tit img{
  width: 60%;
}
.pos_l .fu .fu_box .tit{
  width: 56%;
}
.pos_l .fu .fu_box .txt{
  font-size: 15px;
  line-height: 24px;
  margin-left: 0.9rem;
  margin-bottom: 0.8rem;
}
.pos_l .fu .fu_box .fu_btn{
  margin-left: 0.9rem;
}
.pos_l .fu .fu_box .fu_btn img{
  width: 38%;
}
.pos .fu .tit{
  width: 30%;
}
.slider .slider-pro-pc {
    display: block;
}
.slider .slider-pro-bi {
    display: none;
}
.slider{
  padding-top: 6%;

}
.slider .closee{
  top: 0.5rem;
}
.slider .txt_box .txt02{
  font-size: 14px;

}
.slider02  .closee {
    top: 4%;
}
.slider .txt_box .txt01{
  font-size: 20px;
}
.sp-arrows {
    top: 24% !important;
}
}

@media (max-width: 1366px) {
  .maskTop {
    font-size: 20px;
  }

.slider .txt_box {
    margin-top: 0.67rem;

}
.sp-arrows {
    top: 26% !important;
}
.slider02  .closee {
    top: 3%;
}

}

@media (max-width: 1220px) {
    .sp-slide{
        width: 620px ;
    }

}
.optionContainer {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 3.3rem;
  transform: translateX(-50%);
  /* background-image: url(/dist/site/static/img/dagou/360-pc.png); */
  background-image: url(/dist/site/static/img/360-sandai-h6/360-pc.png);
  background-size: 100% auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

@media (max-width: 767px) {
    .btn-box-th .link3 .quanjing_con img{
        margin-left: 0.55rem
    }
    
    .btn-box-th .link{
        font-size: .22rem;
        width: 2.7rem;
        height: 0.8rem;
        color: #000;
        cursor: pointer;
        font-weight: 300;
    }
    .btn-box-th .link3 img{
        width: 18%;
        margin-left: 0.6rem;
        margin-right: -0.6rem;
    }

     .btn-box-th{
            display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1.2rem;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    }
  .optionContainer {
    width: 100%;
    height: 1.58rem;
    background: url(/dist/site/static/img/dagou/360-mob.png)no-repeat top center;
    bottom: 4.5rem;
    background-size: cover;
  }

  .optionContainer>span {
    padding-top: 0.48rem;
    font-size: 0.4rem;
  }

  .optionContainer>span:nth-child(1) {
    padding-left: 0.5rem;
  }
  .optionContainer>span:nth-child(2) {
    padding-left: 0.52rem;
  }
  .optionContainer>span:nth-child(3) {
    padding-left: 0.32rem;
  }
  .optionContainer>span:nth-child(4) {
    padding-left: 0.24rem;
  }
  .first-title {
    font-size: 0.33rem;
    text-align: left;
    color: #000;
    font-weight: bold;
  }
.dom{
  bottom: -1rem !important;
}
  .mb-only .car_choice_list_swiper .swiper-slide p {
    position: relative;
    font-size: 0.28rem;
    text-align: left;
    color: #000;
    font-weight: 400;
    line-height: 0.45rem;
  }

  .titleContainer {
    width: 90%;
    padding-left: 0.6rem;
  }
  .soundwave .tit {
    width: 90%;
    padding: 1rem 0 0 0;
    margin:  0 auto;   
}
.pos .tit{
  display: none !important;
}


/* .pos01{
  background: url(/dist/site/css/static/img/h6s/01-mob.jpg) no-repeat top center;
  background-size: cover;
} 
.pos02{
  background: url(/dist/site/css/static/img/h6s/02-mob.jpg) no-repeat top center;
  background-size: cover;
} 
.pos03{
  background: url(/dist/site/css/static/img/h6s/03-mob.jpg) no-repeat top center;
  background-size: cover;
} 
.pos04{
  background: url(/dist/site/css/static/img/h6s/04-mob.jpg) no-repeat top center;
  background-size: cover;
}  */
.pos_r .fu .top_tit img {
  width: 70%;
}
.soundwave ul {
  flex-wrap: wrap;
}
.soundwave ul li{
  width: 40%;
}
.soundwave {
  background: url(/dist/site/css/static/img/h6s/s_mob_bg.jpg)no-repeat top center;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}

  .car_choice_list_swiper .swiper-slide {
    width: 100% !important;
  }

  .car_choice_list {
    padding-top: 1.56rem;
  }

  .mb-only .swiper-button-prev{
    display: block !important;
    width: .62rem;
    height: .63rem;
    left: 0;
    background-image: url(/dist/site/css/images/H9-09-10/H9-MOB_slices/part01_an1.png) !important;
    background-size: 100% 100%;
  }
  .mb-only .swiper-button-next {
    display: block !important;
    width: .62rem;
    height: .63rem;
    right: 0;
    background-image: url(/dist/site/css/images/H9-09-10/H9-MOB_slices/part01_an2.png) !important;
    background-size: 100% 100%;
  }

  .mb-only .car_choice_button {
    margin-top: -5.4rem;
  }
  .second-title {
    text-align: left;
  }

  .box360 {
    display: flex;
    align-items: center;
  }
  .pos_l .fu .fu_box .fu_btn img {
    width: 63%;
}
 .pos_r .fu .fu_box .fu_btn img {
    width: 63%;
}

  .changeContainer {
    right: 5%;
    top: 7.5rem;
    width: 90%;
    height: 1.14rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  
  .changeContainer .changeItemContainer {
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 0.1rem;
  }
  .car-720 .quanjing .qjimg {
    width: 60%;
    display: inline-block;
}
  .changeContainer .changeItemContainer .changeItem {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
  }
  
  .changeContainer .changeItemContainer.active .changeItem {
    border: 2px solid #D7171f;
  }
  
  .changeContainer .changeItemContainer.active .changeItem .choice {
    background-image: url(/dist/site/css/images/H9-09-10/h9-360/select.png);
    width: 0.3rem;
    height: 0.28rem;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  .changeItemText {
    -webkit-writing-mode: lr-tb;
    writing-mode: lr-tb;
    width: 145%;
    bottom: -0.8rem;
    left: 50%;
        transform: translateX(-50%);
    font-size: 0.22rem;
    text-align: center;
    letter-spacing: 1px;
    top: 0.6rem;
  }
  .h_z_click_text_mb {
      width: 0.8rem;
  }
  .position360 {
    width: 100% !important;
  }

  .mb-only.position360 {
    margin-top: 1.6rem;
  }
  .pos_r .fu .fu_box {
    position: absolute;
    right: 0;
}
.pos_r .fu .top_tit {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1.5rem;
  margin-bottom: 5.5rem;
}
.pos_r .fu .fu_box .txt {
  margin-right: 0.6rem;
  font-size: 14px;
}
.pos_r .fu .fu_box .fu_btn {
  margin-right: 0.6rem;
}

.pos_l .fu .top_tit {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
  margin-bottom: 5.5rem;
}
.pos_l .fu .top_tit img {
  width: 70%;
}
.pos_l .fu .fu_box .txt {
  font-size: 14px;
  color: #AAAAAA;
  margin-left: 0.6rem;
}
.pos_l .fu .fu_box .fu_btn {
  margin-left: 0.6rem;
}
.car-720 .sk {
    bottom: 23%;
    font-size: 9px;
    width: 100%;
    text-align: center;
}
.pos03 .fu .top_tit {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
  margin-bottom: 5.5rem;
}
.pos04 .fu .top_tit {

  padding-top: 1.5rem;
  margin-bottom: 5.5rem;
}
.pos03 .fu .top_tit img {
  width: 70%;
}
.pos03 .fu .fu_box .txt {
  font-size: 16px;
  color: #AAAAAA;
  margin-left: 0.6rem;
}
.pos03 .fu .fu_box .fu_btn {
  margin-left: 0.6rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
}
.pos03 .fu {
  text-align: left;
}
.pos04 .fu {
  text-align: right;
}
.pos04 .fu .fu_box .txt {
  margin-right: 0.6rem;
}
.pos04 .fu .fu_box .fu_btn {
  margin-left: 0.6rem;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 0.6rem;
}
.slider .slider-pro-pc{
  display: none;
}
.slider .slider-pro-ts {
  display: block;
  height: 100vh;
}
.sp-grab {
  height: 100vh !important;
}
.sp-slides-container {
  height: 9rem;
  margin-top: 3.5rem;
}
.sp-buttons {
  width: 90% !important;
  top: -1rem !important;
  background:none !important;
  height: 2px !important;
}
.slider .txt_box .txt01 {
  font-size: 18px;
  margin-bottom: 0.2rem;
  line-height: 26px;
}
.slider .txt_box .txt02 {
  font-size: 12px;
}
.sp-button {
  height: 2px !important;
    top: -10px !important;
    margin: 0 5px; 
    background: #5c5d60 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-selected-button {
    background-color: #d81820 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slider .closee {
  position: absolute;
  right: 0.52rem;
  top: 3rem;
  width: 0.7rem;
  height: 0.7rem;
}
.car-720 .quanjing {
    top: 9%;
}
.slider {
  background: url(/dist/site/css/static/img/h6s/slider_mob_bg.jpg) no-repeat left center !important;
  background-size: 100%  auto!important;
}

/* 2022-04-28 修改 wyt */
/* .car-config .mb-only .car-type-list .package-bg{
    background: #222222 !important;
    border: 1px solid #444;
} */
/* .car-config .mb-only .car-type-list .car-type-name .s-title {
    color: #fff !important;
} */
.car-config .mb-only .operation .btn span{
    color: #fff !important;
}
.malone .xj {
    color: #d81820  !important;
    padding: 0 0.25rem  !important;
    background: 0 0  !important;
    border: 0.02rem solid #d81820  !important;
}

.malone .pz {
    color: #fff  !important;
    padding: 0 0.26rem  !important;
    margin-left: 0.1rem  !important;
    background: #d81820  !important;
}
.mb-price span {
    font-size: .3rem;
    font-weight: 700;
    /* 2022-04-28 修改 wyt */
    /* color: #d81820  !important; */
    margin-right: 0.02rem;
}
.mb-price em {
    font-size: .2rem;
    font-style: normal;
    color: #fff !important;
}
.preferential-policy .mb-only .activity-title {
    text-align: center;
    font-size: .22rem;
    margin-bottom: 0.25rem;
    color: #fff;
}
.preferential-policy .mb-only{
    width: 100% !important;
}
.unsame-area .appointment h4 {
    color: #fff !important;
}
.driveform .car_form_table .clearfix:nth-child(1) {
    flex-wrap: wrap;
}
.same-province:before {
    content: none !important;
}
.mobHide{
    display: block;
}
.pcHide{
    display: none;
}
.fu{
    display: none !important;
}
.pos .showbox{
    display: block;
}
.showbox{
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
}
.showbox .show01{
   left: 0;
   top: 1.5rem; 
   position: absolute;
}
.pos_r .showbox .show01{
    right: 0;

}
.pos_l .showbox .show01{
    left: 0;

}
/* .pos_r .showbox .show01 {
    display: flex;
    justify-content: flex-end;
}
.pos_l .showbox .show01 {
    display: flex;
    justify-content: flex-start;
} */
.showbox .show01 img{
    width: 70%;
    display:inline-block;
}
.showbox .show02{
    bottom: 1.2rem;
    position: absolute;
    width: 90%;
}
.pos_r .showbox .show02{
    right: 5%
}
.pos_l .showbox .show02{
    left: 5%
}
.pos_r .showbox .show02 .mod_tit{
    right: 0;
}
.pos_l .showbox .show02 .mod_tit{
    left: 0;

}
/* .pos_r .showbox .show02 .mod_tit{
    display: flex;
    justify-content: flex-end;
}
.pos_l .showbox .show02 .mod_tit{
    display: flex;
    justify-content: flex-start;
} */
.showbox .show02 .mod_tit img{
    width: 100%;
    display:inline-block;
}
.pos_r .showbox .show02 .txt{
    text-align: right
}
.showbox .show02 .txt{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.showbox .show02 .fu_btn{
    width: 100% !important;
}
.showbox .show02 .fu_btn img{
    width: 70% !important;
}
.pos_r .showbox .show02 .fu_btn img{
    right: 0;
    margin-left: 30%
}

.pos_l .showbox .show02 .fu_btn{
    left: 0;
}
.showbox .show02 .fu_btn .btn_off{
    display: none;
}
.showbox .show02 .fu_btn:hover .btn_off{
    display: block;
}
.showbox .show02 .fu_btn:hover .btn_on{
    display: none;
}
/* 2022-04-29 修改 wyt */
/* .picAll div {
    margin-top: -22px;
    margin-bottom: 22px;
} */
/* .bitem-pic-a img {
    margin-top: -20px !important;
} */
.bitem-pic:last-child{
    margin-bottom: 0;
}
.slider .trigger-mute-btn {
    top: 40% !important;
    right: 18% !important;
}
.preferential-policy .activity-type .font-text-16pt {
    color: #fff !important;
}
.maodian ul li:last-child{
    display: block !important;
}
}
/* 于峰加的 */
.rukouH6s{
    width: 100px;
    height: 100%;
    background: url(/dist/site/css/images/home/H6S-logo-bai.svg) left center no-repeat;
    background-size: 100% auto;
    margin-right: 0.2rem;
    float: left;
}

.sp-mask {
    position: relative;
    overflow: inherit !important;
}

.car-config .pc-pad .car-type-list .list-title .col-3, .car-config .pc-pad .car-type-list .list-item .col-3 {
    width: 15%;
}




/*
---
*/
.changeContainer .changeItemContainer.active .changeItem .choice {
  background-image: url(/dist/site/images/H9-09-10/h9-360/select.png);
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}



/* .changeContainer .changeItemContainer:nth-child(1) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/01.png);
} */
.changeContainer .changeItemContainer:nth-child(1) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/04.png);
}
/* .changeContainer .changeItemContainer:nth-child(2) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/02.png);
}
.changeContainer .changeItemContainer:nth-child(3) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/03.png);
} */

.changeContainer .changeItemContainer:nth-child(2) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/05.png);
}
/* .changeContainer .changeItemContainer:nth-child(5) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/06.png);
} */
.changeContainer .changeItemContainer:nth-child(3) .changeItem {
  background-image: url(/dist/site/static/img/360-sandai-h6/car_imgs/07.png);
}


.dirverTestImg {
    background-image: url(/dist/site/static/img/new-dagou-20220516/test_drive_new_dg.jpg);
    width: 100%;
    height: 6.35rem;
    background-size: cover;
}
.enquiry-policy p a{
    color: #b28b43 !important;
}











@media (max-width: 767px) {
    .dirverTestImg{
        background-image: url(/dist/site/static/img/new-dagou-20220516/test_drive_new_dg.jpg);
        width: 100%;
        height: 4.3rem;
        background-size: cover;
    }
}

/* IE10+ */
@media screen and (min-width: 1367px) and (max-width: 1920px)  and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .changeItemText{
        left:-46px;
        top:-11px;
    }
}<!--0.00029301643371582-->