body{
    background: #fff;
}
.login-top{
    height: 136px;
}
.login-top img{
    margin-top: 32px;
}
.login-bg{
    height: 500px;
    background: url("../images/login/login-bg.png") no-repeat;
    background-size: 100% 100%;
}
.login-footer{
    text-align: center;
    height: 162px;
}
.login-footer-link a{
    display: inline-block;
    color: #333;
    margin: 0 10px;
}
.login-footer-link{
    padding: 50px 0 20px 0;
}
.login-box{
    height: 500px;
}
.login-con{
    width: 434px;
    height: 569px;
    float: right;
    background: url("../images/login/login-box.png");
    margin-top: -35px;
}
.login-form{
    width: 356px;
    margin: 0 auto;
}
.login-list{
    border: solid 2px #ebebeb;
    height: 43px;
    margin-bottom: 20px;
}
.login-form-top{
    padding: 70px 0 50px 0;
}
.login-form-top p{
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}
.login-form-top p.active{
    font-weight: bold;
}
.login-form-top p.active span{
    border-bottom: solid 2px #f7a60a;
}
.login-list img{
    width: 18px;
    height: 21px;
    margin: 14px 10px 0 10px;
}
.login-list input{
    height: 20px;
    padding-left: 15px;
    width: 290px;
    font-size: 16px;
    margin-top: 15px;
    border: none;
    outline: none;
    border-left: solid 1px #dedede;
}
.login-sub {
    height: 47px;
    background: #f7a60a;
    width: 100%;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    color: #fff;
}
.login-sub-ipt{
    padding-top: 15px;
}
.login-link,.login-link a{
    line-height: 36px;
    color: #999;
}
.to-register{
    color: #3186dd !important;
}
.login-code{
    width: 196px;
    position: relative;
}
.login-code input{
    width: 140px;
}
.login-code .code-img{
    width: 131px;
    height: 48px;
    margin: 0;
    position: absolute;
    right: -158px;
    bottom: 0;
}
.register-code{
    width: 223px;
    position: relative;
}
.register-code input{
    width: 165px;
}
.register-code button{
    background: #f7a60a;
    height: 48px;
    width: 117px;
    position: absolute;
    right: -130px;
    bottom: 0;
    color: #fff;
    border: none;
    font-size: 16px;
}
.register-form-top{
    font-size: 24px;
    text-align: center;
    padding: 40px 0 30px 0;
}
.register-form .login-list{
    margin-bottom: 10px;
}



.password{
    border-top: solid 2px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
}
.pwd-title{
    text-align: center;
    font-size: 24px;
    padding: 30px;
}
.pwd-list{
    text-align: center;
    margin-bottom: 20px;
}
.pwd-list span{
    display: inline-block;
    color: #666666;
    line-height: 62px;
    width: 105px;
    text-align: left;
}
.pwd-list input{
    height: 48px;
    width: 570px;
    border: solid 2px #e6e6e6;
}
.pwd-list .pwd-short{
    width: 420px;
}
.pwd-list button{
    height: 48px;
    width: 140px;
    margin-left: 7px;
    border: none;
    background: #f7a60a;
    color: #fff;
    font-size: 16px;
}
.pwd-list .pwd-sub{
    width: 574px;
    margin-left: 0;
    border-radius: 5px;
    height: 62px;
    font-size: 21px;
    margin-bottom: 118px;
}