body{
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif
}
.mb-only {
    display: none;
}
.mb-only-flex{
    display: none
}
.pc-pad {
    display: block;
}
.pc-pad-flex{
    display: flex;
}
.all_one_tag{
    font-size: 0.95rem;
    color: #fff;
    line-height: 1.2;
    position: absolute;
    left: 2rem;
    top: 1rem;
    font-weight: 800;
}
.all_one_title{
    font-size: 0.38rem;
    font-weight: 300;
    line-height:2;
}
.all_two_tag{
    font-size: 0.48rem;
    line-height: 0.6rem;
    color: #212121;
}
.all_two_title{
    font-size: 0.24rem;
    font-weight: 100;
    color: #212121;
    line-height: 1.5;
    margin-top: 0.1rem;
    width: 90%;
}
.all_one_tag .all_two_tag,
.all_one_tag .all_two_title{
    color: #fff;
    font-size: 0.46rem;
}
.all_box_top{
    padding-top: 1rem !important;
}
.all_box_bottom{
    padding-bottom: 1rem !important;
}
.all_box_pos{
    position: relative;
}
.all_min_pad{
    padding: 0 1.8rem
}

.img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-box video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 动画部分 */
.text_in {        
    opacity :  0;        
    transform :  translateY(1rem);        
    transition :  all 1s;   
}
.text_in._into {        
    opacity :  1;        
    transform :  translateY(0rem);   
}

/* 锚点 */
.nav_box {
  display: flex;
  align-items: center;
  position: fixed;
  top: -0.8rem;
  z-index: 1001;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 0.8rem;
  transition: all 0.4s ease-in-out;
  padding: 0 0.5rem;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* max-width: 19.2rem; */
}

.nav_box img {
  width: 1rem;
  position: absolute;
  left: 0.5rem;
}
.nav_box .img-box{
   width: 0.4rem;
   position: relative;
   display: flex;
   height: 0.5rem;
   margin-right: 0.3rem;
   align-items: center;
}
.nav_box .img-box .f_m_d{
   width: 100%;
   height: auto;
   position: static;
   transform:rotate(180deg);
}


.min_nav_list {
  display: flex;
  margin-right: 0.3rem;
}

.min_nav_list div {
  margin: 0 0.2rem;
  cursor: pointer;
  font-size: 0.2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  position: relative;
  font-weight: 300;
}

.nav_btn {
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.48rem;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
  font-size: 0.17rem;
  position: relative;
  font-weight: 300;
}
.nav_btn a{
    color: #000;
}

.nav_box.show_nav {
  top: 0rem;
}



.nav--ujaraks {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.nav--ujaraks::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	background: #000;
    z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.nav--ujaraks.button--round-s::before {
	border-radius: 2px;
}
.nav--ujaraks:hover {
	border-color: #fff;
}
.nav--ujaraks:hover a {
	color: #fff;
	border-color: #000;
}
.nav--ujaraks:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.min_nav_list div::after {
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  content: "";
  transition: transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0);
  transform-origin: right;
  background-color: #000;
  width: 100%;
}

.min_nav_list div:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}




/* 首屏 */

.section1 {
  position: relative;
  background: #000
}
.section1 .kv-logo{
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    top: 15%;
}
.section1 .kv-text img{
    width: 100%;
}
.section1 .img-box {
  width: 100%;
  height: 100%;
}
.section1 .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section1 .banner_btn_group {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  width: 6rem;
  justify-content: space-between;
  opacity: 1;
}
.section1 .banner_btn_group div {
  width: 2.8rem;
  height: 0.53rem;
  line-height: 0.55rem;
  /* border: 1px solid #fff; */
  box-shadow: inset 0 0 0 1px #ffffff;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 0.16rem;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1 .banner_btn_group a div{
    color: #fff
}
.section1 .qjgc_btn img {
  width: 0.2rem;
  margin-right: 0.15rem;
}
.section1 .banner_btn_group div:nth-of-type(2) {
  color: #000;
}
.section1 .button--ujarak {
  transition: border-color 0.4s, color 0.4s;
}
.section1 .button--ujarak::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.section1 .button--ujarak.button--round-s::before {
  border-radius: 2px;
}
.section1 .button--ujarak:hover {
  color: #000;
  border-color: #fff;
}
.section1 .button--ujarak:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.section1 .button--ujarak-1 {
  transition: border-color 0.4s, color 0.4s;
}
.section1 .button--ujarak-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1d22;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.section1 .button--ujarak-1.button--round-s-1::before {
  border-radius: 2px;
}
.section1 .button--ujarak-1.button--inverted-1::before {
  background: #1c1d22;
}
.section1 .button--ujarak-1,
.section1 .button--ujarak-1::before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.section1 .button--ujarak-1:hover {
  color: #fff;
  border-color: #fff;
}
.section1 .button--ujarak-1.button--inverted:hover {
  color: #fff;
  border-color: #fff;
}
.section1 .button--ujarak-1:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.section1 .button_dark {
  transition: border-color 0.4s, color 0.4s;
}
.section1 .button_dark img {
  margin-right: 0.15rem;
}
.section1 .button_dark:hover {
  color: #000;
  border-color: #000;
}
.section1 .button_dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7e7e7;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 0px;
}
.section1 .button_dark:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.section1 .button_dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 0px;
  background: #fff;
}
.po-log{
    width: 6rem;
    height: 2rem;
}


