<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::placeholder {
    color: #fff !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
}
    a{
    color:white;
}
a:hover,
a:focus{
    color: white;
}

.btn-warning {
    background-color: #7a1e78;
    border-color: #7a1e78;
    height:30px;
    line-height:9px;
    font-size:16px;
}
    .btn-warning:active:hover, .btn-warning.active:hover, .open &gt; .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open &gt; .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open &gt; .dropdown-toggle.btn-warning.focus {
        background-color: #7a1e78;
        border-color: #7a1e78;
    }
    .btn-warning:focus,
    .btn-warning:hover {
        background-color: #7a1e78;
        border-color: #7a1e78;
    }
    body {
        background-color: #fff;
    }

h1 {
    font-size: 24px;
}
.logobox{
  height:100px;
}
.logobox-left{
    padding-top:23px;
}
.logobox a {
    float: left;
}
.loginbox-wechat{
    height:80px;
    margin-top:10px;
    
}
.kj-logotitle {
    font-size: 28px;
    border-left: 1px solid #dddddd;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    color: #016da5;
    float: left;
    margin-left: 10px;
}
.kj-bannercontent {
    margin-right:10px;
    color: #e74c3c;
    font-size: 28px;
    padding-top: 20px;
    font-weight: bold;
}

.kj-bannercontent2 {
    color: #666666;
    font-size: 13px;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
}
.kj-logo {
    height: 45px;
}
    .logobox .center-block {
        margin-right: initial !important;
        margin-left: initial !important;
    }

.kj-login-mainbox {
    background: url(../images/login_banner.png) no-repeat center center;
    background-size: cover;
    background-color: #0aa6c3;
    height: 1036px;
}

.kj-login-mainbox1 {
    background: url(../images/login_banner.png) no-repeat center center;
    height: 1036px;
    background-color: #0aa6c3;
}
.kj-bjhz-login-contentbg{
    position:relative;
    margin:0px auto;
    margin-top:130px;
}
.kj-bjhz-login-contentbg img{
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.kj_reg_logo {
    height: 80px;
    line-height: 80px;
}

    .kj_reg_logo span {
        font-size: 24px;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
    }

.kj_login_message {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgb(255,248,240);
    color: rgb(153,153,153);
}

    .kj_login_message span {
        color: rgb(72,71,70);
    }



.kj-login-form {
    padding: 70px 28px;
    background-color: #ae136d;
    width: 424px;
    position: absolute;
    top: 10%;
    right: 7%;
}
.kj-reg-form {
    padding: 30px 28px;
    margin: auto;
    margin-top: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    position: absolute;
    top: 18%;
    right: 38%;
}

    .tab-content {
        margin-top: 27px;
    }
.kj-bjhz-login-input-group-col{
    margin-bottom:33px;
}
.kj-bjhz-login-input-group-col2 {
    margin-bottom: 8px;
}
.kj-bjhz-login-input-group-col3 {
    margin-bottom: 33px;
}

.nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
    text-align: center;
}

.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border: 0;
    color: white;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}
.kj-login-form .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    background-color: transparent;
    color: white;
}

.nav-tabs.nav-justified &gt; li &gt; a {
    border: 0;
    border-radius: 4px 4px 0 0;
    color: #dea7be;
    font-size:16px;
}


.input-group {
    width: 100%;
}

.input-group-addon {
    line-height: 0;
    text-align: justify;
    text-justify: distribute-all-lines; /*ie6-8*/
    text-align-last: justify; /* ie9*/
    -moz-text-align-last: justify; /*ff*/
    -webkit-text-align-last: justify; /*chrome 20+*/
}

.kj-login-bottom {
    padding-bottom:45px;
    font-size:16px;
}

.kj-bjhz-reg-bottom {
    padding-bottom: 25px;
}
.kj-login-bottom a {
    color: white;
}

.kj-login-bottom-right {
    float: right;
}

hr {
    margin-bottom: 0px;
}



.input-group-addon {
    background-color: #e1a0c4;
    color: #ad136d;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border: none;
    font-size: 19px;
    padding: 6px 0px;
    padding-left: 16px;
    width: 36px;
}
.has-error .input-group-addon {
    color: #ad136d;
    background-color: #e1a0c4;
    border-color:none;
}
.kj-bjhz-login-form-control {
    background-color: #e1a0c4 !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border: 1px solid #e1a0c4;
    height:40px;
}
.has-error .kj-bjhz-login-form-control {
    background-color: #e1a0c4 !important;
    border: 1px solid #e1a0c4;
}


