@media (min-width: 1360px) {
  .hasTop::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.25rem;
/*    background: url(../images/part-top.png) no-repeat left top/100% auto; */
    z-index: 3;
    pointer-events: none;
  }
  .hasBottom::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.63rem;
    background: url(../images/part-bottom.png) no-repeat left bottom/100% auto;
    z-index: 3;
    pointer-events: none;
  }
  .community-box {
    display: flex;
    align-items: center;
  }
  .community-box .icon {
    width: 0.51rem;
    height: 0.51rem;
    margin-right: 0.12rem;
    transform: scale(0.9);
  }
  .community-box .icon:last-child {
    margin-right: 0;
  }
  .community-box .icon.icon-facebook {
    background-position: -1.06rem -3.89rem;
  }
  .community-box .icon.icon-facebook:hover {
    background-position: -1.59rem -3.89rem;
  }
  .community-box .icon.icon-discord {
    background-position: -1.59rem -5.88rem;
  }
  .community-box .icon.icon-discord:hover {
    background-position: -1.59rem -6.59rem;
  }
  .community-box .icon.icon-ins {
    background-position: 0 -4.42rem;
  }
  .community-box .icon.icon-ins:hover {
    background-position: -0.53rem -4.42rem;
  }
  .community-box .icon.icon-snapchat {
    background-position: -1.06rem -4.42rem;
  }
  .community-box .icon.icon-snapchat:hover {
    background-position: -1.59rem -4.42rem;
  }
  .community-box .icon.icon-whatsapp {
    background-position: 0 -3.89rem;
  }
  .community-box .icon.icon-whatsapp:hover {
    background-position: -0.53rem -3.89rem;
  }
  .community-box .icon.icon-youtube {
    background-position: 0 -4.93rem;
  }
  .community-box .icon.icon-youtube:hover {
    background-position: -0.53rem -4.93rem;
  }
  .kv {
    position: relative;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    height:auto
  }
  .kv::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(39, 0, 117, 0.4) 0%, rgba(39, 0, 117, 0.32) 10%, rgba(39, 0, 117, 0) 26%, rgba(39, 0, 117, 0) 62%, rgba(39, 0, 117, 0.4) 100%);
    box-shadow: inset 0 -0.8rem 0.86rem 0 #270075, inset 0.8rem 1px 0.8rem 0 rgba(39, 0, 117, 0.7), inset -0.8rem 1px 0.8rem 0 rgba(39, 0, 117, 0.7);
    z-index: 2;
    pointer-events: none;
  }
  .kv .kv-bg {
    width: 100%;
  }
  .kv .kv-bg.m-kv {
    display: none;
  }
  .kv .kv-video-box {
    width: 100%;
    height: 9.6rem;
    z-index: 1;
  }
  .kv .kv-video-box .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kv .kv-content-box {
    position: relative;
    z-index: 3;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .kv .kv-content-box .community-box {
    position: absolute;
    left: 0.9rem;
    bottom: 0.7rem;
  }
  .kv .kv-content-box .right-box {
    position: absolute;
    right: 0.9rem;
    bottom: 0.86rem;
    display: flex;
    align-items: flex-end;
  }
  .kv .kv-content-box .right-box .download-title {
    font-size: 0.18rem;
    color: #FFF;
    line-height: 0.21rem;
    padding-left: 0.25rem;
    margin-bottom: 0.1rem;
  }
  .kv .kv-content-box .download-box {
    margin-right: 0.2rem;
  }
  .kv .kv-content-box .download-box .download-title {
    background: url(../images/icon-phone.png) no-repeat left top/0.2rem auto;
  }
  .kv .kv-content-box .download-box .download-title.icon-apk {
    background: url(../images/icon-apk.png) no-repeat left -2px/0.2rem auto;
  }
  .kv .kv-content-box .download-box .btn-box {
    display: flex;
  }
  .kv .kv-content-box .download-box .btn-box .btn-download {
    position: relative;
    display: block;
    width: 2.2rem;
    height: 0.62rem;
    margin-right: 0.16rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .kv .kv-content-box .download-box .btn-box .btn-download::before {
    content: "";
    position: absolute;
    top: -1.54rem;
    left: -0.94rem;
    width: 0.4rem;
    height: 2.4rem;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(45deg);
  }
  .kv .kv-content-box .download-box .btn-box .btn-download:last-child {
    margin-right: 0;
  }
  .kv .kv-content-box .download-box .btn-box .btn-download:hover::before {
    animation: 0.8s store linear;
  }
  .kv .kv-content-box .download-box .btn-box .btn-ios {
    background-position: 0 0;
  }
  .kv .kv-content-box .download-box .btn-box .btn-ios:hover {
    background-position: 0 -0.645rem;
  }
  .kv .kv-content-box .download-box .btn-box .btn-google {
    background-position: 0 -1.29rem;
  }
  .kv .kv-content-box .download-box .btn-box .btn-google:hover {
    background-position: 0 -1.935rem;
  }
  .kv .kv-content-box .download-box .btn-box .btn-apk {
    background-position: 0 -2.58rem;
  }
  .kv .kv-content-box .download-box .btn-box .btn-apk:hover {
    background-position: 0 -3.225rem;
  }
  .kv .kv-content-box .pc-download {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0.08rem;
    border: 0.04rem solid #E1E1E1;
    padding: 0.1rem 0.07rem 0.07rem;
  }
  .kv .kv-content-box .pc-download .download-title {
    background: url(../images/icon-scan.png) no-repeat left center/0.2rem auto;
  }
  .kv .kv-content-box .pc-download .code-box {
    position: relative;
    width: 1.26rem;
    height: 1.26rem;
    margin: 0 auto;
  }
  .kv .kv-content-box .pc-download .code-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1.4rem;
    height: 0.08rem;
    background: url(../images/code-scan-line.png) no-repeat center/100% 100%;
    z-index: 1;
    margin-left: -0.7rem;
    animation: 3s scan linear infinite;
  }
  .kv .kv-content-box .pc-download .code-box .pc-code {
    width: 100%;
    height: 100%;
    border: 0.04rem solid #E1E1E1;
  }
  .kv .kv-content-box .btn-m-download {
    display: none;
  }
  .part-title {
    height: 0.92rem;
    line-height: 0.92rem;
    font-size: 0.48rem;
    color: #E9E9E9;
    text-shadow: 0 0.04rem 0 #000;
  }
  .part1 {
    position: relative;
    width: 100%;
    height: 9.6rem;
  }
  .part1 .center-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
  }
  .part1 .video-box {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .part1 .video-box .video-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0;
    transition: all 0.3s;
  }
  .part1 .video-box .video-bg.active {
    opacity: 1;
  }
  .part1 .mask {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(39, 0, 117, 0.4) 0%, rgba(39, 0, 117, 0.32) 10%, rgba(39, 0, 117, 0) 26%, rgba(39, 0, 117, 0) 62%, rgba(39, 0, 117, 0.4) 100%);
    box-shadow: inset 0 -0.8rem 1.5rem 0 #270075, inset 0.8rem 1px 0.6rem 0 rgba(39, 0, 117, 0.7), inset -0.8rem 1px 0.6rem 0 rgba(39, 0, 117, 0.7), inset 0 0.89rem 1.5rem 0 #270075;
    z-index: 2;
  }
  .part1 .right-mask {
    position: absolute;
    width: 9rem;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(39, 0, 117, 0) 0%, rgba(39, 0, 117, 0.6) 100%);
    box-shadow: inset -5.45rem 0 1.6rem 0 rgba(39, 0, 117, 0.6);
    z-index: 3;
  }
  .part1 .game-info {
    position: absolute;
    left: 0.9rem;
    bottom: 0.78rem;
    width: 7.1rem;
    height: 2.62rem;
    background: url(../images/part1-info-box.png) no-repeat center/100% 100%;
    padding: 1rem 0.11rem 0 0.18rem;
    z-index: 4;
  }
  .part1 .game-info .play-name {
    position: absolute;
    left: 0.13rem;
    top: 0.1rem;
    display: flex;
    align-items: flex-start;
    padding: 0.18rem 0.15rem 0;
    width: 7.39rem;
    height: 0.85rem;
    font-weight: normal;
    font-size: 0.27rem;
    color: #FFF;
    white-space: nowrap;
    background: url(../images/part1-info-title-box.png) no-repeat center/100% 100%;
  }
  .part1 .game-info .play-name .type-name {
    font-family: "Arial";
    font-size: 0.14rem;
    color: #03FCFF;
    line-height: 0.28rem;
    margin-right: 0.05rem;
  }
  .part1 .game-info .play-name .type-name .icon-line {
    font-size: 0.19rem;
    font-weight: 400;
  }
  .part1 .game-info .play-desc {
    font-size: 0.24rem;
    color: #7B7B7B;
    line-height: 0.32rem;
    text-align: left;
  }
  .part1 .right-box {
    position: absolute;
    width: 9rem;
    height: 100%;
    right: 0;
    top: 0;
    padding-right: 0.9rem;
    z-index: 4;
    padding-top: 1.19rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .part1 .right-box .part-title {
    width: 3.64rem;
    text-align: right;
    background: url(../images/part1-title-box.png) no-repeat center/100% 100%;
    margin-bottom: 0.3rem;
  }
  .part1 .right-box .game-play-swiper {
    height: 5.81rem;
  }
  .part1 .right-box .game-play-swiper .swiper-container {
    height: 100%;
    padding: 0.1rem 0.05rem 0.1rem 0;
  }
  .part1 .right-box .game-play-swiper .swiper-slide {
    width: 3rem;
    height: 1.22rem !important;
    margin-bottom: 0.18rem;
    text-align: right;
    font-size: 0;
    cursor: pointer;
  }
  .part1 .right-box .game-play-swiper .swiper-slide::before {
    content: "";
    position: absolute;
    right: -0.01rem;
    top: -0.02rem;
    width: 2.14rem;
    height: 1.26rem;
    background: url(../images/part1-box.png) no-repeat center/100% 100%;
  }
  .part1 .right-box .game-play-swiper .swiper-slide:hover::before {
    background: url(../images/part1-box-hover.png) no-repeat center/100% 100%;
    right: -0.02rem;
  }
  .part1 .right-box .game-play-swiper .swiper-slide .picture {
    width: 2.1rem;
    height: 1.22rem;
  }
  .part1 .right-box .game-play-swiper .swiper-slide.active {
    height: 1.4rem !important;
  }
  .part1 .right-box .game-play-swiper .swiper-slide.active::before {
    right: -0.07rem;
    top: -0.075rem;
    width: 2.56rem;
    height: 1.59rem;
    background: url(../images/part1-box-active.png) no-repeat center/100% 100%;
  }
  .part1 .right-box .game-play-swiper .swiper-slide.active .picture {
    width: 2.4rem;
    height: 1.4rem;
  }
  .part2 {
    position: relative;
    width: 100%;
    height: 9.6rem;
    background: url(../images/part2-bg.jpg) no-repeat center/cover;
    z-index: 2;
  }
  .part2::after {
    background: url(../images/part2-bottom.png) no-repeat left bottom/100% auto;
  }
  .part2 .part-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1rem 0.9rem 0;
    z-index: 1;
  }
  .part2 .part-content .part-title {
    background: url(../images/part2-title-box.png) no-repeat left center/auto 100%;
    margin-bottom: 1.1rem;
  }
  .part2 .part-content .name-bg {
    position: absolute;
    left: 0.8rem;
    top: 1.9rem;
    width: 8.82rem;
    height: 3.88rem;
    font-size: 1.5rem;
    color: rgba(127, 88, 88, 0);
    line-height: 1.74rem;
    text-stroke: 1px #4E3737;
    -webkit-text-stroke: 1px #4E3737;
    z-index: 1;
  }
  .part2 .part-content .name-bg .picture {
    height: 100%;
    width: auto;
    opacity: 0.5;
  }
  .part2 .part-content .hero-info {
    position: relative;
    z-index: 4;
  }
  .part2 .part-content .hero-info .hero-classes {
    font-size: 0.2rem;
    color: #03FCFF;
    line-height: 0.23rem;
    letter-spacing: 0.06rem;
    margin-bottom: 0.08rem;
  }
  .part2 .part-content .hero-info .hero-name {
    font-size: 0.75rem;
    color: #E9E9E9;
    line-height: 0.86rem;
  }
  .part2 .part-content .hero-info .hero-title {
    width: 7.05rem;
    font-size: 0.42rem;
    color: #8C8C8C;
    line-height: 0.48rem;
    margin-top: 0.09rem;
  }
  .part2 .part-content .hero-info .hero-desc {
    width: 6.89rem;
    height: 2.07rem;
    padding: 0.3rem 0.24rem 0 0.15rem;
    margin-top: 0.35rem;
    background: url(../images/part2-desc-box.png) no-repeat center/100% 100%;
  }
  .part2 .part-content .hero-info .hero-desc .text {
    height: 1.6rem;
    font-size: 0.24rem;
    color: #7B7B7B;
    line-height: 0.32rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .part2 .part-content .hero-shadow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 2;
  }
  .part2 .part-content .hero-shadow .picture {
    height: 100%;
  }
  .part2 .part-content .hero-picture {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 3;
  }
  .part2 .part-content .hero-picture .picture {
    height: 100%;
  }
  .part2 .part-content .hero-swiper {
    position: absolute;
    width: 1.47rem;
    height: 6.6rem;
    right: 0.9rem;
    top: 1.1rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0.08rem;
    z-index: 4;
  }
  .part2 .part-content .hero-swiper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    border-radius: 0.08rem;
  }
  .part2 .part-content .hero-swiper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.8rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    border-radius: 0.08rem;
  }
  .part2 .part-content .hero-swiper .active-line {
    position: absolute;
    left: -1.57rem;
    top: 50%;
    width: 1.57rem;
    margin-top: -0.1rem;
    z-index: 4;
  }
  .part2 .part-content .hero-swiper .swiper-container {
    width: 100%;
    height: 100%;
  }
  .part2 .part-content .hero-swiper .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem !important;
    margin: 0 auto;
    cursor: pointer;
    font-size: 0;
  }
  .part2 .part-content .hero-swiper .swiper-slide .picture-box {
    position: relative;
    width: 0.72rem;
  }
  .part2 .part-content .hero-swiper .swiper-slide .picture-box::after {
    content: "";
    position: absolute;
    left: -0.02rem;
    top: -0.02rem;
    width: 0.76rem;
    height: 0.76rem;
    background: url(../images/part2-icon-box.png) no-repeat center/100% 100%;
    z-index: 2;
  }
  .part2 .part-content .hero-swiper .swiper-slide .picture-box:hover::after {
    background: url(../images/part2-icon-box-hover.png) no-repeat center/100% 100%;
  }
  .part2 .part-content .hero-swiper .swiper-slide .picture-box img {
    width: 100%;
  }
  .part2 .part-content .hero-swiper .swiper-slide.swiper-slide-active {
    align-items: center;
  }
  .part2 .part-content .hero-swiper .swiper-slide.swiper-slide-active .picture-box {
    width: 100%;
  }
  .part2 .part-content .hero-swiper .swiper-slide.swiper-slide-active .picture-box::after {
    width: 1.18rem;
    height: 1.18rem;
    top: -0.04rem;
    left: -0.04rem;
    background: url(../images/part2-icon-box-active.png) no-repeat center/100% 100%;
  }
  .part2 .part-content .hero-swiper .swiper-slide.swiper-slide-next, .part2 .part-content .hero-swiper .swiper-slide.swiper-slide-next + .swiper-slide, .part2 .part-content .hero-swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
    align-items: flex-end;
  }
  .part2 .part-content .hero-swiper .swiper-slide.swiper-slide-prev::after, .part2 .part-content .hero-swiper .swiper-slide.swiper-slide-next::after {
    background: rgba(0, 0, 0, 0.3);
  }
  .part2 .part-content .hero-swiper .swiper-button-prev,
  .part2 .part-content .hero-swiper .swiper-button-next {
    left: 50%;
    width: 0.51rem;
    height: 0.35rem;
    background-position: 0 -5.5rem;
    margin-left: -0.25rem;
    margin-top: 0;
    z-index: 5;
  }
  .part2 .part-content .hero-swiper .swiper-button-prev::after,
  .part2 .part-content .hero-swiper .swiper-button-next::after {
    display: none;
  }
  .part2 .part-content .hero-swiper .swiper-button-prev:hover,
  .part2 .part-content .hero-swiper .swiper-button-next:hover {
    background-position: -0.535rem -5.5rem;
  }
  .part2 .part-content .hero-swiper .swiper-button-prev {
    top: 0.15rem;
  }
  .part2 .part-content .hero-swiper .swiper-button-next {
    top: auto;
    bottom: 0.15rem;
    transform: rotate(180deg);
  }
  .part-title2 {
    width: 100%;
    height: 0.85rem;
    line-height: 0.6rem;
    font-size: 0.6rem;
    color: #E9E9E9;
    text-shadow: 0 0.04rem 0.1rem #000000;
    text-align: center;
  }
  .part3 {
    position: relative;
    width: 100%;
    height: 7.5rem;
    background: url(../images/part3-bg.jpg) no-repeat center top/cover;
    padding-top: 0.8rem;
    z-index: 3;
    margin-top: -1px;
  }
  .part3 .part-title2 {
    background: url(../images/part3-title-box.png) no-repeat center bottom/5.5rem auto;
  }
  .part3 .part-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5rem;
    height: 3.87rem;
    background: url(../images/part3-content-box.png) no-repeat center/100% 100%;
    margin: 0.45rem auto 0;
    padding: 0.18rem;
  }
  .part3 .news-swiper {
    position: relative;
    width: 6.24rem;
    height: 100%;
  }
  .part3 .news-swiper .swiper-container,
  .part3 .news-swiper .swiper-slide,
  .part3 .news-swiper .picture {
    width: 100%;
    height: 100%;
  }
  .part3 .news-swiper .swiper-pagination {
    position: absolute;
    width: 0.24rem;
    right: 0.1rem;
    bottom: 0.1rem;
  }
  .part3 .news-swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/part3-icon-bullet.png) no-repeat center/100% 100%;
    opacity: 1;
  }
  .part3 .news-swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: url(../images/part3-icon-bullet-hover.png) no-repeat center/100% 100%;
  }
  .part3 .news-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../images/part3-icon-bullet-active.png) no-repeat center/100% 100%;
    margin: 0.05rem 0;
  }
  .part3 .news-tab {
    width: 5.9rem;
    height: 100%;
    padding: 0.18rem;
  }
  .part3 .news-tab .tab-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.08rem;
    padding-bottom: 0.18rem;
    border-bottom: 1px solid rgba(177, 177, 177, 0.17);
    margin-bottom: 0.23rem;
  }
  .part3 .news-tab .tab-nav .nav-list {
    display: flex;
  }
  .part3 .news-tab .tab-nav .nav-list .nav-item {
    height: 0.4rem;
    font-size: 0.24rem;
    color: #8C8C8C;
    line-height: 0.4rem;
    padding: 0 0.12rem;
    border: 1px solid transparent;
    margin-right: 0.2rem;
    cursor: pointer;
  }
  .part3 .news-tab .tab-nav .nav-list .nav-item:hover {
    color: #03FCFF;
  }
  .part3 .news-tab .tab-nav .nav-list .nav-item.active {
    color: #03FCFF;
    border-color: #03FCFF;
  }
  .part3 .news-tab .tab-nav .btn-more {
    font-size: 0.2rem;
    color: #8C8C8C;
  }
  .part3 .news-tab .tab-nav .btn-more:hover {
    color: #03FCFF;
  }
  .part3 .news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.18rem 0 0.15rem;
    margin-bottom: 0.2rem;
  }
  .part3 .news-item:hover .news-text {
    color: #E9E9E9;
  }
  .part3 .news-item .news-text {
    width: 4rem;
    font-size: 0.2rem;
    color: #7B7B7B;
    line-height: 0.23rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .part3 .news-item .news-time {
    font-size: 0.2rem;
    color: #666;
    line-height: 0.23rem;
  }
  .part4 {
    width: 100%;
    height: 7.5rem;
    background: url(../images/part4-bg.jpg) no-repeat center/cover;
    padding-top: 1.27rem;
  }
  .part4 .part-title2 {
    background: url(../images/part4-title-box.png) no-repeat center bottom/6.78rem auto;
  }
  .part4 .btn-box {
    text-align: center;
    margin-top: 1.79rem;
  }
  .part4 .btn-box .btn-join-us {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 1.02rem;
    font-size: 0.42rem;
    line-height: 1rem;
    padding: 0 1.4rem 0 0.85rem;
    border-radius: 0.08rem;
    border: 1px solid #E1E1E1;
    color: #E1E1E1;
  }
  .part4 .btn-box .btn-join-us::after {
    content: "";
    position: absolute;
    right: 0.73rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon-right.png) no-repeat center/100% 100%;
  }
  .part4 .btn-box .btn-join-us:hover {
    color: #03FCFF;
    background: rgba(0, 0, 0, 0.34);
    border-color: #03FCFF;
  }
  .part4 .btn-box .btn-join-us:hover::after {
    background: url(../images/icon-right-hover.png) no-repeat center/100% 100%;
  }
  .part4 .community-box {
    justify-content: center;
    margin-top: 0.77rem;
  }
  .ani-box {
    opacity: 0;
  }
  .inner-wrap {
    width: 100%;
    background: #1C1C1C url(../images/inner-bg.png) no-repeat left top/100% auto;
  }
  .inner-wrap .banner-box {
    width: 100%;
  }
  .inner-wrap .banner-box .banner {
    width: 100%;
  }
  .inner-wrap .banner-box .title {
    position: absolute;
    left: 0;
    top: 1.2rem;
    width: 100%;
    height: 0.85rem;
    line-height: 0.6rem;
    font-size: 0.6rem;
    color: #E9E9E9;
    text-shadow: 0 0.04rem 0.1rem #000000;
    background: url(../images/part3-title-box.png) no-repeat center bottom/5.5rem auto;
    text-align: center;
  }
  .inner-wrap .crumbs-nav {
    display: flex;
    width: 12rem;
    margin: 0.24rem auto;
  }
  .inner-wrap .crumbs-nav .nav-text {
    font-size: 0.14rem;
    color: #D7CEC2;
    line-height: 0.2rem;
    padding-left: 0.3rem;
    background: url(../images/icon-crumbs.png) no-repeat left center/0.18rem auto;
    margin-right: 0.12rem;
  }
  .inner-wrap .crumbs-nav .nav-text.btn-to-home {
    background: url(../images/icon-home.png) no-repeat left center/0.18rem auto;
  }
  .inner-wrap .crumbs-nav .nav-text.current, .inner-wrap .crumbs-nav .nav-text:hover {
    color: #03FCFF;
  }
  .inner-wrap .main {
    width: 12rem;
    height: 7.3rem;
    background: #272728;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
  .inner-wrap .main .nav-list {
    display: flex;
    align-items: center;
    padding: 0.2rem 0 0.23rem 0.47rem;
    border-bottom: 1px solid #3E3E3E;
  }
  .inner-wrap .main .nav-list .nav-item {
    font-size: 0.2rem;
    color: #03FCFF;
    line-height: 0.3rem;
    margin-right: 0.65rem;
    cursor: pointer;
  }
  .inner-wrap .main .nav-list .nav-item:hover {
    color: #03FCFF;
  }
  .inner-wrap .main .nav-list .nav-item.active {
    font-size: 0.24rem;
    color: #03FCFF;
  }
  .inner-wrap .main .news-list .news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.65rem;
    line-height: 0.64rem;
    padding: 0 0.47rem;
  }
  .inner-wrap .main .news-list .news-item:hover {
    background: #232323;
  }
  .inner-wrap .main .news-list .news-item:hover .news-text {
    color: #03FCFF;
  }
  .inner-wrap .main .news-list .news-item .news-text {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
  }
  .inner-wrap .main .news-list .news-item .news-text .icon-type {
    padding: 0 0.07rem;
    height: 0.22rem;
    line-height: 0.22rem;
    border: 1px solid #03FCFF;
    font-size: 0.14rem;
    color: #03FCFF;
    margin-right: 0.1rem;
  }
  .inner-wrap .main .news-list .news-item .news-text .text {
    width: 8.5rem;
    color: #8C8C8C;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .inner-wrap .main .news-list .news-item .news-time {
    font-size: 0.16rem;
    color: #8C8C8C;
  }
  .inner-wrap .load-more-tip,
  .inner-wrap .btn-back-home {
    display: none;
  }
  .inner-wrap .footer {
    background: #292929;
  }
  .detail-wrap {
    padding-top: 1rem;
  }
  .detail-wrap .main {
    min-height: 7.7rem;
  }
  .detail-wrap .news-top {
    padding: 0.3rem 0.48rem 0.17rem 0.48rem;
    border-bottom: 1px solid #3E3E3E;
  }
  .detail-wrap .news-top .news-title {
    font-size: 0.24rem;
    color: #E1E1E1;
    line-height: 0.32rem;
    margin-bottom: 0.15rem;
  }
  .detail-wrap .news-top .news-info {
    font-size: 0.16rem;
    color: #8C8C8C;
    line-height: 0.18rem;
  }
  .detail-wrap .news-top .news-info span {
    margin-right: 0.25rem;
  }
  .detail-wrap .news-detail {
    padding: 0.3rem 0.48rem;
    font-size: 0.18rem;
    color: #8C8C8C;
    line-height: 0.24rem;
  }
  .detail-wrap .news-detail strong {
    font-size: 0.24rem;
    color: #E1E1E1;
    line-height: 0.32rem;
  }
  .detail-wrap .news-detail img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0.2rem auto;
  }
  .wrap.arabic-wrap .kv .kv-content-box .download-title {
    max-width: 1.6rem;
  }
  .wrap.arabic-wrap .kv .kv-content-box .download-box .btn-box .btn-ios {
    background-position: 0 -8.82rem;
  }
  .wrap.arabic-wrap .kv .kv-content-box .download-box .btn-box .btn-ios:hover {
    background-position: 0 -9.6rem;
  }
  .wrap.arabic-wrap .kv .kv-content-box .download-box .btn-box .btn-google {
    background-position: 0 -7.3rem;
  }
  .wrap.arabic-wrap .kv .kv-content-box .download-box .btn-box .btn-google:hover {
    background-position: 0 -8.08rem;
  }
  .wrap.arabic-wrap .kv .kv-content-box .download-box .btn-box .btn-apk {
    background-position: 0 -10.33rem;
  }
  .wrap.arabic-wrap .kv .kv-content-box .download-box .btn-box .btn-apk:hover {
    background-position: 0 -11.11rem;
  }
  .wrap.arabic-wrap .part1 .play-name {
    direction: column;
    left: auto;
    right: 0.13rem;
  }
  .wrap.arabic-wrap .part1 .play-desc {
    text-align: right;
  }
  .wrap.arabic-wrap .part2 .part-title {
    position: absolute;
    text-align: right;
    width: 5rem;
    right: 0.9rem;
    background: url(../images/part2-title-box2.png) no-repeat right center/auto 100%;
  }
  .wrap.arabic-wrap .part2 .hero-info {
    position: absolute;
    right: 0.9rem;
    top: 3rem;
    text-align: right;
  }
  .wrap.arabic-wrap .part2 .hero-info .hero-desc {
    position: relative;
    background: url(../images/part2-desc-box2.png) no-repeat center/100% 100%;
    right: -0.2rem;
  }
  .wrap.arabic-wrap .part2 .hero-swiper {
    left: 0.9rem;
    right: initial;
  }
  .wrap.arabic-wrap .part2 .hero-swiper .active-line {
    left: initial;
    right: -1.57rem;
    transform: rotate(180deg);
  }
  .wrap.arabic-wrap .part2 .hero-picture,
  .wrap.arabic-wrap .part2 .hero-shadow {
    left: 0;
    right: initial;
  }
  .wrap.arabic-wrap .part2 .hero-picture .picture,
  .wrap.arabic-wrap .part2 .hero-shadow .picture {
    transform: scaleX(-1);
  }
  .wrap.arabic-wrap .part2 .name-bg {
    display: flex;
    justify-content: flex-end;
    left: inherit;
    right: 0.8rem;
  }
  .wrap.arabic-wrap .part2.visible .hero-classes {
    animation: showRight 0.3s linear forwards;
  }
  .wrap.arabic-wrap .part2.visible .name-bg {
    animation: showIn 0.3s 0.3s linear forwards;
  }
  .wrap.arabic-wrap .part2.visible .hero-name {
    animation: showRight 0.3s 0.3s linear forwards;
  }
  .wrap.arabic-wrap .part2.visible .hero-title {
    animation: showRight 0.3s 0.6s linear forwards;
  }
  .wrap.arabic-wrap .part2.visible .hero-desc {
    animation: showRight 0.3s 0.9s linear forwards;
  }
  .wrap.arabic-wrap .crumbs-nav {
    direction: column;
    flex-direction: row;
  }
  .visible .ani-box {
    animation: showBottom 0.5s ease-in-out forwards;
  }
  .visible.kv .download-box {
    animation-delay: 0.3s;
  }
  .visible.kv .pc-download {
    animation-delay: 0.6s;
  }
  .visible.part1 .part-title {
    animation-delay: 0.3s;
  }
  .visible.part1 .game-play-swiper {
    animation-delay: 0.6s;
  }
  .visible.part2 .hero-classes {
    animation: showLeft 0.3s linear forwards;
  }
  .visible.part2 .name-bg {
    animation: showIn 0.3s 0.3s linear forwards;
  }
  .visible.part2 .hero-name {
    animation: showLeft 0.3s 0.3s linear forwards;
  }
  .visible.part2 .hero-title {
    animation: showLeft 0.3s 0.6s linear forwards;
  }
  .visible.part2 .hero-desc {
    animation: showLeft 0.3s 0.9s linear forwards;
  }
  .visible.part3 .part-content {
    animation-delay: 0.3s;
  }
  .visible.part4 .btn-box {
    animation-delay: 0.3s;
  }
  .visible.part4 .community-box {
    animation-delay: 0.6s;
  }
  .visible .hero-shadow {
    animation: 0.5s showIn ease-in-out forwards;
  }
  .visible .hero-picture {
    animation: 0.5s showBottom2 ease-in-out forwards;
  }
}
