* { padding: 0; margin: 0; box-sizing: border-box; }
img{display: block;max-width: 100%;height: auto;}
html, body, .main { height: 100%; }
.logo-info { position: absolute; top: 0.21rem; left: 0.21rem; font-size: 0; }

.logo-info .logo { display: inline-block; width: 0.6rem; height: 0.6rem; background: #dfdfdf; vertical-align: middle; }

.logo-info .name { display: inline-block; vertical-align: middle; font-size: 0.36rem; margin-left: 0.15rem; color: #fff; }

.top-img { display: block; width: 100%; height: auto; }

.content { position: relative; z-index: 3; padding-top: 0.43rem; padding-bottom: 0.35rem; margin-top: 0; background: #150739 url(../image/tmmoliao/bg.png) no-repeat 50% -3%; background-size: 100% 100%; }

.copy-info { text-align: center; font-size: 0; }

.copy-info span { display: inline-block; vertical-align: middle; }

.copy-info .text { font-size: 0.3rem; line-height: 0.42rem; color: #fff; }

.copy-info .code { margin: 0 0.23rem 0 0.12rem; font-size: 0.4rem; line-height: 0.42rem; color: #83A9FF; }

.copy-info .copy-btn { width: 0.92rem; line-height: 0.34rem; font-size: 0.26rem; text-align: center; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 0.5rem; color: #fff; }

.download-btn { width: 5.08rem; margin: 0.4rem auto 0.28rem; padding: 0.2rem 0 0.26rem; font-size: 0; text-align: center; background: url(../image/download/btn-bg.png) no-repeat 50% 50%; background-size: 100%; -webkit-animation: btn 3s linear infinite; animation: btn 3s linear infinite; }

.download-btn .icon { display: inline-block; width: 0.36rem; height: 0.48rem; vertical-align: middle; background: url(../image/download/red-icon.png) no-repeat 50% 50%; background-size: 100%; }

.download-btn .name { display: inline-block; font-size: 0.36rem; line-height: 0.4rem; margin-left: 0.2rem; vertical-align: middle; color: #970500; }

.img1 { width: 6.83rem; margin: 0 auto; }

.img2 { margin-top: 0.29rem; }

@-webkit-keyframes btn { 0% { -webkit-transform: scale(0.9);
    transform: scale(0.9); }
    50% { -webkit-transform: scale(1);
        transform: scale(1); }
    100% { -webkit-transform: scale(0.9);
        transform: scale(0.9); } }

@keyframes btn { 0% { -webkit-transform: scale(0.9);
    transform: scale(0.9); }
    50% { -webkit-transform: scale(1);
        transform: scale(1); }
    100% { -webkit-transform: scale(0.9);
        transform: scale(0.9); } }

#tips { display: none; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: rgba(0, 0, 0, 0.8); padding: 4px 20px; font-size: 16px; color: #fff; z-index: 10; border-radius: 6px; }

.guide-mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 1000; }

.guide-mask .guide-icon { width: 1.25rem; display: block; margin-top: 0.3rem; margin-right: 0.5rem; margin-left: auto; }

.guide-mask .info { margin-top: 0.1rem; text-align: center; }

.guide-mask .info .text { font-size: 0.38rem; line-height: 0.38rem; color: #fff; }

.guide-mask .info .text:last-child { margin-top: 0.42rem; }

.copyright{font-size: 12px;line-height: 24px; color: #fff;text-align: center;}
.img2{
    position: relative;
}
.img-text{
    position: absolute;
    left: 0;
    width: 100%;
    top: 1rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    background: #150739;
}
.img-text .person-num{
    color: #db67d8;
}