html {
  font-size: calc(100 / 2560 * 100vw) !important;
}

body{
  font-size: .25rem;
}
html, body, .wraper, .search-wraper, .detail-wraper {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #f8faff;
  position: relative;
}
.t-indent{
  text-indent: -9999rem;
}
.t-shadow {
  text-shadow: .03rem .03rem .05rem rgba(0, 0, 0, 0.2);
}
.nav-bar{
  width: 100%;
  height: 1.25rem;
  background-color: #3c79ff;
  position: fixed;
  top: 0;
  z-index: 999;
}
.logo{
  width: 2.33rem;
  height: .75rem;
  background: url(../ossweb-img/logo.png) 0 0/100% 100% no-repeat;
  position: absolute;
  top: .29rem;
  left: 1.13rem;
}
.nav-btn,
.nav_list{
  display: none;
}
.nav-bar .nav-i{
  width: 10.05rem;
  height: 1.25rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 4rem;
}
.nav-bar .nav-i a,
.nav-bar .nav-i i{
  width: 1.85rem;
  height: 1.25rem;
  display: block;
  cursor: pointer;
  font-size: .21rem;
  color: #f8faff;
  text-align: center;
  line-height: 1.25rem;
  position: relative;
  white-space: nowrap;
}
.nav-bar .nav-i a > i.action::after{
  content: '';
  display: block;
  width: 1.85rem;
  height: .06rem;
  background-color: #f8faff;
  position: absolute;
  bottom: 0;
  transition: all 200ms;
}
.nav-bar .media-btn{
  width: 1.62rem;
  height: .41rem;
  position: absolute;
  top: 50%;
  right: 1.12rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.nav-bar .media-btn a{
  display: block;
  width: .41rem;
  height: .41rem;
}
.nav-bar .media-btn .xxx{
  background: url(../ossweb-img/icon1.png) 0 0/100% 100% no-repeat;
}
.nav-bar .media-btn .youku{
  background: url(../ossweb-img/icon2.png) 0 0/100% 100% no-repeat;
}
.nav-bar .media-btn .book{
  background: url(../ossweb-img/icon3.png) 0 0/100% 100% no-repeat;
}



.BG-w{
  width: 100%;
  margin: 0 auto;
}
.Bg1, .Bg2, .Bg3, .Bg4, .Bg5 {
  height: 14rem;
  position: relative;
  overflow: hidden;
}
.Bg1{
  height: 12.75rem;
  margin-top: 1.25rem;
  background: url(../ossweb-img/kv.jpg) 0 0/100% 100% no-repeat;
}
.Bg2{
  background: url(../ossweb-img/bg1.png) 0 0/100% 100% no-repeat;
}
.Bg4{
  background: url(../ossweb-img/bg1.png) 0 0/100% 100% no-repeat;
}
.Bg1 .pcBg1-swiper{
  width: 100%;
  position: relative;
}
.mySwiper2 .swiper-wrapper{
  align-items: center
}
.mySwiper1{
    width: 100%;
    height: 12.75rem;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
/* .mySwiper1 .swiper-wrappe,
.mySwiper1 .swiper-slide{
  width: 100% !important;
} */
.mySwiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.swiper-button-next2 {
    background: url(../ossweb-img/arrow1.png) no-repeat 0 0/100% 100%;
    position: absolute;
    width: 0.39rem;
    height: 0.39rem;
    top: 10.55rem;
    right: 10.8%;
    transform: scaleX(-1);
    cursor: pointer;
    z-index: 10;
    user-select: none;
    outline: none;
}
.swiper-button-prev2 {
    background: url(../ossweb-img/arrow1.png) no-repeat 0 0/100% 100%;
    width: 0.39rem;
    height: 0.39rem;
    position: absolute;
    top: 10.55rem;
    /* left: 33.8%; */
    left: 45.8%;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    outline: none;
}
.mySwiper2{
    width: 12.85rem;
    width: 9.7rem;
    /* height: 1.75rem; */
    height: 1.87rem;
    position: absolute;
    top: 9.86rem;
    /* right: 3.3rem; */
    right: 12.8%;
    padding-left: .08rem;
    /* padding: 0 .55rem; */
    overflow: hidden;
}
.mySwiper2 .swiper-wrapper{
  width: 12.85rem;
  /* margin: 0 .55rem; */
  
}
.mySwiper2 .swiper-slide {
    cursor: pointer;
    width: 3.08rem !important;
    height: 1.75rem !important;
    /* margin-right: 0.15rem !important; */
}
.mySwiper2 img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: .05rem;
}
.mySwiper2  .swiper-slide-thumb-active{
  position: relative;
}
.mySwiper2  .swiper-slide-thumb-active img  {
    width: 3.19rem !important;
    height: 1.81rem !important;
    border: #a6a8aa  .02rem solid;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.mySwiper1 .swiper-slide .btn-go {
  width: 3.11rem;
  height: .89rem;
  display: block;
  border-radius: .44rem;
  background-color: #3c79ff;
  font-size: .34rem;
  color: #fff;
  /* letter-spacing: .08rem; */
  text-align: center;
  line-height: .89rem;
  position: absolute;
  top: 8.11rem;
  left: 3.47rem;
  opacity: 0;
}
#Bg1 .swiper-slide .btn-go{
  transition: transform 0.3s ease;
}
#Bg1 .swiper-slide .btn-go:hover{
    transform: scale(1.11);
}
#Bg1 .ani-slide .btn-go {
    animation: ani-fadeInLeft .5s 0s ease both;
}
@keyframes ani-fadeInLeft {
    from{
        opacity: 0;
        left: 3.07rem;
    }
    to{
        opacity: 1;
        left: 3.47rem;
    }
}

