﻿/*登录css*/

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
table,
td,
tr,
th,
p,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
}

.p-0 {
    padding: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-25 {
    padding-left: 25px;
}

body {
    margin: 0;
}

.login-form a:hover,
login-form a:focus {
    color: #fff;
}

.logo {
    width: 100%;
    position: relative;
    background: #fff;
    height: 130px;
}

.logo img {
    display: block;
    max-height: 108px;
}

.logo .logol {
    position: absolute;
    left: 10px;
    top: 10px;
}

.logo .logor {
    float: right;
}

.logo .logor img {
    position: absolute;
    right: 100px;
}

.login-page {
    background: url(../images/login_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    min-height: 100vh;
}
div.login-page.qzbg{background:url(../images/bodybg03.jpg) no-repeat center;}
.login-container {
    max-width: 400px;
    background: #ffffff;
    max-height: 520px;
    min-height: 400px;
    display: block;
    position: absolute;
    right: 20%;
    top: 30%
}

.login-passtitle label {
    color: #982425;
    font-size: 24px;
    line-height: 60px;
    margin: 0;
}

.en .login-passtitle label {
    color: #982425;
    font-size: 20px;
    line-height: 60px;
    margin: 0;
}

.login-notice h3 {
    color: #982425;
    font-size: 18px;
    line-height: 40px;
    margin: 10px 0 5px;
}

.login-notice ul {
    padding: 0;
    margin: 0;
}

.login-notice ul li {
    font-size: 14px;
    line-height: 30px;
    color: #982425;
    margin-bottom: 10px;
    list-style: none;
}

.login-notice a {
    color: #4588f8;
}

.login-notice a:hover,
.login-notice a:focus {
    color: #186cf7;
}

.login-form-wrap {
    position: relative;
}

.login-ul {
    position: absolute;
    top: -60px;
    right: -17px;
}

.login-ul li {
    display: none;
}

.login-ul li a {
    display: block;
}

.login-ul li a img {
    width: 80%;
}

.login-ul li.active {
    display: inherit;
}


/*.login-middle{*/


/*margin-top: 25px;*/


/*}*/

.login-info {
    /*overflow: hidden;*/
}

.login-middle .input-group-addon {
    background: transparent;
    border: none;
}

.login-middle .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    box-shadow: none;
    color: #9aa0a4;
    border-radius: 0;
}

.login-middle h3 {
    font-size: 18px;
    color: #a33b38;
    float: left;
    margin-top: 10px;
}

.forget-pwd {
    text-align: right;
    color: #9aa0a4 !important;
    line-height: 33px;
    padding-right: 5px;
}

.pwd-input {
    max-width: 100%;
}

.code {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.code-text {
    padding-right: 0;
    line-height: 34px;
}

.code-text span {
    color: #fff;
}

.code-img img {
    max-width: 70%;
}

.code-img a {
    color: #fff;
    line-height: 34px;
}

.login-btn {
    background: #992525;
    color: #fff;
}

.login-btn:hover,
.login-btn:focus {
    background: #830707;
}

.login-middle .error {
    color: #f56060;
    padding: 3px 15px;
    border-radius: 10px;
    margin-top: 10px;
}

.login-info .remember-me {
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: right;
    padding-right: 20px;
}

.login-page .login-form .login-way {
    float: left;
}

.login-page .login-form .login-way .fa {
    font-size: 22px;
    color: #fff;
    margin: 0px 5px;
    background: #992526;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 80px;
}

.login-page .login-form .login-way .fa.fa-weixin {
    background: #992526;
}

.login-page .login-form .login-way .fa.fa-weixin:hover {
    background: #4aec65;
}

.login-page .login-form .login-way .fa.fa-qq:hover {
    background: #59a1e2;
}

.login-page .login-form .login-way .fa:hover {
    cursor: pointer;
}

#qrcode-img {
    width: 270px;
    height: 270px;
    background: #fff;
    margin: 0px auto;
    padding-top: 2px;
    padding: 9px 2px;
}

#qrcode-img img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#qcodepc span {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}

#qcodepc span a {
    color: #4385fb;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #ddd;
    }
}

.default-checkbox {
    position: absolute;
    opacity: 0;
}

.default-checkbox[disabled] {
    cursor: not-allowed;
}

.default-checkbox+label {
    position: relative;
    display: block;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 20px;
    padding-top: 8px;
}

.default-checkbox+label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.default-checkbox+label:before {
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #c0c0c0;
}

.default-checkbox+label:after {
    position: absolute;
    display: none;
    content: '';
}

.default-checkbox[disabled]+label {
    cursor: not-allowed;
    color: #e4e4e4;
}

.default-checkbox[disabled]+label:hover,
.default-checkbox[disabled]+label:before,
.default-checkbox[disabled]+label:after {
    cursor: not-allowed;
}

