/* 清除默认 */
body {
    /* position: static; */
}

@media (min-width:1500px) {
    html {
        font-size: 100px;
    }
}

@media (min-width:1300px) and (max-width:1499px) {
    html {
        font-size: 83px !important;
    }
}

@media (min-width:800px) and (max-width:1399px) {
    html {
        font-size: 72px !important;
    }
}

body,
html {
    margin: 0;
    /* min-width: 1366px; */
    overflow-x: hidden;
}

img {
    vertical-align: middle;
}

h1,

h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


h2 {
   font-size: .5rem;
   text-align: center;
   margin-bottom: .4rem;
}



/* 点击态 */
[click] {
    user-select: none;
    position: relative;
    cursor: pointer;
}

[click]:hover {
    opacity: .8;
    transition: all .15s linear;
}

[click]:active::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
}

/* 导航栏 */


.nav {
    width: 100%;
    height: .92rem;
    z-index: 100;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
}

/* === 侧边栏按钮=== */
.nav .menu {
    width: .92rem;
    height: .92rem;
    background: #ED1F38;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.nav .menu:hover .slider {
    transform: translateX(-0%);
}

.nav .menu img {
    width: .45rem;
    height: .45rem;
}

/* === 导航栏LOGO ===  */
.nav .logo {
    height: .44rem;
    cursor: pointer;
    margin-right: .68rem;
    margin-left: 1rem;
}

/* === 导航按钮 === */
.nav .routes {
    margin-right: .76rem;
    font-size: 0;
    white-space: nowrap;
    width: 40%;
    display: flex;
    justify-content: space-between;
}

.nav .routes span {
    line-height: .92rem;
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    transition: all .15s linear;
    display: inline-block;
    cursor: pointer;

}

.nav .routes span:last-child {
    margin-right: 0;
}

.nav .routes span.active {
    font-weight: bold;
    color: #E22037;
}

/* 导航栏-免费体验 */
.nav .experience {
    width: .8rem;
    height: .3rem;
    background: #E22037;
    border-radius: .14rem;
    line-height: .30rem;
    text-align: center;
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: .29rem;
}

/*=== 登录&注册 ===*/
.nav .login-box {
    display: flex;
    align-items: center;
    font-size: 0;
}

.nav .login-box img {
    height: .28rem;
    margin-right: .08rem
}

.nav .login-box span {
    font-size: .18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    white-space: nowrap;

}

.nav .login-box span.mid {
    margin: 0 .05rem;
    display: inline-block;
}


.swiper-box {
    width: 100%;
    position: relative;
    /*min-height: 8rem;*/
    overflow: hidden;
    margin-top: .92rem;
}

.swiper-box .swiper {
    height: 100%;
    overflow: hidden;
}

.swiper-box .swiper .swiper-slide {
    position: relative;

}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
}

.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after {
  transform-origin: bottom left;
}





/*.swiper-box .swiper .swiper-slide .title {*/
/*    position: absolute;*/
/*    left: 1.87rem;*/
/*    top: 2.20rem;*/
/*}*/

/*.swiper-box .swiper .swiper-slide .title h1 {*/
/*    margin-bottom: .78rem;*/
/*    font-size: .6rem;*/
/*    font-family: Microsoft YaHei;*/
/*    !* font-weight: bold; *!*/
/*    color: #FFFFFF;*/
/*    animation: bannerAni .5s ease-in;*/
/*}*/

/*.swiper-box .swiper .swiper-slide .title .img {*/
/*    height: .3rem;*/
/*    width: auto;*/
/*    margin-bottom: .78rem;*/
/*}*/

/*.swiper-box .swiper .swiper-slide .title h1 span {*/
/*    font-size: .72rem;*/

/*}*/

/*.swiper-box .swiper .swiper-slide .title p {*/
/*    font-size: .26rem;*/
/*    font-family: Microsoft YaHei;*/
/*    font-weight: lighter;*/
/*    color: #FFFFFF;*/
/*    animation: bannerAni ease-in;*/
/*}*/