.kj-bjhz-login-form-control:focus {
    border-color: #e1a0c4 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 196, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 196, .6);
}


.kj-bjhz-login-form-control2 {
    background-color: #e1a0c4 !important;
    border: 1px solid #e1a0c4;
    height:40px;
}
.has-error .kj-bjhz-login-form-control2 {
    background-color: #e1a0c4 !important;
    border: 1px solid #e1a0c4;
}
.kj-bjhz-login-form-control2:focus {
    border-color: #e1a0c4 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 196, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 196, .6);
}
/*验证*/
.kj-bjhz-login-form-control3 {
    background-color: #e1a0c4 !important;
    border-radius: 20px !important;
    border: 1px solid #e1a0c4;
    height: 40px;
    padding-left: 20px;
}

.has-error .kj-bjhz-login-form-control3 {
    background-color: #e1a0c4 !important;
    border: 1px solid #e1a0c4;
}

.kj-bjhz-login-form-control3:focus {
    border-color: #e1a0c4 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 196, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 196, .6);
}

.kj-bjhz-login-form-control4 {
    background-color: #e1a0c4 !important;
    border: 1px solid #e1a0c4;
    height: 40px;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.has-error .kj-bjhz-login-form-control4 {
    background-color: #e1a0c4 !important;
    border: 1px solid #e1a0c4;
}

.kj-bjhz-login-form-control4:focus {
    border-color: #e1a0c4 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 196, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 196, .6);
}
.kj-bjhz-reg-checktext {
    font-size: 15px;
    color: white;
    line-height: 29px;
}
.kj-bjhz-reg-form-group{
    margin-bottom:51px;
}
/*验证*/
.kj-bjhz-login-yz-btn-default {
    height: 40px;
    background-color: #e1a0c4;
    border-color: #e1a0c4;
    color: white;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}


.btn {
    border-radius: 0;
}

.form-control {
    border-left: 0;
    border-radius: 0;
}

.kj_footer {
    margin-top: 30px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
    line-height: 24px;
    border-top: 1px solid rgb(230,230,230);
}


.wechat_confirm_bar{
    background-color:#f0f0f0;
    padding:10px;

    margin:8px;
    border-radius:10px;
}
.wechat_confirm_bar a{
    color:#e51373;
    margin:0 5px;
}
/*@media (max-width: 1200px) {
    .kj-login-form {
        top: 7%;
        right: 4%;
    }
    .kj-reg-form {
        top: 15%;
        right: 30%;
    }
    .kj-bjhz-login-findwordcol {
        padding-bottom: 22px;
    }
    .kj-bjhz-login-findword-form-group{
        margin-bottom:0px;
    }
}
@media (max-width: 992px) {
    .kj-login-form {
        padding: 15px 28px;
        width: 373px;
        top: 0%;
        right: 0%;
    }
    .kj-bjhz-login-form-control{
        height:38px;
    }
    .kj-bjhz-login-form-control2 {
        height: 38px;
    }
    .kj-bjhz-login-form-control3 {
        height: 38px;
    }
    .kj-bjhz-login-yz-btn-default{
        height:38px;
    }
    .kj-reg-form {
        top: 15%;
        right: 30%;
    }
    .kj-bjhz-login-input-group-col3 {
        margin-bottom: 30px;
    }
}
    @media (max-width: 767px) {

        h1 {
            font-size: 22px;
        }



        .logobox .center-block {
            margin-right: auto !important;
            margin-left: auto !important;
        }

        .logobox a {
            float: none;
        }

        .kj-logotitle {
            display: none;
        }

        .kj-logo img {
            width: 100%;
            height: initial;
        }

        body {
            background-color: #fff;
            padding-bottom: 30px;
        }

        .kj_login_message {
            min-height: 40px;
            height: auto;
            line-height: 30px;
        }

        .kj_login_inner {
            background: none;
            background-size: initial;
            height: auto;
        }

        .kj-login-form {
            background-color: initial;
            border: 0;
            padding: 10px;
            width: 100%;
            margin-right: 0;
            float: none;
            margin-top: 0;
        }
        .kj-login-mainbox {
            height:600px;
           
        }
        .kj-login-mainbox1 {
            height: 1100px;
        }
            .kj-reg-form {
                margin-left: 25px;
                margin-right: 0px;
                width: 78%;
                padding: 22px;
                top: 17%;
                right: initial;
            }
        .kj-bjhz-login-findword-form-group {
            margin-bottom: 15px;
        }
        .kj-bjhz-login-form-control4 {
            height: 38px;
        }
    }*/
</pre></body></html>