body{
    background-color: #f5f5f5;
}
.center{
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    height: 100%;

}
.center .top{
    width: 100%;
    padding:0.08rem 0.27rem;
}
.center .top .prompt{
    background-color: #fff;
    padding:0.07rem 0.15rem;
    border-radius: 0.04rem;
    position: relative;
}
.center .top .prompt .left{
    float: left;
    width:0.56rem;
    height: 0.56rem;
    border-radius: 0.06rem;
    border: 2px solid #EEEEEE;
}
.center .top .prompt .left img{
    width: 100%;
    height: 100%;
    border-radius: 0.06rem;
}
.center .top .prompt .right{
    float: left;
    padding-left:0.1rem;
    color: #333333;
    font-size: 0.16rem;
    width: 2.7rem;
    line-height: 0.25rem;
}
.center .top .prompt .Combined{
    position: absolute;
    top : 0;
    right: -0.25rem;
    width: 0.5rem;
}
.center .top .prompt .right span{
   
    color: #67A800;
}
.NotConfigured{
    width: 100%;
    background-image: url('../img/Group.png');
    padding: 1.12rem 0 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
    position: absolute;
    top:0;
    bottom: 0;
}
.NotConfigured .name{
    line-height: 0.6rem;
    font-size: 0.22rem;
    margin-top: 30%;
}
.NotConfigured .prompt{
    line-height: 0.6rem; 
    font-size: 0.18rem;
    color:#999;
}
.center .body{
    width: 100%;
    background-image: url('../img/Group.png');
    padding: 1.12rem 0 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
    position: absolute;
    /* top:0.86rem; */
    top:0;
    bottom: 0;
    transition: top 1s;
    -moz-transition: top 1s;	/* Firefox 4 */
    -webkit-transition: top 1s;	/* Safari 和 Chrome */
    -o-transition: top 1s;	/* Opera */
}
.center .down{
    top:0.86rem; 
}
.center .body .logodiv{
    /* width:1.03rem; */
    display: inline-block;
    
}
.center .body .logodiv .logoborder{
    border-radius: 0.21rem;
    border: 2px solid #EEEEEE;
    height: 1.03rem;
    width: 1.03rem;
    margin: auto;
}
.center .body .logodiv .logo{
    width: 100%;
    height:100%;
    border-radius: 0.21rem;
}
.center .body .logodiv .name{
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.42rem;
    color:#333;
}

.QR_code{
    
    width : 1.12rem;
    height: 1.12rem;
    padding:0.05rem;
    border : 1px solid #F0F0F0;
    margin: 0.32rem auto 0.42rem;
}
.QR_code img{
    width: 100%;
    height: 100%;
}
.center .body .bottom{
    text-align: center;
    padding:0.1rem 0.2rem;
}
.center .body .bottom a{
    display: block;
    width: 100%;
    height: 0.44rem;
    font-size: 0.17rem;
    border-radius: 0.22rem;
    line-height: 0.44rem;
    text-align: center;
    color:#fff;
    background-color: #8FBC47;

}
.boxShadow{
    position: fixed;
    top : 0;
    left : 0;
    width: 100%;
    height: 100%;
    background:#fff;
}
.boxShadow img{
    position: relative;
    top : 50%;
    left : 50%;
    width: 1rem;
    height: 1rem;
    margin-left : -0.5rem;
    margin-top : -0.5rem;
    background:#fff;
}