/*.swiper-box .swiper .swiper-slide .title p:nth-child(2) {*/
/*    animation-duration: .3s;*/
/*}*/

/*.swiper-box .swiper .swiper-slide .title p:nth-child(3) {*/
/*    animation-duration: .45s;*/
/*}*/

/*.swiper-box .swiper .swiper-slide .title p:nth-child(4) {*/
/*    animation-duration: .6s;*/
/*}*/

.swiper-box .swiper .swiper-slide .title .btns {
    margin-top: 1.25rem;
    display: flex;
    animation: bannerAni .75s ease-in;
}

.swiper-box .swiper .swiper-slide .title .btns .btn {
    width: 2.28rem;
    height: .5rem;
    text-align: center;
    line-height: .5rem;
    border-radius: .7rem;
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    background: #0C7CD0;
    cursor: pointer;


}

.swiper-box .swiper .swiper-slide .title .btns .btn:last-child {
    background: transparent;
    border: 1px solid #2E9FF4;
    margin-left: .43rem;
}

.swiper-box .swiper .swiper-slide img {
    width: 100%;
    height: 99%;
    /* object-fit: cover; */
}

/* ===翻页按钮=== */
.swiper-button,
.swiper-button {
    width: .5rem;
    height: .5rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.swiper-button:active,
.swiper-button :active {
    opacity: .78;
}

/* ====分页器=== */
.swiper-box .swiper-pagination {
    height: .5rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: url('/static/index/img/top-swiper-pagination.png');
    background-size: 100% 100%;
    padding-bottom: .22rem;
    bottom: -0.1rem;
}

/* ====分页器-butllets=== */
.swiper-box .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
}

.swiper-box .swiper-pagination-bullet-active {
    background: #E24220;
}

/* 第二屏 */
.second {
    padding-top: .53rem;
    padding-bottom: .55rem;

    background-image: url('/static/index/img/second-bg.png');
    background-size: cover;
}

.second .second-wrap {
    width: 12rem;
    margin: 0 auto;
}

/* ===标题=== */
.second h1 {
    font-size: .5rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: .4rem;
}

/* === 副标题 === */
.second .second-sub-title {
    text-align: center;
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: .6rem;
}

.second .second-sub-title span {
    color: #E22037;
}

/* ===标签=== */
.second .tags {
    display: block;
    margin: 0 auto;
    height: .44rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 5px 0px rgba(226, 66, 32, 0.1);
    border-radius: .07rem;
    line-height: .44rem;
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    width: 4.03rem;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: .08rem;
}

.second .tags span {
    padding: 0 5px;
}

/* ===特点=== */
.second .traits {
    display: flex;
    margin-top: .96rem;
    flex-wrap: wrap;
    align-items: center;
}

/* ===图标容器 ===*/
.second .traits>div {
    font-size: 0;
    margin-bottom: .48rem;
}
.second .traits>div:nth-child(3n) {
    margin-right: 0;
}

