html, body{
    height:100%;
}
/* 去掉input标签 淡黄色的背景*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-weight: 300;
    color: #bbb; opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-weight: 300;
    color: #bbb; opacity:1;
}

input:-ms-input-placeholder{
    font-weight: 300;
    color: #bbb; opacity:1;
}

input::-webkit-input-placeholder{
    font-weight: 300;
    color: #bbb; opacity:1;
}
ul li{
    list-style: none;
}

.container-fluid {
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", STXihei, "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei";
    display: table;
    /* 可以在 styleLink中进行背景图覆盖*/
    background: url('../img/bg.jpg?_=0730') no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 100vw;
    height:100%;
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
}
.container-fluid > header{
    padding: 50px 0 0  3.67%;
}
.container-fluid > header .logo {
    position: absolute;
    width: 310px;
    height: 60px;
    left: 70px;
    top: 51px;
    background: url(../img/logo@2x.png);
    background-size: 100% 100%;
}

.content.center-block {
    display: table-cell;
    vertical-align: top;
    padding-top: 8%;
}
.form-content {
    width: 390px;
    margin:auto;
}
.form-content .form-content-header {
    height: 37px;
    text-align: center;
    margin-bottom: 30px;
}
.form-content .form-content-header img {
    width: 100%;
}
.form-content .form-content-body {
    position: relative;
    background: #fff;
    padding: 32px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow:0px 5px 20px 0px rgba(0,0,0,0.06);
    min-height: 410px;
    z-index: 1000;
}

.login .form-content-body .login-type  {
    position: relative;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    margin: 0 0 32px;
}
.login .form-content-body .login-type  li {
    height: 100%;
    color: #bbb;
    padding: 0;
    cursor: pointer;
}
.login .form-content-body .login-type  li span{
    font-weight: 400;
}
.login .form-content-body .login-type  li.active span{
    display: inline-block;
    height: 100%;
     color:#1e1e1e;
     border-bottom: 1px solid #1e1e1e;
    font-weight: 600;
 }
.login .login-form .login-type  li.active {
    color:#2671E6;
}
.login .form-content-body .form-groups .form-group {
    margin: 16px 0;
    height: 48px;
}
.login .form-content-body .form-groups .form-group .form-control {
    height: 48px;
}
.login .form-content-body .form-groups .captcha-filed-wrapper {
    position: relative;
}
.login .form-content-body .form-groups .captcha-filed-wrapper .form-group .verifycode-wrapper {
    padding-left: 0;
}
.login .form-content-body .form-groups .captcha-filed-wrapper .form-group .kaptcha-wrapper {
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
}
.login .form-content-body .form-groups .captcha-filed-wrapper .form-group .kaptcha-wrapper .Kaptcha {
    width: 80px;
}
.login .form-content-body .form-groups .btn-primary {
    color: #fff;
    background-color: #1B86FD;
    border-color: #1B86FD;
}

.login .form-content-body .login-type .help {
    position: absolute;
    right: 0;
    color: #1B86FD;
    cursor: pointer;
}

.login .form-content-body .help-content .help-item{
    margin-top: 24px;
}

.login .assist {
    color: #888;
    font-size: 12px;
    overflow: hidden;
    margin-top: 16px;
}
.login .assist .f-pwd{
    float:right;
    cursor: pointer;
}
.login .qrcode {
    text-align: center;

}
.login .qrcode .qrcode-main {
    position: relative;

}
.login .qrcode .qrcode-main .qrcode-img {
    width:200px;
    height: 200px;
    margin:0 auto;
}
.login .qrcode .qrcode-main .qrcode-overdue {
    position: absolute;
    left: 60px;
    top: 0;
    width: 210px;
    height: 200px;
    background:rgba(255,255,255,0.98);
    z-index: 9999;
    padding-top: 40px;
    box-sizing: border-box;
}
.login .qrcode .qrcode-main .qrcode-overdue .tip-img {
    width: 56px;
    height:56px;
    background: url('../img/tanhao.png');
    background-size:100% 100%;
    margin: 0 auto 10px;
}
.login .qrcode .qrcode-main .qrcode-overdue .tip {
    font-size:14px;
    color:#1E1E1E;
    line-height:14px;
}
.login .qrcode .qrcode-main .qrcode-overdue .reload-qrcode {
    cursor: pointer;
    width:66px;
    height:24px;
    line-height: 24px;
    font-size: 14px;
    color: #2671E6;
    margin: 20px auto 0;
    border-radius:12px;
    border:1px solid rgba(38,113,230,1);
}
.login .qrcode .qrCodeTip {
    font-size:16px;
    margin-top: 20px;
    color: #888;
}
.login .qrcode .qrCodeTip .xiaofan {
    color: #1B86FD;
    text-decoration: none;
}

/*底部*/
.login footer.footer {
    width: 770px;
    margin: 8% auto 0;
    padding-bottom: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
}
.login footer.footer .tip-title {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 8px;
}

/*文本框*/
.form-field-group {
    height: 50px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.form-field-group .icon-wapper {
    position: absolute;
    height: 100%;
    padding-top: 14px;
    box-sizing: border-box;
    z-index: 10;
}
.form-field-group .icon-wapper .icon {
    display: inline-block;
    z-index: 2;
    width: 18px;
    height: 18px;
    color: #555;
}
.form-field-group .field-wapper {
    position: relative;
}

#getSMS {
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 12px;
    cursor: pointer;
    color: #2671E6;
}

.container-fluid.overdue {
    height: 100%;
    background: url('../img/bg.jpg');
    background-size: 100% 100%;
}

/*忘记密码*/
.container-fluid.forgetpwd-container .content.center-block{
    padding-top: 5%;
}
.container-fluid.forgetpwd-container .content.center-block  .form-content .form-content-body{
    padding: 32px 32px 16px;
}
.container-fluid.forgetpwd-container footer.footer {
    margin-top: 50px;
}
/*过期*/
.container-fluid.overdue .content{
    position: relative;
    height: 100%;
    width: 100%;
    padding-left: 15.8%;
    padding-top: 315px;
    color: #fff;
}

.container-fluid.overdue .content .tip-title .tip-title-item {
    font-size:30px;
    color:#1E1E1E;
}
.container-fluid.overdue .content .tip-container .tip-desc {
    height:24px;
    line-height:24px;
    font-size:24px;
    color:#1E1E1E;
    margin: 40px 0;
}
.container-fluid.overdue .tip-container .tip-actions .btn {
    text-decoration: none;
    cursor: pointer;
}
.container-fluid.overdue .tip-container .tip-actions .modify{
    height: 44px;
    line-height: 44px;
    background:rgba(63,134,245,1);
    box-shadow:0px 10px 20px 0px rgba(63,134,245,0.3);
    border-radius:22px;
    color: #fff;
    font-size:16px;
    padding: 14px 58px;
}
.container-fluid.overdue .tip-container .tip-actions .give-up{
    font-size:16px;
    color:rgba(38,113,230,1);
    line-height:16px;
    margin-left: 51px;
}

.disable {
    color: #ccc;
    pointer-events: none;
}

@media screen and (max-width: 1400px) {
    .content.center-block {
        padding-top: 4%;
    }
    .login footer.footer {
        margin-top:20px;
        padding-bottom: 5px;
    }
}