/* p0 */

.tag-data-list{
    font-size:0.24rem;
    display:flex;
    width:11rem;
    justify-content: space-between;
    align-items:center;
    margin-top:0.3rem;
}
.tag-data-list-box{
    line-height:0.5rem;
}
.tag-data-list-box-num{
    font-size:0.4rem;
}
.all-tag-leftbottom{
    position:absolute;
    bottom:1rem;
    left:1rem;
    padding:0;
    color:#fff;
    z-index:999;
}
.section01 .video-btn {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 1.2rem;
    bottom: 1rem;
    width: 3.2rem;
	height: 0.75rem;
	cursor: pointer;
	background: transparent;
	opacity: .6;
	border: 1px solid rgba(225, 225, 225, .5);
	transition: all 0.5s;
}
.section01 .video-btn:hover{
	background: rgba(225, 225, 225, 1);
	transition: all 0.5s;
}

.section01 .video-btn img:nth-of-type(1){
	opacity: 1;
	transition: all 0.5s;
}
.section01 .video-btn img:nth-of-type(2){
	opacity: 0;
	transition: all 0.5s;
}
.section01 .video-btn:hover img:nth-of-type(1){
	opacity: 0;
	transition: all 0.5s;
}
.section01 .video-btn:hover img:nth-of-type(2){
	opacity: 1;
	transition: all 0.5s;
}

.section01 .video-btn .text {
	font-size: 0.18rem;
	color: #fff;
	margin-right: 0.17rem;
	font-weight: normal;
	transition: all 0.5s;
}
.section01 .video-btn:hover .text{
	color: #000;
	transition: all 0.5s;
}

.section01 .video-btn .delta {
	width: 0.12rem;
    height: 0.12rem;
    display: flex;
    position: relative;
}

.section01 .video-btn .delta img {
	width: 100%;
	position: absolute;
}

/* 轮播图 */
.tab_swiper{
    padding: 0 1.8rem;
}
.tab_swiper .swiper-slide img {
	width: 100%;
}
.tab_swiper .swiper-slide video {
    object-fit: cover;
	width: 100%;
}
.swiper_tab {
	display: flex;
	justify-content: center;
	margin-top: 0.2rem;
}

/* 备注写法 */
.swiper_slide_beizhu{
    font-size: 0.14rem;
    position: absolute;
    right: 0.5rem;
    bottom: 0.2rem;
    color: #ededed;
}

.swiper_tab .list {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-bottom: 1px solid #707070;
}
.swiper_tab .list div {
	padding: 0.2rem 0.2rem;
	font-size: 0.18rem;
	font-weight: 400;
	color: #212121;
	opacity: 0.5;
	transition: all .5s;
	position: relative;
	cursor: pointer;
    white-space: nowrap;
}
.swiper_tab div.active {
	opacity: 1;
}
.swiper_tab .list div::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #FFA457;
	height: 1px;
	opacity: 0;
	transition: all .5s;
}

.swiper_tab .list div.active::after {
	opacity: 1;
}
.swiper_tab_text {
	height: 1rem;
	position: relative;
}

.swiper_tab_text div {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 80%;
	opacity: 0;
	transition: all .5s;
	color: #8c8c8c;
	font-size: 0.17rem;
	font-weight: 300;
}
.swiper_tab_text div.active {
	opacity: 1;
}

.swiper_tab_text_t {
	height: 1.8rem;
	position: relative;
}

.swiper_tab_text_t div {
	position: absolute;
	top: 15%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	width: 90%;
    height: auto;
    opacity: 0;
	transition: all .5s;
	color: #8c8c8c;
	font-size: 0.17rem;
    line-height: 0.25rem;
}

.swiper_tab_text_t div.active {
	opacity: 1;
}

.p2_tag_bot{
    padding-bottom: 0.5rem !important;
}


