.mask-login {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);z-index: 1000;/* display: none; */}
.mask-box {max-width: 418px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: white;padding: 20px;width: 90%;text-align: center;border-radius: 12px;}

.login-tabs {display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;margin-bottom: 20px;border-bottom: 2px solid #e1eaf2;}
.login-tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.login-tab.active {color: #0083ce;font-weight: 600;}
.login-tab.active:after {content: '';position: absolute;bottom: -2px;left: 0;width: 100%;height: 2px;background: #0083ce;}
.login-panel {display: none;}
.login-panel.active {display: block;}

/* 表单项样式 */
.form-group {margin-bottom: 20px;position: relative;}
.form-label {display: inline-block;*display: inline;*zoom: 1;text-align: right;margin-right: 9px;font-size: 15px;margin-bottom: 8px;font-weight: 500;color: #555;vertical-align: middle;}
.input-with-icon {display: inline-block;*display: inline;*zoom: 1;position: relative;vertical-align: middle;}
.input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #78b8dd;
    font-size: 18px;
    z-index: 1;
}

.form-control {
    width: 280px;
    padding: 12px 15px 12px 45px;
    border: 1px solid #85c4e9;
    border-radius: 4px;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

.form-control:focus {border-color: #0083ce;-webkit-box-shadow: 0 0 0 3px rgba(0, 131, 206, 0.1);-moz-box-shadow: 0 0 0 3px rgba(0, 131, 206, 0.1);box-shadow: 0 0 0 3px rgba(0, 131, 206, 0.1);}
.form-control::-webkit-input-placeholder {color: #aaa;font-size: 13px;}
.form-control::-moz-placeholder {color: #aaa;font-size: 13px;}
.form-control:-ms-input-placeholder {color: #aaa;font-size: 13px;}
.sms-group {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;}
.sms-input {display: inline-block;vertical-align: middle;}
.sms-btn {background: #0083ce;color: #fff;padding: 12px 13px;border-radius: 4px;font-weight: 600;cursor: pointer;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;text-align: center;font-size: 14px;display: inline-block;*display: inline;*zoom: 1;margin-left: 4px;vertical-align: middle;border: none;outline: none;}
.sms-btn:hover {opacity: 0.8;filter: alpha(opacity=80);}
.sms-btn:disabled {background: #ccc;cursor: not-allowed;}
/* 忘记密码链接 */
.forgot-password {text-align: right;margin-top: 10px;font-size: 14px;}
.forgot-password a {color: #0083ce;text-decoration: none;}
.forgot-password a:hover {text-decoration: underline;}
.register-btn {
    background: #ff8846;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 300px;
    display: block;
    margin: 40px auto 40px;
}
.register-btn:hover {opacity: 0.8;filter: alpha(opacity=80);}
/* 登录底部 */
.login-footer {margin-top: 30px;text-align: center;border-top: 1px solid #e1eaf2;padding-top: 25px;font-size: 14px;color: #666;}
.login-footer a {color: #f80;font-weight: 600;text-decoration: none;margin-left: 5px;}
.login-footer a:hover {text-decoration: underline;}

.registration-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
}

.form-section {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;background: #fff;}
.form-header {margin-bottom: 10px;text-align: center;}
.form-title {font-size: 28px;font-weight: 700;color: #333;margin-bottom: 5px;}
.form-header span {color: #555;font-size: 15px;}
/* IE10+ Flex兼容 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .registration-container {
        display: -ms-flexbox;
    }
    .form-section {
        -ms-flex: 1;
    }
    .scqy_nav, .scqyHeader {
        display: -ms-flexbox;
    }
}
.factoryClose{position: absolute;right: 20px;width: 30px;height: 30px;font-size: 30px;color: #999;text-decoration: none;top: 10px;}


/* 遮罩层样式 */
#mask-toggle {display: none;}
.mask-register {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);z-index: 1000;/* display: none; */}
.mask-box {max-width: 418px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: white;padding: 20px;width: 90%;text-align: center;border-radius: 12px;}
/* end */
.form-section {
    -webkit-box-flex: 2.5;
    -webkit-flex: 2.5;
    -moz-box-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
    /*padding: 58px 22px 51px 30px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-header {padding-left: 39px;}
.form-header span {color: #999;font-size: 15px;margin-top: 7px;display: block;}
.form-title {font-size: 28px;font-weight: 700;color: #000;margin-bottom: 10px;}
.form-subtitle {color: #666;font-size: 18px;letter-spacing: .5px;}
.form-group {margin-bottom: 20px;}
.formLabel {
    display: inline-block;
    *display: inline; /* IE7兼容 */
    *zoom: 1; /* IE7兼容 */
    text-align: right;
    margin-right: 9px;
    font-size: 15px;
    width: 95px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

.input-with-icon {
    display: inline-block;
    *display: inline; /* IE7兼容 */
    *zoom: 1; /* IE7兼容 */
    position: relative;
}

.input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #78b8dd;
    font-size: 18px;
}
#form1{
    text-align: left;
    padding-top: 30px;
}
.formControl {
    width: 203px;
    border-radius: 5px;
    padding: 10px 15px 10px 45px;
    border: 1px solid #85c4e9;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.formControl:focus {
    outline: none;
    border-color: #1a73e8;
    -webkit-box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
    -moz-box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.captcha-img {
    background: #f5f5f5;
    font-weight: bold;
    color: #333;
    font-size: 15px;
    letter-spacing: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 95px;
    padding: 10px 10px;
    display: inline-block;
    *display: inline; /* IE7兼容 */
    *zoom: 1; /* IE7兼容 */
    margin-left: 4px;
}

.sms-group {
    display: inline-block;
    *display: inline; /* IE7兼容 */
    *zoom: 1; /* IE7兼容 */
}

.sms-input {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.sms-btn {
    background: #0083ce;
    color: #fff;
    padding: 9px 13px;
    border-radius: 6px;
    font-weight: 600;

    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    display: inline-block;
    *display: inline; /* IE7兼容 */
    *zoom: 1; /* IE7兼容 */
    margin-left: 4px;
    font-weight: normal;
}

.sms-btn:hover {opacity: 0.7;filter: alpha(opacity=70);}
.register-btn {
    background: #ff8846;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 300px;
    display: block;
    margin: 40px auto 30px;
}
.register-btn:hover {opacity: 0.7;filter: alpha(opacity=70);}
.scqy_registerNote {margin-top: 25px;text-align: center;font-size: 14px;color: #666;}
.scqy_registerNote a {color: #0083ce;text-decoration: none;font-weight: 500;}
.scqy_registerNote a:hover {text-decoration: underline;}
.friendly-links {margin-top: 0;}
.verification-group {
    width: 405px;
    display: inline-block;
    *display: inline; /* IE7兼容 */
    *zoom: 1; /* IE7兼容 */
}
.scqy_registerNote .scqy_checkbox {position: relative;left: -6px;top: 2px;}

/* IE10+ Flex兼容 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .registration-container {
        display: -ms-flexbox;
    }
    .form-section {
        -ms-flex: 2.5;
    }
    .scqy_nav, .scqyHeader {
        display: -ms-flexbox;
    }
}
.factorySignup h2{
    font-size: 21px;

}
.factoryTip{
    font-size: 15px;
    margin:3px 0 20px 0;
    color: #555;

}
.is-read{padding: 10px;position: relative;left: -10px;top: 2px;width: 20px;height: 15px;}
.factoryClose{position: absolute;right: 20px;width: 30px;height: 30px;font-size: 30px;color: #999;text-decoration: none;top: 10px;}


.login-tabs{
    display: none;
}