body {
  max-width: 100% !important;
}

@font-face {
  font-family: fa;
  src: url(../../../fonts/SourceHanSerifCN-ExtraLight.ttf);
}

header {
  background-color: rgba(255, 255, 255, 0);
}
.header_active_v2 {
    display: none !important
}
.header-logo-box img:nth-of-type(1) {
  display: none;
}

header .header_logo img.light_logo_center {
  display: block
}

.header_menu i {
  background: #fff
}

header .header-right {
  color: #fff
}
.section-sty-box{
    height: 200vh;
    position: relative;
    width: 100%
}

section {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}
.section-box{
    height: 150vh;
    position: relative
}
.section1{
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section1 .top{
    flex: none;
    /* height: 76vh */
    height: 85vh
}
.section1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section1 .section1-content{
    position: absolute;
    z-index: 1;
    left: 12%;
    top: 56%;
    transform: translateY(-50%);
    opacity: 1;
    height: 70%
}

.section1 .section1-content .title{
    font-size: .4rem;
    font-family: 'fa';
    color: #4a4b4b;
    line-height: .6rem;
}

.section1 .section1-content .date{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 0.55rem;
    padding-top: 0.42rem;
}

.section1 .section1-content .date .p1{
    color: #4a4b4b;
    font-weight: 300;
    font-size: .14rem;
    margin-bottom: 0.18rem;
}
.section1 .section1-content .date .p2{
   color: #4a4b4b;
    font-family: 'fa';
    font-weight: bold;
    font-size: .23rem;
}
.section1 .section1-content .date .p3{
        text-align: center;
    width: 100%;
    color: #4a4b4b;
    font-weight: 300;
    font-size: .14rem;
    padding: 0.02rem 0;
}

.section1 .bottom-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 3.5rem;
    background: #9c9c9e;
    height: 24vh
}

.section1 .bottom-content div:nth-of-type(1){
 text-align: center;
    color: #4a4b4b;
    font-size: .13rem;
    line-height: .24rem;
    opacity: .4;
}
.section1 .bottom-content div:nth-of-type(2){
    text-align: center;
    color: #4a4b4b;
    font-size: .13rem;
    margin-top: 0.27rem;
    opacity: .4;
}

.section1 .swiper-gt-section1 {
  width: 5.2rem;
  position: absolute;
  right: 2.5rem;
  top: 56%;
  transform: translateY(-50%);
}
.section1 .swiper-container{
    height: 70%
}

.section1 .swiper-gt-section1 .swiper-gt-section1-head{
    color: #fff;
    font-weight: 300;
    line-height: .3rem;
    padding-bottom: 0.2rem;
}
.section1 .swiper-gt-section1 .swiper-gt-section1-head .swiper-gt-section1-head-title{
        font-size: .18rem;
    font-weight: 400;
}
.section1 .swiper-gt-section1 .swiper-wrapper{
    height: auto
}

.section1 .swiper-gt-section1 .swiper-slide {
  width: 100%;
  overflow: hidden
}

.section1 .swiper-gt-section1 .swiper-slide .box {
  height: auto;
  margin-bottom: 0.1rem;
}

.section1 .swiper-gt-section1 .swiper-slide .box .title {
    color: #fff;
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: .065em;
}

.section1 .swiper-gt-section1 .swiper-slide .box .desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.15rem;
    line-height: 0.25rem;
    margin-top: 0.1rem;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
    padding-bottom: 0.2rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section1 .swiper-gt-section1 .swiper-slide .box .desc .desc-box1{
    width: 55%
}
.section1 .swiper-gt-section1 .swiper-slide .box:nth-last-of-type(1) .desc {
  border: none;
}

.section1 .swiper-gt-section1 .swiper-pagination-gt-section1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1 .swiper-gt-section1 .swiper-pagination-gt-section1 .swiper-pagination-bullet {
    width: 0.73rem;
    height: 0.1rem;
    background-color: transparent;
    border-radius: 0;
    margin-left: 0.22rem;
    display: block;
    border-bottom: 3px solid #fff;
}

.section1 .swiper-gt-section1 .swiper-pagination-gt-section1 .swiper-pagination-bullet:nth-of-type(1) {
  margin-left: 0;
}

nav {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	height: 0.7rem;
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
	box-sizing: border-box;
	z-index: 400;
	opacity: 1
}

.nav-active {
	display: flex !important;
}