.u3-tag{
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.u3-tag-right{
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    gap: 0.5rem;
}
.u3-tag-right-two{
    display: flex;
    justify-content: space-between;
    width: 26%;
    align-items: center;
}
.u3-tag-only_box{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.u3-tag-list{
    font-size: 0.2rem;
    font-weight: 300;
    color: #212121;
    line-height: 0.25rem;
    margin: 0 0.1rem;
    margin-top: 0.3rem;
    white-space: nowrap;
}
.u3-tag-list div:nth-child(2){
    margin-top: 0.1rem;
    color: #DD8D52;
}

.u3-tag-list-num{
    font-weight: 400;
    font-size: 0.4rem;
    color: #212121;
}

.u4-box{
    display: flex;
    justify-content: space-between;
}
.u4-bg-box{
    width: 64%;
}
.u4-min-box{
    width: 34%;
}
.u4-txt{
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    font-size: 0.24rem;
    color: #212121;
    line-height: 0.3rem;
    width: 60%;
}
.u4-detiles{
    font-size: 0.15rem;
    font-weight: 300;
    line-height: 0.2rem;
    margin-top:0.1rem;
}
.u4-box .img-box img{
    height: 3rem;
    object-fit: fill;
}
.u4 .img-box video{
    height: 6rem;
}

.u6{
}
.u6 .img-box{
    height: 100%;
}
.u6 .img-box img{
    object-fit: fill;
}
.u6-bottm{
    position: absolute;
    left: 2.5rem;
    bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 30%;
    width: calc(100% - 5rem);
    text-align: center;
    align-items: center;
}
.u6 .u6-bottm .img-box{
    width: 100%;
    height: auto;

}
.u6 .u6-bottm .img-box img{
    width: 100%;
    height: auto;
}
.u6-bottm-a{
   color: #fff;
   width: 2.8rem;
   height: 0.58rem;
   font-size: 0.18rem;
   line-height: 0.55rem;
   cursor :  pointer;
   border: 1px solid #fff;
   z-index: 2;
}

.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
    z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
	border-radius: 2px;
}
.button--ujarak:hover {
	color: #000;
	border-color: #fff;
}
.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.policy-box{
    height: auto;
    background: #000;
}
.policy-box .yuding{
    position: absolute;
    left: 50%;
    bottom: 0.7rem;
    transform: translateX(-50%);
    width: 3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.yuding a{
   display: block;
   text-align: center;
}
.yuding .yuding_img{
    width: 3rem;
    height: auto;
    display: none;
}


/* 新增p2.1 */
.tab_swipers{
    margin: 0 1.8rem;
}

.tab_swiper .sw_10 img{
    width: 75%;
}
.s10-bg-box{
    width: 25%;
}
.swiper_tab_10{
    position: absolute;
    bottom: 1rem;
    right: 1.8rem;
    width: calc(20% - 0.6rem);
    border-left:  1px solid #B6B3B2;
    height: 60%;
    z-index: 99;
}
.sw_10_tag{
    position: absolute;
    top: 0;
    right: 1.8rem;
    width: calc(20% - 0.6rem);
}
.swiper_tab_10 .list{
    border-bottom : unset;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
}
.swiper_tab_10 .list .list-tag{
    color: #212121;
    opacity: 0.5;
    transition: all 0.5s;
    font-size: 0.24rem;
    padding-left: .2rem;
    position: relative;
    cursor: pointer;
    height: 20%;
    line-height: 1.2;
}

.swiper_tab_10 .list .list-tag::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 2px;
    background-color: #FFA457;
    height: 0;
    opacity: 0;
    transition: all .5s;
    transform: translatey(50%)
}
.sw_10 .swiper-slide{
    display: flex;
}
.swiper_tab_10 .list .list-title{
   font-size: 0.15rem;
   opacity: 0;
   transition: all 0.5s;
   color: #fff;
   font-weight: 400;
   height: 90%;
   position: absolute;
   top: 0.4rem;
   line-height: 1.6
}
.swiper_tab_10 .list-tag.active{
    opacity: 1;
    height: 50% !important;
}
.swiper_tab_10 .list-tag.active::after{
    opacity: 1;
    height: 100%
}
.swiper_tab_10 .list-tag.active .list-title{
    opacity: 0.6;
    height: 90%;
}


/* p2u2 */
.p2u2-img-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p2u2-left{
    /* width: calc(100% / 2 - 0.1rem); */
    width: 49%;
}
.p2u2-right{
    /* width: calc(100%  / 2 - 0.1rem); */
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.p2u2-right-top{
    margin-bottom: 3.5%;
}
.p2u2-right-bottom-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p2u2-right-bottom-list .p2u2-right-bottom1{
    /* width: calc(100% / 2 - 0.05rem); */
    width: 49%;
}
.p2u2-img-list .img-box{
    position: relative;
}
.p2u2-img-list .img-box .p2u2-min-tag{
    position: absolute;
    left: 0.7rem;
    bottom: 0.3rem;
    font-size: 0.2rem;
    color: #212121;
    
}
/* p2.3 */

.yuyin-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.yuyin-icon{
    display: none;
}
.yuyin-box{
    width: calc( 100% / 3 - 0.15rem);
    margin-top: 0.3rem;
    box-shadow: 8px 4px 10px 0px rgba(190,190,190,0.19);
    background: #2f2f2f;
    /* border-radius: 0.17rem; */
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.3rem;
}
.yuyin-box-icon{
    width: 0.63rem;
    height: 0.63rem;
    margin: 0 auto;
}
.yuyin-box-tag{
    font-size: 0.22rem;
    color: #212121;
    padding-bottom: 0.15rem;
    transition: all 0.5s;
}

.yuyin-box-bottom{
    position: relative;
    /* height: 1rem; */
    transition: all 0.5s;
    height: 0;
}
.yuyin-box-title{
    font-size: 0.17rem;
    color: #212121;
    font-weight: 300;
    transition: all 0.5s;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
}
.yuyin-box-detile{
    font-size: 0.14rem;
    color: #212121;
    font-weight: 300;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0.15rem;
    height: 0;
    line-height: 1.2;
    width: 100%;
}
.yuyin-box:hover .yuyin-box-top{
    display: flex;
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 0.15rem;
    justify-content: center;
}
.yuyin-box:hover .yuyin-box-bottom{
    height: 1rem;
}
.yuyin-box:hover .yuyin-box-tag{
    padding-bottom: 0;
    line-height: 0.63rem;
    margin-left: 0.2rem;
}
.yuyin-box:hover .yuyin-box-detile{
    opacity: 1;
    height: 1.5rem;
}
.yuyin-box:hover .yuyin-box-title{
    opacity: 0;
}
.yuyin-box:hover .yuyin-box-icon{
    margin: 0;
}

/* p3.2 */
.p3u5-img-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p3u5-img-box{
   width: calc(50% - 0.18rem);
   /* border-radius: 0.1rem; */
   overflow: hidden;

}
.p3u5-txt{
    background: #2f2f2f;
    padding: 0.65rem;
    font-size: 0.28rem;
    color: #212121;
    font-weight: 400;
    height: 2.5rem;
}
.p3u5-title{
    font-size: 0.15rem;
    margin-top: 0.2rem;
    color: #212121;
    opacity: 0.6;
    line-height: 1.2;
}

/* 配置卡片 */
.config-box{
    padding: 1.6rem 1.8rem;
    padding-bottom: 1.4rem;
}

.config-tag{
    text-align: center;
    font-weight: 500;
    font-size: 0.44rem;
    color: #CFAB81;
    padding-bottom: 0.7rem;
}

.config-box .cls_btn_list {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.config-box .cls_btn_list .btn_style_warya {
    width: 2.4rem;
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.config-box .cls_btn_list .cls_btn_1 {
    background-color: #353A3D;
    color: #fff
}

.config-box .cls_btn_list .cls_btn_1 span{
    font-size: .15rem
}

.config-box .cls_btn_list .cls_btn_2 {
    border: 1px solid #fff;
    color: #212121;
    margin-left: 0.2rem;
    background: transparent
}
.config-box .cls_btn_list .cls_btn_2 span{
    font-size: .15rem
}


.pd-data-units-list{
    position: absolute;
    left: 50%;
    bottom: 1.1rem;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap:1.4rem;
}
.pd-data-units-item{
    position: relative;
    color: #fff;
}
.pd-data-units-item::after{
    content: '';
    display: block;
    position: absolute;
    right: -0.7rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.81rem;
    background: #fff;
}
.pd-data-units-item:nth-last-child(1):after{
    display: none;
}
.pd-data-u{
    font-weight: 400;
    font-size: 0.21rem
}
.pd-data-n{
    font-size: 0.55rem;
    color:#FFA457;
    font-weight: 600;
    line-height: 1;
    display: flex;
    gap: 0.2rem;
    align-items: flex-end;
}
.pd-data-d{
    font-weight: 400;
    font-size: 0.25rem;
    color: #FFFFFF;
    white-space: nowrap;
}


.common-section .content-boxs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 0 1rem;
  align-items: stretch;
  /* padding-bottom: 1rem; */
}


.common-section .content-boxs .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #2b2928;
}

.common-section .content-boxs .left .section6-tabs {
  display: flex;
  align-items: center;
  margin-left: 1.62rem;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 4.25rem;
  height: 0.55rem;
  position: absolute;
  top: 1.5rem;
  z-index: 2;
}

.common-section .content-boxs .left .section6-tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  height: 100%;
  font-size: 0.2rem;
  cursor: pointer;
  font-weight: 300;
}

.common-section .content-boxs .left .section6-tabs .section6-tab-active {
  color: #000;
  background: rgba(255, 255, 255, 0.6);
}

.common-section .content-boxs .left .content-tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.6rem;
}

