.main-top{
    position: relative;
    height: 590px;
    width: 100%;
    min-width: 1200px;
    background: url(/static/images/login_page/banner1.jpg);
    background-position: top center;
}
.login-page{
    margin: 0 auto;
    position: relative;
    width: 394px;
    top: 92px;
    left: 400px;
    box-sizing: border-box;
    border: 1px solid transparent;
    background-color: #ffffff;

}
.login-reg{
    margin-top:32px;
    margin-left:33px;
}
.login-reg .login-reg-one{
    font-size:20px;
    font-weight:600;
    color:rgba(0,110,255,1);
}

.login-reg .error-content{
    margin-top:7px;
    margin-bottom:7px;
    width:330px;
    height:26px;
}

.login-reg .login-reg-tow{
    display: none;
    background:rgba(255,242,241,1);
    width:330px;
    height:26px;
}

.login-reg-tow .error-symbol{
    float: left;
    width:16px;
    height:16px;
    margin:5px 4px 0px 6px;
    background: url(/static/images/login/error_info.png);

}

.login-reg-tow .error-symbol-one{
    float: left;
    font-weight:400;
    color:rgba(246,49,50,1);
    margin:5px 0px 0px 0px;
}

.import-content .input-wrap{
    margin-left:32px;
    margin-bottom:16px;
}

.import-content .input-wrap input{
    width:330px;
    height:48px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(232,232,243,1);
    border-radius:4px;
    padding-left: 16px;
    padding-right: 40px;
    font-size: 14px;
}

.import-content .input-wrap select{
    width:330px;
    height:48px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(232,232,243,1);
    border-radius:4px;
    font-size:14px;
    font-weight:400;
    padding-left: 16px;
}
.import-content .input-x{
    background: url(/static/images/login/input_x.png);
    width:9px;
    height:9px;
    position: absolute;
    right: 49px;
    top: 119px;
    z-index: 1000;
    cursor: pointer;
}

.import-content .input-wrap-x{
    background: url(/static/images/login/input_wrap_x.png);
    width:9px;
    height:9px;
    position: absolute;
    right: 10px;
    top: 119px;
    z-index: 1000;
    cursor: pointer;
}

.import-content .captcha-img-content{
    float: right;
    width:114px;
    height:48px;
    background:rgba(248,248,248,1);
    border-radius:4px;
    margin-right: 32px;
}

#captchaImg{
    width:114px;
    height:36px;
    margin-top: 4px;
}

#captcha {
    width:200px;
}

.login-butten-content {
    margin-top:32px;
    margin-left:32px;
}
.inlogin-wrap .login-butten {
    width:330px;
    height:48px;
    border-radius:4px;
    background:rgba(0,110,255,1);
    border: 0px;
    font-size:18px;font-weight:400;
    color:rgba(255,255,255,1);
}

.inlogin-wrap .login-butten:hover {
    background:rgba(31,127,255,1);
}

.forgetpwd-row {
    font-size:14px;
    font-weight:400;
    margin-left:32px;
    margin-top:10px;
    margin-bottom:27px;
}

.agreement-join {
    float: right;
    font-size:14px;
    font-weight:400;
    margin-right:31px;
    margin-top:10px;
}

.forgetpwd-row a{
    color:rgba(170,170,179,1);
}
.forgetpwd-row a:hover {
    text-decoration:none;
    color:#1F7FFF;
}

.agreement-join a:hover {
    color:#1F7FFF;
}

.input-val {
    width:210px !important;
    height:49px !important;
}

.import-content .input-wrap .style-code {
    width:120px;
    height:48px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(232,232,243,1);
    border-radius:0px 4px 4px 0px;
    text-align: center;
    line-height: 48px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 110, 255, 1);
    padding: 0px;
    margin-left:-6px;
    margin-bottom:4px;
}