nav .nav-box {
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: saturate(180%) blur(30px);
	backdrop-filter: saturate(180%) blur(30px);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

nav .left {
	font-size: 0.21rem;
	color: #000;
}

nav .right {
	font-size: 0.16rem;
	display: flex;
	align-items: center;
	height: 100%;
}
nav .right .pc-pad{
    height: 100%
}
nav .right ul {
	display: flex;
	align-items: center;
	height: 100%;
}

nav .right ul li {
	color: #000;
	cursor: pointer;
	margin: 0 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: .188rem;
	font-weight: 300;
	transition: all .3s;
	position: relative
}

nav .right ul li::after {
	position: absolute;
	height: 2px;
	width: 100%;
	content: "";
	display: block;
	left: 0;
	bottom: 0rem;
	transition: all 0.5s;
	background-color: #000;
	transform: scale(0, 1);
}

nav .right ul li:hover::after {
	transform: scale(1, 1)
}

nav .right ul li:nth-last-of-type(1) {
	width: 1.3rem;
	height: 0.4rem;
	background-color: #000 !important;
	border-radius: 0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.16rem;
	color: #fff !important;
	text-align: center !important;
	padding: 0;
	margin: 0;
	margin-left: 0.4rem;
}

nav .right ul li:nth-last-of-type(1)::after {
	background-color: #fff;
}

.section2 {
  overflow: hidden
}

.section2 .color {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 1s ease;
  overflow: hidden
}

.section2 .color .bg {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.section2 .color .car-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  padding-bottom: 1rem;
}
.section2 .color .car-box .header-title{
    font-size: .2rem;
    color: #fff;
    margin-bottom: .2rem;
    font-weight: 300;
    position: absolute;
    /* top: 2rem; */
    top: 12vh;
}
.section2 .color .car-box .title {
  color: #fffefe;
  letter-spacing: .02rem;
  font-size: .4rem;
  font-weight: 300;
  position: absolute;
  /* top: 2.5rem; */
  top: 17vh;
}

.section2 .color .car-box .car-bg {
    position: absolute;
    width: 3.4rem;
    top: 50%;
    transform: translateY(-120%);
}

.section2 .color .car-box .car {
    position: absolute;
    left: 50%;
    top: 59%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 9rem;
}
.section2 .color .car-box .car-detail{
    font-size: .18rem;
    color: #fff;
    font-weight: 400;
    padding-top: 0.8rem;
    position: absolute;
    /* bottom: 2.5rem; */
    bottom: 18vh;
}
.section2 .color0 {
  z-index: 7;
}

.section2 .color1 {
  z-index: 6;
}

.section2 .color2 {
  z-index: 5;
}

.section2 .color3 {
  z-index: 4;
}

.section2 .color4 {
  z-index: 3;
}

.section2 .color5 {
  z-index: 2;
}

.section2 .color6 {
  z-index: 1;
}


.section2 .color-list {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
}

.section2 .color-list li {
  margin-top: 0.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.section2 .color-list li .title {
  color: #fff;
  opacity: 0.6;
  font-size: 0.19rem;
  margin-right: 0.45rem;
  width: 0.8rem;
}

.section2 .color-list li .color-block {
  width: 0.19rem;
  height: 0.19rem;
  border: 2px solid rgba(255, 255, 255,.6);
  border-radius: 50%;
}

.section2 .color-list .color-active .title {
  opacity: 1
}
.section2 .color-list .color-active .color-block{
     border: 2px solid rgba(255, 255, 255, 1); 
}

.section2 .color-list .color-active0 .color-block {
  background-color: #d3bbb7;

}
.section2 .color-list .color-active1 .color-block {
  background-color: #bcccd9
}

.section2 .color-list .color-active2 .color-block {
  background-color: #75797c;

}


.section2 .color-list .color-active3 .color-block {
  background-color: #d3bbb7
}

.section2 .color-list .color-active4 .color-block {
  background-color: #bcccd9;
}

.section2 .color-list .color-active5 .color-block {
  background-color: #ada7cc;
}
.section2 .color-list .color-active6 .color-block {
  background-color: #fff;
}
.section2 .color-list li:nth-of-type(1) {
  margin-top: 0;
}

.section2 .btn-box {
  position: absolute;
  z-index: 20;
  /* bottom: 1.5rem; */
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.section2 .btn-box .btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: .53rem;
  font-size: .15rem;
  background-color: #ffffff;
  position: relative;
  transition: all .3s;
  cursor: pointer;
  color: #111
}

.section2 .btn-box .btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: .53rem;
  background-color: transparent;
  border: solid 1px #ffffff;
  position: relative;
  transition: all .3s;
  font-size: .15rem;
  color: #fff;
  margin-left: .12rem
}

.section2 .btn-box .btn1::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #6d7281;
  transform: scale(0, 1);
}

.section2 .btn-box .btn2::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #fff;
  transform: scale(0, 1);
}

.section2 .btn-box .btn1:hover {
  background: #e7e8eb;
}

.section2 .btn-box .btn1:hover::after {
  transform: scale(1, 1)
}

.section2 .btn-box .btn2:hover::after {
  transform: scale(1, 1)
}
.section3{
    position: sticky;
    height: 100vh;
    top: 0;
    width: 100%;
}
.video_text_sdm{
	position: absolute;
	bottom: 0rem;
	/* right: 1rem; */
	opacity: 0;
	transition: all .7s;
    left: 50%;
    transform: translate(-50%, 0);
}
.video_text_sdm.video_t_show{
	opacity: 1 !important;
	bottom: 1rem !important;
    /* top: 1.5rem !important; */
}
.video_min_t_1,.video_min_t_2,.video_min_t_3{
	font-size: 0.7rem;
	color: #FFFFFF;
	opacity: 0.2;
	font-weight: bold;
	padding-bottom: 0.1rem;
	transition: all .2s;
}
.video_show_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.15rem;
	color: #FFFFFF;
	width: 2.3rem;
	background-color: rgba(0,0,0,.2);
	border-radius: 40px;
	height: 0.5rem;
	opacity: 0.56;
	margin-top: 0.15rem;
	cursor: pointer;
}
.video_show_btn:hover{
	background-color: rgba(0,0,0,1);
    opacity: .8;
}
.video_text_sdm .video_show_btn img{
	width: 0.17rem;
	margin-right: 0.2rem;
}

