@media only screen and (min-width: 978px) and (max-width: 1359px) {
  .kv .kv-video-box .video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: relative;
    right: 0 !important;
  }
}
@media (max-width: 1360px) {
  .community-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .community-box .icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.08rem;
  }
  .community-box .icon.icon-facebook {
    background: url(../images/m/icon-facebook.png) no-repeat center/100% 100%;
  }
  .community-box .icon.icon-discord {
    background: url(../images/m/icon-discord.png) no-repeat center/100% 100%;
  }
  .community-box .icon.icon-ins {
    background: url(../images/m/icon-ins.png) no-repeat center/100% 100%;
  }
  .community-box .icon.icon-snapchat {
    background: url(../images/m/icon-sna.png) no-repeat center/100% 100%;
  }
  .community-box .icon.icon-whatsapp {
    background: url(../images/m/icon-whatsapp.png) no-repeat center/100% 100%;
  }
  .community-box .icon.icon-youtube {
    background: url(../images/m/icon-youtube.png) no-repeat center/100% 100%;
  }
  .kv {
    position: relative;
    width: 100%;
  }
  .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 0px -80px 86px 0px #000000, inset 80px 1px 80px 0px rgba(39, 0, 117, 0.7), inset -80px 1px 80px 0px rgba(39, 0, 117, 0.7);
    z-index: 1;
    pointer-events: none;
  }
  .kv .kv-bg {
    width: 100%;
  }
  .kv .kv-bg.pc-kv {
    display: none;
  }
  .kv .center-content {
    position: absolute;
    width: 100%;
    height: 4.14rem;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(39, 0, 117, 0) 0%, rgba(39, 0, 117, 0.49) 44%, rgba(39, 0, 117, 0.3) 100%);
    padding-top: 0.64rem;
    z-index: 2;
  }
  .kv .kv-video-box {
    width: 100%;
    height: 13.34rem;
    z-index: 1;
  }
  .kv .kv-video-box .video {
    width: 19.2rem;
    height: 11rem;
    object-fit: unset;
    position: relative;
    right: 9.5rem;
  }
  .kv .kv-content-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/m/kv-bottom.png) no-repeat left bottom/100% auto;
  }
  .kv .kv-content-box .right-box {
    display: none;
  }
  .kv .kv-content-box .btn-m-download {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 5.44rem;
    height: 1.16rem;
    background: url(../images/m/btn-download-bg.png) no-repeat center/100% 100%;
    margin-top: 0.3rem;
    letter-spacing: 1px;
  }
  .kv .kv-content-box .btn-m-download span {
    font-size: 0.36rem;
    font-weight: bold;
    background: linear-gradient(180deg, #181810 0%, #560013 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .kv .kv-content-box .btn-m-download .icon-down {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/m/icon-download.png) no-repeat center/100% 100%;
    margin-right: 0.1rem;
  }
  .part1 {
    position: relative;
    width: 100%;
    padding-top: 1.12rem;
  }
  .part1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.42rem;
    background: url(../images/m/part1-top.png) no-repeat left top/100% 100%;
    z-index: 2;
  }
  .part1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.54rem;
    width: 7.08rem;
    height: 0.28rem;
    background: url(../images/m/part1-bottom.png) no-repeat left top/100% 100%;
    z-index: 2;
  }
  .part1 .video-box {
    position: relative;
    width: 100%;
    height: 4.2rem;
    z-index: 1;
    overflow: hidden;
  }
  .part1 .video-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 20px 1px 60px 0px rgba(39, 0, 117, 0.7), inset -20px 1px 60px 0px rgba(39, 0, 117, 0.7);
    z-index: 2;
  }
  .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,
  .part1 .right-mask {
    display: none;
  }
  .part1 .center-content {
    width: 100%;
    background: #121212 url(../images/m/part1-shadow.png) no-repeat right top/2.4rem auto;
    padding: 0.4rem 0 1.2rem;
  }
  .part1 .game-info {
    width: 6.8rem;
    margin: 0 auto 0.32rem;
  }
  .part1 .game-info .play-name {
    font-size: 0.36rem;
    color: #E9E9E9;
    line-height: 0.41rem;
    margin-bottom: 0.1rem;
  }
  .part1 .game-info .play-name .type-name,
  .part1 .game-info .play-name .icon-line {
    display: none;
  }
  .part1 .game-info .play-desc {
    font-size: 0.24rem;
    color: #7B7B7B;
    line-height: 0.32rem;
    display: -webkit-box;
    text-align: justify;
  }
  .part1 .right-box .part-title {
    display: none;
  }
  .part1 .right-box .game-play-swiper {
    height: 5.71rem;
    height: 1.16rem;
  }
  .part1 .right-box .game-play-swiper .swiper-container {
    height: 100%;
    height: 1.24rem;
    padding: 0.04rem 0.32rem;
  }
  .part1 .right-box .game-play-swiper .swiper-slide {
    position: relative;
    width: 2rem;
    height: 1.16rem !important;
  }
  .part1 .right-box .game-play-swiper .swiper-slide .picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .part1 .right-box .game-play-swiper .swiper-slide.active::before {
    content: "";
    position: absolute;
    right: -0.04rem;
    top: -0.04rem;
    width: 2.08rem;
    height: 1.24rem;
    background: url(../images/m/playing-border.png) no-repeat center/100% 100%;
  }
  .part2 {
    position: relative;
    width: 100%;
    background: url(../images/m/part2-bg.png) no-repeat left top/100% auto;
    padding: 0 0 0.4rem;
  }
  .part2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.3rem;
    background: url(../images/m/part2-top.png) no-repeat left top/100% 100%;
    z-index: 2;
  }
  .part2 .part-content {
    position: relative;
    padding-top: 6.12rem;
  }
  .part2 .part-content .part-title {
    display: none;
  }
  .part2 .part-content .name-bg {
    position: absolute;
    left: 50%;
    top: 0.5rem;
    width: 6.8rem;
    height: 3rem;
    transform: translateX(-50%);
  }
  .part2 .part-content .name-bg .picture {
    height: 100%;
    width: auto;
  }
  .part2 .part-content .hero-info {
    position: relative;
    width: 6.86rem;
    margin: 0 auto;
    z-index: 4;
  }
  .part2 .part-content .hero-info .hero-classes {
    font-size: 0.22rem;
    color: #03FCFF;
    line-height: 0.23rem;
    letter-spacing: 0.06rem;
    margin-bottom: 0.1rem;
  }
  .part2 .part-content .hero-info .hero-name {
    font-size: 0.56rem;
    color: #E9E9E9;
    line-height: 0.64rem;
    margin-top: 0.1rem;
  }
  .part2 .part-content .hero-info .hero-title {
    font-size: 0.32rem;
    color: #8C8C8C;
    line-height: 0.36rem;
    margin-top: 0.05rem;
  }
  .part2 .part-content .hero-info .hero-desc {
    width: 6.86rem;
    height: 2.62rem;
    padding: 0.44rem 0.24rem 0 0.24rem;
    margin-top: 0.28rem;
    background: url(../images/m/part2-desc-box.png) no-repeat center/100% 100%;
  }
  .part2 .part-content .hero-info .hero-desc .text {
    height: 1.92rem;
    font-size: 0.24rem;
    color: #7B7B7B;
    line-height: 0.32rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .part2 .part-content .hero-shadow {
    display: none;
  }
  .part2 .part-content .hero-picture {
    position: absolute;
    left: 50%;
    top: 0;
    width: 7.5rem;
    transform: translateX(-50%);
    overflow: hidden;
  }
  .part2 .part-content .hero-picture .picture {
    width: 100%;
  }
  .part2 .part-content .hero-picture::after {
    position: absolute;
    content: "";
    top: 5.1rem;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(180deg, rgba(41, 41, 41, 0) 0%, #121212 100%);
    pointer-events: none;
  }
  .part2 .part-content .hero-swiper {
    position: absolute;
    width: 1.2rem;
    height: 5rem;
    right: 0.2rem;
    top: 0.7rem;
    z-index: 4;
  }
  .part2 .part-content .hero-swiper .active-line {
    position: absolute;
    left: -0.8rem;
    top: 50%;
    width: 1rem;
    margin-top: -0.14rem;
    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: 1rem;
    height: 1rem !important;
    margin: 0 auto;
    cursor: pointer;
    font-size: 0;
  }
  .part2 .part-content .hero-swiper .swiper-slide .picture-box {
    position: relative;
    width: 0.75rem;
  }
  .part2 .part-content .hero-swiper .swiper-slide .picture-box img {
    width: 100%;
  }
  .part2 .part-content .hero-swiper .swiper-slide .picture-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rbga(39, 0, 117, 0.5);
  }
  .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 {
    position: absolute;
    content: "";
    width: 1.08rem;
    height: 1.08rem;
    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(39, 0, 117, 0.3);
  }
  .part2 .part-content .hero-swiper .swiper-button-prev,
  .part2 .part-content .hero-swiper .swiper-button-next {
    display: none;
  }
  .part-title2 {
    width: 7.02rem;
    height: 0.76rem;
    line-height: 0.5rem;
    background: url(../images/m/part-title-box.png) no-repeat center bottom/100% auto;
    font-size: 0.48rem;
    color: #E9E9E9;
    line-height: 0.56rem;
    text-shadow: 0px 2px 0px #000000;
    margin: 0 auto;
    text-align: center;
  }
  .part3 {
    position: relative;
    width: 100%;
    height: 11.2rem;
    background: url(../images/m/part3-bg.png) no-repeat center top/cover;
    padding-top: 1.2rem;
    z-index: 3;
  }
  .part3 .part-content {
    width: 6.86rem;
    margin: 0.36rem auto 0;
  }
  .part3 .news-swiper {
    position: relative;
    width: 100%;
    height: 3.86rem;
  }
  .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.48rem;
    right: 0.1rem;
    bottom: 0.1rem;
  }
  .part3 .news-swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    background: url(../images/part3-icon-bullet.png) no-repeat center/100% 100%;
    opacity: 1;
  }
  .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: 100%;
    height: 4.1rem;
    padding: 0.32rem 0.24rem;
    background: url(../images/m/news-list-box.png) no-repeat center/100% 100%;
  }
  .part3 .news-tab .tab-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(177, 177, 177, 0.17);
    margin-bottom: 0.2rem;
  }
  .part3 .news-tab .tab-nav .nav-list {
    display: flex;
  }
  .part3 .news-tab .tab-nav .nav-list .nav-item {
    height: 0.32rem;
    font-size: 0.28rem;
    color: #8C8C8C;
    line-height: 0.32rem;
    margin-right: 0.4rem;
  }
  .part3 .news-tab .tab-nav .nav-list .nav-item.active {
    color: #03FCFF;
    font-weight: 600;
  }
  .part3 .news-tab .tab-nav .btn-more {
    font-size: 0.24rem;
    color: #8C8C8C;
    line-height: 0.32rem;
  }
  .part3 .news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.18rem 0 0.15rem;
    margin-bottom: 0.3rem;
  }
  .part3 .news-item:hover .news-text {
    color: #E9E9E9;
  }
  .part3 .news-item .news-text {
    width: 4rem;
    font-size: 0.24rem;
    color: #7B7B7B;
    line-height: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .part3 .news-item .news-time {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.24rem;
  }
  .part4 {
    width: 100%;
    background: url(../images/m/part4-bg.jpg) no-repeat center top/100% 100%;
    padding: 0.94rem 0 1.2rem;
  }
  .part4 .btn-box {
    text-align: center;
    margin-top: 1.04rem;
  }
  .part4 .btn-box .btn-join-us {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 0.88rem;
    font-size: 0.42rem;
    line-height: 0.88rem;
    padding: 0 1.34rem 0 0.8rem;
    border: 1px solid #03FCFF;
    color: #03FCFF;
  }
  .part4 .btn-box .btn-join-us::after {
    content: "";
    position: absolute;
    right: 0.37rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/m/icon-right.png) no-repeat center/100% 100%;
  }
  .part4 .community-box {
    justify-content: center;
    margin-top: 0.6rem;
  }
  .part4 .community-box .icon {
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.12rem;
  }
  .inner-wrap {
    width: 100%;
    background: #121212 url(../images/m/inner-bg.png) no-repeat left top/100% auto;
    padding-top: 1.2rem;
  }
  .inner-wrap .banner-box,
  .inner-wrap .crumbs-nav {
    display: none;
  }
  .inner-wrap .main {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    min-height: calc(100vh - 3.15rem);
  }
  .inner-wrap .main .btn-back-home {
    position: absolute;
    height: 0.48rem;
    left: 0;
    top: 0;
    background: rgba(39, 0, 117, 0.3) url(../images/icon-left.png) no-repeat left center/0.32rem auto;
    font-size: 0.24rem;
    color: #e1e1e1;
    line-height: 0.48rem;
    padding: 0 0.15rem 0 0.35rem;
    border: 1px solid #666;
  }
  .inner-wrap .main .nav-list {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0.45rem;
  }
  .inner-wrap .main .nav-list .nav-item {
    font-size: 0.36rem;
    color: #E1E1E1;
    line-height: 0.5rem;
    margin: 0 0.3rem;
    padding-bottom: 0.16rem;
  }
  .inner-wrap .main .nav-list .nav-item.active {
    position: relative;
    font-size: 0.52rem;
    font-weight: bold;
    color: #03FCFF;
  }
  .inner-wrap .main .nav-list .nav-item.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.6rem;
    height: 0.04rem;
    background: #03FCFF;
  }
  .inner-wrap .main .news-list {
    padding: 0 0.32rem;
    height: calc(100vh - 5.1rem);
    overflow-y: auto;
  }
  .inner-wrap .main .news-list .news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.32rem;
  }
  .inner-wrap .main .news-list .news-item .news-text {
    display: block;
    width: 5.2rem;
    font-size: 0.26rem;
    color: #A5A5A5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .inner-wrap .main .news-list .news-item .news-text .icon-type {
    display: none;
  }
  .inner-wrap .main .news-list .news-item .news-time {
    font-size: 0.24rem;
    color: #666;
  }
  .inner-wrap .page-device {
    display: none;
  }
  .inner-wrap .load-more-tip {
    height: 0.4rem;
    margin: 0.4rem 0;
    font-size: 0.24rem;
    color: #8C8C8C;
    line-height: 0.28rem;
    text-align: center;
  }
  .inner-wrap .footer {
    background: #292929;
  }
  .detail-wrap {
    background: #121212 url(../images/m/inner-bg2.png) no-repeat left top/100% auto;
  }
  .detail-wrap .main {
    margin-bottom: 0;
  }
  .detail-wrap .news-top {
    padding: 0.7rem 0.8rem 0;
    height: 2.3rem;
    margin-bottom: 0.3rem;
  }
  .detail-wrap .news-top .news-title {
    font-family: "ArialBold";
    font-size: 0.36rem;
    color: #E9E9E9;
    line-height: 0.42rem;
    text-align: center;
    margin-bottom: 0.35rem;
  }
  .detail-wrap .news-top .news-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.2rem;
    color: #5e5e5e;
    line-height: 0.22rem;
  }
  .detail-wrap .news-detail {
    padding: 0 0.56rem 0.5rem;
    font-size: 0.24rem;
    color: #8C8C8C;
    line-height: 0.32rem;
    height: calc(100vh - 5.25rem);
    overflow-y: auto;
  }
  .detail-wrap .news-detail strong {
    color: #E1E1E1;
    line-height: 0.45rem;
  }
  .detail-wrap .news-detail img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0.2rem auto;
  }
  .wrap.arabic-wrap {
    font-weight: bold;
  }
  .wrap.arabic-wrap .game-info {
    text-align: left;
  }
  .wrap.arabic-wrap .hero-info {
    text-align: left;
  }
  .wrap.arabic-wrap .hero-info .hero-desc {
    background: url(../images/m/part2-desc-box2.png) no-repeat center/100% 100%;
  }
  .wrap.arabic-wrap .hero-swiper {
    right: 0.3rem;
    left: initial;
  }
  .wrap.arabic-wrap .hero-swiper .active-line {
    right: initial;
    left: -0.8rem;
    transform: rotate(0deg);
  }
  .wrap.arabic-wrap .hero-picture .picture {
    transform: scaleX(1);
  }
  .wrap.arabic-wrap .name-bg {
    display: flex;
    justify-content: flex-end;
  }
}	
