html,body,#app{
    padding-top: 0;
    height: 100%;
}
.main{
    min-height: 100%;
    width: 100%;
    background: url(../images/ball.png) no-repeat #011932;
    background-size:100%;
    padding-top: 16%;
}
.box{
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
    border-radius: .8rem .8rem 0 0;
    width: 100%;
    padding: .6rem;
    padding-top: .666667rem;
    margin-top: 60%;
    background: rgba(255,255,255,.8);
    opacity: .6;
}
.box h3{
    color: #011932;
    font-size: .6rem;
}
.box p{
    color: #000;
    font-size: .35rem;
    margin-bottom: 1.3rem;
}
.box div{
    overflow: hidden;
}
.box ul li{
    overflow: hidden;
    position: relative;
    padding: .066667rem;
    margin: .066667rem;
    margin-bottom: .266667rem;
    border: 1.5px solid #011932;
    border-radius: 0.3rem;
}
.box ul li .lco{
    width: .853333rem;
    position: absolute;
    left: .4rem;
    top: .24rem;
    border-right: .013333rem solid #ccc;
    padding-right: .266667rem;
}
.login-box-bg{
    width: 65%;
    margin: 0.5rem auto;
    text-align: center;
}
.login-box-bg img{
    max-width: 100%;
}
.forget{
    text-align: right;
    margin: 0.2rem 0 0.5rem;
    padding-right: 0.3rem;
}
.forget a{
    color: #333;
}
.login-botton-box{

}
.login-botton-box button{
    /*background: url('../images/btn-bg.png') no-repeat;*/
    color: #fff;
    border-radius: 0.3rem;
    background-size: 100% 100%;
    background-image: linear-gradient(45deg,#011932,#011932);
}
.login-botton-box-reg{
    margin-top: 0.5rem;
}
.login-botton-box-reg a{
    display: block;
}
.login-botton-box-reg button{
    background: none;
    color: #011932;
}
.c p{
    text-align: center;
    border-bottom: .013333rem solid #fff;
    color: #fff;
    font-weight: 300;
    font-size: .24rem;
    padding: .066667rem;
    display: inline-block;
    max-width: 100%;
    margin-bottom: .066667rem;
}
.box div p{
    line-height: .8rem;
    font-size: .373333rem;
    color: #fff;
    padding-top: .133333rem;
}
.box div span{
    color: #fff;
    position: relative;
    top: -.066667rem;
    font-size: .4rem;
}
.box ul li input{
    float: left;
    width: 100%;
    height: 1.066667rem;
    padding: 0 1.6rem;
    font-size: .4rem;
    background: none;

}

.box ul li .btnGetCode{
    width: 1.6rem;
    position: absolute;
    right: .4rem;
    background: none;
    color: #2f3848;
    width: auto;
    margin: 0;
}
input[type=checkbox]:checked {
    background: url(../images/check.png) no-repeat 50%;
    background-size: .48rem .48rem;
}
.index-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding-top: 10px;
    padding-right: 15px;
}
.index-header .m48 {
    float: right;
    height: 1rem;
}