#video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transform: scale(0.41);
    transition: all .2s;
}
.video_full_pc{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 202;
	background-color: #000000;
	display: none;
}
.video_full_pc video{
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 5;
}
.shut_down_btn{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	z-index: 6;
	background-color: #6b6b6b;
	border-radius: 100%;
	opacity: 0.5;
	transition: all .5s;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shut_down_btn img{
    width: 0.15rem;
}
.shut_down_btn:hover{
	opacity: 1;
}

.section5{
    width: 100%;
    height: auto;
    position: relative
}
.section5 img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.section5 .detail{
    position: absolute;
    left: 1rem;
    bottom: 0rem;
    opacity: 0
}
.section5 .detail .title{
    font-size: .42rem;
    font-weight: 200;
    letter-spacing: .04rem;
    color: #fff
}
.section5 .detail .desc{
    font-size: .18rem;
    font-weight:300;
    color: #fff;
    letter-spacing: .04rem;
    line-height: .36rem;
    margin-top: 0.2rem;
}
.section5-swiper-box{
    background: #F1F0EC;
    padding: 0.5rem 0 1rem;
}
.swiper-section5 {
    position: relative
}
.swiper-section5 .swiper-slide{
    width: 50%;
    position: relative
}
.swiper-section5 .swiper-slide-prev::after{
    position: absolute;
    right: 0;
    top: 37%;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "";
    width: 1rem;
    height: 50%;
    background-color: rgba(0, 0, 0, .44);
    opacity: 0.66;
    z-index: 22;
    background-image: url(../../../images/blm/arrow-prev.png);
    background-size: 0.2rem 0.4rem;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.swiper-section5 .swiper-slide-next::after{
    position: absolute;
    left: 0;
    top: 37%;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "";
    width: 1rem;
    height: 50%;
    background-color: rgba(0, 0, 0, .44);
    opacity: 0.66;
    z-index: 22;
    background-image: url(../../../images/blm/arrow-next.png);
    background-size: 0.2rem 0.4rem;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.swiper-section5 .swiper-slide-next:hover::after{
    background-color: rgba(0, 0, 0, 1);
}
.swiper-section5 .swiper-slide-prev:hover::after{
    background-color: rgba(0, 0, 0, 1);
}
.swiper-section5 .swiper-slide img{
    width: 100%;
    height: auto;
    object-fit: cover
}
.swiper-section5 .swiper-slide .title{
    color: #222;
    font-size: .24rem;
    margin-top: .55rem;
    font-weight: 200;
    text-align: center;
    opacity: 0;
    transition: all .3s
}
.swiper-section5 .swiper-slide .desc{
    font-weight: 300;
    color: #333333;
    font-size: .16rem;
    margin-top: 0.15rem;
    text-align: center;
    margin-bottom: 0.56rem;
    line-height: .3rem;
    opacity: 0;
    transition: all .3s
}

.swiper-section5 .swiper-pagination-section5{
    position: absolute;
    bottom: 0rem;
    top: auto;
    width: 50%;
    left: 50%;
    transform: translate(-50%);
    right: auto;
    height: .02rem;
    background: #D6CCC6;
}
.swiper-section5 .swiper-pagination-section5 .swiper-pagination-progressbar{
    background: #4B2A16
}
.swiper-section5 .swiper-button-section5-box{
    width: calc(78% + 44px);
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-section5 .swiper-button-section5-box .swiper-button-prev-section5{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.14rem;
    height: 4.47rem;
    background: rgba(0, 0, 0, .44);
    cursor: pointer
}
.swiper-section5 .swiper-button-section5-box .swiper-button-prev-section5 img{
    width: .37rem
}
.swiper-section5 .swiper-button-section5-box .swiper-button-next-section5{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.14rem;
    height: 4.47rem;
    background: rgba(0, 0, 0, .44); 
    cursor: pointer
}
.swiper-section5 .swiper-button-section5-box .swiper-button-next-section5 img{
    width: .37rem
}
.section6-swiper-box{
    width: 100%;
    padding: 0 14% 1rem;
    position: relative
}
.section6-swiper-box .section6-swiper-box-mask{
    position: absolute;
    width: 100%;
    height: 3rem;
    background: #F1F0EC;
    top: 0;
    left: 0
}
.section6-swiper-box .uptransfrom {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.s4_choose_list_style{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DCC9BF;
    padding-bottom: .3rem;
    margin-top: .3rem;
}
.s4_choose_list_style div{
    color: rgba(29,27,25,.4);
    font-size: .22rem;
    font-weight: 300;
    cursor: pointer
}
.s4_choose_list_style .s4_list_active{
    color: rgba(34, 34, 34, .8);
    position: relative
}
.s4_choose_list_style .s4_list_active::after{
    position: absolute;
    bottom: calc(-0.3rem - 1px);
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #DCC9BF;
    left: 0;
}
.s4_detail_text, .s4_detail_text_new{
    text-align: center;
    margin-top: .38rem;
    color: #333333;
    line-height: .33rem;
    font-size: .16rem;
    font-weight: 300;
}
.s4_detail_text div:nth-of-type(2),.s4_detail_text div:nth-of-type(3){
    display: none
}
.s4_detail_text_new div:nth-of-type(2),.s4_detail_text_new div:nth-of-type(3){
    display: none
}
.section7{
    background: #F1F0EC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem .8rem 1.04rem;
}
.section7 .section7-box:nth-of-type(1){
    flex: 1
}
.section7 .section7-box:nth-of-type(2){
    width: 66%;
    margin-left: .17rem;
}
.section7 .section7-box img{
    width: 100%;
    height: 4.58rem;
    object-fit: cover;
}
.section7 .section7-box .content-box{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.section7 .section7-box .content{
    margin-top: .6rem;
}
.section7 .section7-box .content .title{
    color: #222222;
    font-size: .24rem;
    text-align: left;
    font-weight: 200
}
.section7 .section7-box .content .desc{
    color: #333333;
    font-size: .16rem;
    line-height: .3rem;
    font-weight: 300;
    text-align: left
}
.section8{
    padding: 0 14% 1.06rem;
    position: relative
}
.section8 .section8-mask-box{
    position: absolute;
    width: 100%;
    height: 3rem;
    background: #F1F0EC;
    top: 0;
    left: 0
}
.section8 video{
    width: 100%;
    height: 7.9rem;
    object-fit: cover;
    position: relative;
    z-index: 22
}
.section8 .title{
    color: 222;
    font-size: .24rem;
    font-weight: 200;
    margin-top: .63rem;
    text-align: center
}
.section8 .desc{
    font-weight: 300;
    color: #333333;
    font-size: .16rem;
    line-height: .3rem;
    text-align: center;
    margin-top: .1rem
}
.section4{
    position: relative;
    height: 150vh
}
.spce-box{
    height: 150vh;
    position: relative
}
.spce-box .spce {
	width: 89%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100vh;
    position: sticky;
    top: 0
}

.spce-box .spce img {
	width: 65%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.spce-box .spce .spce-content {
	flex: 1;
	padding-left: 1.18rem;
}

.spce-box .spce .spce-content .title {
	font-size: 0.4rem;
	color: #333;
	font-weight: 300;
}

.spce-box .spce .spce-content .p1 {
	font-size: 0.21rem;
	color: #000;
	font-weight: 300;
	display: flex;
	align-items: center;
	margin-top: 0.68rem;
}

.spce-box .spce .spce-content .p1 span:nth-of-type(1) {
	font-size: 0.25rem;
	color: #161616;
	font-weight: normal;
	display: block;
}

.spce-box .spce .spce-content .p1 span {
	font-size: 0.37rem;
	color: #161616;
	font-weight: normal;
	display: block;
}

.spce-box .spce .spce-content .p2 {
	font-size: 0.21rem;
	color: #000;
	font-weight: 300;
	line-height: 0.6rem;
	margin-top: 0.2rem;
}

.spce-box .spce .spce-content .spce-btn {
	border: 2px solid #000;
	width: 2.88rem;
	height: 0.62rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.19rem;
	position: relative;
	transition: all 0.3s;
	margin-top: 0.75rem;
	cursor: pointer;
	font-weight: 300;
}

.spce-box .spce .spce-content .spce-btn::after {
	position: absolute;
	height: 2px;
	width: 100%;
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	transition: all 0.5s;
	background-color: #000;
	transform: scale(0, 1);
}

.spce-box .spce .spce-content .spce-btn:hover {
	background: #fff;
}

.spce-box .spce .spce-content .spce-btn:hover::after {
	transform: scale(1, 1);
}

.spce-box .spce .spce-content .tips {
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.16rem;
	margin-top: 0.53rem;
}


.blm-mask{
    background-color: #111;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none
}
.blm-mask .close-icon {
    position: absolute;
    right: 7%;
    top: 10%;
    z-index: 2;
    cursor: pointer;
}
.blm-mask video{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
}
.news-box {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.news-box .title {
  color: #111;
  font-weight: 300;
  font-size: .4rem;
  text-align: center
}

.img_m {
  display: none;
}
.car-model-test-drive {
	background: #c1b4ac;
}

.car-model-test-drive .test-drive .test-drive-btn {
	background-color: #fff;
	color: #866866;
}

.car-model-test-drive .test-drive .test-drive-btn:hover {
	background-color: rgba(240, 225, 215, .8)
}

.atlas .img-list {
	background-color: #c3b7af;
}

.atlas .img-list .swiper-gt-img .swiper-slide .left .title-box .car-name {
	background-color: #f1f2ed;
	color: #866866;
}

.atlas .img-list .swiper-gt-img .swiper-slide .left .title-box {
	background-color: #c3b7af;
}
.car-model-test-drive .test-drive .box1 #province-input, .car-model-test-drive .test-drive .box1 #city-input{
    border-bottom: 2px solid rgba(255, 255, 255, 0.3)
}
.car-model-test-drive .test-drive .box2{
    border-bottom: 2px solid rgba(255, 255, 255, 0.3)
}
.car-model-test-drive .test-drive .box4{
    border-bottom: 2px solid rgba(255, 255, 255, 0.3)
}
.car-model-test-drive .test-drive .box3 .input-box{
    border-bottom: 2px solid rgba(255, 255, 255, 0.3)
}
.car-model-test-drive .test-drive  .input-box-code{
    border-bottom: 2px solid rgba(255, 255, 255, 0.3)
}
@media (width:1920px) and (height:929px){
    .section1 .top{
        height: 87vh
    }
    .section1 .bottom-content{
        height: 13vh
    }
}
@media (max-width: 1366px) {
        .section1 .top{
        height: 77vh
    }
    .section2 .color .car-box .car {
        width: 40%
    }
}
@media (max-width: 1280px) {
    .section1 .top{
        height: 93vh;
    }
    .section1 .bottom-content{
        height: 8vh;
        padding: 0rem 3.5rem;
    }
    .section2 .color .car-box .header-title {
        top: 1.5rem;
    }
    .section2 .color .car-box .title {
        top: 2rem;
    }
    .section2 .color .car-box .car{
        width: 36%;
    }
    .section2 .color .car-box .car-detail{
        bottom: 2rem;
    }
    .section2 .btn-box{
        bottom: 1rem;
    }

}


@media (max-width: 767px) {
  .img_m {
    display: block;
  }

  section {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .section1 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../../../images/blm/w2-mb.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .section1 .top {
    flex: none;
    height: 72vh;
  }

  .section1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: bottom;
  }

  .section1 .section1-content {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 1.5rem;
    transform: none;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.4rem;
    height: auto
  }

  .section1 .section1-content .title {
    font-size: .4rem;
    font-family: 'fa';
    color: #4a4b4b;
    line-height: .6rem;
  }

  .section1 .section1-content .date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 0.4rem;
    padding-top: 0rem;
  }

  .section1 .section1-content .date .p1 {
    color: #4a4b4b;
    font-weight: 300;
    font-size: .11rem;
    margin-bottom: 0.14rem;
  }

  .section1 .section1-content .date .p2 {
    color: #4a4b4b;
    font-family: 'fa';
    font-weight: bold;
    font-size: .17rem;
  }

  .section1 .section1-content .date .p3 {
    text-align: center;
    width: 100%;
    color: #4a4b4b;
    font-weight: 300;
    font-size: .11rem;
    padding: 0.02rem 0;
  }

  .section1 .bottom-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    flex: none;
    height: 28vh;
    padding-top: 1.5rem;
  }
  .section1 .bottom-img{
        position: absolute;
        bottom: 14vh;
        width: 100%;
  }
  .section1 .bottom-content div:nth-of-type(1) {
    text-align: center;
    color: #fff;
    font-size: .17rem;
    line-height: .34rem;
    opacity: 1;
    padding: 0 0.47rem;
  }

  .section1 .bottom-content div:nth-of-type(2) {
    text-align: center;
    color: #fff;
    font-size: .17rem;
    margin-top: 0.64rem;
    opacity: 1;
  }

  .section1 .swiper-gt-section1 {
    width: 87%;
    position: absolute;
    right: 50%;
    top: 0rem;
    transform: translateX(50%);
  }

  .section1 .swiper-container {
    height: 72vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 3rem;
  }

  .section1 .swiper-gt-section1 .swiper-gt-section1-head {
    color: #fff;
    font-weight: 300;
    line-height: .36rem;
    padding-bottom: 0rem;
  }

  .section1 .swiper-gt-section1 .swiper-gt-section1-head .swiper-gt-section1-head-title {
    font-size: .23rem;
    color: #4a4b4b;
  }

  .section1 .swiper-gt-section1 .swiper-wrapper {
    height: auto
  }

  .section1 .swiper-gt-section1 .swiper-slide {
    width: 100%;
    padding: 0;
    overflow: hidden
  }

  .section1 .swiper-gt-section1 .swiper-slide .box {
    height: auto;
    margin-bottom: 0.3rem;
  }

  .section1 .swiper-gt-section1 .swiper-slide .box:nth-last-of-type(1) {
    margin-bottom: 0
  }

  .section1 .swiper-gt-section1 .swiper-slide .box .title {
    color: #4a4b4b;
    font-size: 0.25rem;
    letter-spacing: .065em;
  }

  .section1 .swiper-gt-section1 .swiper-slide .box .desc {
    color: #4a4b4b;
    font-size: 0.22rem;
    line-height: 0.34rem;
    margin-top: 0.1rem;
    border-bottom: 1px solid rgba(89,60,44, 0.2);
    padding-bottom: 0.2rem;
    font-weight: 300;
  }

  .section1 .swiper-gt-section1 .swiper-slide .box:nth-last-of-type(1) .desc {
    border: none;
    font-size: .22rem;
    line-height: .34rem
  }
  .section1 .swiper-gt-section1 .swiper-slide:nth-last-of-type(1) .box .desc{
      font-size: .2rem;
      line-height: .33rem
  }
  .section1 .swiper-gt-section1 .swiper-pagination-gt-section1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 9vh
  }

  .section1 .swiper-gt-section1 .swiper-pagination-gt-section1 .swiper-pagination-bullet {
    width: 0.83rem;
    height: 0.3rem;
    background-color: transparent;
    border-radius: 0;
    margin-left: 0.22rem;
    display: block;
    border-bottom: 2px solid #593c2c;
  }

  .section1 .swiper-gt-section1 .swiper-pagination-gt-section1 .swiper-pagination-bullet:nth-of-type(1) {
    margin-left: 0;
  }

  nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 0.93rem;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 .32rem;
    box-sizing: border-box;
    z-index: 400;
    opacity: 1
  }

  .nav-active {
    display: flex !important;
  }

  nav .nav-box {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-bottom: 1px solid #cec7c5;
  }

  nav .left {
    font-size: 0.29rem;
    color: #000;
  }

  nav .nav-mb-box {
    display: flex !important;
    align-items: center;
  }

  nav .nav-mb-box .down {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(45deg);
    display: block;
    transition: all .3s
  }

  nav .nav-mb-box .down-active {
    transform: rotate(-135deg);
  }

  nav .nav-mb-box .text {
    width: 1.08rem;
    height: 0.54rem;
    background: #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .21rem;
    margin-left: 0.4rem;
  }

  nav .right {
    font-size: 0.21rem;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transition: all .3s;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
    opacity: 0
  }

  nav .right.right-active {
    top: 0.93rem;
    opacity: 1
  }

  nav .right ul {
    display: flex;
    align-items: center;
    height: 100%;
    overflow-x: auto;
    width: 100vw;
    padding-left: 0.5rem;
  }

  nav .right ul::-webkit-scrollbar {
    display: none;
  }

  nav .right ul li {
    color: #000;
    cursor: pointer;
    margin: 0;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: .21rem;
    font-weight: 300;
    transition: all .3s;
    position: relative;
    flex: none;
  }

  nav .right ul li::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: none;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #000;
    transform: scale(0, 1);
  }

  nav .right ul li:hover::after {
    transform: scale(1, 1)
  }

  nav .right ul li:nth-last-of-type(1) {
    width: 1.3rem;
    height: 0.4rem;
    background-color: #000 !important;
    border-radius: 0rem;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    color: #fff !important;
    text-align: center !important;
    padding: 0;
    margin: 0;
    margin-left: 0.4rem;
  }

  nav .right ul li:nth-last-of-type(1)::after {
    background-color: #fff;
  }

  .section2 {
    overflow: hidden;
    position: sticky;
    top: 0;
  }

  .section2 .color {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 1s ease;
    overflow: hidden
  }

  .section2 .color .bg {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section2 .color .car-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    justify-content: flex-start;
    padding-top: 2.6rem;
  }

  .section2 .color .car-box .title {
    color: #fffefe;
    letter-spacing: .02rem;
    font-size: .4rem;
    font-weight: 300
  }

  .section2 .color .car-box .car-bg {
    position: absolute;
    width: 3.4rem;
    top: 34%;
    transform: translateY(-50%);
  }

  .section2 .color .car-box .car {
    position: relative;
    z-index: 1;
    margin-top: 0;
    top: 50%;
  }
 .section2 .color .car-box .car{
     width: 82%;
     left: 42%
 }
  .section2 .color0 {
    z-index: 7;
  }

  .section2 .color1 {
    z-index: 6;
  }

  .section2 .color2 {
    z-index: 5;
  }

  .section2 .color3 {
    z-index: 4;
  }

  .section2 .color4 {
    z-index: 3;
  }

  .section2 .color5 {
    z-index: 2;
  }
.section2 .color6 {
    z-index: 1;
  }

  .section2 .color-list {
    position: absolute;
    z-index: 20;
    top: auto;
    right: 50%;
    transform: translateX(50%);
    bottom: 6vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .section2 .color-list li {
    margin-top: 0rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 0.9rem;
    margin-bottom: 0rem;
    padding: 0.5rem 0 0;
    flex-direction: column-reverse;
  }

  .section2 .color-list li .title {
    color: #fff;
    opacity: 0.5;
    font-size: 0.25rem;
    margin-right: 0rem;
    width: auto;
    display: none;
    margin-top: 0.2rem;
  }
  .section2 .color-list .color-list-td-1 li:nth-of-type(1) .color-block{
      background-image: url(../../../images/blm-mb/color1.png);
      background-size: 100% 100%;
      background-repeat: no-repeat
  }
  .section2 .color-list .color-list-td-1 li:nth-of-type(2) .color-block{
      background-image: url(../../../images/blm-mb/color2.png);
      background-size: 100% 100%;
      background-repeat: no-repeat
  }
  .section2 .color-list .color-list-td-1 li:nth-of-type(3) .color-block{
      background-image: url(../../../images/blm-mb/new-color4.png);
      background-size: 100% 100%;
      background-repeat: no-repeat
  }
  
  
    .section2 .color-list .color-list-td-1 li:nth-of-type(4) .color-block{
      background-image: url(../../../images/blm-mb/color4.png);
      background-size: 100% 100%;
      background-repeat: no-repeat
  }
    .section2 .color-list .color-list-td-1 li:nth-of-type(5) .color-block{
      background-image: url(../../../images/blm-mb/color5.png);
      background-size: 100% 100%;
      background-repeat: no-repeat
  }
    .section2 .color-list .color-list-td-1 li:nth-of-type(6) .color-block{
      background-image: url(../../../images/blm-mb/color6.png);
      background-size: 100% 100%;
      background-repeat: no-repeat
  }
  .section2 .color-list li .color-block {
        width: 0.32rem;
        height: 0.32rem;
        border: none;
        border-radius: 50%;
        position: relative
  }
  .section2 .color-list .color-active .color-block{
      border:none;
  }
  .section2 .color-list .color-active .color-block::after{
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
  }
    .section2 .color-list .color-active1 .color-block{
      background-color: transparent;
  }
    .section2 .color-list .color-active2 .color-block{
      background-color: transparent;
  }
    .section2 .color-list .color-active3 .color-block{
      background-color: transparent;
  }
    .section2 .color-list .color-active4 .color-block{
      background-color: transparent;
  }
  .section2 .color-list .color-active5 .color-block{
      background-color: transparent;
  }
  .section2 .color-list .color-active6 .color-block{
      background-color: transparent;
  }
  .section2 .color-list .color-active .title {
    opacity: 1
  }



  .section2 .color-list li:nth-of-type(1) {
    margin-top: 0;
  }

  .section2 .btn-box {
    position: absolute;
    z-index: 20;
    bottom: 25vh;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }

  .section2 .btn-box .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 0.68rem;
    font-size: .22rem;
    background-color: #ffffff;
    position: relative;
    transition: all .3s;
    cursor: pointer;
    color: #111
  }

  .section2 .btn-box .btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 0.68rem;
    background-color: transparent;
    border: solid 1px #ffffff;
    position: relative;
    transition: all .3s;
    font-size: .22rem;
    color: #fff;
    margin-left: .2rem
  }

  .section2 .btn-box .btn1::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #6d7281;
    transform: scale(0, 1);
  }

  .section2 .btn-box .btn2::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #fff;
    transform: scale(0, 1);
  }

  .section2 .btn-box .btn1:hover {
    background: #e7e8eb;
  }

  .section2 .btn-box .btn1:hover::after {
    transform: scale(1, 1)
  }

  .section2 .btn-box .btn2:hover::after {
    transform: scale(1, 1)
  }

  .spce-box {
    background: #eef0f3
  }

  .spce-box .spce {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    position: sticky;
    top: 0;
    flex-direction: column;
    padding: 0rem 0rem;
  }

  .spce-box .spce img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .spce-box .spce .spce-content {
    flex: 1;
    padding-left: 0;
    text-align: center;
    padding-top: 0.5rem;
  }

  .spce-box .spce .spce-content .title {
    font-size: 0.48rem;
    color: #111;
    font-weight: 300;
  }

  .spce-box .spce .spce-content .p1 {
    font-size: 0.26rem;
    color: #000;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    justify-content: center;
    width: 100%;
  }

  .spce-box .spce .spce-content .p1 span:nth-of-type(1) {
    font-size: 0.3rem;
    color: #161616;
    font-weight: normal;
    display: block;
  }

  .spce-box .spce .spce-content .p1 span {
    font-size: 0.45rem;
    color: #161616;
    font-weight: normal;
    display: block;
  }

  .spce-box .spce .spce-content .p2 {
    font-size: 0.26rem;
    color: #000;
    font-weight: 300;
    line-height: 0.6rem;
    margin-top: 0.2rem;
  }

  .spce-box .spce .spce-content .spce-btn {
    border: 1px solid #000;
    width: 6.35rem;
    height: 0.83rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.25rem;
    position: relative;
    transition: all 0.3s;
    margin-top: 0.3rem;
    cursor: pointer;
    font-weight: 300;
  }

  .spce-box .spce .spce-content .spce-btn::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: none;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #000;
    transform: scale(0, 1);
  }

  .spce-box .spce .spce-content .spce-btn:hover {
    background: #fff;
  }

  .spce-box .spce .spce-content .spce-btn:hover::after {
    transform: scale(1, 1);
  }

  .spce-box .spce .spce-content .tips {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.2rem;
    margin-top: 0.55rem;
  }


  .news-box {
    padding-bottom: 1.4rem;
    padding-top: 1.4rem;
    margin: 0;
    background: #fff
  }

  .news-box .title {
    color: #111;
    font-weight: 300;
    font-size: .48rem;
    text-align: center
  }

  .img_m {
    display: none;
  }

  .car-model-test-drive {
    background: #c1b4ac
  }

  .car-model-test-drive .test-drive .box1 #province-input,
  .car-model-test-drive .test-drive .box1 #city-input {
    border-bottom: 1px solid #bbaba2
  }

  .car-model-test-drive .test-drive .box2 {
    border-bottom: 1px solid #bbaba2
  }

  .car-model-test-drive .test-drive .box3 .input-box {
    border-bottom: 1px solid #bbaba2
  }

  .car-model-test-drive .test-drive .box4 {
    border-bottom: 1px solid #bbaba2
  }

  .car-model-test-drive .test-drive .input-box-code {
       border-bottom: 1px solid #bbaba2   
  }

  .car-model-test-drive .test-drive .test-drive-btn {
    background-color: #f0e1d7;
    color: #866866;
  }

  .car-model-test-drive .test-drive .test-drive-btn:hover {
    background-color: rgba(240, 225, 215, .8)
  }

  .atlas .img-list {
    background-color: #fff;
  }

  .atlas .img-list .swiper-gt-img .swiper-slide .left .title-box .car-name {
    background-color: #f1f2ed;
    color: #866866;
  }

  .atlas .img-list .swiper-gt-img .swiper-slide .left .title-box {
    background-color: #c3b7af;
  }
  .section2 .color .car-box .header-title{
    font-size: .32rem;
    color: #fff;
    margin-bottom: 0.32rem;
    font-weight: 300;
    position: absolute;
    top: 2rem;
  }
  .section2 .color .car-box .title{
    color: #fffefe;
    letter-spacing: .02rem;
    font-size: .48rem;
    font-weight: 300;
    top: 2.62rem;
  }
  .section2 .color .car-box .car{
      top: 45%;
  }
  .section2 .color .car-box .car-detail{
    bottom: 34vh;
    font-size: .27rem;
    text-align: center;
    padding: 0 0.63rem;
    width: 100%
  }
  .section5 .detail{
      left: .46rem
  }
  .section5 .detail .title{
      font-size: .37rem
  }
  .section5 .detail .desc{
    font-size: .24rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: .04rem;
    line-height: .5rem;
    margin-top: 0.2rem;
  }
  .swiper-section5 .swiper-slide{
      width: 100%;
      padding-right: 0.3rem;
      padding-left: .3rem;
      padding-bottom: .7rem;
  }
  .section5-swiper-box{
      width: 100%;
      padding: 0 0 1rem 0;
  }
  .swiper-section5{
    position: relative;
    width: 100%;
    padding: 0.5rem 0 0rem;
    margin-left: 0;
    overflow: inherit !important;
  }
  .swiper-section5 .swiper-wrapper{
      width: 90%;
  }
  .swiper-section5 .swiper-slide-next::after{
      display: none
  }
  .swiper-section5 .swiper-slide-prev::after{
      display: none
  }
  .swiper-section5 .swiper-slide .title{
          color: #222;
    font-size: .37rem;
    margin-top: 0.66rem;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    transition: all .1s;
  }
  .swiper-section5 .swiper-slide .desc{
    font-weight: 300;
    color: #333333;
    font-size: .25rem;
    margin-top: 0.38rem;
    text-align: left;
    margin-bottom: 0.56rem;
    line-height: .4rem;
    opacity: 0;
    transition: all .1s;
  }
  .swiper-section5 .swiper-pagination-section5 {
    margin-left: 0.4rem;
    height: .03rem;
  }
  .swiper-section5 .swiper-pagination-section5{
      height: .04rem;
      width: 100%
  }
  .section6-swiper-box{
      padding: 0 .4rem 1rem
  }
  .s4_choose_list_style div{
        color: rgba(29,27,25,.4);
        font-size: .28rem;
        font-weight: 300;
        cursor: pointer;
        text-align: center;
        width: 1.6rem;
  }
  .s4_choose_list_style div:nth-of-type(1).s4_list_active::after{
        /* bottom: calc(-0.5rem - 1px); */
  }
  .section7{
      flex-direction: column;
      padding: 0.3rem 0.4rem 0rem;
  }
  .section7 .section7-box:nth-of-type(1){
    flex: none;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .section7 .section7-box:nth-of-type(2){
      width: 100%;
      margin-left: 0;
  }
  .section7 .section7-box img{
      height: auto
  }
.section7 .section7-box .content {
    margin-top: .65rem;
    height: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.section7 .section7-box .content .title{
    color: #222222;
    font-size: .37rem;
    text-align: left;
    font-weight: 400;
}
.section7 .section7-box .content .desc{
        color: #333333;
    font-size: .25rem;
    line-height: .4rem;
    font-weight: 300;
    text-align: left;
    margin-bottom: .65rem
}
.section8 .section8-mask-box{
    background: #fff
}
.section8{
    padding: 1.26rem 0.4rem 1.36rem;
    position: relative;
}
.section8 video{
    height: auto
}
.section8 .title{
        font-size: .37rem;
    font-weight: 400;
    margin-top: 0.63rem;
    text-align: left;
}
.section8 .desc{
    font-weight: 300;
    color: #333333;
    font-size: .25rem;
    line-height: .4rem;
    text-align: left;
    margin-top: 0.39rem;
}
.video_show_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.25rem;
    color: #FFFFFF;
    width: 4.4rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 40px;
    height: 0.76rem;
    opacity: 0.56;
    margin-top: 0.15rem;
    cursor: pointer;
}
.video_text_sdm.video_t_show{
    bottom: 2rem !important
}
.video_text_sdm .video_show_btn img{
    width: .3rem
}
.shut_down_btn{
    width: 1rem;
    height: 1rem
}
.shut_down_btn img{
    width: .4rem
}
.s4_detail_text{
    font-size: .25rem;
    text-align: center;
    letter-spacing: -0.5px;
        line-height: .4rem;
}
.s4_detail_text_new{
    font-size: .25rem;
    text-align: center;
    letter-spacing: -0.5px;
        line-height: .4rem;
}
.section7 .section7-box:nth-last-of-type(1) .content-box .content:nth-last-of-type(1) .desc{
        margin-bottom: 1.2rem;
}
}
.color-list-td-2{
        margin-top: 0.3rem;
    }
