@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: '思源雅黑' !important;
}

ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ol, ul {
    list-style: none outside none;
}

a {
    text-decoration: none;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #333;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.login-header {
    width: 100%;
    min-width: 1240px;
    background-color: #fff;
    position: relative;
    z-index: 1000;
}

.login-header-inner {
    position: relative;
    width: 1200px;
    height: 100px;
    margin: auto;
    line-height: 100px;
}

.login-header-logo {
    width: 220px;
    height: 50px;
    display: inline-block;
    background: no-repeat;
    background-size: 220px 50px;
    vertical-align: middle;
}

.login-main {
    z-index: 99;
    height: 450px;
    width: 100%;
    background: no-repeat center center;
}

.login-banner {
    width: 1200px;
    margin: auto;
    height: 450px;
    position: relative;
}

.login-banner-text {
    width: 845px;
    height: 200px;
    background: no-repeat;
    position: absolute;
    left: 55px;
    top: 150px;
}

.login-pannel {
    position: absolute;
    top: 36px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 300px;
    min-height: 320px;
    height: auto;
    padding: 0 0px;
    float: right;
    z-index: 100;
}

.login-title {
    padding: 0;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    display: block;
}

.login-title > div {
    font-size: 17px;
    float: left;
    color: #C5162C;
    padding-top: 12px;
    padding-left: 33px;

}



.login-title  .tabDiv1 {
    color: #272727;
    padding-left: 12px;
}

.login-info {
    padding: 30px 33px 0px 33px;
    display: block;
    height: auto;
}

