body{
    background-image: url(../img/wdfd/bg.png) ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-color: #2fae27;
}

#container {
    width: 3.75rem;
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-height: 500px) {
    body{
        background-size: 100% auto;
        background-position: left top;
    }
}

i {
    font-style: normal;
}

.user_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    margin: 0.3rem 0 0.36rem 0.33rem;
}

@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {
    .user_info {
        margin: 0.5rem 0 0.36rem 0.33rem;
    }
}

.user_info>img {
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.08rem;
    border-radius: 50%;
}

.user_info>span {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.18rem;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.user_name{
    color: #F8E71C;
}

.user_id{
    color: #FFFFFF;
    font-size: 0.16rem;
}

.user_id em {
    /* color: #FE706C; */
}
.user_id {
    font-size: .16rem;
}
.user_id i {
    margin-left: .12rem;
    display: inline-block;
    width: .6rem;
    height: .24rem;
    font-size: .12rem;
    line-height: .24rem;
    border-radius: .4rem;
    border: 1.5px solid rgba(255, 255, 255, .8);
    box-sizing: border-box;
    text-align: center;
    background-color: #5ecdfd;
}

.slogan {
    margin-top: -0.24rem;
    margin-left: .2rem;
    width: 3.37rem;
}

.title{
    position: absolute;
    left: 50%;
    width: 3.49rem;
    height: .95rem;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    transform: translateX(-50%);
}

.help {
    position: absolute;
    bottom: 35%;
    right: 0;
    width: 1.49rem;
    height: .34rem;
    background-image: url(../img/common/help.png);
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.m_c {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3.3rem;
    height: 2.25rem;
    padding-top: .3rem;
    background-color: #fff;
    border-radius: .15rem;
}

.m_t {
    font-size: .2rem;
    text-align: center;
}

.m_p {
    margin: 0 auto;
    margin-top: .2rem;
    width: 2.84rem;
    font-size: .16rem;
    color: #666;
}

.m_b {
    margin: 0 auto;
    margin-top: .16rem;
    width: 1.8rem;
    height: .38rem;
    font-size: .16rem;
    line-height: .38rem;
    background-color: #FC544B;
    color: #FFFFFF;
    border-radius: .2rem;
    text-align: center;
}

.item {
    position: absolute;
    left: 50%;
    top: 57%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.item img {
    display: inline-block;
    width: 2.09rem;
}

.item p {
    margin-top: .2rem;
    font-size: .2rem;
    color: #F1EDD7;
}

.download {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    width: 2.16rem;
    height: .74rem;
    line-height: 0.55rem;
    font-family: SourceHanSansCN-Medium;
    font-size: 0.24rem;
    font-weight: 600;
    color: #FFFFFF;
    background-image: url(../img/wdfd/btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    letter-spacing: 1;
    text-align: center;
    margin: 0 auto;
    border-radius: 0.28rem;
}

.model{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.model img{
    width: 80%;
    position: absolute;
    left: 50%;
    top: 7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.title img{
    width: 100%;
    height: 100%;
}

.huxi {
    -webkit-animation: .7s huxiAction linear infinite;
    animation: .7s huxiAction linear infinite;
}

@-webkit-keyframes huxiAction {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes huxiAction {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}