.intro-title{
  width: 5.29rem;
  height: .37rem;
  background: url(../ossweb-img/title1.png) 0 0/100% 100% no-repeat;
  position: absolute;
  top: 2.02rem;
  left: 3.48rem;
}
.mySwiper3 {
  width: 100%;
  height: 9.86rem;
  /* overflow: hidden; */
  position: absolute;
  top: 3.13rem;
  left: -.9rem;
  display: flex;
  align-items: center;
}
.mySwiper3 .swiper-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.mySwiper3 .swiper-slide {
  width: 4.67rem !important;
  height: 9.5rem;
  cursor: pointer;
  transition: width 200ms ease-out;
  /* transition: width 200ms; */
}
.mySwiper3 .swiper-slide img {
  width: 4.67rem;
  height: 9.5rem;
  object-fit: contain;
}
/* .mySwiper3 .swiper-slide .status1 {
  display: none;
  } */
.mySwiper3 .swiper-slide .status2 {
  display: none;
}
.mySwiper3 .swiper-slide-active .status1 {
  display: none;
}
.mySwiper3 .swiper-slide-active .status2 {
  display: block;
}
.status1, .status2 {
  border-radius: .25rem;
  overflow: hidden;
}
.status1 {
  width: 4.67rem;
  height: 9.5rem;
  position: relative;
  object-fit: contain;
}
.status1 .glist {
  width: 4.67rem;
  height: 9.5rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: .25rem;
  color: #fff;
}
.status1 .glist ul {
  width: 3.64rem;
  height: 8.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.status1 .glist ul li {
  width: 100%;
  height: 1.26rem;
  position: relative;
}
.status1 .glist ul li::after {
  content: '';
  display: block;
  width: 100%;
  height: .01rem;
  background-color: #3ea3fe;
  position: absolute;
  bottom: 0;
}
.status1 .glist ul li a {
  width: 3.64rem;
  height: .86rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.status1 .glist ul li .g-slogan,
.status2 .glist ul li .g-slogan{
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.status1 .glist ul li .more-glogo{
  width: .86rem;
  height: .86rem;
  object-fit: contain;
}
.status1 .glist ul li h3,
.status1 .glist ul li p{
  color: #fff;
  width: 60%;
  height: .43rem;
  line-height: .43rem;
  white-space: nowrap;
}
.status1 .glist ul li p{
  font-size: .18rem;
}


.status2 .glist { 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: .25rem;
  color: #fff;
}
.status2 .glist ul {
  width: 6rem;
  height: 8.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.status2 .glist ul li {
  width: 100%;
  height: 1.26rem;
  position: relative;
}
.status2 .glist ul li::after {
  content: '';
  display: block;
  width: 100%;
  height: .01rem;
  background-color: #3ea3fe;
  position: absolute;
  bottom: 0;
}
.status2 .glist ul li a:nth-child(1) {
  width: 3.64rem;
  height: .86rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.status2 .glist ul li .more-glogo{
  width: .86rem;
  height: .86rem;
  object-fit: contain;
}
.status2 .glist ul li h3,
.status2 .glist ul li p{
  color: #fff;
  width: 60%;
  height: .43rem;
  line-height: .43rem;
  white-space: nowrap;
}
.status2 .glist ul li p{
  font-size: .18rem;
}
.status2 .glist ul li .home-btn{
  display: block;
  width: 1.69rem;
  height: .4rem;
  background-color: #fff;
  border-radius: .2rem;
  color: #3c79ff;
  line-height: .4rem;
  padding-left: .3rem;
  position: absolute;
  top: 50%;
  right: 0rem;
  left: none;
  transform: translateY(-50%);
}
.status2 .glist ul li .home-btn::after{
  content: '';
  width: .2rem;
  height: .15rem;
  background: url(../ossweb-img/intro_arrow.png) 0 0/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  right: .25rem;
  transform: translateY(-50%);
}
.mySwiper3 .swiper-slide-active{
  width: 8.73rem !important;
  height: 9.87rem;
  box-shadow: 0rem 0.1rem 0.18rem rgba(0, 0, 0, 0.2);
  transition: width 200ms ease-out;
  overflow: hidden;
  border-radius: .25rem;
}

.mySwiper3 .status2 {
  width: 8.73rem;
  height: 9.87rem;
  position: relative;
}
.mySwiper3 .status2 .gbg {
  width: 8.73rem;
  height: 5.91rem;
}
.mySwiper3 .status2 .tbg {
  width: 8.73rem;
  height: 3.95rem;
}
.mySwiper3 .status2 img {
  width: 8.73rem;
  height: 9.87rem;
  display: block;
  object-fit: contain;
}
.mySwiper3 .status2 .glogo {
  width: 1.5rem;
  height: auto;
  border-radius: .4rem;
  border: .07rem solid #fff;
  position: absolute;
  top: 4.78rem;
  left: .57rem;
  object-fit: contain;
}
.mySwiper3 .status2 .con {
  width: 8.73rem;
  height: 3.95rem;
  position: absolute;
  top: 5.91rem;
  left: 0rem;
  padding: .77rem .7rem 0 .7rem;
  box-sizing: border-box;
  font-size: .25rem;
  color: #fff;
}
.mySwiper3 .status2 .con h3{
  font-size: .35rem;
  margin-bottom: .33rem;
}
.mySwiper3 .status2 .con p{
  /* margin-bottom: .5rem; */
  line-height: .32rem;
  /* 多行超出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.mySwiper3 .status2 .con a{
  display: block;
  width: 2.32rem;
  height: .36rem;
  border-radius: .18rem .18rem;
  background-color: #ffffff;
  color: #3c79ff;
  padding-left: .32rem;
  font-size: .2rem;
  text-align: left;
  line-height: .36rem;
  position: absolute;
  bottom: .5rem;
  left: .7rem;
}
.mySwiper3 .status2 .con a::after{
  content: '';
  width: .2rem;
  height: .15rem;
  background: url(../ossweb-img/intro_arrow.png) 0 0/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  right: .33rem;
  transform: translateY(-50%);
}












.about-title{
  width: 5.14rem;
  height: .37rem;
  background: url(../ossweb-img/title2.png) 0 0/100% 100% no-repeat;
  position: absolute;
  top: 2.02rem;
  left: 3.48rem;
}

.abouttext {
  width: 18.67rem;
  height: 2.25rem;
  display: block;
  font-size: .28rem;
  line-height: .45rem;
  /* text-indent: .8rem; */
  /* 多行超出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  position: absolute;
  top: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: justify;
}

/* 
.aboutSwiper{
  position: absolute;
  top: 7.36rem;
}
.aboutSwiper,
.swiper-wrapper{
  width: 100%;
  height: 5.51rem;
}
.aboutSwiper .swiper-slide{
  width: 5.95rem !important;
  height: 5.51rem;
  border-radius: .25rem;
  overflow: hidden;
}
.aboutSwiper .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
} */
.mySwiper-about-nav{
  width: 100%;
  height: .43rem;
  overflow: hidden;
  position: absolute;
  top: 6.45rem;
  /* left: 0; */
  display: flex;
  align-items: center;
}
.mySwiper-about-nav .swiper-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.mySwiper-about-nav .swiper-slide-active > .nav-con .c-year,
.mySwiper-about-nav .swiper-slide-active > .nav-con .l-dot,
.mySwiper-about-nav .swiper-slide-active > .nav-con .r-dot {
  background-color: #3c79ff !important;
  color: #f8faff !important;
}
.mySwiper-about-nav .swiper-slide {
  width: 5.95rem !important;
  height: .43rem;
  cursor: pointer;
  position: relative;
}
.mySwiper-about-nav::after {
  content: '';
  width: 100%;
  display: block;
  border-top: .01rem dashed #3c79ff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.mySwiper-about-nav .swiper-slide .nav-con {
  width: 2.31rem;
  height: .43rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  background-color: #f8faff;
}
.mySwiper-about-nav .swiper-slide-active .nav-con,
.mySwiper-about-nav .swiper-slide-next .nav-con,
.mySwiper-about-nav .swiper-slide-prev .nav-con {
  background-color: #f8faff;
}
.mySwiper-about-nav .swiper-slide .nav-con span {
  display: inline-block;
}
.mySwiper-about-nav .swiper-slide .nav-con .l-dot,
.mySwiper-about-nav .swiper-slide .nav-con .r-dot {
  width: .11rem;
  height: .11rem;
  background-color: #f8faff;
  border-radius: 50%;
  border: .01rem solid #3c79ff;
  box-sizing: border-box;
}
.mySwiper-about-nav .swiper-slide .nav-con .c-year {
  width: 1.85rem;
  height: .43rem;
  border-radius: .21rem;
  border: .01rem solid #3c79ff;
  background-color: #f8faff;
  box-sizing: border-box;
  font-size: .38rem;
  color: #3c79ff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.mySwiper-about-nav .luoke .nav-con .c-year {
  font-size: .2rem;
  line-height: 2;
}


.mySwiper-about {
  /* width: 25.6rem;
  height: 9.86rem; */
  width: 100%;
  height: 5.51rem;
  overflow: hidden;
  position: absolute;
  top: 7.36rem;
  /* left: 0; */
  display: flex;
  align-items: center;
}
.mySwiper-about .swiper-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.mySwiper-about .swiper-slide-active{
  box-shadow: 0rem 0.1rem 0.18rem rgba(0, 0, 0, 0.2);
}
.mySwiper-about .swiper-slide-active > .con,
.mySwiper-about .swiper-slide-duplicate-active > .con{
  transition: all 300ms ease 500ms;
  bottom: 0 !important;
}
.mySwiper-about .swiper-slide {
  width: 5.95rem !important;
  height: 5.51rem;
  border-radius: .25rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin: 0 .15rem;
}
.mySwiper-about .swiper-slide img {
  display: block;
  width: 5.95rem;
  height: 6.37rem;
  object-fit: cover;
}

.mySwiper-about .swiper-slide .con {
  width: 5.95rem;
  height: 4rem;
  background-color: rgba(60, 121, 255, .95);
  position: absolute;
  bottom: -4rem;
  padding: .48rem .5rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.mySwiper-about .swiper-slide .con h3 {
  font-size: .36rem;
}
.mySwiper-about .swiper-slide .con .con-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mySwiper-about .swiper-slide .con .gname {
  font-size: .28rem;
  color: #3c79ff;
  padding: .09rem .24rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: .23rem;
  font-weight: bold;
}
.mySwiper-about .swiper-slide .con .gtime {
  font-size: .24rem;
}
.mySwiper-about .swiper-slide .con p {
  font-size: .2rem;
  line-height: .37rem;
  text-align: justify;
  margin-top: .38rem;
}
.swiper-button-next-about {
    background: url(../ossweb-img/arrow2.png) no-repeat 0 0/100% 100%;
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    top: 9.88rem;
    right: 3.22rem;
    transform: rotate(90deg); /* 旋转90度 */
    transform-origin: center; /* 旋转原点设置在中心 */
    cursor: pointer;
    z-index: 10;
    user-select: none;
    outline: none;
}
.swiper-button-prev-about {
    background: url(../ossweb-img/arrow2.png) no-repeat 0 0/100% 100%;
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    top: 9.88rem;
    left: 3.22rem;
    transform: rotate(-90deg); /* 旋转90度 */
    transform-origin: center; /* 旋转原点设置在中心 */
    cursor: pointer;
    z-index: 10;
    user-select: none;
    outline: none;
}








.art-title{
  width: 4.16rem;
  height: .37rem;
  background: url(../ossweb-img/title3.png) 0 0/100% 100% no-repeat;
  position: absolute;
  top: 2.02rem;
  left: 3.48rem;
}
.swiper-art{
  width: 100%;
  height: 9.5rem;
  overflow: hidden;
  position: absolute;
  top: 3.36rem;
}
.swiper-art .swiper-wrapper{
  width: 100%;
  height: 100%;
}
.swiper-art .swiper-slide{
  width: 18.66rem;
  height: 9.5rem;
}
.swiper-art .swiper-slide img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.swiper-art .swiper-pagination-clickable {
  width: 100%;
  height: .14rem;
  position: absolute;
  bottom: .47rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-art .swiper-pagination-clickable .swiper-pagination-bullet {
  width: .14rem;
  height: .14rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: .03rem;
  opacity: 1;
  transition: all 300ms;
  margin: 0 .05rem;
}

.swiper-art .swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.switch-bg{
  width: auto;
  height: .42rem;
  background-color: #3c79ff;
  position: absolute;
  top: 2rem;
  right: 3.47rem;
  border-radius: .2rem;
  display: flex;
  align-items: center;
}
.switch-bg .dot{
  width: .06rem;
  height: .06rem;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
/* .switch-bg .swiper-button-prev::after,
.switch-bg .swiper-button-next::after{
  display: none;
} */
.switch-bg .prev{
  width: .6rem;
  height: .42rem;
  background: url(../ossweb-img/arrow3.png) 49% 49%/ .11rem .15rem no-repeat;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.switch-bg .prev .bar{
  display: block;
  width: .18rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: .2rem;
  left: .26rem;
  /* transform: translateY(-50%); */
  transition: all 0.3s ease;
}
.switch-bg .next{
  width: .6rem;
  height: .42rem;
  background: url(../ossweb-img/arrow3_1.png) 49% 49% /.11rem .15rem no-repeat;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.switch-bg .next .bar{
  display: block;
  width: .18rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: .2rem;
  right: .26rem;
  /* transform: translateY(-50%); */
  transition: all 0.3s ease;
}





.uptop{
  width: .67rem;
  height: .67rem;
  background: url(../ossweb-img/arrow2.png) 0 0/100% 100% no-repeat;
  position: absolute;
  bottom: 1.7rem;
  right: 1rem;
  z-index: 21;
}


/* 盒子阴影 */
.box_shadow{
  box-shadow: 0.05rem 0.05rem 0.3rem rgba(0, 0, 0, 0.05);
}



/* 内页游戏详情 */
.detail-con{
  width: 100%;
  height: auto;
}
.kv-con{
  width: 25.6rem;
  height: 14rem;
  position: relative;
}
.kv-con img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv-con .element{
  width: 18.68rem;
  height: .9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 11.99rem;
  left: 50%;
  transform: translateX(-50%);
}
.kv-con .element a{
  display: block;
  width: .9rem;
  height: .9rem;
}
.kv-con .element .icon{
  width: 13.08rem;
  height: .43rem;
  background: url(../ossweb-img/details_kvicon.png) 0 0/100% 100% no-repeat;
}
.kv-con .element .tui{
  background: url(../ossweb-img/details_tui.png) 0 0/100% 100% no-repeat;
}
.kv-con .element .youtube{
  background: url(../ossweb-img/details_youtube.png) 0 0/100% 100% no-repeat;
}
.kv-con .element .discord{
  background: url(../ossweb-img/details_discord.png) 0 0/100% 100% no-repeat;
}
.kv-con .element .facebook{
  background: url(../ossweb-img/details_facebook.png) 0 0/100% 100% no-repeat;
}


.display-con{
  width: 25.6rem;
  height: 20.84rem;
  background: url(../ossweb-img/details_bg.png) 0 0/100% 100% no-repeat;
  position: relative;
}

.swiper-box{
  width: 18.66rem;
  height: 9.5rem;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);

}
.mySwiper-display-nav .swiper-wrapper{
  align-items: center
}
.mySwiper-display{
    width: 18.66rem;
    height: 9.5rem;
    overflow: hidden;
}
.mySwiper-display .swiper-slide {
  background-color: rgba(0, 0, 0, 0.9);
}
.mySwiper-display .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.swiper-button-next-display {
    background: url(../ossweb-img/arrow1.png) no-repeat 0 0/100% 100%;
    position: absolute;
    width: 0.39rem;
    height: 0.39rem;
    top: 7.95rem;
    right: 5.29rem;
    transform: scaleX(-1);
    cursor: pointer;
    z-index: 10;
    user-select: none;
    outline: none;
}
.swiper-button-prev-display {
    background: url(../ossweb-img/arrow1.png) no-repeat 0 0/100% 100%;
    position: absolute;
    width: 0.39rem;
    height: 0.39rem;
    top: 7.95rem;
    left: 5.29rem;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    outline: none;
}
.mySwiper-display-nav{
    width: 7rem;
    height: 1.44rem;
    position: absolute;
    bottom: .63rem;
    left: 50%;
    transform: translateX(-50%);
    padding-left: .12rem;
    overflow: hidden;
    z-index: 10;
}
.mySwiper-display-nav .swiper-wrapper{
  width: 100%
  
}
.mySwiper-display-nav .swiper-slide {
    cursor: pointer;
    width: 2.19rem !important;
    height: 1.25rem !important;
}
.mySwiper-display-nav img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: .05rem;
}
.mySwiper-display-nav  .swiper-slide-thumb-active{
  position: relative;
}
.mySwiper-display-nav  .swiper-slide-thumb-active img  {
    width: 2.42rem !important;
    height: 1.44rem !important;
    border: #3c79ff  .04rem solid;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.introduction-box{
  width: 18.66rem;
  height: 5.33rem;
  position: absolute;
  top: 13.51rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.introduction-box .l-box{
  width: 3.66rem;
  height: 5.33rem;
  background: url(../ossweb-img/details_textbg.png) no-repeat 0 0/100% 100%;
  padding: 1.45rem .5rem 0;
  box-sizing: border-box;
}
.introduction-box .l-box .glogo{
  display: block;
  width: 1.52rem;
  height: 1.52rem;
  object-fit: contain;
  position: absolute;
  top: -.46rem;
  border-radius: .38rem;
  border: .06rem solid #fff;
}
.introduction-box .l-box p{
  font-size: .36rem;
  color: #fff;
  font-weight: bold;
  /* text-align: justify; */
  line-height: .4rem;
  margin-bottom: 0.2rem;
}
.introduction-box .l-box span{
  display: block;
  font-size: .25rem;
  font-weight: lighter;
  line-height: .3rem;
}

.introduction-box .r-box{
  width: 15rem;
  height: 5.33rem;
  padding-left: .81rem;
  box-sizing: border-box;
  text-align: justify;
}
.introduction-box .r-box h2{
  font-size: .35rem;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.introduction-box .r-box p{
  font-size: .26rem;
  line-height: .42rem;
  margin-bottom: 0.35rem;
}
.introduction-box .r-box p:nth-child(3){
  margin-bottom: 0.7rem;
}
.introduction-box .r-box .oblique{
  font-style: italic;
  font-weight: bold;
}














.footer-wrapper {
    width: 100%;
    height: 2rem;
    background-color: #3c79ff;
    box-sizing: border-box;
    padding: .42rem 3.53rem .42rem 3.48rem;
    color: white;
    z-index: 20;
    position: relative;
    display: flex;
    align-items: center
}

.footer-morefun-icon{
  width: 3.59rem;
  height: auto;
  position: absolute;
  top: 50%;
  right: 3.53rem;
  transform: translateY(-50%);
}

/* 底部版权 */
.footer-wrapper a:hover {
    text-decoration: none;

}

.footer-item {
    opacity: .23;
}

.footer-item:hover {
    opacity: 1;
}

.footer-link-item {
    -webkit-transition: .1s;
    transition: .1s;
}

.footer-link-item:hover {
    opacity: 1;
    /* color:rgba(255, 255, 255, .7) */
}

.footer-link-item:hover .wechat-qr-wrapper {
    display: block !important;
    -webkit-animation: footer-qr-show-frame .3s ease-in-out .01s 1 forwards;
    animation: footer-qr-show-frame .3s ease-in-out .01s 1 forwards;
}

@-webkit-keyframes footer-qr-show-frame {
    0% {
        opacity: 0;
        -webkit-transform: translateY(.20rem);
        filter: blur(.10rem);
    }
    75% {
        filter: blur(.04rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes footer-qr-show-frame {
    0% {
        opacity: 0;
        transform: translateY(.20rem);
        filter: blur(.10rem);
    }
    75% {
        filter: blur(.04rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.channel-text {
    cursor: pointer;
    color: white;
}

.footer-link-wrapper {
  width: 5.9rem;
  height: auto;
  margin-bottom: .35rem;
  display: flex;
  justify-content: space-between;
}

.footer-link-wrapper a {
    color: white;
}

.footer-copy-wrapper {
  width: 11.68rem;
  height: auto;
  /* border-top: .01rem solid rgba(255, 255, 255, .17); */
  box-sizing: border-box;
}
.footer-copy-wrapper .foot {
  min-width: 11.68rem;
}
.footer-copy-wrapper .foot_lefts {
  display: none;
}
.foot_left .link_list{
  font-size: .16rem !important;
}
.foot_left{
  width: 100%;
  /* height: 0; */
  margin: 0;
  font-size: .2rem !important;
  line-height: .4rem;
}
.footer-copy-wrapper .foot_links {
  width: auto;
  float: left;
  font-size: .16rem !important;
}
.footer-copy-wrapper a{
  color: #fff;
  display: inline-block;
  padding: 0 0.1rem;
  position: relative;
  text-decoration: none;
}
.footer-copy-wrapper a:first-of-type{
  padding-left: 0;
}
.footer-copy-wrapper a:first-of-type::before{
  display: none;
}
.footer-copy-wrapper a::before{
  content: '|';
  position: absolute;
  left: -0.02rem;
  pointer-events: none;
}


.foot_dark {
  background-color: #3c79ff !important;
}
  
.foot_dark a {
    color: #fff !important;
}
.foot_links .link_map{
  font-size: .16rem !important;
}
.foot_links .link_map span,
.foot_links .link_map a{
    color: #fff !important;
    font-size: .16rem !important;
}
.foot_links .copyright_txt{
  font-size: .16rem !important;
}

.foot_links li{
  line-height: .2rem !important;
}

.foot_links li img{
  width: 0.15rem;
  height: auto;
}

.foot_cpright {
    padding: .35rem 0 0 0 !important;
}

/* .footer-item:hover .wechat-qr-wrapper {
  display: block !important;
  opacity: 1;
} */

.wechat-qr-wrapper {
    width: 1.50rem;
    height: 1.50rem;
    border: .01rem solid #636363;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: -1.70rem;
    left: -.35rem;
    opacity: 0;
    transition: .3s;
}

.footer-qr {
    width: 1.20rem;
    height: 1.20rem;
    padding: .15rem;
    object-fit: contain;
}




.wechat-qr-wrapper {
    width: 1.50rem;
    height: 1.50rem;
    border: .01rem solid #636363;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: -1.70rem;
    left: -.35rem;
    opacity: 0;
    transition: .3s;
}

.footer-qr {
    width: 1.20rem;
    height: 1.20rem;
    padding: .15rem;
    object-fit: contain;
}
.footer-wechat-icon {
    width: .7rem;
    height: .7rem;
    object-fit: contain;
}

.footer-weibo-icon {
    width: .7rem;
    height: .7rem;
    object-fit: contain;
}




.cube-icon-dark {
    width: 2.11rem;
    height: .66rem;
    object-fit: contain;
}

.cube-icon-light {
    width: 2.14rem;
    height: .67rem;
    object-fit: contain;
}

.foot_links{
  float: left;
  color: #fff;
}
.foot_lefts{
  display: none;
}




/* -----------外边距----------- */
.mt-5 {
    margin-top: .05rem;
}

.mt-7 {
    margin-top: .07rem;
}

.mt-15 {
    margin-top: .15rem;
}

.mt-20 {
    margin-top: .20rem;
}

.mt-22 {
    margin-top: .22rem;
}

.mt-35 {
    margin-top: .35rem;
}

.mt-50 {
    margin-top: .70rem;
}

.mt-70 {
    margin-top: .70rem;
}

.mt-105 {
    margin-top: 1.05rem;
}

.ml-10 {
    margin-left: .10rem;
}

.ml-60 {
    margin-left: .60rem;
}

.mr-35 {
    margin-right: .35rem;
}

/* --------------------------- */
.font-black {
    color: black;
}

.font-deep-dark {
    color: #454545;
}

.font-white {
    color: white;
}

.font-deep-grey {
    color: #333333;
}

.font-grey {
    color: #cccccc;
}

.font-light-dark {
    color: #717171;
}

.font-deep-blue {
    color: #0b8ac2;
}

.font-bold {
    font-weight: bold;
}

.font-12 {
    font-size: .12rem;
    line-height: .12rem;
}

.font-13 {
    font-size: .13rem;
    line-height: .14rem;
}

.font-15 {
    font-size: .15rem;
    line-height: .15rem;
}

.font-16 {
    font-size: .16rem;
    line-height: .18rem;
}

.font-18 {
    font-size: .18rem;
    line-height: .18rem;
}

.font-24 {
    font-size: .24rem;
    line-height: .24rem;
}

.font-30 {
    font-size: .30rem;
    line-height: .30rem;
}


/* ----------bootstrap4中其他的封装 -------------- */
.p-static {
    position: static !important;
}

.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

/* ----------bootstrap4中对flex布局的封装 -------------- */
.flex-1 {
    -ms-flex: 1;
    flex: 1;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}



#onetrust-pc-sdk .ot-pc-footer,
#onetrust-consent-sdk #onetrust-pc-sdk {
  border-top: 1px solid #323435 !important;
}

#onetrust-pc-sdk .ot-pc-logo {
  position: relative !important;
}

#onetrust-pc-sdk .ot-pc-logo img {
  display: none !important;
}

#onetrust-pc-sdk .ot-pc-logo::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/top_logo.png) no-repeat 0 0/cover;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child {
  margin: 0 0.2rem !important;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
  border: 1px solid #636864 !important;
}

#ot-sdk-btn-floating.ot-floating-button::after {
  font-size: var(--font-sz-05) !important;
}

#onetrust-pc-sdk button {
  font-size: 0.9em !important;
}

#onetrust-pc-sdk .ot-pc-header {
  border-bottom: 1px solid #636864 !important;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr,
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child {
  padding: 0.1rem 0 !important;
}
#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-acc-grpdesc{
  padding-bottom: 15px;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: #FFF !important;
}
#onetrust-pc-sdk .ot-pc-footer-logo{
  height: 0 !important;
}
#onetrust-pc-sdk.otRelFont{
  font-size: unset !important;
} 
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl{
  height: 25px !important;
}

#onetrust-banner-sdk.otRelFont{
  font-size: 20px !important;
}
 
@media only screen and (min-width: 890px) {
  #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group{
    margin-top: 0 !important;
  }
  #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
    margin: 5px 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  #onetrust-banner-sdk button, #onetrust-pc-sdk button, #ot-sdk-cookie-policy button{
    margin-bottom: 0 !important;
  }
  #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler{
    margin-top: 0 !important;
  }
}
#onetrust-banner-sdk #onetrust-policy-text, #onetrust-banner-sdk .ot-dpd-desc, #onetrust-banner-sdk .ot-b-addl-desc{
  font-size: 20px !important;
}
#onetrust-pc-sdk .ot-pc-footer button{
    margin-bottom: 19px !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk *:focus, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus{
  outline: none !important;
}
#onetrust-pc-sdk #ot-pc-desc,
#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header,
#onetrust-pc-sdk .ot-cat-header, #onetrust-pc-sdk .ot-always-active,
#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-acc-grpdesc {
    clear: both;
    font-size: 15px !important;
    line-height: 1.5;
    margin-bottom: 25px;
}
#onetrust-pc-sdk button{
  font-size: 25px !important;
}
#onetrust-pc-sdk #ot-category-title, #onetrust-pc-sdk #ot-pc-title{
  font-size: 25px !important;
}