.login-info-row {
    padding: 0px 0px 18px 0px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.login-info-loginname-div {
    background: #fff url(../img/loginname.png) no-repeat 10px center !important;
    width: 39px;
    height: 38px;
    display: inline-block;
    float: left;
    border: 1px solid #dde1e9;
    border-right: 0;
    box-sizing: content-box;
}

.login-info-loginname {
    width: 192px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    color: #333;
    box-sizing: content-box;
    border: 1px solid #dde1e9;
    outline: none;
    border-left: 0px;
}

.login-info-password-div {
    background: #fff url(../img/password.png) no-repeat 10px center !important;
    width: 39px;
    height: 38px;
    display: inline-block;
    float: left;
    border: 1px solid #dde1e9;
    border-right: 0;
    box-sizing: content-box;
}

.login-info-password {
    width: 192px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    color: #333;
    box-sizing: content-box;
    border: 1px solid #dde1e9;
    outline: none;
    border-left: 0px;
}

.login-info-checkcode-div {
    background: #fff url(../img/checkcode.png) no-repeat 10px center !important;
    width: 39px;
    height: 38px;
    display: inline-block;
    float: left;
    border: 1px solid #dde1e9;
    border-right: 0;
    box-sizing: content-box;
}

.login-info-checkcode {
    width: 80px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    color: #333;
    box-sizing: content-box;
    border: 1px solid #dde1e9;
    outline: none;
    border-left: 0px;
}

.login-info-checkcode-img {
    display: block;
    width: 100px;
    height: 38px;
    float: right;
    cursor: pointer;
}

.login-info-phone-div {
    background: #fff url(../img/login-phone.png) no-repeat 10px center !important;
    width: 40px;
    height: 38px;
    display: inline-block;
    float: left;
    border: 1px solid #dde1e9;
    border-right: 0;
    box-sizing: content-box;
}

/* 扫码登录二维码 */
.login-info-qrCode-div {
    /*width: 100%;*/
    height: 180px;
    text-align: center;
    margin-bottom: 40px;
}
.login-info-qrCode-div img{
    width: 170px;
    height: 170px;
}

.login-info-button {
    width: 234px;
    height: 42px;
    color: #FFFFFF;
    background: #C5162C;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Microsoft Yahei';
    margin-top: 0px;
    line-height: 42px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.login-info-button:hover {
    background: #b20e1a;
}

.login-footer {
    padding: 20px 0;
    font-size: 12px;
    color: #666;
}

.login-footer > p {
    text-align: center;
    line-height: 2;
}

input:-webkit-autofill {
    transition: background-color 50000s ease-in-out 0s;
}

label.error {
    display: inline-block;
    max-width: 100%;
    right: 18px;
    top: 10px;
    color: rgb(209, 50, 43);
    font-size: 12px;
    z-index: 100;
}

.login-way-change {
    color: #555 ! important;
    cursor: pointer;
}

.login-forget-pwd-div {
    float: right;
    color: #555 ! important;
    cursor: pointer;
}

.login-padding-bottom8 {
    padding-bottom: 8px !important;
}

/* 忘记密码页面开始*/
.forget-pwd-header {
    width: 100%;
    min-width: 1240px;
    background-color: #fff;
    position: relative;
    z-index: 1000;
    box-shadow: 0px 3px 6px 0px rgba(69, 69, 69, 0.17);
}

.forget-pwd-header-inner {
    position: relative;
    width: 100%;
    height: 100px;
    line-height: 100px;
    width: 1200px;
    margin: 0 auto;
}

.forget-pwd-header-logo {
    width: 220px;
    height: 50px;
    display: inline-block;
    background: no-repeat;
    background-size: 220px 50px;
    vertical-align: middle;
}

.forget-pwd-main {
  height: calc(100% - 200px);
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    background: url("../img/regist-background.png") no-repeat;
}

.forget-pwd-banner {
    z-index: 99;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.forget-pwd-banner > img {
    width: 100%;
}

.forget-pwd-pannel {
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    min-height: 320px;
    max-height: calc(100% - 94px);
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    padding: 30px 0px;
}

.forget-pwd-footer {
    padding: 20px 0;
    font-size: 12px;
    color: #666;
    z-index: 100;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
}

.forget-pwd-footer > p {
    text-align: center;
    line-height: 2;
}

.forget-pwd-title {
    padding: 0;
    line-height: 55px;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
}

.forget-pwd-title > div {
    font-size: 20px;
    color: #333;
    padding-top: 22px;
    font-weight: 500;
}

.forget-pwd-info {
    padding: 10px 33px 0px 33px;
    display: block;
    height: auto;
    width: 650px;
    margin: 0 auto;

}

.forget-pwd-step {
    width: 600px;
    margin: 20px auto;
}

.forget-pwd-info-row {
    padding: 0px 0px 18px 0px;
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.forget-pwd-row-label {
    width: 80px;
    line-height: 44px;
    float: left;
    text-align: right;
    margin-right: 20px;
}

.forget-pwd-info-loginname-div {
    background: #fff url(../img/loginname.png) no-repeat 10px center !important;
    width: 40px;
    height: 42px;
    display: inline-block;
    float: left;
    margin-left: 150px;
    border: 1px solid #dde1e9;
    border-right: 0;
    box-sizing: content-box;
}

.forget-pwd-info-loginname {
    width: 242px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    color: #999;
    box-sizing: content-box;
    border: 1px solid #dde1e9;
    outline: none;
    border-left: 0px;
    float: left
}

.forget-pwd-info-password-div {
    background: #fff url(../img/password.png) no-repeat 10px center !important;
    width: 40px;
    height: 42px;
    display: inline-block;
    float: left;
    margin-left: 150px;
    border: 1px solid #dde1e9;
    border-right: 0;
    box-sizing: content-box;
}

.forget-pwd-info-password {
    width: 242px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    color: #999;
    box-sizing: content-box;
    border: 1px solid #dde1e9;
    outline: none;
    border-left: 0px;
    float: left
}

.forget-pwd-info-checkcode {
    width: 170px;
    height: 44px;
    line-height: 44px;
    background: #fff url(../img/checkcode.png) no-repeat 10px center !important;
    padding: 0px 0px 0px 40px;
    font-size: 14px;
    color: #999;
    float: left;
    margin-left: 150px;
    border: 1px solid #dde1e9;
    outline: none;
}

.forget-pwd-info-checkcode-img {
    display: block;
    width: 100px;
    height: 44px;
    float: left;
    margin-left: 14px;
    cursor: pointer;
}

.forget-pwd-info-button {
    width: 284px;
    height: 42px;
    color: #FFFFFF;
    background: #C5162C;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    margin-top: 0px;
    line-height: 42px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.forget-pwd-info-button:hover {
    background: #b20e1a;
}

.forget-pwd-info-code-btn {
    color: #fff;
    height: 44px;
    width: 100px;
    float: left;
    margin-left: 14px;
    cursor: pointer;
    border: 0px;
    background: #C5162C;
}

.forget-pwd-info-code-btn:hover {
    background: #b20e1a;
}

.forget-pwd-info-code-btn-disbled {
    background: #d7d7d7;
}

.forget-pwd-info-code-btn-disbled:hover {
    background: #d7d7d7;
}

/*忘记密码页面结束*/

/*修改密码页面开始*/
.reset-pwd-tip-text {
    text-align: center;
    color: #888888;
}

.reset-pwd-tip-rule {
    font-size: 12px;
    text-align: justify;
    max-width: 100%;
    min-width: 285px;
    right: 18px;
    top: 10px;
    margin: 0px;
    color: #a8a8a8;
    z-index: 100;
    display: inline-block;
    width: 100%;
    padding-left: 150px;
    font-weight: normal;
}

.forget-pwd-info-row > label.error {
    font-size: 12px;
    color: rgb(209, 50, 43);
    z-index: 100;
    float: left;
    line-height: 44px;
    margin: 0;
    margin-left: 8px;
    font-weight: normal;
}

/*修改密码页面结束*/

.login-code-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    background-color: #C5162C;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    vertical-align: middle;
    float: right;
    width: 100px;
}

.login-code-btn.disabled {
    background-color: #9e9e9e;
}

/*备案号跳转地址样式*/
.icp-number-black {
    color: #666666;
}

.icp-number-black:hover {
    color: #666666;
    text-decoration: none;
}

/*备案号跳转地址样式 结束*/

/*系统通知公告样式*/
.system-proclamation {
    width: 100%;
    height: 50px;
    background-color: #FBF4D8;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #C5162C;
    line-height: 50px;
    display: none;
}

.system-proclamation-title {
    font-weight: normal;
}

.system-proclamation-jump {
    cursor: pointer;
}

.system-proclamation-img {
    margin-top: -3px;
    width: 20px;
}

/*系统通知公告样式 结束*/

/*浏览器限制页面开始*/
.error-brower-back {
    background: url(../img/brower-back.png) no-repeat;
    text-align: center;
    padding-top: 10%;
    color: #313131;
    font-size: 24px;
    height: 100%;
    overflow: hidden;
    background-size: 100% 100%;
}

.error-brower-img {
    padding: 10px;
    margin-right: 10px;
    width: 90px;
}

.error-brower-img:last-child {
    margin-right: 0px;
}

.error-brower-text {
    margin-bottom: 10px;
}

.error-browser-info {
    color: #fe1313;
}

.error-browser-btn {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border: 2px solid #000;
    border-radius: 4px;
    width: 150px;
    margin-top: 35px;
    cursor: pointer;
    margin-right: 55px;
}

.error-browser-btn:hover {
    border: 2px solid #fe1313 !important;
    color: #fe1313
}

/*浏览器限制页面结束*/

/* 证书查验 开始*/
.cert-verify-head {
    margin: 0;
    width: 220px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    font-size: 22px;
    color: #000;
    margin-left: 14px;
}

.cert-verify-info-checkcode-div {
    background: #fff url(../img/checkcode.png) no-repeat 10px center !important;
    width: 40px;
    height: 42px;
    display: inline-block;
    float: left;
    border: 2px solid #c5162c;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 0;
    box-sizing: content-box;
}

.cert-verify-info-button {
    width: 100px;
    height: 46px;
    color: #FFFFFF;
    background: #C5162C;
    border: none;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    left: -6px;
    font-family: 'Microsoft Yahei';
    margin-top: 0px;
    line-height: 42px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    outline: none;
    cursor: pointer;
}

.cert-verify-info-button:hover {
    background: #C11930;
}

.cert-verify-info {
    padding: 10px 33px 0px 33px;
    display: block;
    height: auto;
    width: 455px;
    margin: 0 auto;
    padding-top: 80px;
}

.cert-verify-info-checked {
    width: 242px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    color: #999;
    box-sizing: content-box;
    border: 2px solid #c5162c;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    outline: none;
    border-left: 0px;
    float: left;
}

.cert-verify-pannel {
    width: 1200px;
    margin: 0 auto;
    min-height: 150px;
    background-color: #fff;
    z-index: 100;
    height: auto;
    padding-bottom: 35px;
    min-height: 550px;

}

.cert-verify-main {
    min-height: calc(100% - 100px);
    position: relative;
    background: url(../img/regist-background.png) no-repeat;
}

.cert-verify-img-block {
    width: 100%;
    text-align: center;
}

.cert-verify-img {
    width: 750px;
    height: auto;
}

.cert-verify-down-div {
    width: 750px;
    text-align: right;
    margin: auto;
    margin-bottom: 15px;
}

.cert-verify-img-v {
    width: 550px;
    height: auto;
}

.cert-verify-down-div-v {
    width: 550px;
    text-align: right;
    margin: auto;
    margin-bottom: 15px;
}

.cert-verify-down {
    background: 0 2px url(../img/certificate-down-black.png) no-repeat;
    padding-left: 22px;
    background-size: 16px;
    color: #424242;
    margin-right: 15px;
    margin: 0;
    cursor: pointer;
}

.cert-verify-down:hover {
    background: 0 2px url(../img/certificate-down-blue.png) no-repeat;
    padding-left: 22px;
    background-size: 16px;
    color: #448BDE;
    margin-right: 15px;
    margin: 0;
}

.cert-verify .forget-pwd-footer {
    padding: 20px 0;
    font-size: 12px;
    color: #666;
    z-index: 100;
    position: relative;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
}

.cert-verify .forget-pwd-info-row > label.error {
    font-size: 12px;
    color: rgb(209, 50, 43);
    z-index: 100;
    line-height: 44px;
    margin: auto;
    font-weight: normal;
    position: absolute;
    left: 60px;
    top: 82px;
    width: 80px;
}

/* 证书查验 结束*/

/* 用户注册 开始*/
.login-title .register {
    font-size: 14px;
    float: right;
    color: #272727;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 35px;
}

.login-title .register > span {
    cursor: pointer;
}

.login-title .title-text {
    cursor: pointer;
}



.login-title .register > span:hover {
    border-bottom: 1px solid #C5162C;
    color: #C5162C;
}

.login-title .title-text:hover {
    border-bottom: 1px solid #C5162C;
    color: #C5162C;
}

.user-register-head {
    float: right;
    line-height: 100px;
    font-size: 14px;
}

.user-register-head > span {
    color: #ababab;
}

.user-register-head > a {
    color: #d03142;
    padding-right: 18px;
    background-size: 14px;
    background: url(../img/user-register-right.png) right no-repeat;
}

.user-register-text {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}

.user-register .forget-pwd-footer {
    padding: 20px 0;
    font-size: 12px;
    color: #666;
    z-index: 100;
    position: relative;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
}

.user-register-info {
    width: 640px;
    margin-left: 340px;
    margin-right: 230px;
}

.user-register-form-item {
    margin-bottom: 20px;
    clear: both;
    zoom: 1;
}

.user-register-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 110px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
}

.user-register-require {
    color: rgb(209, 50, 43);
}

.user-register-input-block {
    margin-left: 110px;
    min-height: 36px;
    position: relative;
}

.user-register-input {
    display: inline-block;
    width: 360px;
    padding-left: 20px;
    height: 40px;
    line-height: 1.3;
    line-height: 38px \9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    border-color: #e6e6e6;
    margin: 0;
    font-size: 14px !important;
}

.user-register-input-block .error {
    font-size: 12px;
    color: rgb(209, 50, 43);
    font-weight: normal;
    margin: 0px;
    margin-left: 5px;
}

.user-register-input.error {
    font-size: 12px;
    color: rgb(209, 50, 43);
    font-weight: normal;
    margin: 0px;
    margin-left: 0px;
}

.user-register-input-tip {
    margin: 0;
    width: 100%;
    line-height: 22px;
    font-size: 12px;
    color: #888888;
    font-weight: normal;
    margin-top: 2px;
}

.user-register-input-label {
    font-weight: normal;
    line-height: 36px;
    width: 70px;
    margin: 0;
    position: relative;
}

.user-register-input-label > span {
    position: absolute;
    left: 30px;
    top: 1px;
}

.user-register-code-width {
    width: 240px !important;
}

.user-register-checkcode-img {
    display: inline-block;
    width: 100px;
    height: 38px;
    margin-left: 14px;
    position: relative;
    bottom: 2px;
    cursor: pointer;
}

.user-register-code-btn {
    color: #fff;
    height: 38px;
    width: 100px;
    margin-left: 14px;
    cursor: pointer;
    border: 0px;
    outline: none;
    position: relative;
    bottom: 2px;
    background: #C5162C;
}

.user-register-code-btn:hover {
    background: #b20e1a;
}

.user-register-code-btn-disbled {
    background: #d7d7d7;
}

.user-register-code-btn-disbled:hover {
    background: #d7d7d7 !important;
}

.user-register-btn {
    color: #fff;
    height: 38px;
    width: 360px;
    cursor: pointer;
    border: 0px;
    outline: none;
    position: relative;
    bottom: 2px;
    background: #C5162C;
    border-radius: 4px;
}

.user-register-btn:hover {
    background: #b20e1a;
}

.user-register-input-agree{
    vertical-align: middle;
    margin: 0px 5px 0px 0px!important;
}

/*隐私协议弹框禁用按钮样式*/
body .privacy-agreement-layer-open-btn .layui-layer-btn0{
    border-color: #999;
    background-color: #999;
    color: #FFF;
    cursor: no-drop;
}

/*
登录界面check样式
*/
.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 7px;
    display: inline-block;
}
/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
    opacity: 0; /*将初始的checkbox隐藏起来*/
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;
}
/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 18px;
    height: 17px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #FFF;
    background: #fff;
}
/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked +label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings'!important;
    content: "\e013"!important;
    top: 42%;
    left: 3px;
    margin-top: -3px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}
.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal; /*改变了rememberme的字体*/
    margin-bottom: 0;
    text-align: left;
}
/* 用户注册 结束*/
