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.9rem;
    color: #fff;
    line-height: 1.2;
    position: absolute;
    left: 2rem;
    top: 1rem;
    font-weight: 800;
}
.all_one_tag_general{
    color: #F1A92C;
}
.all_one_title{
    font-size: 0.38rem;
    font-weight: 300;
    line-height:2;
}
.all_two_tag{
    font-size: 0.38rem;
    line-height: 0.6rem;
    color: #fff;
}
.all_two_title{
    font-size: 0.2rem;
    font-weight: 100;
    color: #fff;
    line-height: 0.3rem;
    margin-top: 0.1rem;
    width: 90%;
}
.all_box_top{
    padding-top: 1rem !important;
}
.all_box_bottom{
    padding-bottom: 1rem !important;
}
.all_box_pos{
    position: relative;
}
.all_bg{
    background: black;
}
.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: 1.8rem;
  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 .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 rgba(255, 255, 255, 0.4);
}
.swiper_tab .list div {
	padding: 0.2rem 0.2rem;
	font-size: 0.18rem;
	font-weight: 400;
	color: #fff;
	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: #dbad76;
	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: 80%;
    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;
    justify-content: space-between;
}
.u3-tag-left{
    width: 65%;
}
.u3-tag-right{
    display: flex;
    justify-content: space-between;
    width: 35%
}
.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.18rem;
    font-weight: 300;
    color: #fff;
    line-height: 0.25rem;
    margin: 0 0.1rem;
    margin-top: 0.3rem;
}
.u3-tag-list div:nth-child(2){
    margin-top: 0.1rem;
}

.u3-tag-list-num{
    font-weight: bold;
    font-size: 0.3rem;
    color: #fff;
}

.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: #fff;
    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: #fff;
    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: #DBAD76;
    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: #fff;
    
}
/* 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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    font-weight: 400;
    height: 2.5rem;
}
.p3u5-title{
    font-size: 0.15rem;
    margin-top: 0.2rem;
    color: #fff;
    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: #fff;
    margin-left: 0.2rem;
    background: transparent
}
.config-box .cls_btn_list .cls_btn_2 span{
    font-size: .15rem
}


/* 移动端 */
@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;
        color: #fff;
        line-height: 1rem;
        position: absolute;
        left: 0.5rem;
        top: 0.8rem;
    }
    .all_one_tag_general{
        color: #F1A92C;
    }
    .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;
        color: #fff;
    }
    .all_two_title{
        font-size: 0.22rem;
        font-weight: 100;
        color: #fff;
        margin-top: 0.5rem;
        line-height: 1.5;
    }
    .all_box_top{
        padding-top: 1.5rem !important;
    }
    .all_box_bottom{
        padding-bottom: 1.5rem !important;
    }
    .all_box_pos{
        position: relative;
    }
    .all_bg{
        background: black;
    }
    .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: #DBAD76;
    }
    .swiper_tab_text_t{
        height: 3.2rem;
    }
    .swiper_tab_text_t01 {
        height: 3.7rem;
    }
    .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{
        color: #fff;
        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%
    }
    .u3-tag-right-two{
        width: 60%;
    }
    .u3-tag-list-num{
        font-size: 0.4rem
    }
    .u3-tag-list{
        margin-top: 0.5rem;
        font-size: 0.21rem;
    }
    .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: 2.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;
        color: #fff;
        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 .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%;
        color: #fff;
    }
    .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;
    }
    




}

