body {
    opacity: 0;
    -webkit-animation: show .1s forwards .5s;
    background: #fafbff;
}

@-webkit-keyframes show {
    100% {
        opacity: 1;
    }
}

.wrapper {
    margin: 0 auto;
    padding-bottom: .5rem;
    width: 7.5rem;
    font: .24rem "microsoft yahei";
    color: #8a8a8a;
}

.navTop {
    height: 1.1rem;
    background: #fff;
    z-index: 3;
}

.navTop .logo {
    margin-left: .3rem;
    height: 1.1rem;
}

.navTop .btn-recharge {
    float: right;
    margin-top: .2rem;
    margin-right: 0.2rem;
    width: 1.1rem;
    height: .48rem;
    font-size: .34rem;
    color: #353535;
    border: .02rem #7e7e7e solid;
    color: #7e7e7e;
    text-align: center;
    line-height: 1.4;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
}

.navTop .btn-login {
    float: right;
    margin-top: .2rem;
    margin-right: 0.7rem;
    width: 0.7rem;
    height: .48rem;
    font-size: .34rem;
    color: #7e7e7e;
    text-align: center;
    line-height: 1.4;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
}

.navTop .sltx {
    float: right;
    margin-top: .4rem;
    margin-right: .5rem;
    width: 3rem;
    height: .48rem;
    font-size: .20rem;
    color: #ff2a00;
    text-align: center;
    line-height: 1.4;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
}

.navTop .split {
    float: right;
    margin-top: .2rem;
    margin-right: 0.05rem;
    width: 0.1rem;
    height: .48rem;
    font-size: .34rem;
    color: #7e7e7e;
    text-align: center;
    line-height: 1.4;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
}

.navTop .btn-reg {
    float: right;
    margin-top: .2rem;
    width: 0.7rem;
    height: .48rem;
    font-size: .34rem;
    color: #7e7e7e;
    text-align: center;
    line-height: 1.4;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
}

.navTop .changeBtn {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: .4rem;
    right: .3rem;
    width: .4rem;
    height: .32rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
}

.navTop .changeBtn i {
    display: block;
    background: #7e7e7e;
    width: .51rem;
    height: .06rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.navTop .changeBtn i:nth-child(1),
.navTop .changeBtn i:nth-child(3) {
    background-image: url(https://pngpyj.boxiangyx.com/bxpyj/lobby/gw/new/ico_nav_01.png);
}

.navTop .changeBtn i:nth-child(2) {
    width: .39rem;
    background-image: url(https://pngpyj.boxiangyx.com/bxpyj/lobby/gw/new/ico_nav_02.png);
}

.navTop .changeBtn.cur i:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(0.1rem, .1rem);
    -moz-transform: rotate(45deg) translate(0.1rem, .1rem);
    -ms-transform: rotate(45deg) translate(0.1rem, .1rem);
    transform: rotate(45deg) translate(0.1rem, .1rem);
}

.navTop .changeBtn.cur i:nth-of-type(2) {
    display: none;
}

.navTop .changeBtn.cur i:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(0.1rem, -.1rem);
    -moz-transform: rotate(-45deg) translate(0.1rem, -.1rem);
    -ms-transform: rotate(-45deg) translate(0.1rem, -.1rem);
    transform: rotate(-45deg) translate(0.1rem, -.1rem);
}

.navList {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, .96);
    z-index: 2;
    box-sizing: border-box;
}

.navShow {
    -webkit-animation: bounceInDown .5s 0s ease-in-out both;
    animation: bounceInDown .5s 0s ease-in-out both
}

.navList ul {
    margin: .89rem auto 0;
    width: 6.28rem;
}

.navList ul li {
    height: .95rem;
    font-size: .28rem;
    text-align: center;
    color: #353535;
    line-height: 3.3;
    letter-spacing: 1px;
    border-bottom: 1px #E4E1E1 solid;
}

.navHide {
    -webkit-animation: fadeOutUp .5s 0s ease-in-out both;
    animation: fadeOutUp .5s 0s ease-in-out both;
}

.navList ul li a {
    color: #4a4a4a;
}

