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

body{
    background:#fff;
    padding-top:0
}
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
}
.loginBox .btn{padding-top:9px; padding-bottom:9px;}
.loginBox .input-group .input-group-addon:first-child + input.form-control,
.loginBox .input-group .input-group-addon:first-child + .emailbox>input.form-control{text-indent:32px;}
#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;
}
.form-group .form-placeholder input.form-control{
    text-indent:0 !important;
}
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
}
.loginBox .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:100%;}

.ms-container{width:100%}
/* cookie */
.loginCookie{padding-top: 30px;font-size:12px;overflow:hidden;color:#666;margin-bottom:-20px;padding-left: 0px;display:flex; justify-content:flex-end; align-items:center; line-height:24px; }
.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}
.loginCookie .cookie-time {width: auto !important; font-size: 12px; padding: 0 4px; line-height: 18px; height: 26px; float: left; margin-right: 10px; color: #0068b7; border: 1px solid transparent; box-shadow: none;}
.loginCookie .cookie-time:hover {border: 1px solid #ccc}

/* 验证码 */
.codeinp .form-control {
    width: 60%;
}
.codeinp .validationcode {
    width: 36%;
    float: right
}
.codeinp .validationcode img {
    width: 100%;
    height: 36px;
    margin-top: 2px;
}
/* 错误、成功 提示页 ------------------------------- */
body.promptPage{
    background:#f2f2f2
}
body.promptPage::after{
    display:none
}
body.promptPage .header{
    display:none;
}
.prompt {
    padding: 20px;
    border-radius:5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    overflow:hidden;
    position:relative;
}
.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; margin-top:0px; line-height:40px}
.icheckbox_square,
.icheckbox_minimal-blue,
.iradio_minimal-blue { position: absolute; left: 0;}
.inline .radio{display:inline-block; margin-right: 10px; margin-left: 0;}

/*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: 5;
}
.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
}
.form-group .input-group{width: 100%;}
.form-group_notAddon .input-group .input-group-addon{display: none;}
.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}

/*切换开关 switchery*/
.loginBox .switchery {position: relative;display: inline-block;margin-top: 5px;padding: 0 3px;width: 44px;height: 24px;border: 1px solid #dfdfdf;border-radius: 12px;background-color: #fff;vertical-align: middle;cursor: pointer;}
.loginBox .switchery>small { position: absolute; top: 1px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);}
.loginBox .switchery-label{display:inline-block; margin-top:3px; height:24px; line-height:24px; vertical-align: middle; padding:0 15px 0px 5px;}

/* 微信登录-登录页 */
.loginBox .phoneweixinlogin{display:none; text-align: center;}
.loginBox .phoneweixinlogin svg { height: 215px; width: 110px;}
.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 .phoneworkweixinlogin{display: none; text-align: center;}
.loginBox .phoneworkweixinlogin svg { height: 215px; width: 110px;}
.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;}

/* 钉钉登录-未登录页 */
.loginBox .phonedingtalklogin{display:none; text-align: center;}
.loginBox .phonedingtalklogin svg { height: 215px; width: 110px;}
.loginBox .phonedingtalklogin .dingtalkUserLogin {display:flex;text-align:center;background-color:#00abfb;border: 1px solid #00abfb;padding: 0px 10px;height: 40px;line-height: 40px;font-size: 16px;color:#fff;border-radius: 3px;margin-bottom: 20px; justify-content:center; align-items:center}
.loginBox .phonedingtalklogin .dingtalkUserLogin i{margin-right: 10px;font-weight: normal;font-size: 20px;margin-bottom: 3px;}

/* 登录方式 */
.login-select {margin-top: 40px;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.login-select span {height: 30px;line-height: 30px;cursor: pointer;display: none;color: #0068B7;}
.login-select span a {color: #0068B7}
.login-select span.spe {width: 20px;text-align: center;color: #cccccc;cursor: default}
.login-select span.login-select-show {display: block}
.login-select .phone-registered {font-size: 14px;}
.login-select .password-registered {background: url(/content/_common/usermanage/img/login-icons.png) -40px -1235px no-repeat;padding-left: 26px;}
.login-select .phone-registered {background: url(/content/_common/usermanage/img/login-icons.png) -40px -1035px no-repeat;padding-left: 26px;}
.login-select .weixin-registered {background: url(/content/_common/usermanage/img/login-icons.png) -40px -635px no-repeat;padding-left: 26px;}
.login-select .workweixin-registered svg.icon {margin-right: 6px;font-weight: normal;width: 22px;height: 22px;position: relative;top: 4px;}
.login-select .dingtalk-registered svg.icon {margin-right: 6px;font-weight: normal;width: 22px;height: 22px;position: relative;top: 4px;}