@charset "utf-8";

body,html{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    margin: auto;
    padding: 0px;
    margin:0px;
    min-height:100%;
    font-family:'Open Sans', sans-serif;
}
.page{
    position: absolute;
    width: 100%;
    height: 100%;
    min-height:100%;
}
.content{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../img-new/m_loginbg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
img{
    width:40%;
    height:60%;
    margin-top:20%;
    margin-left:30%;
}
.flogin{
    background-color:#02B2CC;
    color: white;
    font-size: 18px;
    line-height:3.5rem;
}
.content .login-box{
    position: fixed;
    width: 80%;
    left: 10%;
    height: 43%;
    min-height:290px;
    top: 23%;
    background-color: white;
    margin: 0px;
    padding: 0px;
}
.login-box .row{
    position: relative;
    width: 100%;
    height: 16%;
    max-height: 40px;
    float: left;
    text-align: center;
    font-family:'Open Sans', sans-serif;
    margin: 0px;
    margin-top: 5%;
}
.phone{
    height: 100%;
    width: 70%;
    margin-left: 15%;
}
.phone-left{
    width: 20%;
    float: left;
    height: 100%;
    background-color: #EEEEEE;
}
.phone-right{
    width: 80%;
    float: left;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;

}
a{
    color: #02B1CC;
    text-decoration: none;
}
input{
    width: 100%;
    height:100%;
    padding: 0px 0px;
    margin: 0px;
    border: none;
    text-indent: 10px;
}
.row-top{
    color: #02B2CC;
    font-size: 18px;
    font-weight: bold;
    line-height:3.5rem;
    margin-bottom: 5px;
}
.register-box .row-top{
    color: #02B2CC;
    font-size: 18px;
    font-weight: bold;
    line-height:2.3rem;
    margin-bottom: 5px;
}
.firstrow{
    margin-top:8%;
}
.foot{
   display: none;
}
.content .register-box{
    position: fixed;
    height: 59%;
    width:80%;
    left: 10%;
    top: 15%;
    min-height:340px;
    background-color: white;
}
.register-box .top{
    margin-top:15%;
}
.register-box .fregister{
    background-color:#02B2CC;
    color: white;
    cursor: pointer;
    line-height:1.7rem;
}
.register-box .row{
    position: relative;
    width: 100%;
    height: 8%;
    max-height: 40px;
    float: left;
    text-align: center;
    font-family:'Open Sans', sans-serif;
    margin: 0px;
    margin-top: 5%;
}
.register-info{
    width: 70%;
    height: 100%;
    margin-left: 15%;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
}
.code{
    width: 60%;
    height: 100%;
    float: left;
}
.code-right{
    width: 40%;
    height: 100%;
    float: left;
    text-align: right;
}
.icon{
    margin-top:5%;
    margin-left:10px;
    height:20px;
    border-radius: 10px;
    background-color:#02B2CC;
    font-size: 10px;
    color: white;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.content .forget-box{
    position: fixed;
    height:65%;
    width:80%;
    left: 10%;
    min-height: 380px;
    top:15%;
    background-color: white;
}
.forget-box .row{
    width: 100%;
    height: 10%;
    max-height: 40px;
    float: left;
    text-align: center;
    font-family:'Open Sans', sans-serif;
    margin: 0px;
    margin-top: 5%;
}
.forget-box .top{
    margin-top:15%;
}
.forget-box .hei{
    height: 100%;
}
.getcode{
    line-height: 3rem;
}
.pclick{
    line-height: 30px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.pclickbcg{
    background: #cccccc;
}
