@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4.1
2016-03-07
Author: zhangjiachen1988@gmail.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }

body {
    line-height: 1; }

body {
    /*
    background:#f6f6f6;
    */ }

:focus {
    outline: 1; }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block; }

nav ul, ul li, ol li {
    list-style: none;
    margin: 0;
    padding: 0; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none; }

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold; }

del {
    text-decoration: line-through; }

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0; }

input, select {
    vertical-align: middle; }

a {
    text-decoration: none;
    cursor: pointer; }

input, button, select, textarea {
    outline: none; }

textarea {
    resize: none;
    vertical-align: middle; }

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both; }

.clearfix {
    *zoom: 1; }

/*IE/7/6*/
.fn-left {
    float: left;
    *zoom: 1;
    *display: inline; }

.fn-right {
    float: right;
    *zoom: 1;
    *display: inline; }

.w1000 {
    width: 980px;
    margin: 0 auto; }

.text-5 {
    color: #555; }

.text-red {
    color: #f00; }

.text-blue {
    color: #218fe4; }

.text-orange {
    color: #f99747; }

.text-c {
    text-align: center; }

.fs12 {
    font-size: 12px; }

.w130 {
    width: 127px; }

.w100 {
    width: 90px; }

.w230 {
    width: 230px; }

.w470 {
    width: 470px; }
/* 页面 */
.custom_login {
    width: 100%;
    height: 100%;
}
/* 顶部的背景（纯色） */
.custom_login .login_background {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
/* 顶部背景图片 */
.custom_login .login_background .bg_img.bg_img_1 {
    height: calc(100% - 40px);
    padding-top: 40px;
}
.custom_login .login_background .bg_img.bg_img_2 {
    width: 100%;
    height: 100%;
}
.custom_login .login_background .bg_img_left {
    position: absolute;
    top: 0;
    left: 0;
}
/* logo */
.custom_login .login_background .login_logo {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 10%;
}

.hide {
    display: none;
  }
.login-item .tips {
    position: absolute;
    min-width: 112px;
    width: fit-content;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
    background-color: #F56154;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 14px;
    left: 50%;
    top: -28px;
    transform: translate(-50%, 0);
}
.login-item .tips:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #F56154;
    transform: translate(-50%, 0) rotate(45deg);
    bottom: -3px;
    left: 50%;
}

/* 登录框 */
.custom_login .login {
    width: 350px;
    min-height: 310px;
    background-color: #FFFFFF;
    position: fixed;
    display: inline-flex;
    top: 50%;
    left: 68%;
    /* left: calc(100% - 420px); */
    transform: translate(0, -50%);
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.custom_login .login.qr_code {
    width: 640px;
    left: 62%;
}
/* 用户填写的区域 */
.custom_login .login .info {
    width: 350px;
    padding: 30px 34px;
}
/* 用户登录的文字 */
.custom_login .login .info .txt {
    color: #000000;
    font-size: 24px;
    margin-bottom: 26px;
    text-align: center;
}
/* 右上角的叉号 */
.close {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}
.close .close-icon {
    width: 14px;
    height: 14px;
    background: url(../../../img/index_pc/nor-close.png) no-repeat center center;
    background-size: cover;
}
/* 右上角叉号 -- hover */
.close:hover .close-icon {
    background: url(../../../img/index_pc/hov-close.png) no-repeat center center;
    background-size: cover;
}
.custom_login .login .close {
    top: 20px;
    right: 30px;
    padding: 6px;
    border-radius: 4px;
}
.custom_login .login .close:hover {
    background: #D8D8D8;
}
/* .custom_login .login .close {
    position: absolute;
    padding: 6px;
    border-radius: 4px;
    right: 20px;
    top: 10px;
} */

.info .login-item {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.custom_login .info .login-item.tips-error {
    border-bottom: 1px solid #F56154;
}
/* 输入框样式，包括登录框和忘记密码的框 */
.info .login-item .fn-input {
    height: 48px;
    width: calc(100% - 30px);
    border: 0;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    font-size: 14px;
}
/* 输入框中图标的样式 */
.info .login-item .fa {
    padding-left: 4px;
    width: 20px;
    text-align: center;
}
/* 密码 */
.info .login-item.password .fn-input {
    width: calc(100% - 60px);
}
/* 记住密码 & 忘记密码 */
.info .remeber_forget {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 20px 0;
    padding: 0 0 0 8px;
    font-size: 14px;
}
.info .remeber_forget .remeber .remeber-text {
    padding-left: 5px;
}
/* 忘记密码 */
.custom_login .login .info .forget {
    text-align: right;
    /* color: #FF2626; */
}
.custom_login .login .info .forget label {
    cursor: pointer;
}
.custom_login .login .info .forget label:hover {
    /* color: #BF1109; */
    text-decoration: underline;
}
/* 分割线 */
.custom_login .login .line {
    /* height: 100%; */
    width: 1px;
    border-left: 1px dashed #D3D3D4;
}
/* & */
.custom_login .login .line .text {
    position: relative;
    left: -6px;
    top: 50%;
    color: #D3D3D4;
    height: 30px;
    line-height: 30px;
    width: 16px;
    background-color: #FFFFFF;
}
/* 二维码 */
.custom_login .login .QR_code {
    width: 220px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
/* 二维码图片 */
.custom_login .login .QR_code img {
    width: 160px;
    height: 160px;
    padding-left: 30px;
}
/* 二维码下面的文字 */
.custom_login .login .QR_code .text {
    margin-top: 35px;
    color: #666666;
    font-size: 13px;
    text-align: center;
}
.custom_login .login .QR_code .telephone {
    padding-left: 20px;
    padding-top: 20px;
}
/* 全国服务热线文字 */
.custom_login .login .QR_code .telephone .tel-label {
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
    display: inline-flex;
    padding-bottom: 10px;
}
/* 全国服务热线电话号码 */
.custom_login .login .QR_code .telephone .tel-phone {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
    display: inline-flex;
}
/* 登录按钮 */
.custom_login .login .info .login_btn {
    height: 48px;
    width: 100%;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 38px;
    cursor: pointer;
    background: linear-gradient(180deg, #14A1F4 0%, #227FEB 100%);
}
.custom_login .login .info .login_btn:hover {
    background: #147BE6;
}
/* 定制的输入框选中后输入框颜色 */
.custom_login.zhengguangtong .login-item.focus {
    border-bottom: 1px solid #147BE6;
}
/* 定制的输入框选中后icon颜色 */
.custom_login.zhengguangtong .login-item.focus .fa {
    color:  #147BE6;
}
/* 定制的忘记密码颜色 */
.custom_login.zhengguangtong .login .info .forget label {
    color: #14A1F4;
}
.custom_login.zhengguangtong .login .info .forget label:hover {
    color: #147BE6;
}
/* 定制的登录按钮颜色 */
.custom_login.zhengguangtong .login .info .login_btn {
    background: linear-gradient(180deg, #14A1F4 0%, #227FEB 100%);
}
.custom_login.zhengguangtong .login .info .login_btn:hover {
    background: #147BE6;
}
/* 定制的输入框选中后输入框颜色 */
.custom_login.yunda .login-item.focus {
    border-bottom: 1px solid #147BE6;
}
/* 定制的输入框选中后icon颜色 */
.custom_login.yunda .login-item.focus .fa {
    color:  #147BE6;
}
/* 定制的忘记密码颜色 */
.custom_login.yunda .login .info .forget label {
    color: #14A1F4;
}
.custom_login.yunda .login .info .forget label:hover {
    color: #147BE6;
}
/* 定制的登录按钮颜色 */
.custom_login.yunda .login .info .login_btn {
    background: linear-gradient(180deg, #14A1F4 0%, #227FEB 100%);
}
.custom_login.yunda .login .info .login_btn:hover {
    background: #147BE6;
}
.custom_login input::-webkit-input-placeholder {
    color: #BBBBBB;
}
/* 遮罩 */
.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 54, 80, 0.8);
    z-index: 5;
    top: 0;
    left: 0;
}
/* 忘记密码弹框 */
.forget_dialog {
    width: 448px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: calc(50% - 237px);
    transform: translate(0, -50%);
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    z-index: 6;
}
/* 密码到期提醒 0126 add */
.forget_dialog .pwd-expired {
    display: flex;
    padding-bottom: 20px;
    padding-top: 10px;
}
.forget_dialog .pwd-expired-confirm {
    display: flex;
    justify-content: center;
}
.forget_dialog .pwd-expired-warning {
    font-size: 40px;
    color: #fbba7f;
}
.forget_dialog .pwd-expired-confirm-text {
    color: #529BE5;
    width: 260px;
    text-align: right;
    line-height: 48px;
    margin-right: 20px;
    cursor: pointer;
}
.forget_dialog .pwd-expired-confirm-text:hover {
    text-decoration: underline;
}
.forget_dialog .pwd-expired-text {
    margin-top: 12px;
    margin-left: 8px;
}
.forget_dialog .pwd-expired-confirm-btn {
    width: 120px;
    height: 48px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    border-radius: 38px;
    cursor: pointer;
    background: linear-gradient(180deg, #14A1F4 0%, #227FEB 100%);
}
/* 密码到期提醒 0126 add */
/* 操作区域 */
.forget_dialog .info {
    padding: 26px 34px 30px 34px;
}
.forget_dialog .login-item {
    margin: 0;
    border: 0;
}
.forget_dialog .info .fn-input {
    height: 48px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 20px;
}
.forget_dialog .info .tips-error .fn-input {
    border: 1px solid #F56154;
}
/* 修改密码 */
.forget_dialog .info .fn-label {
    text-align: center;
    font-size: 22px;
    margin-bottom: 26px;
    /*font-family: "Microsoft YaHei", "微软雅黑", "SimSun", \5b8b\4f53, sans-serif;*/
}
/* 图形验证码 */
.forget_dialog .info .forget_img_verify_code .img-verify-elem {
    position: absolute;
    top: 6px;
    right: 6px;
}
/* 验证码 */
.forget_dialog .info .verify_code {
    width: 100%;
    height: 48px;
    position: relative;
    margin-bottom: 20px;
}
/* 验证码按钮 */
.forget_dialog .info .verify_code .vertfy {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
    height: 36px;
    background-color: #529BE5;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}
.forget_dialog .info .verify_code .disabled {
    color: #888888;
    background-color: #DFDFDF;
    cursor: no-drop;
    border-color: #DFDFDF;
}
/* 返回登录 */
.forget_dialog .info .return_login {
    color: #6a7f88;
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
}
.forget_dialog .info .return_login label {
    color: #529BE5;
    cursor: pointer;
}
.forget_dialog .info .return_login label:hover {
    text-decoration: underline;
}
/* 确定按钮 */
.forget_dialog .info .confirm {
    width: 380px;
    height: 48px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    border-radius: 38px;
    cursor: pointer;
    background: linear-gradient(180deg, #14A1F4 0%, #227FEB 100%);
}
.forget_dialog .info .confirm:hover {
    background: #147BE6;
}
/* 定制的登录按钮颜色 */
.forget_dialog.zhengguangtong .info .confirm {
    background: linear-gradient(180deg, #14A1F4 0%, #227FEB 100%);
}
.forget_dialog.zhengguangtong .info .confirm:hover {
    background: #147BE6;
}
/* 定制的登录按钮颜色 */
.forget_dialog.yunda .info .confirm {
    background: linear-gradient(180deg, #14A1F4 0%, #227FEB 100%);
}
.forget_dialog.yunda .info .confirm:hover {
    background: #147BE6;
}
.footer {
    position: absolute;
    bottom: 11px;
    width: 100%;
    font-size: 10px;
    text-align: center;
    color: #999999;
}
.footer a {
    color: #999999;
}
.footer.jianzhixing {
    color: #000000;
}
.footer.jianzhixing a {
    color: #000000;
}
.footer.hebeiwuwei {
    color: #000000;
}
.footer.hebeiwuwei a {
    color: #000000;
}
.footer.hailian {
    color: #000000;
}
.footer.hailian a {
    color: #000000;
}
.footer.ccto {
    color: #000000;
}
.footer.ccto a {
    color: #000000;
}
.footer.xinshi {
    color: #000000;
}
.footer.xinshi a {
    color: #000000;
}
.footer.quanqiuyunlian {
    color: #000000;
}
.footer.quanqiuyunlian a {
    color: #000000;
}
.footer.miaocehui {
    color: #000000;
}
.footer.miaocehui a {
    color: #000000;
}