.move-touch {
    -webkit-overflow-scrolling: touch
}

.auto-center ul li .pict {
    display: table;
    width: 100%;
    text-align: center
}

.auto-center ul li .pict i {
    vertical-align: middle;
    display: table-cell
}

.vague {
    -webkit-filter: blur(2px);
    transition: .3s;
    -webkit-transition: .3s
}

.rogate {
    transition: .3s;
    -webkit-transition: .3s
}

.rogate:hover {
    transform: rotate(90deg)
}

.arrow {
    position: relative;
    line-height: 1;
    margin-left: .1rem
}

.arrow:before {
    content: "";
    position: absolute;
    top: -.02rem;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: .08rem solid;
    border-right: .08rem solid transparent;
    border-top: .08rem solid transparent;
    border-left: .08rem solid transparent
}

.arrow:after {
    content: "";
    position: absolute;
    top: .18rem;
    left: 0;
    width: 0;
    height: 0;
    border-top: .08rem solid;
    border-right: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
    border-left: .08rem solid transparent
}

.arrow.one:before {
    display: none
}

.arrow.one:after {
    top: .14rem
}

.border-top:before {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    width: 200%;
    top: 0;
    left: 0
}

.border-bottom:after {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    width: 200%;
    bottom: -1px;
    left: 0
}

.flex-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.flex-slide>* {
    flex-shrink: 0
}

.box-space-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.box-space-between>* {
    flex-shrink: 0
}

.touch-state {
    position: relative
}

.touch-state label {
    position: relative;
    background: #fff;
    display: block;
    width: .9rem;
    height: .45rem;
    border: 1px solid #ccc;
    border-radius: .3rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.touch-state label:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    width: .41rem;
    height: .41rem;
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.touch-state input {
    position: absolute;
    z-index: 0;
    opacity: 0;
    left: 45%;
    top: 20%
}

.touch-state input:checked+label {
    background: #47b92c;
    border-color: #47b92c
}

.touch-state input:checked+label:after {
    left: calc(100% - .41rem)
}

.swiper-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    position: relative
}

.swiper-slide {
    flex-shrink: 0;
    position: relative
}

.mohu {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)
}

.fixed-top {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
    background: #fff
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff
}

.column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.column>* {
    column-count: 1;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: center
}

a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
    margin: 0;
    padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400
}

table {
    border-spacing: 0
}

body {
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    line-height: 1;
    color: #333;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

li {
    list-style-type: none;
    float: left
}

a {
    text-decoration: none;
    color: #333;
    outline: 0
}

img {
    border: none;
    vertical-align: middle
}

em,
i,
var {
    font-style: normal
}

button {
    font-family: "microsoft yahei", Arial;
    outline: 0;
    cursor: pointer;
    font-size: .26rem;
    border: none
}

iframe {
    border: none
}

input,
select,
textarea {
    outline: 0;
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    border-radius: 0;
    border: none;
    background: 0 0
}

input:disabled {
    opacity: 1;
    color: #333
}

button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border: none;
    background: 0 0
}

textarea {
    resize: none
}

