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
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

html {
    background: #f7f7f7;
}

body {
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    line-height: 1;
    color: #fff;
    -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
}

.mobile-wrap {
    position: relative;
    min-height: 100vh;
    width: 100%;
    float: left;
    background-color: #fff;
}

.head {
    width: 7.5rem;
    height: 1.2rem;
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    top: 0;
    background-color: #fff;
    box-shadow: rgba(200, 220, 230, 0.6) 0px 4px 10px;
    z-index: 999;
}

.head .logo {
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.head .logo img {
    width: 2.66rem
}

.head .lbtn {
    padding: .1rem .15rem;
    background: linear-gradient(350deg, #1f8ee4 0%, #73deff 90%, #73deff 100%);
    border-radius: .1rem;
    font-size: .24rem;
    color: #fff;
    height: auto;
    height: .6rem;
    display: flex;
    align-items: center;
    margin-left: -0.25rem;
}

.head .lbtn:hover {
    background: linear-gradient(350deg, #0c62ff 0%, #73deff 90%, #73deff 100%);
}

.head .rbtn {
    padding: .1rem .15rem;
    background: linear-gradient(350deg, #1f8ee4 0%, #73deff 90%, #73deff 100%);
    border-radius: .1rem;
    font-size: .24rem;
    color: #fff;
    height: auto;
    height: .6rem;
    display: flex;
    align-items: center;
    margin-right: -0.3rem;
}

.head .rbtn:hover {
    background: linear-gradient(350deg, #0c62ff 0%, #73deff 90%, #73deff 100%);
}

.lbtn img {
    width: .28rem;
    height: .36rem;
    margin-right: .1rem;
}

.rbtn img {
    width: .35rem;
    height: .36rem;
    margin-right: .1rem;
}

.banner {
    width: 100%;
    padding-top: 1.2rem
}

.banner img {
    width: 100%;
}

.enter {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: linear-gradient(360deg, #e3ebf1 0%, #fff 100%);

}

.enter span {
    width: 33%;
    padding: 0.1rem 0.1rem;
    font-size: .32rem;
    color: #178adc;
}

.enter span:nth-child(1) {
    text-align: left;
    padding: 0 0 0.03rem 0.3rem;
}

.enter span:nth-child(2) {
    position: relative;
    padding: 0.25rem 0;
    display: flex;
    justify-content: center;
}

.enter span:nth-child(3) {
    text-align: right;
    padding: 0 0.2rem 0.03rem 0;
}

.enter span a {
    display: block;
    width: 3.5rem;
    height: 1rem;
    position: absolute;
    bottom: 0;
    background-image: url(../img/enter.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.enter span a:hover {
    background-image: url(../img/enter_a.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.gameall {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.25rem auto;
}

.gameall ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gameall ul li {
    margin: 0.05rem 0;
}

.gameall ul li.game01 {
    width: 49.3%;
    height: 2.23rem;
}

.gameall ul .game01 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url("../img/gamebt01.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .32rem;
    color: #545b65;
    padding: 0.25rem 0 0 0;
}

.gameall ul .game01 a:hover {
    background-image: url("../img/gamebt01_a.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #007cfa;
}

.gameall ul li.game02 {
    width: 49.3%;
    height: 2.23rem;
}

.gameall ul .game02 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url("../img/gamebt02.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .32rem;
    color: #545b65;
    padding: 0.25rem 0 0 0;
}

.gameall ul .game02 a:hover {
    background-image: url("../img/gamebt02_a.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #007cfa;
}

.gameall ul li.game03 {
    width: 49.3%;
    height: 2.23rem;
}

.gameall ul .game03 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url("../img/gamebt03.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .32rem;
    color: #545b65;
    padding: 0.25rem 0 0 0;
}

.gameall ul .game03 a:hover {
    background-image: url("../img/gamebt03_a.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #007cfa;
}

.gameall ul li.game04 {
    width: 49.3%;
    height: 2.23rem;
}

.gameall ul .game04 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url("../img/gamebt04.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .32rem;
    color: #545b65;
    padding: 0.25rem 0 0 0;
}

.gameall ul .game04 a:hover {
    background-image: url("../img/gamebt04_a.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #007cfa;
}

.gameall ul li.game05 {
    width: 33%;
    height: 2.23rem;
    margin: 0.05rem 0.07rem 0.05rem 0;
}

.gameall ul .game05 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url("../img/gamebt05.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .32rem;
    color: #545b65;
    padding: 0.25rem 0 0 0;
}

.gameall ul .game05 a:hover {
    background-image: url("../img/gamebt05_a.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #007cfa;
}

.gameall ul li.game06 {
    width: 33%;
    height: 2.23rem;
}

.gameall ul .game06 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url("../img/gamebt06.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .32rem;
    color: #545b65;
    padding: 0.25rem 0 0 0;
}

.gameall ul .game06 a:hover {
    background-image: url("../img/gamebt06_a.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #007cfa;
}

.gameall ul li.game07 {
    width: 33%;
    height: 2.23rem;
}

.gameall ul .game07 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url("../img/gamebt07.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    font-size: .32rem;
    color: #545b65;
    padding: 0.25rem 0 0 0;

}

.gameall ul .game07 a:hover {
    background-image: url("../img/gamebt07_a.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #007cfa;
}

.tt {
    width: 93%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.tt img {
    width: 100%;
}

.tt .links {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.tt .links a {
    display: block;
    width: 33%;
    height: 0.84rem;
    margin: 0.3rem 0;
}

.tt .links a.signup {
    background-image: url("../img/signupbt.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.tt .links a.signup:hover {
    background-image: url("../img/signupbt_a.png");
}

.tt .links a.share {
    background-image: url("../img/sharebt.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.tt .links a.share:hover {
    background-image: url("../img/sharebt_a.png");
}

.tt .links a.recharge {
    background-image: url("../img/rechargebt.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.tt .links a.recharge:hover {
    background-image: url("../img/rechargebt_a.png");
}


.ft {
    width: 100%;
    margin: 0 auto;
    padding: 0.35rem 0.3rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4f7fb;
}

.ft h1 {
    width: 23%;
    text-align: center;
    font-size: .32rem;
    color: #545b65;
    margin-bottom: .3rem;
    padding: 0.1rem 0;
    border-bottom: #cde5fb 0.08rem solid;
}

.ft ul li {
    font-size: .24rem;
    color: #838b90;
    height: .4rem;
    line-height: .4rem;
}

.ft ul li a {
    color: #1a6aeb;
}

.ft ul li a:hover {
    text-decoration: underline
}

.popBox {
    width: 100%;
    position: absolute;
    height: auto;
    height: 100DVH;
}

.pop {
    width: min(95%, 700px);
    height: min(47vw,513px);
    position: fixed;
    /* position: relative; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.pop img {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -35px;
    top: -45px;
    z-index: 1001;
}

.close img {
    display: block;
    width: 40px;
    position: absolute;
}

.cover {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

@media screen and (min-width: 750px) {
    html {
        zoom: 75%;
    }
}