@charset "utf-8";

body,html{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    margin: auto;
    padding: 0px;
    margin:0px;
    font-family:'Open Sans', sans-serif;
}
.page{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 95%;
    background-image: url("../img-new/loginbg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.m_content{
    display: none;
}
img{
    width:40%;
    height:60%;
}
.flogin{
    background-color:#02B2CC;
    color: white;
}
.content .login-box{
     position: absolute;
     height:55%;
     width:350px;
     min-height: 370px;
     top: 23%;
     right: 9%;
     background-color: white;
 }
.login-box .row{
    width: 100%;
    height: 40px;
    float: left;
    margin-top:5%;
    text-align: center;
    line-height: 40px;
    font-family:'Open Sans', sans-serif;
}
.phone{
    width: 70%;
    height: 40px;
    margin-left: 17%;
    line-height: 40px;
}
.phone-left{
    width: 20%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #EEEEEE;
}
.phone-right{
    width: 80%;
    float: left;
    height: 40px;
    line-height:32px;
    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;
    margin-top: 30px;
    margin-bottom: 30px;
}
.foot{
    position: absolute;
    width: 100%;
    height: 5%;
    top: 95%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height:3em;
}
.content .register-box{
    position: absolute;
    height:65%;
    width:350px;
    min-height: 470px;
    top: 13%;
    right: 9%;
    background-color: white;
}
.register-box .row{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
    font-family:'Open Sans', sans-serif;
}
.register-box .top{
    margin-top: 8%;
}
.register-box .fregister{
    background-color:#02B2CC;
    color: white;
    cursor: pointer;
}
.register-info{
    width: 70%;
    height: 40px;
    margin-left: 15%;
    line-height: 38px;
    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{
    width: 80%;
    margin-top: 10px;
    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: absolute;
    height:65%;
    width:350px;
    min-height: 470px;
    top: 13%;
    right: 9%;
    background-color: white;
}
.forget-box .row{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    font-family:'Open Sans', sans-serif;
    margin-top: 10px;
}
.forget-box .top{
    margin-top:40px;
}
.pclick{
    line-height: 30px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.pclickbcg{
    background: #cccccc;
}