.common-section .content-boxs .left .content-tabs .tab {
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.common-section .content-boxs .left .content-tabs .tab .title-box {
  display: flex;
  align-items: center;
}

.common-section .content-boxs .left .content-tabs .tab .title-box .dot {
  width: 0.15rem;
  margin-right: 0.2rem;
  opacity: 0.6;
}

.common-section .content-boxs .left .content-tabs .tab .title-box .dot img {
  width: 100%;
}

.common-section .content-boxs .left .content-tabs .tab .title-box .title {
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
}

.common-section .content-boxs .left .content-tabs .tab .detail-box {
  margin-top: 0.17rem;
  height: 0;
}

.common-section .content-boxs .left .content-tabs .tab .detail-box .detail {
  font-size: 0.18rem;
  color: rgba(225, 225, 225, 0.6);
  opacity: 0;
  pointer-events: none;
  text-align: left;
  font-weight: 300;
  line-height: 0.25rem;
}

.common-section .content-boxs .left .content-tabs .tab .detail-box .line {
  width: 0;
  height: 1px;
  background-color: #b1b1b1;
  margin-top: 0.54rem;
  opacity: 0.5;
}

.common-section .content-boxs .left .content-tabs .tab-active .title-box .dot {
  opacity: 1;
}

.common-section .content-boxs .left .content-tabs .tab-active .title-box .title {
  font-weight: 700;
  font-size: 0.22rem;
  letter-spacing: 0.016rem;
}

.common-section .content-boxs .left .content-tabs .tab-active .detail-box {
  height: auto;
}

.common-section .content-boxs .left .content-tabs .tab-active .detail-box .detail {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s;
  transition-delay: 0.3s;
}

.common-section .content-boxs .left .content-tabs .tab-active .detail-box .line {
  width: 100%;
  transition: all 1s;
}

.common-section .content-boxs .right {
  width: 60%;
  height: 100%;
}

.common-section .content-boxs .right .swiper-section {
  width: 100%;
  height: 100%;
}

.common-section .content-boxs .right .swiper-section .swiper-slide {
  width: 100%;
  height: 100%;
}

.common-section .content-boxs .right .swiper-section .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sw-notes{
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    font-size: 0.14rem;
    color: #999;
    z-index: 1;
}



.zoom_box_pc {
  width: 100%;
  height: 200vh;
  position: relative;
}

.zoom_box_2 {
  height: 200vh;
}

.zoom_content {
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  transform: scale(0.67);
  transition: all 0.05s;
}

.zoom_box_2 .zoom_content {
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  transform: scale(1);
  transition: all 0.05s;
}

.zoom_box_2 .zoom_content video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
}