@media (max-width: 767px){
    .color-list{
        flex-direction: column;
    }
    .color-list-td{
        display: flex;
    }
    .color-list-td-2{
        margin-top: 0rem;
    }
    .s4_choose_list_style{
        height: 1.2rem;
    }
    .s4_choose_list_style div{
        height: 100%;
        display: flex;
        align-items: center;
         flex: 1;
    justify-content: center;
    }
    .s4_choose_list_style .s4_list_active::after{
        bottom: -1px;
    }
    .s4_choose_list_style{
        padding-bottom: 0rem;
    }
}








.ss1_btn{
    display: none;
}



@media (max-width: 768px) {
    .ss1_btn_list {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ss1_btn {
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 100%;
        background-color: #6C5B5B;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.5s;
        position: relative;
        display: none !important;
    }
    .ss1_btn:hover{
        background-color: #dedcdb;
    }
    .ss1_btn img {
        width: 0.12rem;
    }
    .ss1_btn img:nth-of-type(2) {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all 0.5s;
    }
    .ss1_btn:hover img:nth-of-type(2) {
        opacity: 1;
    }
    
    .swiper_page {
        margin: 0 0.4rem;
        display: block;
        position: relative !important;
        background: transparent !important;
        width: auto !important;
        left: auto !important;
        transform: translate(0px, 0px) !important;
        display: flex;
        align-items: flex-end;
    }
    .swiper_page span {
        margin: 0 0.1rem;
        width: 0.8rem !important;
        height: 17px;
        position: relative;
        border-radius: 0;
        background: transparent;
        border-bottom: 1px solid #b9b8b8;
        opacity: 1;
    }
    .swiper_page .swiper-pagination-bullet::after{
		content: '';
		display: block;
		width: 0rem;
		height: 1px;
		background-color: #333;
	    position: absolute;
	    bottom: -1px;
	}
	.swiper_page .swiper-pagination-bullet-active::after{
		width: 0.85rem;
		transition: 4s;
	}
    
}

/* 预约试驾 2024 */
.test_drive_new{
    width: 100%;
    position: relative;
}
.test_drive_bk{
    position: relative;
    width: 100%;
}
.test_drive_car{
    position: absolute;
    width: 41%;
    left: 43%;
    top: 34%;
}
.test_drive_tb{
    position: absolute;
    top: 1rem;
    left: 5%;
}
.test_drive_t1{
    font-size: 0.4rem;
    font-weight: 300;
    color: rgb(107, 94, 88);
    letter-spacing: 0.074rem;
}
.test_drive_t2{
    font-size: 0.22rem;
    font-weight: 200;
    color: rgb(107, 94, 88);
    margin-top: 0.15rem;
    letter-spacing: 0.1rem;
}
.test_drive_b{
    width: 2.5rem;
    padding: 0.2rem 0;
    text-align: center;
    margin-top: 0.3rem;
    background: rgb(137, 123, 120);
    color: #fff;
    letter-spacing: 0.05rem;
    font-size: 0.15rem;
    font-weight: 200;
    cursor: pointer;
    display: block;

}
@media (max-width: 768px) {
    .test_drive_tb{
        top: 1.2rem;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .test_drive_car{
        width: 74%;
        left: 13%;
        top: 56%;
    }
    .test_drive_t1{
        font-size: 0.5rem;
    }
    .test_drive_t2{
        font-size: 0.28rem;
    }
    .test_drive_b{
        width: 3rem;
        font-size: 0.22rem;
    }
}

/* 新增权益颜色 */
.policy-all.policy-all-grey{
    background: #9FA3A6
}
.policy-all.policy-all-grey .policy-detail{
    background: #ACAFB2
}
.policy-all.policy-all-grey .policy-detail .policy-info .policy-info-list p span{
    color: #f1f1f2!important
}
.policy-all.policy-all-grey .policy-detail .policy-info .policy-info-list p{
    color: #ededed !important
}
.policy-all.policy-all-grey .policy-tips{
    color: #5C646A;
}
@media (max-width: 768px) {
    .policy-all.policy-all-grey .policy-detail .policy-info{
        background: #9FA3A6;
    }
    .policy-all.policy-all-grey .policy-tips{
        background: #9FA3A6;
    }
    .policy-all.policy-all-grey .policy-detail .policy-info .policy-info-list p span{
        font-weight: 300
    }
}

