.login-title{
    width:413px;
    height:90px;
    margin:80px auto 20px auto;
    background: url('http://p1.277sy.com/program/iosapp/img/Home/bt_login_logo.png') no-repeat;
    background-size: 100%;
}

.form-box{
    width:90%;
    margin:100px auto 0px auto;
    height:auto;
}

.form-box2{
    margin:55px auto 0px auto;
}

.input-box{
    width:100%;
    height:80px;
    position: relative;
    margin-bottom: 30px;
}

.icon{
    width:38px;
    height:40px;
    position: absolute;
    top:20px;
    left:20px;
}

/*图标*/
.icon-user{
    background: url('http://p1.277sy.com/program/iosapp/img/Home/bt_login_user.png') no-repeat;
    background-size: 100%;
}
.icon-pwd{
    background: url('http://p1.277sy.com/program/iosapp/img/Home/bt_login_lock.png') no-repeat;
    background-size: 100%;
}

.icon-phone{
    background: url('http://p1.277sy.com/program/iosapp/img/Home/bt_login_phone.png') no-repeat;
    background-size: 100%;
}

.icon-code{
    background: url('http://p1.277sy.com/program/iosapp/img/Home/lhh_mine_code.png') no-repeat;
    background-size: 100%;
}
/*end 图标*/

.input{
    outline: none;
    border:0;
    height:80px;
    border-bottom: 1px solid #EEEEEE;
    text-indent: 100px;
    line-height: 80px;
    width:100%;
    font-size:34px;
}

.input::-webkit-input-placeholder {
    color: #BCBDBC;
    font-size:34px;
}

.eye{
    width:40px;
    height:32px;
    position: absolute;
    top:24px;
    right:24px;
}

.eye-open{
    background: url('http://p1.277sy.com/program/iosapp/img/Home/bt_login_eye_open.png') no-repeat;
    background-size: 100%;
}
.eye-close{
    background: url('http://p1.277sy.com/program/iosapp/img/Home/bt_login_eye.png') no-repeat;
    background-size: 100%;
}

.loginbtn{
    width:100%;
    height:98px;
    background: #288DFF;
    border-radius: 49px;
    text-align: center;
    font-size:38px;
    line-height: 98px;
    color:#fff;
    font-weight:500;
    margin:100px auto 50px auto;
}

.footer{
    width:80%;
    height:31px;
    margin:auto;
}

.item{
    font-size:30px;
    color:#BBBBBB;
}

.item-active{
    color:#288DFF;
}

.border{
    height:100%;
    width:1px;
    border:1px solid #BBBBBB;
}

/*手机快速注册*/
#regphone-box,#reguser-box{
    margin-top:80px;
}
.getcode{
    width: 174px;
    height: 60px;
    border: 2px solid #288DFF;
    border-radius: 30px;
    font-weight: 500;
    color: #288DFF;
    line-height: 60px;
    position: absolute;
    top:2px;
    right:20px;
    text-align: center;

}

/*checkbox*/
   input[type="checkbox"]{
       display:none;
   }

input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
    transition: all .5s;
}

input[type="checkbox"]:checked + label:before {
    background: #288DFF;
}

.label{
    font-size:28px;
    color:#999;
}

.footerpic{
    width:180px;
    height:160px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom: 80px;
}

.picture{
    width:100px;
    height:100px;
    border-radius: 50%;
}

.pic-user{
    background: url('http://p1.277sy.com/program/iosapp/img/Home/bt_login_user1.png') no-repeat;
    background-size: 100%;
}

.pic-phone{
    background: url('http://p1.277sy.com/program/iosapp/img/Home/bt_login_phone1.png') no-repeat;
    background-size: 100%;
}

.p-title{
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #288DFF;
}
.cf{
    color:#FF9D00;
}
.bf{
    border:1px solid #FF9D00;
}

.disabled{
    background-color: grey;
}
/*end 手机快速注册*/