.ico {
    display: inline-block;
    vertical-align: middle
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.hide {
    display: none !important
}
.mobile-wrap {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background: #fff;
}
.banner-box {
    background: url(../image/bg.png) center top no-repeat;
    background-size: 100% auto;
}
.banner-box .logo {
    margin: 0 auto;
    padding: .4rem 0 0;
    width: 4rem;
    display: block;
}

body,
html {
    width: 100%;
    height: 100%
}

.banner {
    width: 100%;
    position: relative
}

.banner ul {
    width: 100%
}

.banner ul li {
    width: 100%;
    position: relative
}

.banner ul li .imgs {
    width: 100%
}

.banner ul li .imgs img {
    width: 100%;
    display: block;
}

.banner ul li .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

.banner ul li .text .btns {
    width: 100%;
    text-align: center;
    padding-bottom: .1rem
}

.banner ul li .text .btns button {
    width: 3.58rem;
    height: 1.52rem;
    background: url(../image/ac8812_358x152.png) center no-repeat;
    background-size: 3.58rem 1.52rem;
    -webkit-animation: myfirst 1s infinite;
    animation: myfirst 1s infinite
}

.banner ul li .text .btns button:nth-child(2) {
    background: url(../image/b631b2_358x152.png) center no-repeat;
    background-size: 3.58rem 1.52rem
}

.banner ul li .text .btns a {
    display: inline-block;
    width: 3.58rem;
    height: 1.52rem;
    background: url(../image/b631b2_358x152.png) center no-repeat;
    background-size: 3.58rem 1.52rem;
    -webkit-animation: myfirst 1s infinite;
    animation: myfirst 1s infinite
}

.banner ul li .text .txts {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .3rem;
    line-height: .42rem
}

.banner ul li .text .txts em {
    color: #ffd800
}

.banner .swiper-pagination {
    bottom: .06rem !important;
    width: 100%;
    text-align: center
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: .36rem;
    margin: 0 .09rem;
    height: .04rem;
    opacity: .6;
    border-radius: .02rem;
    background-color: #fff
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    width: .72rem
}
.g-title {
    width: 100%;
    position: relative;
}
.g-title img {
    width: 100%;
}
.g-title .app {
    position: absolute;
    bottom: .5rem;
    width: 6rem;
    left: 50%;
    transform: translate(-50%, 0);
    animation: zoom ease 1s infinite;
    transform-origin: 50% 0;
}
@keyframes zoom {
    50% {
        transform: scale(1.04) translate(-50%, 0);
    }
}
.game {
    width: 100%;
}

.game .title {
    color: #000;
    text-align: center;
}

.game .title img {
   width: 100%;
   display: block;
}

.game .conts {
    width: 100%;
    padding-top: .2rem
}

.game .conts .list {
    width: 100%;
    margin: .3rem 0;
}

.game .conts .list ul {
    width: 100%;
    transition-timing-function: linear
}

.game .conts .list ul li {
    width: 1.52rem;
    height: 1.86rem;
    margin-right: .24rem
}

.game .conts .list ul li img {
    width: 100%;
    height: 100%
}

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

.logins {
    width: 100%;
}
.logins img {
    width: 100%;
    display: block;
}
.logins .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.logins .title #refresh {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5rem;
    height: 0.6rem;
}

.logins .title span {
    font-size: .32rem;
    color: #000
}

.logins .title span img {
    width: 100%;
    display: block;
}

.discount {
}
.discount .title {
    padding: 0 0 .3rem;
}
.discount img {
    width: 100%;
    display: block;
}
.product {
    width: 100%;
    position: relative;
}
.product img {
    width: 100%;
}

.product .title {
    width: 100%;
    padding: .5rem 0 0;
}

.product .title img {
    width: 100%;
    display: block;
}

.product .list {
    width: 100%;
    padding: .22rem .3rem;
    margin-top: .4rem;
    position: absolute;
    top: 0.4rem;
    background: url(../image/kuang.png) no-repeat;
    background-size: 100% auto;
    height: 3.7rem;
}
.product .list video {
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.product .list ul {
}

.product .list ul li {
}

.product .list ul li img {
    transition: .5s;
    border-radius: .2rem;
}
.product .list .swiper-wrapper {
    
}
.product {
    position: relative;
}
.product .commentImg {
    width: 100%;
    display: block;
    padding-bottom: 2rem;
}

.footer {
    background: #474747;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: .3rem .5rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    max-width: 750px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.footer .btn {
    border-radius: 2rem;
    text-align: center;
    color: #fff;
    font-size: .35rem;
    flex: 1;
    padding: .2rem 0;
}
.footer .btn1 {
    background: #1678ff;
    margin-right: .2rem;
}
.footer .btn2 {
    background: #ffaa09;
}

.fix-service {
    position: fixed;
    right: 50%;
    margin-right: -3.75rem;
    top: 36%;
    margin-top: -.96rem;
    z-index: 88
}

.fix-service img {
    width: 1.24rem
}

@-webkit-keyframes myfirst {
    from {
        transform: scale(1)
    }
    50% {
        transform: scale(.9)
    }
    to {
        transform: scale(1)
    }
}

@keyframes myfirst {
    from {
        transform: scale(1)
    }
    50% {
        transform: scale(.9)
    }
    to {
        transform: scale(1)
    }
}
.logins {
    position: relative;
}
.logins .list {
    position: absolute;
    top: .8rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: .4rem;
    padding-bottom: .5rem;
    margin: 0 .3rem;
    text-align: center;
}

.logins .list .title {
    margin: .4rem 0 .3rem
}

.logins .list .title img {
    width: 5.4rem;
    height: .3rem
}

.logins .list ul {
    margin: 0 auto;
    padding: 0 .2rem;
}

.logins .list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .3rem;
    height: .6rem;
    line-height: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.logins .list .ms {
    display: inline-block;
    font-size: .28rem;
    flex: .6;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f3c57d;
    color: #000;
    border: 1px solid #f3c57d;
    border-radius: 4px 0 0 4px;
}

.logins .list .lj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .1rem
}
.logins .list .url {
    flex: 2;
    color: #fff;
    background: #000;
    border: 1px solid #f3c57d;
    border-left: none;
    margin: 0 .2rem 0 0;
    text-align: center;
    font-size: .28rem;
    border-radius: 0 4px 0 4px;
}

