.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: #0a4d9e;
    border-color: #0a4d9e
}

.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%;
    float: left;
    background: #0a2566 url(../img/5dfb22_750x2531.jpg) top center no-repeat;
    background-size: cover;
    padding: .24rem .14rem;
    padding-bottom: .6rem
}

body,html {
    width: 100%;
    height: 100%
}

.head {
    width: 100%;
    height: .9rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.head img {
    width: 3.23rem
}

.head a {
    display: inline-block;
    width: 2.04rem;
    height: .56rem;
    background: url(../img/bfa4da_204x56.png) center no-repeat;
    background-size: cover
}

.banner {
    width: 100%;
    padding: .08rem 0;
    float: left
}

.banner ul {
    width: 100%
}

.banner ul li {
    width: 100%
}

.banner ul li img {
    width: 100%;
    border-radius: .1rem
}

.banner .swiper-pagination {
    bottom: .1rem!important
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: .14rem;
    margin: 0 .09rem;
    height: .14rem;
    opacity: .9;
    background-color: #fff
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0a4d9e;
    opacity: 1
}

.notice {
    width: 100%;
    height: .54rem;
    border: 1px solid #fff;
    border-radius: .27rem;
    background-color: #0a3a7a;
    padding-left: .64rem;
    margin: .12rem 0;
    position: relative;
    float: left
}

.notice marquee {
    width: 100%;
    line-height: .52rem;
    font-size: .26rem;
    font-family: arial;
    color: #fff
}

.notice img {
    position: absolute;
    left: .16rem;
    top: 50%;
    transform: translateY(-50%);
    width: .34rem
}

.lines {
    width: 100%;
    padding-top: .1rem;
    float: left
}

.lines .title {
    width: 100%;
    text-align: left;
    padding: .2rem 0;
    position: relative
}

.lines .title img {
    width: 3.78rem
}

.lines .title .btn-page {
    width: 1.2rem;
    height: .42rem;
    border: 1px solid #00f7fe;
    border-radius: .21rem;
    background-color: #0a4d9e;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.21rem
}

.lines .title .btn-page:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.12rem;
    width: 1px;
    height: .24rem;
    background-color: #95b7e9;
    z-index: 99
}

.lines .title .btn-page button {
    width: 50%;
    height: 100%;
    border: none;
    float: left;
    background: url(../img/f01207_16x24.png) center no-repeat;
    background-size: .16rem .24rem
}

.lines .title .btn-page button.swiper-prev {
    background: url(../img/04bd97_16x24.png) center no-repeat;
    background-size: .16rem .24rem
}

.lines .title .btn-page button:after {
    display: none
}

.lines .conts {
    width: 100%;
    padding-top: .12rem
}

.lines .conts ul {
    width: 100%
}

.lines .conts ul li {
    width: 100%
}

.lines .conts .items {
    width: calc(50% - .2rem);
    margin: .08rem .1rem;
    height: .72rem;
    border: 1px solid #00f7fe;
    background: #052a66;
    border-radius: .36rem;
    padding: 0 .1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left
}

.lines .conts .items a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.lines .conts .items button {
    width: 1rem;
    height: .48rem;
    background: url(../img/d761da_100x48.png) center no-repeat;
    background-size: 1rem .48rem
}

.lines .conts .items span {
    font-size: .24rem;
    color: #fff;
    font-family: arial
}

.lines .conts .items img {
    width: .4rem
}

.game {
    width: 100%;
    padding: .1rem 0;
    float: left;
    padding-top: .2rem
}

.game .title {
    width: 100%;
    text-align: center;
    font-size: .26rem;
    text-transform: uppercase;
    color: #fff;
    line-height: .5rem;
    font-weight: 700
}

.game .conts {
    width: 100%;
    display: flex;
    padding: .2rem 0;
    float: left;
    justify-content: space-between
}

.game .conts .items {
    width: 2.26rem;
    margin: 0 .05rem
}

.game .conts .items img {
    width: 2.26rem
}

.game .text {
    width: 100%;
    font-size: .26rem;
    line-height: .44rem;
    color: #fff;
    text-align: justify
}

.download {
    width: 100%;
    padding: .16rem 0;
    float: left
}

.download .items {
    width: 100%;
    text-align: center;
    margin: .08rem 0;
    float: left;
    position: relative
}

.download .items img {
    width: 7.02rem
}

.download .items button {
    width: 1.68rem;
    height: .52rem;
    background: url(../img/0d1e1e_168x52.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-.4rem,-50%)
}

.hots {
    width: 100%;
    text-align: center;
    padding-top: .2rem;
    float: left
}

.hots img {
    width: 6.76rem
}

.lines .lists {
    width: 100%;
    padding-top: .12rem
}

.lines .lists ul {
    width: 100%
}

.lines .lists ul li {
    width: 100%
}

.lines .lists .items {
    width: calc(50% - .2rem);
    margin: .08rem .1rem;
    height: .72rem;
    border: 1px solid #00f7fe;
    background: #052a66;
    border-radius: .36rem;
    padding: 0 .1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left
}

.lines .lists .items a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.lines .lists .items button {
    width: 1rem;
    height: .48rem;
    background: url(../img/d761da_100x48.png) center no-repeat;
    background-size: 1rem .48rem
}

.lines .lists .items span {
    font-size: .24rem;
    color: #fff;
    font-family: arial
}

.lines .lists .items img {
    width: .4rem
}