.page_login{
    background-image:url(../images/about_bg.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
}
.login_div{
    width:960px;
    padding-bottom:30px;
    margin:0 auto;
    background-color:#fff;
    border:1px solid #E7E7E7;
}
.login_header{
    line-height: 76px;
    height:76px;
    position:relative;
}
.login_title{
    line-height: 72px;
    display: inline-block;
    vertical-align: top;
    font-size:20px;
    color:#999;
    font-weight:bold;
    cursor:pointer;
    width: 50%;
    text-align: center;
    background: #FAFAFA;
}
.login_title.selected span{
    display: inline-block;
    color: #014193;
    border-bottom:4px solid #014193;
    background: #fff;
}
.go_reg{
    font-size:14px;
    color:#0062B1;
    position:absolute;
    right:20px;
    top:0;
    cursor:pointer;
}
.login_body{
    margin: 50px 106px 0;
}
.none{
    display: none;
}
.login_body .item, .login_body .item2{
    width: 340px;
    float: left;
    margin-left: 58px;
    margin-bottom: 35px;
}
.login_body .item:nth-child(2n),
.login_body .item2:nth-child(2n){
    margin-left: 0;
}
.login_body .item label,.login_body .item2 label{
    display: block;
    font-size: 16px;
    color: #2A2A2A;
    line-height: 22px;
}

.login_body .item label:before {
    content: '* ';
    color: red;
}
.login_body input{
    background:none;
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    margin-top: 10px;
    padding:0 10px;
    font-size:16px;
    line-height: 34px;
    height:45px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.login_body .code_input{
    width:189px;
}
.login_body .code{
    width:95px;
    height:34px;
    display: inline-block;
    vertical-align: middle;
    margin-left:50px;
    position: relative;
    top: -5px;
}
.login_body .message_code{
    width:136px;
    height:43px;
    line-height: 43px;
    display: inline-block;
    border: 1px solid #014193;
    border-radius:2px;
    margin-left:13px;
    font-size:16px;
    color:#014193;
    text-align: center;
    cursor:pointer;
}
.login_body .forget_password{
    line-height: 20px;
    font-size:14px;
    padding-top:15px;
    color:#004193;
    cursor:pointer;
}
.login_div .submit{
    width:749px;
    line-height: 48px;
    height:48px;
    text-align: center;
    font-size:18px;
    color:#fff;
    cursor:pointer;
    margin:5px auto 0 auto;
    background: #004193;
}
.login_body .block{
    width: 500px;
    margin: 50px auto 0;
}
.login_body .block .item{
    width: 500px;
    margin-left: 0;
}
.login_body .block .item input{
    width: 100%;
}
.regist_desc{
    font-size: 14px;
    color: #011D00;
    line-height: 20px;
    margin-top: 10px;
}
.regist_desc a{
    color: #004193;
}
.user_rule{
    float: left;
}
.user_rule input{
    display: inline;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: 0;
}
.user_rule input[type='checkbox']:checked{
    background: #004193!important;
}
.change_login{
    float: right;
}
.reset_password{
    display: none;
}
#login .submit{
    width: 500px;
}
#login .regist_desc{
    width: 500px;
    margin: 10px auto;
}
.reset_password{
    width: 100%;
}
.reset_password_body{
    display: none;
    width: 500px;
    margin: 0 auto;
}
.reset_password_body .block{
    width: 500px;
    margin: 50px auto 0;
}
.reset_password_body .block .item{
    width: 500px;
    margin-left: 0;
    float: left;
    margin-bottom: 35px
}
.reset_password_body .item label{
    display: block;
    font-size: 16px;
    color: #2A2A2A;
    line-height: 22px;
}
.reset_password_body .block .item input{
    width: 100%;
    background: none;
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 34px;
    height: 45px;
    display: inline-block;
    box-sizing: border-box;
}
.reset_password_body .code{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
}
.reset_password_body .submit{
    width: 500px;
}
.reset_password_body .message_code{
    width: 136px;
    height: 43px;
    line-height: 43px;
    display: inline-block;
    border: 1px solid #014193;
    border-radius: 2px;
    margin-left: 13px;
    font-size: 16px;
    color: #014193;
    text-align: center;
    cursor: pointer;
}