.logins .list .url img {
    width: .5rem;
    height: .5rem;
    vertical-align: middle;
    margin-right: .2rem
}

.logins .list .jt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .1rem
}

.logins .list .jt img {
    width: .72rem;
    height: .32rem
}

.logins .list .btn-open {
    display: block;
    flex: 1;
    background: url(../image/open.png) no-repeat;
    background-size: 100% auto;
    text-align: center;
    border-radius: 4px;
    height: .65rem;
}
.logins .list .btn-open a {
    display: inline-block;
    width: 100%;
    font-size: .26rem;
    font-weight: 400;
    color: #fff;
}
.h5-toast .h5-contain {
    position: relative;
    display: block;
}
.cover {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1200;
    display: none;
}

.h5-toast .h5-contain .h5-list {
    width: 100%;
    background-color: rgba(0,0,0,.8);
    padding: .3rem .2rem 0 .2rem;
    border-radius: .1rem;
    box-sizing: border-box;
    font-size: .3rem;
    color: #333;
    border: 1px solid #fff;
    min-height: 1rem
}

.ms-contain-square {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end
}

.ms-contain-square>span {
    width: .14rem;
    height: .38rem;
    margin-right: .1rem;
    border-radius: .07rem;
    background-color: green
}

.ms-contain-square>span:first-child {
    height: .25rem
}

.ms-contain-square>span:last-child {
    height: .54rem
}

.h5-contain,.line-contain,.right-content {
    font-size: .37rem
}

.h5-contain .top-box,.line-contain .top-box,.right-content .top-box {
    text-align: right;
    margin-bottom: .6rem
}

.h5-contain .top-box .refresh-btn,.line-contain .top-box .refresh-btn,.right-content .top-box .refresh-btn {
    height: .8rem;
    line-height: .8rem;
    padding: 0 .3rem;
    background-color: #1678ff;
    border-radius: .2rem;
    color: #fff;
    flex-shrink: 0;
    margin-left: 5px;
    display: inline-block;
    font-size: .37rem;
    cursor: pointer
}

.h5-contain .content-box,.line-contain .content-box,.right-content .content-box {
    width: 100%;
    font-size: .37rem
}

.h5-contain .content-box .line-box,.line-contain .content-box .line-box,.right-content .content-box .line-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0
}
.content-box .line-box .ms-text {
    margin-top: 5px
}

.content-box .line-box .line-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1.4rem
}

.content-box .line-box .line-name-box {
    margin: 0 .2rem;
    white-space: nowrap
}

.content-box .line-box .go-game-btn {
    height: .8rem;
    padding: .1rem .3rem;
    background-color: #1678ff;
    border-radius: .2rem;
    color: #fff;
    flex-shrink: 0;
    cursor: pointer;
    max-width: 30%;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: .2rem
}

.content-box .line-box .middle-box {
    width: 50%;
    text-align: left
}

.content-box .line-box-style3 .middle-box {
    width: 40%
}

.h5-contain .top-box {
    margin-bottom: .2rem;
    padding-right: .4rem
}

.h5-list .line-box .middle-box {
    color: #fff
}

.toast-contain {
    max-width: 700px;
    width: 90%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%)
}

.toast-contain .toast-close-btn {
    width: 1rem;
    height: 1rem;
    background: url(../image/btn_xf_close.png) no-repeat center center/contain;
    margin: .53rem auto 0;
    text-align: center;
    display: block;
    background-size: cover
}

.toast-contain .download-contain .download-list {
    width: 100%;
    padding: .8rem 5%;
    border-radius: .2rem;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.5);
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.toast-contain .download-contain .download-list::after {
    clear: both;
    content: '';
    display: block
}

.toast-contain .download-contain .download-list>li {
    width: 80%;
    float: left;
    font-size: .4rem;
    border: 1px solid #fff;
    padding: 0 0 0 1rem;
    height: 1.1rem;
    border-radius: .2rem;
    box-sizing: border-box;
    margin-top: .6rem;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center
}

.toast-contain .download-contain .download-list>li:first-child {
    margin-top: 0
}

.download-contain .download-list>li>img {
    width: .6rem;
    position: absolute;
    left: .2rem
}

.download-contain .download-list>li .text-box {
    color: #fff;
    text-align: center;
    width: calc(100% - .6rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.toast-contain .download-contain .android-download-list>li {
    width: 80%;
    float: none!important
}
