
        *{
            margin:0;
            padding:0;

        }
        body{
            font-size: 16px;
        }
        .weui-cells{
            font-size: 16px;
        }
        .weui-label {
            display: block;
            width:80px;
            word-wrap: break-word;
            word-break: break-all;
        }
        .justify{
            justify-content: center;
        }
        .align{
            align-items: center;
        }
        .wid{
            height: 5em;
        }
        .logo{
            width:100%;
            height:300px;
             display: flex;
            justfiy-content:center;
            align-items:center;
            font-size: 25px;
        }
        .logo img{
            width:100%;
            height:100%;
        }

        .weui-sp-area{
        }
        .getmess-time{
            width:70px;
            display: none;
            font-size: 16px;
            color:#999;
            margin-left: 15px;
            text-align: center;
        }
        .time{
            color:#999;
        }
    .weui-btn_primary {
    background-color: #1ab7ea;
}

#mycode{
    width:75px;
    height:25px;
    border:2px solid #fdd100;
    border-radius: 10px;
    color:#fdd100;
    font-size:14px;
    text-align: center;
    line-height: 25px;
}
.peo{
    width:20px;
    height:20px;
    margin-top:5px;
    margin-right: 5px;
}
.wjmm{
    padding-top: 20px;
}
.wjmm a{
    color:black;
}

#loading{position:fixed;left:50%;top:50%;z-index:10000;margin-top:-15px;margin-left:-15px;}
#text-loading{position:fixed;left:50%;top:50%;z-index:10000;margin-top:-15px;width:150px;margin-left:-75px;color:#fff;text-align:center;padding:15px 0;background:#000;border-radius:10px;color:#fff;}
#cover{display:none;position:fixed;z-index:9999;background:url(../images/block.png);left:0;top:0;width:100%;height:100%;}