* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #010101;
}
.wrapper {
    font-family: 'PingFang HK';
    /*background-image: url("../img/bg.jpg");*/
    overflow-x: hidden;
    max-width: 100vw;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
.net-top {
    position: absolute;
    top: 3vw;
    right: 15vw;
    z-index: 99;
    font-size: 12px;
    font-weight: bolder;
    color: #ebaf26;
}
.net-top span {
    display: inline-block;
    width: 30vw;
    text-align: center;
    height: 5vw;
    line-height: 5vw;
}
.net-top img {
    position: absolute;
    right: -10vw;
    top: 2.8vw;
    width: 8vw;
    height: 4.8vw;
    animation: sloganMove 2s infinite;
}

.top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top .logo {
    width: 34.4vw;
    height: 10.8vw;
    margin-top: 1.87vw;
}
@font-face{
    font-family: 'PingFang-SC-Regular';
    src: url('../fonts/ds-digi-1.ttf');
}
.slogan {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slogan-top {
    width: 100vw;
    height: 23.2vw;
    background-image: url(../img/-Z11.png);
    background-size: 65.73vw 100%;
    position: relative;
    border-radius: 8px;
    background-position-x: 2.6667vw;
    background-repeat: no-repeat;
    /*margin-top: 16vh;*/
}

.slogan-img {
    position: absolute;
    width: 27.27vw;
    height: 23.67vw;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    animation: sloganMove 2s infinite;
}
.breathe{
    transform: translateY(-50%);
    animation: sloganMove 2s infinite;
}

.slogan-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2.67vw;
    margin-bottom: 4vw;
    font-size: 3.2vw;
    letter-spacing: 0.2em;
    color: #7C7D8B;
}

.wrapper .slider-main {
    position: relative;
    background: url("../img/bg_01.gif") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    /*overflow: hidden;*/
    padding-bottom: .3rem;
}
.wrapper .wap-content {
    background: url("../img/bg_02.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
}
.slider-main .swiper-wrapper .swiper-slide .img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-main .swiper-wrapper .swiper-slide img {
    height: 66.67vw;
}

.slider-main .swiper-container {
    width: 79.47vw;
    height: 66.67vw;
}

.swiper-button-prev {
    margin-left: 1.73vw;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.swiper-button-next {
    margin-right: 1.73vw;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.ios-btn-container {
    width: 100%;
    margin: 2.8667vw 0 3.6667vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.im-download {
    width: 100%;
    height: 12.4vw;
    margin: 0 auto 0.6667vw;
    animation: move 1.2s infinite;
}

.h5-address {
    width: 94.1333vw;
    height: 40vw;
    margin: 0 auto;
}

.address {
    position: relative;
    width: 94.1333vw;
}

.address .net-text {
    width: 100vw;
}
.search-btn {
    width: 17vw;
    height: 10.6vw;
    position: absolute;
    top: 9.4vw;
    right: 11vw;
    z-index: 2;
    animation: move 1.2s infinite;
}

.linear-bg {
    width: 100%;
}
.countDown{
    width: 88%;
    margin: 0 auto;
  }
  .countDown div{
    width: 48%;
    height: 52px;
    background: url(../img/djs.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    text-align: center;
  }
  .countDown div p:first-child{
    font-weight: bold;
    font-size: 16px;
    color: #aa0f14;
    margin-top: 5px;
  }
  .countDown div p:last-child{
    font-family: 'PingFang-SC-Regular';
      font-size: 24px;
      font-weight: bold;
      color: #ff0000;
  }
.countDown div p span {
    vertical-align: middle;
}
  .countDown div p:last-child span{
    vertical-align: middle;
  }
  .clearfix:after{content: "";width: 0;height: 0;clear: both;display: block;visibility: hidden;}
  .fl {
    float: left;
}
.fr {
    float: right;
}
.nav-box {
    width: 100%;
    padding-bottom: 1rem;
    margin-top: -0.5rem;
    position: relative;
    z-index: 9;
}
.nav-box img {
    width: 100%;
    height: 55px;
}
.address-item {
    height: 8vw;
    display: flex;
    justify-content: space-between;
    margin: 0 0 1.73vw 3.33vw;
    border-radius: 2.13vw;
    text-decoration: none;
}

.address-item .site {
    width: 21.33vw;
    height: 8vw;
    background-color: #ce0100;
    border-radius: 4vw 0 0 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.67vw;
    font-weight: 600;
}

.line_container {
    display: flex;
    flex-grow: 1;
}

.site-enter {
    width: 27.87vw !important;
    height: 8.4vw;
    margin-left: 2.27vw;
}

.site-text {
    font: size 4.13vw;
    font-weight: 600;
    color: #ffffff;
    background-color: #050505;
    line-height: 8vw;
    text-align: center;
    border-radius: 0 4vw 4vw 0;
    flex-grow: 1;
}

.ios-btn-container .ios-load-btn img {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 4.33vw;
}

.game-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
}

.game-content .discount-title {
    width:100%;
    margin: 0 auto;
}
.game-recommon {
    width: 94%;
    margin: 5% auto 2%;
    background: url("../img/game-bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 1rem 0;
    overflow: hidden;
}
.game-swiper ul, .game-swiper ul li {
    list-style: none;
}
.game-swiper {
    margin: 0 2%;
    overflow: hidden;
}
.game-swiper ul {
    width: 100%;
    transition-timing-function: linear;
}
.game-swiper ul li {
    width: 5rem;
    height: 4.5rem;
    margin-right: .3rem
}

.game-swiper ul li img {
    width: 100%;
    height: 100%
}

.game-swiper:last-child {
    padding-left: .24rem
}

.game-recommon .game-line-img {
    width: 100%;
    display: flex;
    justify-content: center;
}
.game-line-img img {
    width: 90px;
    margin: 0 1%;
    height: 80px;
}
.discount-cont{
    width:100%;
    margin: 4% auto 2%;
}
.net-box {
    width: 94%;
    margin: .2rem auto 1rem;
    background: #1c1c1c;
    padding: .8rem 0 .6rem;
}
.net-box >img {
    display: block;
    max-width: 90%;
    height: 28px;
    margin: 0 auto .5rem;
}
.net-box >img.net1{
    animation: sloganMove 2s infinite;
    position: absolute;
    right: 8%;
    margin-top: -23px;
}
.net-box ul {
    padding: 0 1.2rem;
}
.net-box ul li {
    display: flex;
    font-size: 12px;
    color: #fff;
    margin-bottom: 2%;
    height: 26px;
    line-height: 26px;
    /* animation: move 1.2s infinite; */
}
.net-box ul li >span {
    background: url("../img/djs.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 20%;
    text-align: center;
    color: #1c1c1c;
    font-weight: bolder;
}
.net-box ul li p {
    width: 56%;
    background: #474543;
    font-size: 14px;
}
.net-box ul li p span.spand{
        font-size: 15px;
        margin-left: -4px;
}
.net-box ul li p span.spandd{
    
        margin-left: -2px;
}
.net-box ul li b {
    font-size: 12px;
    color: #ccc;
    margin-right: 15%;
    padding-left: 2px;
    font-weight: normal;
}
.net-box ul li a {
    background: url("../img/djs.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 20%;
    margin-left: 4%;
    text-align: center;
    color: #1c1c1c;
    font-weight: bolder;
    border-radius: 6px;
}
/*.game-swiper .swiper-wrapper {*/
    /*width: 100%;*/
    /*transition-timing-function: linear;*/
/*}*/
/*.game-swiper .swiper-slide img{*/
    /*width: 90px;*/
    /*height: 80px;*/
/*}*/
/*.game-recommon .game-line-img {*/
    /*width: 100%;*/
    /*display: flex;*/
    /*justify-content: center;*/
/*}*/
/*.game-line-img img {*/
    /*width: 90px;*/
    /*margin: 0 1%;*/
    /*height: 80px;*/
/*}*/
.discount-cont{
    width:100%;
}
.game-activity {
    width: 100%;
    margin-top: 5%;
}
.game-activity ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 1%;
}
.game-activity ul li {
    position: relative;
    width: 31.3%;
    margin: 0 1%;
    margin-bottom: 2%;
}
.game-activity ul li::marker {
    font-size: 0;
}
.game-activity ul li img:first-child {
    width: 100%;
    height: 150px;
}
.game-activity ul li img:last-child {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    animation: move 1.2s infinite;
}
.game-activity p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 3%;
}
.game-activity p span {
    font-size: 12px;
    color: #333;
    background: #f8f8f3;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 100px;
    display: inline-block;
    margin-left: 5px;
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.banner-wrapper {
    position: relative;
    width: 88.53vw;
    height: 34.8vw;
    margin-top: 4.13vw;
}

.banner-wrapper .swiper-slide {
    width: 88.53vw;
}

.banner-wrapper .swiper-slide img {
    width: 88.53vw;
}

.left {
    position: absolute;
    left: -4vw;
    top: 32.4vw;
    z-index: 10;
}

.right {
    position: absolute;
    right: -4vw;
    top: 32.4vw;
    z-index: 10;
}

.left img,
.right img {
    width: 2.9333vw;
    height: 4.2667vw;
}

.hot-game {
    width: 75.2vw;
    height: 6.6667vw;
    margin: 6.1333vw 0 6vw;
}

.hot-game-list {
    width: 100%;
    margin: 6.1333vw 0 6vw;
}
.chess-palyer {
    width: 97.2vw;
    height: 56.2667vw;
    margin: 6.2667vw 0 18.5333vw;
}

.dialog-wapper {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99999;
    display: none;
}

.d-content {
    position: relative;
    top: 50vw;
}

#close {
    width: 11.3333vw;
    height: 11.3333vw;
    position: absolute;
    right: 8.2667vw;
    top: -8.5333vw;
}

.dialog-img {
    width: 60vw;
    height: 89.6vw;
    position: absolute;
    left: 20%;
    animation: rock 1s 0s ease-in-out infinite;
}

.footer-wrapper {
    width: 100%;
    height: 19.2vw;
    background-image: url("../img/footer-bg.png");
    background-size: 100% 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.footer-wrapper .text-img {
    position: absolute;
    width: 21.07vw;
    height: 7.47vw;
    left: 49.2vw;
    margin-top: 5.67vw;
    animation: move 1.2s infinite;
}

.footer-btn {
    width: 14.4vw;
    height: 14.67vw;
    margin-top: -7.33vw;
    position: absolute;
    right: 2.6667vw;
    top: 50%;
    animation: move 1.2s infinite;
}

.service {
    position: fixed;
    top: 16%;
    z-index: 888;
    display: flex;
    flex-direction: column;
     right: 1.6%;
}
.service a{
    margin: -0.5vw;
}
.service .close{position: absolute;right: -29px;top:0;z-index:999}
.service .close img{
    width: 38%;
}
.service-container img {
    width: 16.53vw;
}
.update-container img {
    width: 16.53vw;
}
.install-container img {
    width: 16.53vw;
}
.text-swiper {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 18%;
    z-index: 2;
    width: 50%;
    height: 26px;
    font-size: 20px;
    color: #e9b038;
    overflow: hidden;
    text-align: center;
}
.mask-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: rgba(0,0,0,.6);
    display: none;
}
.mask-wrap .mask-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background: url("../img/mask-bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 5% 0 10%;
}
.mask-wrap .mask-content .close-btn {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 9999;
    width: 25px;
    height: 25px;
}
.mask-wrap .mask-content .title {
    display: block;
    width: 50%;
    margin: 0 auto;
}
.mask-wrap ul {
    padding: 2% 3% 5%;
}
.mask-wrap ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #838383;
    padding: 10px 0;
}
.mask-wrap ul li span{
    color: #88471f;
}
.mask-wrap ul li b {
    color: #9bd652;
    padding-right: 5px;
}

.xrbar1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 200;
    display: none;
  }
.btn-controls {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.btn-xinren {
    display: block;
    width: 58%;
    margin: 27% auto 0;
    height: 40px;
}
.btn-close {
    display: block;
    width: 42%;
    margin: 5% auto 0;
    height: 40px;
}


@media screen and (min-width:750px) {
    .wrapper {
        margin: 0 auto;
        max-width: 750px !important;
        background-color: #fafbff;
    }
    .logo {
        width: 258px !important;
        height: 81px !important;
    }
    .swiper-container {
        width: 718px !important;
        height: auto !important;
    }
    .slider-main .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .d-content {
        top: 150px;
    }
    #close {
        width: 45px;
        height: 45px;
        right: 8.2667vw;
        top: -70px;
    }
    .dialog-img {
        width: 280px;
        height: 420px;
        left: 50%;
        margin-left: -140px;
    }
    .footer-wrapper {
        width: 750px;
        height: 144px;
        position: relative;
    }
    .footer-btn {
        margin-top: -35px;
        width: 100px;
        height: 100px;
        top: 57px;
    }
    .footer-wrapper .text-img {
        left: 369px;
        width: 158px;
        height: 56px;
        margin-top: 47px;
    }
    .slogan-top {
        width: 723px;
        height: 215px;
        background-size: 493px 174px;
        top: 81px;
    }
   
    .im-download {
        width: 600px;
        height: 103px;
    }
    .h5-address {
        width: 706px;
        height: 270px;
    }
    .game-content .discount-title {
        width: 647px;
        height: 50px;
        margin-top: 48px;
    }
    .box {
        width: 678px;
        height: 582px;
        overflow: hidden;
    }
    .main {
        width: 678px;
        height: 500px;
    }
    .item img {
        width: 279px;
        height: 433px;
    }
    .hot-game {
        width: 564px;
        height: 50px;
        margin: 0px 0 45px;
    }
    .hot-game-list {
        width: 666px;
        margin-bottom: 11px;
    }
    .game-activity ul li img:first-child{
        height: 100%;
    }
    .service {
        position: fixed;
        right: 50%;
        z-index: 88;
        margin-right: -23.65rem;
        top: 50%;
        margin-top: -0.97rem;
    }
    .service .service-container img {
        width: 163px;
    }
    .update-container img {
        width: 163px;
        height: auto;
    }
    .install-container img {
        width: 241px;
        right: -39px;
    }
    .address {
        width: 706px;
        height: 183px;
        /* margin-top: 35px; */
        /* top: 30px; */
    }
    .address .net-text {
        width: 682px;
    }
    .address-item {
        height: 60px;
        margin-bottom: 20px;
        margin-left: 13px;
    }
   
    .address-item .site {
        width: 160px;
        height: 60px;
        font-size: 20px;
    }
    .site-enter {
        width: 209px !important;
        height: 50px;
        font-size: 20px;
    }
    .site-text {
        font-size: 20px;
        line-height: 60px;
    }
    .banner-wrapper .swiper-slide img,
    .banner-wrapper {
        width: 664px;
        height: 261px;
    }
    .banner-wrapper {
        margin-bottom: 37px;
    }
    .service .close img{
        width: 100%;
    }
    .service .close{
        right: 10px;
    }
    .service a{
        margin: 0.5vw;
    }
    .install-container img{
        width: 163px;
    }

    .search-btn {
        width: 125px;
        height: 81px;
        top: 3.4vw;
        right: 7vw;
    }

    .slogan-img {
        width: 28%;
        height: 170px;
        margin-top: -30px;
        right: -10px;
    }
    .swiper-container.text-swiper{
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        left: 14%;
        z-index: 2;
        width: 50% !important;
        height: 40px !important;
        font-size: 32px;
        color: #e9b038;
        overflow: hidden;
        text-align: center;
    }
    .mask-wrap .mask-content {
        padding: 5% 0 4%;
        bottom:0 !important;
    }
    .mask-wrap ul li span{
        font-size: 40px;
    }
    .game-content{
        margin-top: -10%;
    }
    .nav-box{
        position: absolute;
    }
    .nav-box img {
    width: 72%;
    height: 100%;
    margin-left: 86px;
}
.net-top {
    position: relative;
 
}
.net-top img {
     position: absolute;
     right: -14.5vw;
     top: 16px;
     width: 12%;
     height: 3.8vw;
     animation: sloganMove 2s infinite;
}
.net-top span{
     font-size: 28px;
     position: absolute;
     left: 71%;
     top: -19px;
}
.net-box ul li p span.spand{
        font-size: 14px;
        margin-left: -8px;
}
.net-box ul li p span.spandd{
    margin-left: -6px;
    
}



}
@media screen and (min-width:1420px){
    .net-top span{
        top:-26px;
    }
   
} 
@media screen and (min-width:1600px){
    .net-top span{
        top:-35px;
    }
      .net-top img{
        top:9px
          
      }
   
} 
@media screen and (min-width:1920px){
    .net-top span{
        top:-55px;
    }
    .net-top img{
        top:-1px;
        height:2.8vw;
    }
} 

@keyframes rock {
    15%,
    45% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        transform-origin: 50% 100%;
    }
    30% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        transform-origin: 50% 100%;
    }
    60%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }
}

@keyframes move {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes sloganMove {
    0% {
        transform: translateY(-50%) scale(1);
    }
    25% {
        transform: translateY(-50%) scale(.95);
    }
    50% {
        transform: translateY(-50%) scale(1);
    }
    75% {
        transform: translateY(-50%) scale(.95);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}