*{
    margin: 0;
    padding: 0;
}

html,body{
    width: 100%;
    height: 100%;
}

.login_wrap{
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/login_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.forget_wrap,
.reset_wrap,
.change_wrap{
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/forgot_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.logo{
    position: absolute;
    top: 0;
    left: 120px;
    width: 159px;
    height: 88px;
}

.login_content{
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -190px;
    margin-left: -170px;
    padding: 30px 36px 50px;
    width: 340px;
    height: 380px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.10);
    border-top: 6px solid #e6211a;
    border-radius: 3px;
}

.forget_content{
    box-sizing: border-box;
    position: absolute;
    top: 155px;
    left: 50%;
    margin-left: -134px;
    width: 268px;
}

.reset_content,
.change_content{
    box-sizing: border-box;
    position: absolute;
    top: 241px;
    left: 50%;
    margin-left: -216px;
    width: 350px;
}

.login_content .title{
    margin-bottom: 40px;
    font-family: PingFangSC-Regular;
    font-size: 25px;
    font-weight: normal;
    color: #212121;
    line-height: 20px;
}

.forget_content .title{
    margin-bottom: 60px;
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 24px;
}

.reset_wrap .title,
.change_wrap .title{
    position: absolute;
    top: 155px;
    left: 50%;
    margin-left: -48px;
    width: 96px;
    height: 24px;
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 24px;
}

.input{
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 0 7px 10px;
    width: 268px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: normal;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.input#phoneNumber{
    float: left;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:  #888;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:  #888;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:  #888;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:  #888;
}

.login_content .code{
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 268px;
    height: 36px;
}

.login_content .code #code{
    float: left;
    margin-bottom: 0;
    width: 177px;
}

.login_content .code #code_img{
    float: right;
    width: 79px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.login_content .warn{
    float: left;
    width: 190px;
    height: 18px;
    color: #e04a44;
}

.forget_content .warn,
.reset_content .warn,
.change_content .warn{
    float: left;
    margin-left: 12px;
    height: 36px;
    line-height: 36px;
    color: #e04a44;
}

.fa-exclamation-circle{
    font-size: 20px;
}

.warn_words{
    font-family: PingFangSC-Regular;
    line-height: 12px;
    font-size: 12px;
}

.login_content .fa-exclamation-circle{
    float: left;
}

.login_content .warn_words{
    float: left;
    margin-top: 3px;
    margin-left: 4px;
}

.forget_content .fa-exclamation-circle,
.reset_content .fa-exclamation-circle,
.change_content .fa-exclamation-circle{
    float: left;
    margin-top: 8px;
}

.forget_content .warn_words,
.reset_content .warn_words,
.change_content .warn_words{
    float: left;
    margin-top: 11px;
    margin-left: 8px;
}

.login_content .forget_password{
    float: right;
    margin-top: 3px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #3396fd;
    text-align: right;
    line-height: 12px;
}

.login_content .forget_password:hover{
    text-decoration: none;
    color: #337ab7;
}

.login_content .login_btn{
    position: absolute;
    bottom: 50px;
    left: 36px;
    width: 268px;
    height: 36px;
    line-height: 36px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #fff;
    text-align: center; 
    background: #e6211a;
    border: 1px solid #e6211a;
    border-radius: 3px;
}

.forget_wrap .next_btn{
    margin-top: 14px;
    margin-bottom: 40px;
    width: 268px;
    height: 36px;
    line-height: 36px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #fff;
    text-align: center; 
    background: #e6211a;
    border: 1px solid #e6211a;
    border-radius: 3px;
}

.toLogin{
    display: block;
    margin: 0 auto;
    width: 57px;
    height: 20px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #3396fd;
    text-align: center;
    line-height: 12px;
}

.toLogin:hover{
    text-decoration: none;
    color: #337ab7;
}

/*重置密码style*/
.reset_content .name,
.change_content .name{
    float: left;
    margin-right: 10px;
    width: 72px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
    text-align: right;
    line-height: 36px;
}

.phoneNumber .name{
    line-height: 20px;
}

.reset_content #phoneNumber{
    float: left;
    margin-top: 0;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #151515;
    line-height: 20px;
}

.phoneCode{
    margin-top: 22px;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.phoneCode #phoneCode{
    float: left;
    margin-right: 10px;
    width: 160px;
}

.phoneCode .reset_btn{
    float: left;
    width: 98px;
    height: 36px;
    line-height: 36px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    text-align: center;
    color: #e6211a;
    background-color: transparent;
    border: 1px solid #e6211a;
    border-radius: 3px;
}

.phoneCode .reset_btn.change{
    color: #838893;
    background-color: #ececec;
    border: 1px solid #ececec;
}

.oldPassword,
.newPassword,
.againPassword,
.explain{
    margin-top: 10px;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.oldPassword #oldPassword,
.newPassword #newPassword,
.againPassword #againPassword{
    float: left;
    width: 268px;
}

.explain .explain_content{
    float: left;
    margin-left: 82px;
    width: 268px;
    line-height: 16px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #71778b;
}

.resetOK_btn{
    margin-top: 24px;
    margin-bottom: 40px;
    margin-left: 82px;
    width: 268px;
    height: 36px;
    line-height: 36px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #fff;
    text-align: center; 
    background: #e6211a;
    border: 1px solid #e6211a;
    border-radius: 3px;
}

.reset_toLogin{
    display: block;
    position: absolute;
    top: 561px;
    left: 50%;
    margin-left: -29px;
    width: 58px;
    height: 20px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #3396fd;
    text-align: center;
    line-height: 12px;
}

.reset_toLogin:hover{
    text-decoration: none;
    color: #337ab7;
}

.footer{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.explainUrl{
    color: #e6211a;
    text-decoration: none;
}

.explainUrl:visited{
    color: #e6211a;
    text-decoration: none;
}

.explainUrl:hover{
    color: #e6211a;
    text-decoration: none;
}

.explainUrl:active{
    color: #e6211a;
    text-decoration: none;
}