/*!
 * user.css
 * 登录 / 注册页面样式（login.html、register.html）
 * 本地重建版本，替代已失效的 http://weilg.cn/static/css/user.css
 */

/* ========== 登录注册主体 ========== */
.login_div {
    padding: 30px 0 50px;
    background: url(../picture/login_bg.jpg) no-repeat center top #fff;
    background-size: cover;
    min-height: 560px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.login_div .w1190 {
    width: 1190px;
    margin: 0 auto;
    position: relative;
}
.login_div .login_from {
    width: 500px;
    margin: 60px 0 0 auto;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.login_from .login-wrap {
    padding: 0 50px;
}
.login-hearder {
    overflow: hidden;
    margin-bottom: 25px;
}
.login-hearder .header-btn {
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #999;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    cursor: default;
}
.login-hearder .header-btn.on {
    color: #e4393c;
    border-bottom-color: #e4393c;
}

/* 登录表单 */
.login-content {
    overflow: hidden;
}
.login-form {
    overflow: hidden;
}
.input-inline {
    position: relative;
    margin-bottom: 16px;
}
.input-inline .input-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #999;
    border-right: 1px solid #e5e5e5;
}
.input-inline .i-user:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #b5b5b5;
    border-radius: 50%;
    position: relative;
    top: 4px;
}
.input-inline .i-password:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    border: 2px solid #b5b5b5;
    border-radius: 3px;
    position: relative;
    top: 3px;
}
.input-inline input {
    width: 100%;
    height: 44px;
    padding: 0 12px 0 52px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}
.input-inline input:focus {
    border-color: #e4393c;
}
.input-inline input.danger {
    border-color: #ddd;
}

/* 提交按钮 */
.login-submit {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 20px 0 10px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.login-submit.qt-btn {
    background: #e4393c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.login-submit.qt-btn:hover {
    background: #c4262b;
}
.login-submit.qt-btn.disabled {
    background: #e4393c;
    opacity: 0.9;
}
.login-submit input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* 记住我 */
.login-switch {
    margin: 0;
    padding: 8px 0;
    overflow: hidden;
}
.login-switch input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 4px;
}
.login-switch a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
}
.login-switch a:hover {
    color: #e4393c;
}

/* 注册提示区 */
.regRightt {
    position: absolute;
    left: 0;
    top: 60px;
    width: 400px;
    padding: 40px 30px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.regRightt .LoginTitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.regRightt .Loginad {
    margin-bottom: 15px;
}
.regRightt .Subad {
    display: block;
    width: 220px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #ff6600;
    border-radius: 5px;
    text-decoration: none;
}
.regRightt .Subad:hover {
    opacity: 0.9;
    color: #fff;
}
.regRightt .Back {
    clear: both;
}
.regRightt .Link1 {
    height: 20px;
}
.regRightt .Pref {
    font-size: 14px;
    margin: 20px 0 10px;
}
.regRightt ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.regRightt li {
    list-style: none;
    font-size: 13px;
    line-height: 26px;
    color: #eee;
}

/* 注册页内联宽度调整（register.html 中的内联样式已指定宽高） */
.login_div .login_from[style*="500px"] .login-wrap {
    padding: 0 70px;
}

/* ========== 通用表单提示 ========== */
.tips {
    color: #e4393c;
    font-size: 12px;
    line-height: 20px;
}
#username_notice,
#password_notice,
#conform_password_notice,
#username_notice2,
#username_notice3 {
    font-size: 13px;
}

/* ========== 校验码 / 协议区（若存在） ========== */
.code-box {
    overflow: hidden;
}
.code-box .code-input {
    float: left;
    width: 60%;
}
.code-box .code-img {
    float: right;
    width: 36%;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.code-box .code-img img {
    width: 100%;
    height: 100%;
    display: block;
}
.agree-box {
    margin: 10px 0;
    font-size: 12px;
    color: #666;
}
.agree-box a {
    color: #e4393c;
    text-decoration: none;
}