.video_dark_img {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.video_dark_img.active_v {
  opacity: 1;
}

.zoom_content img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
}

.zoom_text_list {
  position: absolute;
  bottom: 0rem;
  opacity: 0;
  left: 1rem;
  transition: all 0.6s ease-in-out;
}

.zoom_text_list .zoom_l_title {
  font-size: 0.6rem;
  letter-spacing: 3px;
  font-weight: 800;
  margin-bottom: 0.4rem;
  color: #fff;
  line-height: 1.2;
}

.zoom_box_2 .zoom_text_list {
  transition: all 0.6s ease-in-out;
  opacity: 0;
  width: 100%;
}

.zoom_text_list.z_active {
  bottom: 1.14rem;
  opacity: 1;
  z-index: 2;
}

.zoom_text_list .zoom_l_detail {
  margin-top: 0.16rem;
  color: rgb(255, 255, 255);
}

.zoom_active {
  bottom: 0.8rem;
  opacity: 1;
}

.zoom_box_2 .bottom_btn {
  width: 1.6rem;
  display: flex;
  position: absolute;
  bottom: 1.14rem;
  right: 0.7rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.18rem;
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
  z-index: 2;
}

.zoom_box_2 .bottom_btn:hover {
  opacity: 1;
}

.zoom_box_2 .bottom_btn img {
  width: 0.25rem;
  height: 0.25rem;
}

.zoom_l_detail_num {
  display: flex;
}

.zoom_l_detail_num .min_number {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 0 0.4rem;
  justify-content: space-between;
}

.zoom_l_detail_num .min_number::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.zoom_l_detail_num .min_number:nth-of-type(1) {
  padding-left: 0;
}
.zoom_l_detail_num .min_number:nth-last-of-type(1)::after {
  display: none;
}

.zoom_l_detail_num .min_number .m_f_t_s {
  display: flex;
  width: 100%;
  white-space: nowrap;
  font-size: 0.28rem;
  font-weight: bold;
}

.m_f_t_s_1 {
  text-align: left;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.3;
}

.zoom_l_detail_num .min_number .m_f_d_s {
  font-size: 0.19rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.m_shu {
  writing-mode: vertical-lr; /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  font-size: 0.13rem;
  font-weight: 200;
}

/* 弹窗-视频 */
.popup-video{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	background-color: red;
	z-index: -1;
	transition: all .8s ease-in-out;
	opacity: 0;
}
.popup-video.show_pop{
	z-index: 1002;
	opacity: 1;
}
.popup-video video{
	height: 100vh;
	width: 100vw;
	object-fit: cover;
    font-family: "object-fit:cover";
}
.shut_down_btn_v{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 0.75rem;
	height: 0.45rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.6;
	cursor: pointer;
}
.shut_down_btn_v:hover{
	opacity: 1;
}

.outer_box {
  position: relative;
  height: 200vh;
  text-align: initial;
}

/* 参数配置版本2 */
.config_pc {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.config_pc img {
  /* height: 100vh; */
  display: block;
  width: 50%;
  /* object-fit: cover; */
}
.config_right {
  padding: 0rem 1rem;
  width: 50%;
}
.cfg_title {
  font-size: 0.38rem;
  font-weight: 700;
  color: #3c3c3c;
  letter-spacing: 1px;
}

.cfg_second_title {
  font-size: 0.22rem;
  font-weight: 300;
  color: #949494;
  margin-top: 0.15rem;
}
.lr_min_text {
  display: flex;
  margin: 0rem 0 1.2rem;
  flex-direction: column
}
.l_min_text {
  width: 100%;
  /* border-right: 1px solid #a2a2a2; */
  display: flex;
  justify-content: space-between
}
.r_min_text {
  display: flex;
  width: 100%;
  justify-content: space-between
}
.lm_top div:nth-of-type(1) {
  font-size: 0.24rem;
  font-weight: bold;
  color: #3c3c3c;
}
.lm_top div:nth-of-type(2) {
  font-size: 0.2rem;
  color: #a2a2a2;
  margin-top: 0.2rem;
}
.lm_other {
  margin-top: 0.8rem;
  width: 45%
}
.lm_other .one_t {
  font-size: 0.2rem;
  color: #000000;
  font-weight: 300;
  letter-spacing: 1px;
}

.text_lr {
  font-size: 0.146rem;
  writing-mode: vertical-lr;
  margin-right: 0.1rem;
  letter-spacing: 4px;
  color: #a2a2a2;
  font-weight: 300;
}
body
  > div.container.posHeader
  > div.reset_style
  > div.outer_box.scroll-floor.config_scroll
  > div
  > div
  > div.lr_min_text
  > div.l_min_text
  > div:nth-child(1)
  > div.two_t
  > div:nth-child(3) {
  margin-left: 0.3rem;
}

.lm_other .two_t {
  font-size: 0.32rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3c3c3c;
  margin-top: 0.2rem;
  display: flex;
  align-items: baseline;
}
.lm_other .two_t .sunit {
  font-size: 0.24rem;
}

.cfg_btn a {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  height: 0.58rem;
  line-height: 0.6rem;
  background: transparent;
  width: 3rem;
  margin-top: 0.55rem;
  font-size: 0.18rem !important;
  letter-spacing: 1px;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
}
.cfg_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 1;
  background: #38393d;
}
.cfg_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 2px;
  background: #000;
}
.cfg_btn a:hover {
  color: #fff;
  border-color: #fff;
}
.cfg_btn a:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cfg_remarks {
  color: #a2a2a2;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5vh;
  line-height: normal
}

