﻿@charset "UTF-8";
/* 登录页 */

body{
    background:#fff;
}
body:after{content:""; display:block; position:absolute; top:0px; width:100%; left:0px; z-index:0; height:390px; background: linear-gradient(180deg, #0B8EF1 0%, #5FA6DA 48.44%, #FFFFFF 97.92%) no-repeat;}
body>.content{position:relative; z-index:2}
.header {
    background: none;
    position:relative;
    z-index:1;
    height:60px;
}
.header .logo{
    margin: 0 56px;
    padding: 15px 0 0;
    box-sizing:content-box;
}
.header .back{
    left: 15px;
    margin-top:-10px;
}
.header .homeLink{
    left:auto;
    right:15px;
    margin-top: -10px;
}
.loginBox {
    padding: 20px 20px 30px;
    border-radius: 10px;
    box-shadow: 0px 25px 50px -12px rgba(37, 120, 220, 0.2);
}
.loginBox .form-group{
    margin-left:0px;
    margin-right:0px;
}
.loginBox .hd {
    height: 40px;
    margin-bottom: 20px;
}
.loginBox .hd-tab{
    border-bottom: 1px solid #e3e3e3
}
.loginBox .hd>h3{font-size:18px; height:41px; line-height:40px; text-align:center; color:#2578DC}
.loginBox .hd ul {
}
.loginBox .hd ul li {
    float: left;
    font-size: 18px;
    height: 41px;
    line-height: 40px;
    width:50%;
    text-align:center
}
.loginBox .hd ul li.on {
    color: #2578DC;
    border-bottom: 3px solid #2578DC;
}
.loginBox .hd ul li.on a {
    color: #2578DC;
}
.loginBox h3.title {
    font-size: 18px;
    margin: -10px 0 10px 0
}
#login-btn .btn-primary{
    background-color:#2578DC;
    border-color:#2578DC
}
#PhoneMessageValidateCode,
#PhoneValidateCode,
#EmailValidateCode {
    width: 60% !important;
    margin: 0px;
    float:left
}
#PhoneMessageValidateCode_btn,
#PhoneValidateCode_btn,
#EmailValidateCode_btn {
    width: 36%;
    float: right;
    height: 40px;
    line-height: 40px;
}
/* 注册页 */
.fwtk {
    display: none
}
.open-login {
    display: none;
}
.required:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 3px;
    content: "*";
    color: #f00;
    font-weight: bold;
}
.login-panel dl {
    overflow: hidden;
    margin-bottom: 10px;
}
.login-panel dt {
    width: 80px;
    line-height: 36px;
    float: left;
    text-align: right;
    padding-right: 20px;
    position: relative;
}
.login-panel dd {
    overflow: hidden
}
.login-panel dd input.form-control {
    width: 100%;
    padding: 5px;
    height: 36px;
}
.loginLink{color:#2578DC}
.loginLink a{color:#2578DC}
.txtarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #D9D9D9;
}
.showFwtk {
    color: #216693;
    text-decoration: underline;
    cursor: pointer;
}
input.form-control {
    padding-left: 30px;
    outline:none;
}
.form-group input.form-control,
.form-group textarea.form-control {
    padding-left: 30px;
    outline:none;
}
textarea.form-control{
    min-height:80px;
}
input.form-control:focus,
input.form-control:focus-visible{
    border-color:#559EE3;
    box-shadow: 0px 0px 10px rgba(54, 117, 191, 0.5);
    
}
input.input-validation-error{
    border-color:#F04545
}

/* cookie */
.loginCookie{padding-top: 30px;font-size:12px;overflow:hidden;color:#666;margin-bottom:-20px;padding-left: 0px;}
.loginCookie dl{margin-bottom:0px; float:right; }
.loginCookie dt{width:auto; padding:0px 0px 0px 0px; line-height:26px; float:left;}
.loginCookie dd{line-height:26px;float:left}
.loginCookie dd .cookie-time{width:auto; font-size:12px; padding:4px 2px; line-height:18px; height:26px;  float:left; margin-right:5px; color:#666; box-shadow:none;}
.loginCookie dd .cookie-time:hover{border:1px solid #ccc}
.loginCookie dd span{float:left}

/* 验证码 */
.codeinp .form-control {
    width: 60%;
}
.codeinp .validationcode {
    width: 36%;
    float: right
}
.codeinp .validationcode img {
    width: 100%;
    height: 36px;
    margin-top: 2px;
}
/* 错误、成功 提示页 ------------------------------- */
.prompt {
    padding: 20px;
}
.prompt .hd h3 {
    font-weight: bold;
}
.prompt .bd {
    overflow: hidden;
    padding: 20px 0;
}
.prompt .pic {
    float: left;
    width: 70px;
    height: 70px;
    background: url(/content/_common/usermanage/img/prompt-notice.png) 0 0 no-repeat;
    background-size: auto 100px;
}
.prompt .pic-error {
    background-image: url(/content/_common/usermanage/img/prompt-error.png);
}
.prompt .pic-success {
    background-image: url(/content/_common/usermanage/img/prompt-success.png);
}
.prompt .con {
    overflow: hidden;
}
.prompt .fd {
    text-align: center;
}
.prompt .fd .btn {
    width: 150px;
}
/* 找回密码 */
.verification-radios {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.verification-radios .verification-mode {
    float: left;
}
.verification-radios label {
    float: left;
}
.verification-radios label input {
    margin-right: 4px;
    vertical-align: middle
}
.verification-radios #phone-radio {
    margin-right: 15px;
}
#ValidateCode {
    width: 50%;
}

/*radio 同行显示样式 */

/*本部分需要结合icheck-minimal-blue.css*/
.radio,
.checkbox { position: relative; padding-left: 25px;}
.radio-inline,
.radio-inline+.radio-inline,
.checkbox-inline,
.checkbox-inline+.checkbox-inline { margin-right: 10px; margin-left: 0;}
.icheckbox_square,
.icheckbox_minimal-blue,
.iradio_minimal-blue { position: absolute; left: 0;}
.inline .radio{display:inline-block; margin-right: 10px; margin-left: 0;}
.radio input[type="radio"]{margin-top:6px}

/*radio禁用提示*/
[disabled="disabled"] label.radio,
label.radio.disabled,
.iradio_minimal-blue.disabled>ins { cursor: not-allowed;}

/* form-placeholder */
.form-group{margin-bottom:20px;}
.form-group input[type=text]{color:#666666}
.form-group input[type=checkbox]{width:16px;height:16px;margin-right:5px;}
.form-group .form-fieldname{height:30px; lien-height:30px; color:#666; font-size:16px; margin-bottom:5px;}
.notExtend .form-group .form-fieldname{display:none;}
.form-placeholder{position:relative}
.notExtend .form-placeholder:after{
    content:attr(data-placeholder);
    display: block;
    position: absolute;
    top: 19px;
    left: 27px;
    padding: 0 4px;
    color: rgba(30,32,35,.45);
    line-height: 2px;
    pointer-events: none;
    transition: all .2s cubic-bezier(.4,0,.2,1),max-width .324s cubic-bezier(.4,0,.2,1);
    z-index: 2;
}
.notExtend .form-placeholder.form-placeholder-focus:after,
.notExtend .form-placeholder.form-placeholder-full:after{
    content:attr(data-fieldname);
    transform: translate(-19px,-29px);
    font-size: 12px;
    height: 12px;
    line-height:20px;
    background: #fff;
}
.notExtend .form-placeholder.form-placeholder-focus:after{
    color:#559EE3
}

.hasExtend .form-group .btn-icon{display:none}
.hasExtend .form-group input.form-control,
.hasExtend .form-group textarea.form-control,
.hasExtend .form-group select{padding-left:5px}

/* 微信登录-登录页 */
.loginBox .phoneweixinlogin{display:none}
.loginBox .phoneweixinlogin .weixinUserLogin {display:block;text-align:center;background-color:#2aae67;border:1px solid #1c9252;padding: 0px 10px;height: 46px;line-height: 46px;font-size: 16px;color:#fff;border-radius: 5px;margin-bottom: 20px;}
.loginBox .phoneweixinlogin .weixinUserLogin:before{font-family: "iconfont";content: "\e734";display:inline-block;margin-right:10px;font-weight:normal;font-size:24px;vertical-align: top;line-height: 44px;}

/* 企业微信登录-登录页 */
.loginBox .phoneworkweixinlogin{display: none; }
.loginBox .phoneworkweixinlogin .workweixinUserLogin {display:flex;text-align:center;background-color:rgba(38, 126, 240,0.05);border: 1px solid rgba(38, 126, 240,0.1);padding: 0px 10px;height: 40px;line-height: 40px;font-size: 16px;color:#333333;border-radius: 3px;margin-bottom: 20px; justify-content:center; align-items:center}
.loginBox .phoneworkweixinlogin .workweixinUserLogin svg.icon{margin-right:10px;font-weight:normal;width:22px;height:22px;line-height: 40px;}