.default-checkbox[disabled]+label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

.default-checkbox[disabled]+label:before {
    border-color: #e4e4e4;
}

.default-checkbox:checked+label:before {
    animation-name: none;
}

.default-checkbox:checked+label:after {
    display: block;
}

.default-checkbox+label:before {
    border-radius: 3px;
}

.default-checkbox+label:after {
    top: 8px;
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.default-checkbox:checked+label:before {
    border: #992525;
    background: #992525;
}

.default-checkbox:checked[disabled]+label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}

.login-page #qcodepc .refresh-text {
    position: absolute;
    line-height: 250px;
    top: 60px;
    left: 43%;
    z-index: 9;
}

.login-page #qcodepc .refresh-text .fa {
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
}

.login-page #qcodepc .refresh-text a {
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
}

.login-page #qcodepc .qrcode-bg {
    position: absolute;
    top: 35px;
    left: 65px;
    width: 270px;
    height: 270px;
    background-color: #000;
    opacity: 0.95;
}

.login-page #sendsms{
    background: #992525;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 12px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
}

.login-page #sendsms1{
    background: #992525;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 12px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
}
.login-page #sendsms #sendsms1:focus,
.login-page #sendsms #sendsms1:hover {
    background: #186cf7;
}

span .blue {
    color: #337ab7;
}

.notice {
    line-height: 24px;
    color: #fff;
    margin: 10px;
    /*border-bottom: 1px dashed #ddd;*/
    overflow: hidden;
    padding-bottom: 10px;
}

.notice a {
    color: #4385fb;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}


/*英文版样式调整*/

.en .notice {
    line-height: 30px;
}

.en .default-checkbox+label {
    padding-left: 20px;
}

.en .login-page #qcodepc .qrcode-bg {
    left: 75px;
}

.en .login-button {
    width: 68%;
}

.en .remember-me {
    width: 32%;
    padding-left: 0;
}

.en .login-container {
    min-height: 420px;
}

.login {
    height: 140px;
}

@media (max-width: 768px) {
    .logo {
        height: 100px !important;
    }
    .logo .logor img {
        right: 0px;
    }
    .login-container {
        max-width: 95%;
        margin: 0 auto;
        right: 0px !important;
        left: 0px !important;
    }
    .logo img {
        max-width: 95%;
        margin: 5% auto;
    }
}


/*补充 2018-01-23 CT*/

.login-img {
    float: left;
    margin: 33px 0 0 10px;
}

.login-img img {
    max-height: 45px;
    background: #ddd;
    padding: 5px;
}

.login-img img:hover {
    background: #fff;
}

.wechat-login-wrap {
    max-width: 600px;
    background: rgba(51, 51, 51, .75);
    max-height: 400px;
    min-height: 300px;
    display: block;
    position: absolute;
}

.wechat-login-wrap h4 {
    color: #fff;
    margin-bottom: 30px;
}

.wechat-login-wrap .wechat-login .form-items {
    margin-bottom: 10px;
}

.wechat-login-wrap .binding-account .title {
    font-size: 15px;
    color: #fff;
}

.wechat-login-wrap .wechat-back {
    margin-top: 10px;
}

.wechat-login-wrap .wechat-back a {
    font-size: 14px;
    color: transparent;
    padding: 0 15px;
}

.wechat-login-wrap .wechat-back i {
    color: #fff;
}

.wecht-info {
    color: red;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: #78c2f7;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #78c2f7;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #78c2f7;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #78c2f7;
}


/* 修改chrom记住密码输入框填充后默认的颜色*/

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    /*-webkit-text-fill-color:#fff !important;    */
    //修改默认的字体颜色
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: #78c2f7; //修改默认的背景颜色
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

.btn-primary {
    border-color: #992525;
}


/*--------访客登录----------*/

.demofk p.tsy {
    text-align: center;
    color: #a33b38;
    font-size: 14px;
}

.demofk p.tsy a {
    color: #337ab7 !important;
    font-weight: bold;
}

.demofk a.botlink {
    padding-top: 20px;
    color: #337ab7;
    font-size:18px;
    text-decoration: none;
    cursor: pointer;
}


/*新增样式*/


/* .demoyh {
    display: none;
} */

.demofk {
    display: none;
}

.third-login {
    float: left;
    margin-right: 10px;
    line-height: 35px;
    font-size: 18px;
    color: #a33b38;
}

#fk-login {
    float: right;
    line-height: 35px;
    font-size: 18px;
    color: #337ab7;
    cursor: pointer;
}

span.tsy {
    text-align: left;
    margin: 0 12px;
    color: #a33b38;
    font-size: 14px;
}

#user-login {
    cursor: pointer;
    color: #337ab7;
    font-size: 18px;
}

.user-login-text{
font-size: 14px;
    color: #773a3a;
    margin-top: 18px
}