.header {
    height: 12.21rem;
    background: url(https://pngpyj.boxiangyx.com/bxpyj/lobby/gw/new/bg_header_v6.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.header .btnDownload {
    display: block;
    margin: 9.98rem auto 0;
    width: 3.52rem;
    height: 1.01rem;
    font-size: .44rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05rem;
    line-height: .98rem;
    box-shadow: 0 .03rem .03rem #fc6ce8 inset;
    border-radius: .2rem;
    background: -moz-linear-gradient(top, #DF397C 0%, #FE5E73 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DF397C), color-stop(100%, #FE5E73));
    background: -webkit-linear-gradient(top, #DF397C 0%, #FE5E73 100%);
    background: linear-gradient(to bottom, #DF397C 0%, #FE5E73 100%);
}

.title {
    padding: .4rem 0 .1rem;
    font-weight: bold;
    font-size: .34rem;
    color: #ec285b;
    letter-spacing: .02rem;
    border-bottom: .03rem #ec285b solid;
}

.title img {
    margin: 0 .08rem 0 .25rem;
    width: .43rem;
    vertical-align: text-bottom;
}

.title .btnMore {
    margin: .12rem .22rem 0 0;
    width: 1.37rem;
    height: .45rem;
    line-height: .45rem;
    font-weight: normal;
    font-size: .26rem;
    color: #ec285b;
    text-align: center;
    border: .01rem #EC285B solid;
    border-radius: .05rem;
}

.gameList {
    display: flex;
    margin: .4rem auto;
    justify-content: space-around;
    align-items: center;
}

.gameList li {
    width: 1.7rem;
    font-size: .22rem;
    text-align: center;
}

.gameList li .icoGame {
    width: 1.57rem;
}

.gameList li .btnDownload {
    display: block;
    margin: .2rem auto;
    color: #3d3d3d;
    letter-spacing: .01rem;
}

.gameList li .btnDownload img {
    margin-left: .05rem;
    width: .15rem;
}

.newsList .list li {
    margin: 0 auto;
    width: 6.9rem;
    line-height: .95rem;
    font-size: .26rem;
    border-bottom: .01rem #F9BECD solid;
}

.newsList .list li:last-child {
    border-bottom: none;
}

.newsList .list li a {
    display: flex;
}

.newsList .list .tag {
    margin-right: .3rem;
    color: #EC285B;
}

.newsList .list .text {
    margin-right: .1rem;
    width: 4.9rem;
    line-height: .95rem;
    font-size: .26rem;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    letter-spacing: .01rem;
}

.newsList .list .date {
    margin-right: .05rem;
    font-size: .22rem;
    color: #A5A5A5;
}

.footer .tips {
    margin: .6rem auto 0;
    width: 6.9rem;
    height: .73rem;
    background: #F3F3F3;
    text-align: center;
    line-height: .73rem;
    font-size: .24rem;
    border-radius: .05rem;
}

.footer .tips img {
    margin-right: .1rem;
    height: .28rem;
    vertical-align: middle;
}

.footer .botHref {
    margin: 0 auto;
    display: flex;
    width: 5.9rem;
    line-height: .97rem;
    border-bottom: .01rem #CCC solid;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer .botHref a {
    padding: 0 .15rem;
    font-size: .2rem;
    color: #EC285B;
    border-right: .01rem #CCC solid;
}

.footer .botHref li:last-child a {
    border: none;
}

.footer .detail {
    margin: .25rem auto;
    font-size: .16rem;
    color: #B8B6B6;
    text-align: center;
    line-height: 2;
}

.footer .detail a {
    color: #B8B6B6;
}

.footer .detail img {
    width: .25rem;
    margin: 0 .05rem;
}

.thickdiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    border: 0 none;
    opacity: 0.9;
    filter: alpha(opacity=50);
    z-index: 101;
}

.prompt {
    top: 5%;
    right: 18%;
    font-size: .36rem;
    color: #e3e3e3;
    letter-spacing: 1px;
    line-height: .55rem;
    z-index: 102;
}

.prompt img {
    margin: .2rem .3rem;
    width: .87rem;
    height: .87rem;
}

.prompt span {
    position: absolute;
}

.prompt .browser {
    top: 2.5rem;
    left: 1.3rem;
    font-size: .24rem;
    line-height: .3rem;
    text-align: center;
    color: #a3a3a3;
}

.prompt .arrow {
    top: -.5rem;
    right: -1rem;
    width: .98rem;
    height: .93rem;
    background: url(https://pngpyj.boxiangyx.com/bxpyj/lobby/hlddz/ico_arrow.png) no-repeat;
    background-size: 100% 100%;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: .01;
        filter: alpha(opacity=1);
        -webkit-transform: translate3d(0, -16rem, 0)
    }
    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0, 15px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -8px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 4px, 0)
    }
    100% {
        -webkit-transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: .01;
        filter: alpha(opacity=1);
        transform: translate3d(0, -16rem, 0)
    }
    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate3d(0, 15px, 0)
    }
    75% {
        transform: translate3d(0, -8px, 0)
    }
    90% {
        transform: translate3d(0, 4px, 0)
    }
    100% {
        transform: none
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate3d(0, -100%, 0)
    }
}