
html, body {
    width: 100%;
    font-size: 50px;
}
.box-bg {
    width: 100%;
    height: 100%;
    background: #FF6B21;
    overflow-y: scroll;
}
.content-wg {
    text-align: center;
    background: -webkit-linear-gradient(top, transparent 0.98rem, rgba(255, 255, 255, 0.1) 1rem),
    -webkit-linear-gradient(left, transparent 0.98rem, rgba(255, 255, 255, 0.1) 1rem);
    background-size: 1rem 1rem;
    overflow: hidden;
    padding-bottom: 0.6rem;
    position: relative;
}
.book {
    width: 0.44rem;
    position: absolute;
    top: 0.24rem;
    left: 0.33rem;
}
.logo {
    width: 2.7rem;
    margin-top: 0.6rem;
}
.title-box {
    margin-top: 0.66rem;
    position: relative;
}
.title {
    width: 5.6rem;
}
.game-1 {
    width: 0.42rem;
    position: absolute;
    top: -0.2rem;
    right: 0.08rem;
}
.download {
    width: 4rem;
    margin: 0.6rem auto 0;
    position: relative;
}
.phone-1 {
    width: 0.36rem;
    position: absolute;
    top: 0.38rem;
    left: -0.46rem;
}
.download-btn {
    width: 4rem;
    height: 0.88rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #FF6B21;
    text-align: center;
    line-height: 0.88rem;
    background: #fff;
    border: 0.06rem solid rgba(11, 3, 4, 0.5);
    box-shadow: 0rem 0rem 0.01rem 0rem rgba(0, 0, 0, 0.24);
    border-radius: 0.44rem;
}
.title-img {
    margin-top: 0.72rem;
    position: relative;
}
.phone-img {
    width: 100%;
}
.pan {
    width: 0.53rem;
    position: absolute;
    top: 1.22rem;
    right: 0.29rem;
}
.game-2 {
    width: 0.6rem;
    position: absolute;
    bottom: 0.64rem;
    left: 0.53rem;
}
.bg {
    width: 100%;
    height: 12.74rem;
    background-image: url('../images/h5/bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0.2rem 0 0.6rem;
    position: relative;
}
.game-3 {
    width: 0.81rem;
    position: absolute;
    top: 0.08rem;
    right: 0.28rem;
}
.title-1 {
    width: 3rem;
    margin-top: 0.54rem;
}
.font {
    color: #FF6B21;
    font-weight: bold;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    margin-top: 0.03rem;
}
.num-1 {
    width: 1.49rem;
    position: absolute;
    top: 2.52rem;
    left: 0.16rem;
}
.num-2 {
    width: 1.75rem;
    position: absolute;
    top: 2.47rem;
    right: 0;
}
.num-3 {
    width: 1.61rem;
    position: absolute;
    top: 2.4rem;
    left: 0.15rem;
}
.num-4 {
    width: 1.80rem;
    position: absolute;
    top: 2.4rem;
    right: 0.15rem;
}
.phones-1 {
    width: 4.54rem;
    margin-top: 0.51rem;
}
.game-4 {
    width: 0.62rem;
    position: absolute;
    bottom: 3.74rem;
    left: 0;
}
.game-5 {
    width: 0.66rem;
    position: absolute;
    top: 1.28rem;
    left: 0;
}
.game-6 {
    width: 0.6rem;
    position: absolute;
    top: 6.09rem;
    right: 0.03rem;
}
.game-7 {
    width: 0.56rem;
    position: absolute;
    top: 6.1rem;
    left: 0.07rem;
}
.game-8 {
    width: 0.73rem;
    position: absolute;
    top: 2.65rem;
    right: 0.04rem;
}
.game-9 {
    width: 0.9rem;
    position: absolute;
    top: 0.7rem;
    right: 0.67rem;
}
.game-10 {
    width: 0.6rem;
    position: absolute;
    top: 3.05rem;
    left: 0.05rem;
}
.game-11 {
    width: 0.6rem;
    position: absolute;
    top: 6.7rem;
    right: 0.12rem;
}
.footer {
    color: #1a1a1a;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.42rem;
    text-align: center;
    padding: 0 0.4rem 0.9rem;
}
.download-box {
    width: 100%;
    height: 1.38rem;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.5s;
    position: fixed;
    bottom: -1.38rem;
}
.download-box .download {
    /* width: 4rem; */
    width: 80vw;
    height: 0.88rem;
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.88rem;
    border-radius: 0.44rem;
    background: #FF6B21;
    opacity: 0.9;
    margin: 0.25rem auto 0;
}
.box-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.box-popup img {
    width: 100%;
    height: auto;
}