/* 移动端 */
@media (max-width: 768px){
    .pc-pad{
        display: none !important;
    }
    .pc-pad-flex{
        display: none
    }
    .mb-only-flex{
        display: flex
    }
    .mb-only{
        display: block
    }

    .all_one_tag{
        font-size: 0.65rem;
        line-height: 1rem;
        position: absolute;
        left: 0.5rem;
        top: 0.8rem;
    }
    .all_one_title{
        font-size: 0.3rem;
        font-weight: 300;
        line-height: 0.42rem;
        letter-spacing: 0.06rem;
    }
    .all_two_tag{
        font-size: 0.5rem;
        line-height: 0.6rem;
    }
    .all_two_title{
        font-size: 0.35rem;
        font-weight: 100;
        margin-top: 0.5rem;
        line-height: 1.5;
    }
    .all_box_bottom{
        padding-bottom: 1.5rem !important;
    }
    .all_box_pos{
        position: relative;
    }
    .all_min_pad{
        padding: 0 0.5rem;
    }
    .all_mb_pad_bottom{
        padding-bottom: 1.5rem !important;
    }
    .swiper_tab .list{
        display: none;
    }
    /* .swiper_tab_page{
        border-bottom: 1px solid #9F9E9D;
    } */
    .swiper_tab_page .swiper-pagination-bullet{
        width: 25%;
        height: 2px;
        background: #9F9E9D;
        border-radius: unset;
        opacity: 1;
        flex: 1;
    }
    .swiper_tab_page .swiper-pagination-bullet-active{
        background: #FFA457;
    }
    .swiper_tab_text_t{
        height: 3.2rem;
    }
    .swiper_tab_text_t04 {
        height: 4rem;
    }
    .swiper_tab_text_t_new{
        height: 3.8rem;
    }
    .swiper_tab_text_t div{
        color: #9F9E9D;
        font-size: 0.25rem;
        width: 100%;
        text-align: left;
        line-height: 1.5;
        font-weight: 400;
    }
    .swiper_tab_tag{
        font-size: 0.33rem;
        padding-bottom: 0.3rem;
    }
    .u3-tag{
        display: block;
        padding-left: 0;
}
    .u3-tag-left{
        width: 100%;
    }
    .u3-tag-right{
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 0;
        flex-wrap: wrap;
    }
    .u3-tag-list-num{
        font-size: 0.4rem
    }
    .u3-tag-list{
        margin-top: 0.5rem;
        font-size: 0.21rem;
        width: 35%;
    }
    .u6-bottm{
        left: 0.5rem;
        width: calc(100% - 1rem);
        height: 25%
    }
    .u6-bottm a{
        text-align: center
    }
    .u6-bottm .all_two_tag{
        text-align: left;
    }

    /* 移动端锚点 */
    /* nav */
    .top_nav{
        position: fixed;
        top: -3rem;
        z-index: 10000;
        width: 100%;
        transition: all .3s;
    }
    .top_nav.show_nav{
        top: 0;
    }
    .first_menu{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 0.4rem;
        align-items: center;
        height: 1.2rem;
        backdrop-filter: saturate(180%) blur(30px);
        -webkit-backdrop-filter: saturate(180%) blur(30px);
        background: rgba(255,255,255,0.9);
        box-shadow:1px 2px 5px rgba(0, 0, 0,0.07)
    }
    .first_menu_newbox{
        flex:1;
    }
    .first_menu img{
        width: 1.4rem;
    }
    .first_menu .f_m_d{
        display: flex;
        align-items: center;
        height: 100%;
        margin-right: 0.3rem
    }
    .first_menu .f_m_d img{
        width: 0.75rem;
        padding: 0.2rem;
        transform: rotate(180deg);
        transition: all .3s;
    }
    .first_menu .f_m_d div{
        font-size: 0.24rem;
        width: 1.25rem;
        height: 0.6rem;
        line-height: 0.6rem;
        background: #000;
        text-align: center;
        margin-left: 0.5rem;
        font-weight: 300;
    }
    .second_menu{
        height: 1.2rem;
        display: flex;
        align-items: center;
        backdrop-filter: saturate(180%) blur(30px);
        -webkit-backdrop-filter: saturate(180%) blur(30px);
        background: rgba(255,255,255,0.9);
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        webkit-overflow-scrolling: touch;
        visibility: visible;
        transition-delay: 0s;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }
    .second_menu::-webkit-scrollbar {
        display: none;
    }
    .second_menu div{
        margin: 0 0.35rem;
        font-size: 0.28rem;
    }


    .sw_10 img{
       width: 100%;
    }
        /* 三无 */
    .sw_10_tag{
        position: unset;
        width: 100%;
        font-size: 0.5rem;
    }
    .swiper_tab_10{
        position: relative;
        width: 100%;
        margin-top: 2.4rem;
        height: auto;
        bottom: 0;
        right: 0;
    }
    .swiper_tab_10 .list{
        display: block;

    }
    .swiper_tab_10_page {
        display: none;
    }
    .swiper_tab_10 .list .list-tag{
        text-align: left;
        font-size: 0.33rem;
        opacity: 1;
        height: 1rem;
        position: unset;
        left: 0;
        width: 100%;
        padding-left: 0.3rem;
        line-height: 1rem;
    }
    .swiper_tab_10 .list-tag.active{
        height: 1rem !important;
    }
    
    .swiper_tab_10 .list .list-title{
        top: -1.7rem;
        font-size: 0.25rem;
        height: auto;
        margin-top: 0;
        line-height: 1.5;
        left: 0;
    }
    .swiper_tab_10 .list-tag.active::after{
        height: calc(100% / 3)
    }

    .swiper_tab_10 .list-tag.active .list-title{
       height: auto;
    }
    .s10-bg-box{
        width: 0;
    }

    .swiper_tab_10 .list .list-tag:nth-child(1):after{
        bottom:83%
    }
    .swiper_tab_10 .list .list-tag:nth-child(2):after{
        bottom:50%
    }
    .swiper_tab_10 .list .list-tag:nth-child(3):after{
        bottom:17%
    }
    .tab_swiper{
        padding: 0 0.5rem;
    }
    .tab_swiper .sw_10 img{
        width: 100%;
    }
    .p3u5-img-list{
        flex-direction: column;
    }
    .p3u5-img-box{
        width: 100%;
        margin-bottom: 0.6rem;
    }
    .yuyin-list{
        flex-direction: column;

    }
    .yuyin-box{
        width: 100%;
        display: block;
        height: 1.35rem;
        background: #1D1D1D;
        box-shadow: unset;
        padding: 0 0.3rem;
        transition: all 0.5s;
        overflow: hidden
    }
    .yuyin-box-top{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 1.35rem;
    }
    .yuyin-box-tag{
        font-size: 0.32rem;
        flex: 1;
        text-align: left;
        margin-left: 0.4rem;
        padding-bottom: 0;
    }
    .yuyin-box-icon{
        margin: 0;
    }
    .yuyin-box-detile{
        font-size: 0.24rem;
        text-align: left;
        color: #999;
    }

    .yuyin-box:hover .yuyin-box-top{
        border-bottom: unset;
        padding-bottom: 0;
        justify-content: space-between;
    }
    .yuyin-box:hover .yuyin-box-bottom{
        height: auto;
    }
    .yuyin-box:hover .yuyin-box-tag{
        padding-bottom: 0;
        line-height: 1.2;
        margin-left: .4rem;
    }
    .yuyin-box:hover .yuyin-box-detile{
        opacity: 0;
        height: auto;
    }
    .yuyin-icon{
        position: relative;
        width: 0.5rem;
        text-align: center;
        display: block;
        height: 0.5rem;
        padding-bottom: 0.15rem
    }

    .yuyin-icon span{
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 0.4rem;
        width: 100%;
    }
    .yuyin-icon span:nth-child(1){
        opacity: 1;
        transition: all 0.5s;
    }
    .yuyin-icon span:nth-child(2){
        opacity: 0;
        transition: all 0.5s;
    }
    .yuyin-box.active{
        height: 2.6rem;
    }
    .yuyin-box.active .yuyin-box-bottom{
        height: 2rem;
    }
    .yuyin-box.active .yuyin-box-detile{
        opacity: 1;
    }

    .yuyin-box.active .yuyin-icon span:nth-child(1){
        opacity: 0;
    }
    .yuyin-box.active .yuyin-icon span:nth-child(2){
        opacity: 1;
    }

    .p2u2-img-list{
       flex-direction: column;
    }
    .p2u2-left{
        display: flex;
        justify-content: space-between;
        /* flex-direction: row-reverse; */
        width: 100%;
    }
    .p2u2-right{
      width: 100%;
    }
    .p2u2-left .img-box{
        width: 49%;
    }

    /* .p2u2-left .img-box:nth-child(1){
        width: calc(100% * 2 / 3 - 0.14rem)
    }
    .p2u2-left .img-box:nth-child(2){
        width: calc(100% / 3 - 0.14rem)
    } */
    
    .p2u2-img-list .img-box .p2u2-min-tag{
        left: 0.27rem;
        top: 0.27rem;
        bottom: auto;
        font-size: 0.24rem;
    }
    .p2u2-img-list .p2u2-right-bottom1 .img-box .p2u2-min-tag{
        left: 0.27rem;
        bottom: 0.27rem;
        top: auto;
        font-size: 0.24rem;
    }

    .config-box .cls_btn_list .btn_style_warya{
        width: 3rem;
        height: 0.7rem;
    }
    .config-box .cls_btn_list .cls_btn_1 span{
        font-size: 0.22rem
    }
    .config-box .cls_btn_list .cls_btn_2 span{
        font-size: 0.22rem
    }
    .swiper_tab_12_page {
        display: flex;
        margin-top: 0.5rem;
    }
    .config-tag{
        padding-top: 1.5rem;
    }
    .common-section .content-boxs{
        flex-direction: column;
        padding: 0.4rem 0 1.1rem;
    }
    .common-section .content-boxs .right{
        width: 100%;

    }
    .common-section .content-boxs .left {
        width: 100%;
    }
    .common-section .content-boxs .left .content-tabs {
        padding: 0.53rem 0.4rem 0;
    }
    .common-section .swiper-title{
        padding: 1rem .53rem 0rem;
        text-align: left;
    }
    .common-section .content-boxs .left .content-tabs .tab .title-box .title{
        font-size: 0.26rem;
    }

    .zoom_text_list .zoom_l_title{
        font-size: .45rem;
        letter-spacing: 0.01rem;
        margin-bottom: 0.3rem;
    }
    
    .zoom_text_list{
        left: 0;
        padding: 0 .6rem;
    }
    .zoom_text_list .zoom_l_detail{
        flex-wrap: wrap
    }
    .zoom_l_detail_num .min_number{
        justify-content: center;
    }
    .zoom_l_detail_num .min_number:nth-of-type(1){
        padding-left: 0;
        width: 50%
    }
    .zoom_l_detail_num .min_number:nth-of-type(2){
        padding-right: 0;
        width: 50%;
        
    }
    .zoom_l_detail_num .min_number:nth-of-type(2)::after{
        display: none
    }
    .zoom_l_detail_num .min_number:nth-of-type(5){
        padding-right: 0;
        width: 30%;
        margin-top: .3rem
    }
    .zoom_l_detail_num .min_number:nth-of-type(5)::after{
        display: none
    }
    .zoom_l_detail_num .min_number:nth-of-type(3){
        padding-left: 0;
        width: 30%;
        margin-top: .3rem
    }
        .zoom_l_detail_num .min_number:nth-of-type(4){
        width: 40%;
        height: .8rem;
        margin-top: .3rem
    }
    .zoom_l_detail_num .min_number .m_f_t_s{
        font-size: .24rem;
    }
    .zoom_box_2 .bottom_btn{
        right: auto;
        left: .53rem;
        bottom: .95rem;
        width: 100%;
        justify-content: flex-start
    }
    .zoom_box_2 .bottom_btn img{
        width: .3rem;
        height: .3rem
    }
    .zoom_box_2 .bottom_btn div{
        font-size: 0.28rem
    }
    .zoom_box_2 .bottom_btn div{
        font-size: .32rem;
        margin-left: .2rem;
    }
    .zoom_text_list.z_active{
        bottom: 2.15rem;
    }
    .shut_down_btn_v{
        top: 1.5rem;
    }
    .cspz_box {
    height: 95vh;
    width: 92%;
    position: sticky;
    top: 0;
    margin: 0 4%;
    padding: 5vh 0;
  }
  .cspz_box img {
    width: 100%;
  }
  .cs_text_box {
    color: #fff;
    width: 100%;
    margin-left: 0%;
  }
  .cspz_box .cs_title {
    font-size: 0.4rem;
    text-align: center;
    margin: 4.3vh 0 3vh;
    color: #151515;
  }
  .l_min_text{
        flex-direction: column;
    }
    .lm_other{
        width: 100%;
        background: #eee;
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        padding: 0.2rem 0.4rem;
        margin-top: 0.4rem;
    }
    .lm_other .one_t{
         font-size: 0.3rem;
    }
    .lm_other .two_t{
        margin-top: 0;
        align-items: center;
        flex-wrap: wrap;
        width: 60%;
        color: #3c3c3c;
        font-size: 0.32rem;
    }
    .lm_other .two_t div{
        width: 60%;
    }
    .lm_other .two_t .text_lr{
        width: 40%;
        writing-mode:horizontal-tb;
        margin: 0;
        text-align: center;
        font-size: 0.3rem;
    }
    .r_min_text .lm_other{
        flex-direction: column;

    }
    .r_min_text .two_t{
        width: 100%;
    }
    .cspz_box {
    height: 95vh;
    width: 92%;
    position: sticky;
    top: 0;
    margin: 0 4%;
    padding: 5vh 0;
  }
  .cspz_box img {
    width: 100%;
  }
  .cs_text_box {
    color: #fff;
    width: 100%;
    margin-left: 0%;
  }
  .cspz_box .cs_title {
    font-size: 0.4rem;
    text-align: center;
    margin: 4.3vh 0 3vh;
    color: #151515;
  }
  .cs_detail {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  .cs_detail div {
    width: 50%;
    position: relative;
    font-size: 0.2rem;
    margin-top: 0.3rem;
    padding-left: 0.4rem;
  }
  .cs_detail div::before {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
  }
  .config_btn {
    border: 1px solid #000;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #000;
    margin-top: 0.4rem;
    font-weight: 300;
    font-size: .26rem;
  }
    .pd-data-units-list{
        width: 80%;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: space-between;
        bottom: 1.5rem;
    }
    .pd-data-units-item{
        width: 35%;
    }
    .pd-data-units-item:nth-child(2n):after{
        display: none;
    }
    .pd-data-units-item::after{
        height: 0.7rem;
    }
    .lr_min_text{
        margin: 0rem;
    }
    .cfg_remarks{
        margin-top: 0.4rem;
    }

}