/* ====图标容器-主标题==== */
.second .traits>div p {
    text-align: center;
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

/* ====图标容器-图标==== */
.second .traits>div img {
    width: 1.1rem;
    height: 1.1rem;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}


.second .traits>div div {
    display: inline-block;
}


/* ====图标容器-子标题==== */
.second .traits>div>p {
    margin-bottom: .22rem;
}

.second .traits>div .sub-p {
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: .22rem;
}

/*==== 底部标题==== */
.second .down-sub-title {
    font-size: .3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #064666;
    text-align: center;
    padding-right: .55rem;
    box-sizing: border-box;
    margin-top: .32rem;
}

.second .down-sub-title span {
    font-size: .36rem;
    color: #ED1F38;
    display: inline-block;
    margin-left: .10rem;
}

/*==== 底部按钮==== */
.second .down-btn {
    width: 1.98rem;
    height: .66rem;

    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ef8f6e;
    line-height: .66rem;
    margin: 0 auto;
    margin-top: .39rem;
    text-align: center;
    cursor: pointer;
}
.down-btn:hover,
.down-btn:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.down-btn {
  --color: #ef6eae;
  --hover: #ef8f6e;
}


/* 第三屏 */
.third {
    padding-top: .65rem;
    padding-bottom: 1rem;
}

/* 标题 */
.third h1 {
    font-size: 1.26rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(34, 34, 34, 0.05);
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.third h1::after {
    content: attr(sub);
    font-size: .40rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -25%);
    text-align: center;
}

/* ===副标题=== */
.third .sub-title {
    margin-top: .11rem;
    font-size: .26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

/* ===方案容器 === */
.third .box {
    display: flex;
    margin-top: 1.51rem;
    overflow: hidden;
}

.third .box>div {
    flex: 1;
    cursor: pointer;
}

/*  ===方案容器-标题 ===  */
.third .box>div .box-title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .15s linear;
    padding-bottom: .32rem;
}

.third .box>div .box-title-box h2 {
    font-size: .34rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    transition: all .15s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: .25rem;
    margin-bottom: .26rem;
}

.third .box>div:nth-child(2n) .box-title-box {}

.third .box>div:nth-child(2n) .box-title-box h2 {
    margin-top: .37rem;
    margin-bottom: .12rem;
}

/*  ===方案容器-副标题 ===  */
.third .box>div .box-title-box p {
    text-align: center;
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: .24rem;
    opacity: 0.5;
    transition: all .15s linear;
    white-space: nowrap;

}

/* 方案容器-内容 */
.third .box>div .box-inner-box {
    width: 100%;
    position: relative;
}

.third .box>div .box-inner-box img {
    width: 100%;
    /*height: 5.46rem;*/
}

/* 遮罩盒子 */
.third .box>div .box-inner-box>div {
    width: 100%;
    height: 100%;
    background: rgba(237, 31, 56, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-200%);
    transition: all .15s linear;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 calc(50% - 1.1rem);
    box-sizing: border-box;
    overflow-y: auto;
}

.third .box>div .box-inner-box div .content {

    font-size: .18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .32rem;
    margin-bottom: .78rem;
}

.third .box>div .box-inner-box div .content p {
    /* display: flex; */
    flex-wrap: wrap;

}

.third .box>div .box-inner-box div .content p span {
    /* display: inline-block; */
    margin-bottom: .5rem;
    text-align: center;
    margin-right: .10rem;
}

.third .box>div .box-inner-box div .more {
    width: 1.15rem;
    height: .42rem;
    border: 1px solid #FFFFFF;
    border-radius: .05rem;
    text-align: center;
    line-height: .42rem;
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.third .box>div:hover .box-inner-box div {
    transform: translateY(0);
}

.third .box>div:hover .box-title-box {
    background-color: #ED1F38;
}

.third .box>div:hover .box-title-box p,
.third .box>div:hover .box-title-box h2 {
    color: white;
}

/* 第四屏 */
.fourth {
    background: url('/static/index/img/forth-bg.png') no-repeat;
    background-size: 100% 100%;
    padding-left: calc(50% - 6rem);
    box-sizing: border-box;
    padding-right: .19rem;
    padding-top: 2rem;
    padding-bottom: 1.6rem;
    margin-bottom: 1.3rem;
    margin-top:0.5rem;
}

/*  == 第四屏 ==  */
.fourth h2 {
    width: 12rem;
    padding-bottom: 0.07px;
    border-bottom: 1px solid #D0EBF8;
    font-size: .40rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
    letter-spacing: .04rem;

}

/* 副标题 */
.fourth h2::after {
    content: attr(sub);
    font-size: 1.26rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(34, 34, 34, .05);
    line-height: 1.40rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    text-transform: uppercase;
    letter-spacing: -.06px;
}

/* 第四屏-内容 */
.fourth .box {
    display: flex;
    margin-top: 0.50rem;
    justify-content: space-between;
}

.fourth .box .left {
    padding-top: 0px;
    box-sizing: border-box;
    width: 40%;
    margin-right: .43rem;

}

.fourth .box .left .name {
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: .19rem;
}

@media (min-width:880px) {
    .fourth .box .left .name br {
        display: none;
    }
}
@media (max-width:880px) {
    .fourth .box .left .sub-name {
        text-align: center;
    }
}

.fourth .box .left .sub-name {
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: .54rem;
    width: 100%;
}

.fourth .box .left .desc {
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: .25rem;
    margin-bottom: 1.87rem;
    text-align: left;
    letter-spacing: 3px;
}

.fourth .box .left .btn {
    width: 1.99rem;
    height: .59rem;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin: 0 auto;
    margin-top: .50rem;
    text-align: center;
    line-height: .59rem;
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ef8f6e;
    cursor: pointer;
    margin-left: 0px;
}


.fourth .box .left+img {
    width: 50%;
    height: auto;
    object-fit: cover;
}

/* 第五屏 */
.fifth {}

/* === 标题 === */
.fifth h2 {
    text-align: center;
    position: relative;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    transform: translateY(-10px);
}

.fifth h2::after {
    content: attr(sub);
    font-size: 1.26rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(34, 34, 34, 0.05);
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    overflow: hidden;
    word-spacing: -.10rem;
}

/* 描述 */
.fifth .desc {
    font-size: .20rem;
    font-family: Microsoft YaHei;
    font-weight: 350;
    color: #333333;
    width: 9.28rem;
    text-align: left;
    margin: 0 auto;
    margin-top: .13rem;
    line-height: .40rem;
    text-align: center;

}

/* ===底部容器=== */
.fifth .wrap {
    height: 5.05rem;
    width: 100%;
    background: url('/static/index/img//fifth-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: .62rem 0;
    padding-bottom: .17rem;
    box-sizing: border-box;
    margin-top: .59rem;

}

.fifth .wrap .wrapper {
    width: 10rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* ===底部数据=== */
.fifth .wrap .wrapper div {
    margin-bottom: .45rem;
    width: 2.56rem;
    height: 1.68rem;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .15s linear;
}

.fifth .wrap div .name {
    font-size: .50rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: .14rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fifth .wrap div .wrap-desc {
    font-size: .20rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fifth .wrap .wrapper div:hover {
    background-color: white;
    box-shadow: 12px 12px 3px 0px rgba(20, 20, 20, 0.15);

}

.fifth .wrap .wrapper div:hover .name {
    color: red;
}

.fifth .wrap .wrapper div:hover .wrap-desc {
    color: black;
}

/* 第六屏 */
.sixth {
    width: 15rem;
    margin-top: 2.14rem;
    margin-bottom: 0.43rem;
}

.sixth h2 {
    padding-bottom: .27rem;
    border-bottom: 1px solid #F0F9FD;
    font-size: .40rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.sixth h2::after {
    content: attr(sub);
    font-size: 1.26rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(34, 34, 34, .05);
    line-height: 1.40rem;
    position: absolute;
    top: 0%;
    left: 0;
    transform: translateY(-55%);
    text-transform: uppercase;
    white-space: nowrap;
    word-spacing: .18rem;
    letter-spacing: -.10rem;
    text-align: left;
}

/* 内容 */
.sixth .wrap {
    display: flex;
    margin-top: .22rem;
}

.sixth .wrap .left {
    margin-right: .90rem;
    display: flex;
    flex-direction: column;
    width: 5.81rem;
}

.sixth .wrap .left .content,
.sixth .wrap .left label {
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: .20rem;
    padding-top: .46rem;
    line-height: .32rem;
}

.sixth .wrap .left .content span {
    font-weight: bold;
}

.sixth .wrap .left label {
    transition: left .15s linear, opacity .15s linear, height 0s linear;
    display: inline-block;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    left: -100vw;
    opacity: 0;
    height: 0;
}

.sixth .wrap .left label.show {
    position: relative;
    left: 0;
    opacity: 1;
    height: auto;
}

.sixth .wrap .left .more {
    width: 1.99rem;
    height: .59rem;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin: 0 auto;
    margin-top: .50rem;
    text-align: center;
    line-height: .59rem;
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ef8f6e;
    cursor: pointer;
    margin-left: 0px;
}

.sixth .wrap .right {
    display: flex;
    flex-wrap: wrap;
    /* padding-right: 37px; */
    box-sizing: border-box;
}

.sixth .wrap .right>div {
    margin-bottom: .50rem;
    cursor: pointer;
    width: 26vw;
}


.sixth .wrap .right div .top {
    width: auto;
    height: 0.8rem;
    border-radius: 50%;
    transition: all .15s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sixth .wrap .right div .top img:last-child {
    display: none;
}

.sixth .wrap .right div:hover .top img:first-child {
    display: none;
}

.sixth .wrap .right div:hover .top img:last-child {
    display: inline-block;
}



.sixth .wrap .right div .top img {
    max-width: 90%;
    max-height: 90%;
}

.sixth .wrap .right div .name {
    font-size: .18rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: .2rem;

    text-align: center;
}

.sixth .wrap .right div .descript {
    font-size: .13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: .18rem;
    margin: 16px;
}





.l-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    width: 100%;
    max-width: 500px;
    padding: 40px;
  }
  @media screen and (max-width: 760px) {
    .l-container {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  .b-game-card {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-bottom: 150%;
    perspective: 1000px;
  }
  .b-game-card__cover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 115%;
    height: 113%;
    overflow: hidden;
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    background-size: cover;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;
    transform-origin: top center;
    will-change: transform;
    transform: skewX(0.001deg);
    transition: transform 0.35s ease-in-out;
  }
  .b-game-card__cover::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 115%;
    height: 113%;
    background: linear-gradient(226deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0) 60%);
    transform: translateY(-20%);
    will-change: transform;
    transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
  }
  .b-game-card:hover .b-game-card__cover {
    transform: rotateX(7deg) translateY(-6px);
  }
  .b-game-card:hover .b-game-card__cover::after {
    transform: translateY(0%);
  }
  .b-game-card::before {
    display: block;
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: rgba(0, 0, 0, 0.5);
    will-change: opacity;
    transform-origin: top center;
    transform: skewX(0.001deg);
    transition: transform 0.35s ease-in-out, opacity 0.5s ease-in-out;
  }
  .b-game-card:hover::before {
    opacity: 0.6;
    transform: rotateX(7deg) translateY(-6px) scale(1.05);
  }
/* 第七屏 */
.seventh {
    overflow: hidden;
    position: relative;
    width: 13.66rem;
    margin: 0 auto;
}

/* 第七屏-轮播按钮 */
.seventh .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.seventh .swiper-button.seventh-next {
    right: 0;
}

/* 第七屏-容器 */
.seventh .swiper-slide {
    height: 5.90rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

/* 第七屏-容器-标题 */
.seventh .swiper-slide>p {
    position: absolute;
    bottom: .35rem;
    transition: all .3s linear;
    left: 0;
    z-index: 1;
    text-align: center;
    font-size: .30rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
}

.seventh .swiper-slide:hover>p {

    transform: scaleY(0);
}

.seventh .swiper-slide:hover div {
    transform: scaleX(1) scaleY(1);
}

/* 第七屏-容器-内容 */
.seventh .swiper-slide>div {
    width: 6.53rem;
    height: 4.10rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 7px;
    transform: scaleX(0) scaleY(0);
    transition: all .3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .74rem;
    box-sizing: border-box;
    padding-right: .2rem;
}

/* 第七屏-容器-内容-图标 */
.seventh .swiper-slide>div .icon-box {
    width: 1.11rem;
    margin-right: .72rem;
    padding-bottom: .20rem;
    border-bottom: 4px solid #ED1F38;
    display: flex;
    height: .76rem;

}

.seventh .swiper-slide>div .icon-box img {
    height: 100%;
}

/* 第七屏-容器-内容 */
.seventh .swiper-slide>div .right {
    width: calc(100% - 1.83rem);
}

/* @media (min-width:824px) {
    .seventh .swiper-slide>div {
        justify-content: space-between;

    }

    .seventh .swiper-slide>div .icon-box {
        margin-right: 0;
        width: 90px;
    }

    .seventh .swiper-slide>div .right {
        width: 377px;
    }

    .seventh .swiper-slide>div .right {
        line-height: 25px;
    }
} */

.seventh .swiper-slide>div .right h3 {
    font-size: .48rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ED1F38;
    margin-bottom: .64rem;
}

.seventh .swiper-slide>div .right p {
    font-size: .18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.seventh .swiper-slide:nth-child(1) {
    background-image: url('/static/index/img/del/seventh-1.png');
}

.seventh .swiper-slide:nth-child(2) {
    background-image: url('/static/index/img/del/seventh-2.png');
}

.seventh .swiper-slide:nth-child(3) {
    background-image: url('/static/index/img/del/seventh-3.png');
}

.seventh .swiper-slide:nth-child(4) {
    background-image: url('/static/index/img/del/seventh-4.png');
}

/* 第八屏 */
.eighth {
    background: url('/static/index/img/eighth-bg.png') no-repeat;
    background-size: cover;
    padding-bottom: .75rem;
}

.eighth .wrapper {
    width: 12rem;
    margin: 0 auto;
    padding-top: 1.57rem;

}

/* === 第八屏-标题=== */
.eithth h2{
   font-size: .5rem;
   text-align: center;
   margin-bottom: .4rem;
}

.eighth .wrapper h1 {
    font-size: .40rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    position: relative;
    margin-bottom: 2.13rem;
}

.eighth .wrapper h1::after {
    content: attr(sub);
    position: absolute;
    font-size: 1.26rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgb(34, 34, 34);
    /* top: 50%; */
    text-transform: uppercase;
    opacity: .04;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
    letter-spacing: -.05px;
    word-spacing: 0.02px;
    text-align: left;
    line-height: 1.40rem;
}

/* ===第八屏-列表=== */
.eighth .wrapper ul {
    margin-bottom: .50rem;
}

.eighth .wrapper ul li {
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .39rem .65rem .20rem;
    box-sizing: border-box;
}

.eighth .wrapper ul li:not(:last-child) {
    margin-bottom: .30rem;
}

/*  ===第八屏-列表-图标=== */
.eighth .wrapper ul li .img-box {
    width: 3.45rem;
    height: 1.96rem;
    line-height: 1.96rem;
}

.eighth .wrapper ul li .img-box img {
    max-width: 3.45rem;
    max-height: 1.96rem;
}

.eighth .wrapper ul li .content {
    width: calc(100% - 3.45rem - .49rem);
}

.eighth .wrapper ul li .content .title {
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: .17rem;
}

.eighth .wrapper ul li .content .desc {
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: .20rem;
    margin-bottom: .29rem;
}

.eighth .wrapper ul li .content .more {
    width: 1.30rem;
    height: .38rem;
    background: #ED1F38;
    border-radius: 5px;
    text-align: center;
    line-height: .38rem;
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FCFCFC;
    cursor: pointer;
}

.eighth .wrapper .show-more {
    width: 1.99rem;
    height: .59rem;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin: 0 auto;
    margin-top: .50rem;
    text-align: center;
    line-height: .59rem;
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ef8f6e;
    cursor: pointer;
}

/* 第九屏 */


  .ninth h2 {
    font-weight: 500;
    margin: 6vh;
    font-size: 28px;
    text-align: center;
  }
@-webkit-keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  .n-slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 1.7rem;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 17rem;
    margin-top: 40px;
  }
  .n-slider::before, .n-slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  .n-slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .n-slider::before {
    left: 0;
    top: 0;
  }
  .n-slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
            animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
  }
  .n-slider .slide {
    height: 100px;
    width: 250px;
  }
  .n-slider img {
      width:1.5rem;
      height: 1.1rem;
  }



/* ===第九屏 分页器 === */
.ninth-wrapper-pagination {
    text-align: center;
    padding-top: .30rem;
}

.ninth-wrapper-pagination span.swiper-pagination-bullet {
    width: .31rem;
    background: #D1D1D1;
    border-radius: 4px;
}

.ninth-wrapper-pagination span.swiper-pagination-bullet:not(:last-child) {
    margin-right: .12rem;
}

.ninth-wrapper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ED1F38;
}

/* 第十屏 */
.tenth {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    padding-top: 1.22rem;
    padding-bottom: 2.11rem;
    position: relative;
    z-index: 1;
}

.tenth .title {
    font-size: .60rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00527A;
    margin-bottom: .84rem;
}

.tenth .title span {
    font-weight: bolder;
}

.tenth .sub-title {
    margin-bottom: 2rem;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00527A;
    letter-spacing: 4px;
}

/* 第十屏 注册 */
.tenth .search-box {
    display: flex;
}

.tenth .search-box input {
    width: 6.45rem;
    height: .80rem;
    background: rgba(255, 255, 255, .7);
    outline: none;
    border: none;
    padding: 0 .54rem;
    box-sizing: border-box;
    line-height: .80rem;
    border-radius: 7px;
    font-size: .20rem;
}

.tenth .search-box .btn {
    width: 1.83rem;
    height: .80rem;
    background: #ED1F38;
    border-radius: 7px;
    line-height: .80rem;
    text-align: center;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: .49rem;
    cursor: pointer;
}

/* 底部 */
.footer {
    background: #16222A;
    background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
    background: linear-gradient(59deg, #3A6073, #16222A);
    padding-top: 2.11rem;
    position: relative;
    margin-top: -1.51rem;
}

.footer .footer-wrapper {
    margin: 0 auto;
    width: 12rem;
}

.footer .logo {
    /* width: 412px; */
    height: .60rem;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    margin-bottom: .76rem;
}

.footer .footer-wrapper .box {
    padding: .50rem .43rem;
    padding-right: .23rem;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, .4);
    display: flex;
    justify-content: space-between;

}

.footer .footer-wrapper .box .left {
    flex: 2;
    margin-right: .54rem;
}

.footer .footer-wrapper .box .left .title {
    font-size: .30rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: .30rem;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    margin-bottom: .45rem;
}

.footer .footer-wrapper .box .left .title img {
    width: .39rem;
    height: .39rem;
    margin-right: .10rem;
}

.footer .footer-wrapper .box .left .desc {
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
}

.footer .footer-wrapper .box ul {
    flex: 1;
}

.footer .footer-wrapper .box ul:nth-child(5) {
    padding-left: .25rem;
}

.footer .footer-wrapper .box ul li {
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .24rem;
}

.footer .footer-wrapper .box ul li.name {
    font-weight: bold;
    margin-bottom: .30rem;
}

.footer .footer-wrapper .box ul:last-child .name {
    text-align: center;
}

.footer .footer-wrapper .box ul li img {
    width: 1.10rem;
    margin: 0 auto;
    display: block;
}

.footer .footer-wrapper .imgs {
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-wrapper .imgs div {
    width: 2rem;
    height: 1rem;
    margin-right: 0px;
    text-align: center;
    line-height: 1rem;
}

.footer .footer-wrapper .imgs img {
    max-width: 2.01rem;
    max-height: 1rem;

}

.footer h1 {
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-size: .5rem;
}

.footer .footer-wrapper .imgs div:nth-child(6n) {
    margin-right: 0;
}

.footer .footer-wrapper .contact {
    display: flex;
    justify-content: space-between;
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
    margin-top: .27rem;
}

.footer .footer-wrapper a {
    width: 100%;
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fcfcfc;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

/* 侧边栏 */
.nav .menu .slider,
.nav .menu .slider ul {
    width: 2.39rem;
    position: fixed;
    top: .92rem;
    left: 0;
    height: calc(100vh - .92rem);
    background: #0A1931;
    transform: translateX(-100%);
    transition: all .15s linear;
    z-index: 10;
}

.slider.show {
    transform: translateX(-0%);
}

.nav .menu .slider li ul li ul li {
    display: flex;
}

.nav .menu .slider li {
    text-align: center;
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    padding-top: .57rem;
    cursor: pointer;
    justify-content: center;
    position: relative;
}

.nav .menu .slider li>ul {
    width: auto;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    display: none;
}

.nav .menu .slider li:hover>ul {
    display: block;
}

.nav .menu .slider li>ul img {
    position: unset;
}

.nav .menu .slider li div {}

.nav .menu .slider li img {
    display: inline-block;
    margin-left: .37rem;
    width: .10rem;
    height: .18rem;
    position: absolute;
    right: .52rem;
    bottom: .02rem;
}

/* 广告 */
.adv {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    border-radius: 5px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition: all .15s linear;
}

.adv.hidden {
    transform: translateY(-50%) translateX(100%);
}

.adv ul {
    width: 100%;
    background: linear-gradient(-37deg, #e7b5bb, #FB8885);
    padding: .20rem 0;
    user-select: none;

}

.adv img.show {
    width: .50rem;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    transform: translateX(-100%);
    transition: all .15s linear;
}

.adv.hidden img.show {
    transform: translateX(-100%) rotate(180deg);
}

.adv ul:last-child {
    margin-top: .20rem;
}

.adv ul li {
    text-align: center;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;

}

.adv ul li>div {
    width: 3.60rem;
    flex-direction: column;
    padding: .24rem 0;
    background: url('/static/index/img/hover.png') no-repeat;
    background-size: 100% 100%;
    align-items: center;
    opacity: 0;
    padding-right: 16px;
    z-index: -11000;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    transform: translate(-100%, -50%);
    transition: all .15 linear;
    display: none;
}

.adv ul li>div .title {
    margin-bottom: .21rem;
    font-size: .17rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.adv ul li>div .inp {
    width: 2.94rem;
    height: .51rem;
    background: #F3F3F3;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: .15rem;
}

.adv ul li>div .inp .left {
    height: .51rem;
    line-height: .51rem;
    padding: 0 .14rem;
    box-sizing: border-box;
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.adv ul li>div .inp .btn {
    width: 1.11rem;
    height: .51rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    text-align: center;
    line-height: .51rem;
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E22037;
    text-decoration: none;
}

.adv ul li>div .inp .left img {
    width: .21rem;
    height: .21rem;
    margin-right: .13rem;
    display: inline-block;
}

.adv ul li>div .phone:nth-child(2) {
    color: #E22037;
}

.adv ul li>div .phone {
    margin-bottom: .18rem;
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.adv ul li>div .phone:last-child {
    font-size: .13rem;
}

.adv ul li:hover>div {
    opacity: 1;
    z-index: 0;
    display: flex;
}

.adv ul li>div.wechat>div {
    display: flex;
    margin-top: .20rem;
}

.adv ul li>div.wechat>div>img {
    max-width: .91rem;
    max-height: .91rem;
}

.adv ul li>div.wechat .group {
    font-size: .15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: .20rem;
}

.adv ul li>div.wechat .group p {
    margin-bottom: .10rem;
}

.adv ul li>div.wechat .group img {
    width: .20rem;
    height: .17rem;
    margin-right: .12rem;
}

.adv ul li>div.wechat>div .name {
    width: .90rem;
    margin-right: .30rem;
    font-size: .17rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.adv ul li>img {
    width: .30rem;
    height: .30rem;
    display: block;
    margin: 0 auto;
    margin-bottom: .10rem;
}

.adv ul li:not(:last-child) {
    margin-bottom: .23rem;
}
