*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-user-select:none}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,iframe,img{border:0}
body{margin:0 auto;background-color: #5617e0;background-image: linear-gradient(to right,#9d4dec, #480edf);}
canvas{position: absolute;top:4rem;right:25%;width:1.7rem;height:3rem;}
.m{width:100%;height: 100%;background:#5617e0 url('bg.jpg') no-repeat top center;background-size: auto 100%;position: absolute;left:0;top:0;}
.fix{position: fixed;bottom:0;left:0;width:100%;background-color:rgba(0,0,0,0.5); height: 1.5rem;}
.main{width:6.9rem;padding:0 0.3rem;margin:0 auto;height:0.8rem;display: table;}
.main .logo{padding-left:1rem;background: url('logo.png') no-repeat;background-size:contain;float: left;font-size: 0.24rem; color:#fff;margin-top:0.3rem;}
.main .logo span{font-size:0.36rem;display: block;}
.main .download{float:right;height:0.66rem;}
.main .download img{width:2.88rem;height:0.66rem;}

.fixpay{
    position: absolute;
    z-index: 999;
    top:0;
    right:0;
}
.fixpay a{
    display: block;
    background:rgba(0,0,0,0.3);
    border-radius: 1rem 0 0 1rem;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 10px;
}
.asall{
    display: flex;
    justify-content:center;
    font-size: 0.3rem;
    flex-wrap: wrap;
    color:#fff;
}
.asall a{
    color:#fff;
}
#page1,#page2{
    position: relative;
    padding-top:2.5rem;
}
#page2{
    display: none;
    padding-top:1rem;
}
.asmain{
    position: relative;
}
.sbg {
    width: 5rem;
    height: 8.8rem;
    border-radius: 0.4rem;
    border: solid 0.2rem #684bfc;
    display: flex;
    overflow: hidden;
}
.sbg img{
    height:100%;
}
.sitename{
    position: absolute;
    top: 0.3rem;
    text-align: center;
    font-size: 0.4rem;
    color: #fff;
    width: 100%;
}
.gift{
    display: none;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.gift1{
    width: 1rem;
    height: 0.88rem;
    top: 2rem;
    left: 5rem;
    background-image: url(gift1.png);
}
.gift2{
    width: 1rem;
    height: 1rem;
    top: -1rem;
    left: 0.2rem;
    background-image: url(gift2.png);
}
.gift3{
    width: 1rem;
    height: 1rem;
    top: 6rem;
    left: -1rem;
    background-image: url(gift3.png);
}
.gift4{
    width: 1rem;
    height: 1.2rem;
    top: -0.5rem;
    left: 4rem;
    background-image: url(gift4.png);
}
.gift5{
    width: 1rem;
    height: 1.2rem;
    top: 5rem;
    left: 5rem;
    background-image: url(gift5.png);
}
.roombtn{
    width: 2rem;
    height: 0.6rem;
    bottom: 0.3rem;
    right: 0.3rem;
    background-image: url(roombtn.png);
}

.ms{
    background: rgb(141 65 233);
    color: #ffffff;
    padding: 0.2rem;
    border-radius: 0.3rem;
    line-height: 0.5rem;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    width: 90%;
}