/*登录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{
    max-width: 100%;
	height:120px;
	background:#009843;
	position:relative;
}
.logo img{position:absolute;left:10%;
	padding-top:22px;
	float:left;
    max-height: 120px;
    max-width: 100%;
}
.login-page{
   background-size: cover;
    position: relative;
    right: 0;
    left: 0;
    top:0;
    bottom:0;
    overflow: hidden;
    min-height: 100vh;
	width:100%;
	position:relative;
}*/
.login-container{
    max-width: 400px;
    background: rgba(51,51,51,.75);
    max-height: 520px;
    min-height: 400px;
    display: block;
    position: absolute;
}

.login-passtitle label{
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    margin: 0;
}

.en .login-passtitle label{
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    margin: 0;
}

.login-notice h3{
    color: #fff;
    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: #fff;
    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 #fff;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
}
.login-middle h3{
    font-size: 18px;
    color: #fff;
}
.forget-pwd{
    position: absolute;
    top:0;
    z-index: 1;
    color: #fff;
    border-bottom: 1px solid #fff;
    right: 0;
    line-height: 33px;
    padding-right: 5px;
}
.pwd-input{
    max-width:74%;
}
.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: #4588f8;
    color: #fff;
}
.login-btn:hover,.login-btn:focus{
    background: #186cf7;
}
.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 .fa {
    font-size: 22px;
    color: #fff;
    margin: 0px 5px;
    background: #797979;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
}

.login-page .login-form .login-way .fa.fa-weixin {
    background: #797979;
}
.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 {
    background: #fff;
    margin-top: 16px;
}

#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;
}
.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: #3e97eb;
    background: #3e97eb;
}
.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;
}

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;
}

@media (max-width: 768px) {
    .login-container{
        max-width: 95%;
        margin: 0 auto!important;
        left:0!important;right:0!important;
           transform: translate(-0%,-50%)!important;
    }
    .logo img{
        max-width: 95%;
        margin: 5% auto;
    }
	.login-page .header .xx{display:none!important;}
}

/*补充 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;
}


/*登录框*/
.login-container{
    top:45%;
    right: 5%;
    transform: translate(-50%,-50%);
    margin-top: 10px;
    padding: 25px;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    width: 470px;
    max-width:500px;
    z-index:999;
}
.login-box{
    width: 100%;
    height: 100%;
    border-radius: 9px;
    background: #ffffff;
    padding: 0 30px;
    min-height:442px
}
.login-header{
    position: absolute;
    top: 0;
    right: 0;
}
.login-header a{
    display: block;
}
.login-form-wrap{
    padding: 0;
    margin-top: 41px;
}
.login-form .tabs{
    display: flex;
    text-align: center;
}
.login-form .tabs>div{
    flex: 1;
    font-size:14px;
    color: #7C7C7C;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom:1px solid #C9C9C9;
}
.login-form .tabs>div.clickin{
    font-weight: bold;
    position: relative;
}
.login-form .tabs>div.clickin:after{
    content:"";
    display: block;
    width:45%;
    height:2px;
    background: #197522;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.tab-content{
    margin-top: 20px;
}
.login-page #qcodepc{
    /*position: absolute;*/
    margin-top: 30px;
}
.login-page #qcodepc .qrcode-bg{
    width: 190px;
    height: 190px;
    position: absolute;
    top: 62px;
    left: 50%;
    margin-left: -95px;
    background-color: #000;
    opacity: 0.65;
}
.login-page #qrcode-success{
    width: 190px;
    height: 190px;
    position: absolute;
    top: 62px;
    left: 50%;
    margin-left: -95px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    display: none;
    /*    line-height: 190px;*/
}

.login-page #qcodepc .refresh-text{
    line-height: 190px;
    top: 62px;
    width: 100%;
    left: 0;
    text-align: center;
}
#qcodepc >p{
    font-size: 22px;
    line-height: 22px;
    color: #7C7C7C;
    text-align: center;
}
#qcodepc >span{
    color: #7C7C7C;
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 20px;
    margin-top: 23px;
}
.txt{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 45px;
    color: #7C7C7C;
    font-size:14px;
    padding: 0;
}
.form-group{
    position: relative;
    margin-bottom:18px;
    font-size: 14px;
}
.input-group-addon{
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index:5;
}
.icon-use{
    width:25px;
    left:7px;
}
.icon-verfiy{
    width:16px;
    left:12px;
}
.icon-phone{
    width: 13px;
    left: 12px;
}
.input-group-addon img{
    width: 100%;
}
input.form-control{
    padding-left:35px;
    font-size:14px;
    line-height: 45px;
    height: 45px;
    outline: none;
    border-radius: 4px!important;
    border: 1px solid #E0E0E0;
}
input.form-control:focus{
    border: 1px solid #57A0F4;
    box-shadow: none;
}
.pwd-input{
    max-width:100%;
}
.code{
    margin-bottom: 11px;
}
#kaptcha .input-group{
    float: left;
}
#kaptcha .input-group input{
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
    border-right: 0;
}
.code-img{
    cursor: pointer;
    height: 45px;
}
#yzmPic{
    max-width:100%;
    height: 100%;
}
.code-img a{
    display: none;
}
.error{
    color: #F22D3C;
    font-size: 12px;
}
.login-form a:hover, login-form a:focus{
    color: #089245;
}
.login-info{
    position: relative;
}
.login-info .error{
    position: absolute;
    right: 0;
    top: 4px;
}
.login-info .remember-me{
    line-height: 20px;
    height: 20px;
    color: #7C7C7C;
    font-size: 14px;
    padding: 0;
    text-align: left;
}
.login-info .remember-me label{
    font-weight: 400;
    padding-left: 23px;
    margin: 0;
}
.default-checkbox + label:before{
    top: 50%;
    margin-top: -8px;
}
.default-checkbox + label:after{
    top: 50%;
    left: 5px;
    margin-top: -7px;
}
.login-btn{
    background: #197522!important;
    line-height: 45px;
    height: 45px;
    border: none;
    padding: 0;
    margin-top: 11px;
}
.login-btn:hover,.login-btn:focus,
#sendsms:hover,#sendsms:focus{
    background: #08aa4f!important;
    outline: none;
}
.login-footer{
    margin-top: 20px;
}
.login-footer .text-center{
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #7C7C7C;
}
.login-footer .login-way{
    display: flex;
}
.login-footer .login-way>a{
    width:25px;
    height: 25px;
    display: block;
    margin: 0 6px;
}
.login-footer .login-way>a img{
    width: 100%;
}
#phoneCard{
    display: flex;
    justify-content: space-between;
}
.sendBtn{
    float: none;
    background: #089245;
    line-height: 45px;
    color: #ffffff;
    padding: 0;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    border: none;
}
#sumbit{
    position: relative;
    margin-top: 42px;
}
#smsErrorMsg{
    position: absolute;
    right: 0;
    top: -33px;
}
.footer{
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0 10px;
    color: #ffffff;
    bottom: 6.85%;
    z-index:999;
}

/*访客登录*/
#login_fk .login-container{
    min-height: 391px;
}
#login_fk .login-box{
    min-height:340px;
}
.pane >p{
    font-size: 22px;
    color: #57A0F4;
    line-height: 30px;
    margin: 27px 0 33px;
    text-align: center;
}

/* 短信验证码 */
#imgCode {
    display: flex;
    justify-content: space-between;
}
#imgCode .code-img {
    float: none;
    padding: 0;
}
@media (max-width: 1440px) {

    .login-container{
    top:58%;!important;}
}
@media (max-width: 1024px) {
    .login-page{
        background-size: auto auto;
    }
}
@media (max-width: 768px) {
    .login-container{
        width:90%;
        padding: 25px;
    }
    .login-box{
        padding: 0 25px;
    }
    #login_new .login-page .header .logo,
    #login_fk .login-page .header .logo{
        padding: 5% 0;
        margin-left: 0;
    }
    #login_new .login-page .header .logo img,
    #login_fk .login-page .header .logo img{
        margin: 0 auto;
        display: block;
    }
    #login_new .login-page .header .logo p,
    #login_fk .login-page .header .logo p{
        display: none;
    }
    .sendBtn{
        width: 40%;
    }
    .code-img {
        width: 40%;
    }
}
@media (max-width: 375px) {
    .login-container{
        padding: 10px;
    }
    .login-box{
        padding: 0 10px;
    }
}
@media (max-width: 375px) {
    .login-container{
        width: 95%;
    }
    .login-box{
        min-height: 390px;
    }
    .sendBtn{
        line-height: 38px;
    }
    input.form-control{
        line-height: 38px;
        height: 38px;
    }
    .login-btn{
        line-height: 38px;
        height: 38px;
    }
    .code-img{
        height: 38px;
    }
}


.tab-content{
    position: relative;
}
.login-form{
    padding-bottom: 35px;
}
.cjgzs-class{
    position: absolute;
    left: 0;bottom: -75px;
}
.cjgzs-class label{
    padding-left: 22px;
    font-weight: normal;
    color: #7C7C7C;
}
.cjgzs-class.checkError{
    animation: scaleFun 0.8s ease-in 0s 1 alternate forwards;
}
.cjgzs-class.checkError label{
    color: #CC0000;
}
@keyframes scaleFun{
    0% {
        transform: scale(1);
        transform-origin: left center;
    }
    25% {
        transform: scale(1.1);
        transform-origin: left center;
    }
    50% {
        transform: scale(1);
        transform-origin: left center;
    }
    75% {
        transform: scale(0.9);
        transform-origin: left center;
    }
    100% {
        transform: scale(1);
        transform-origin: left center;
    }
}
.footer{background:#197522;min-height:50px;z-index:999; position:fixed; bottom:0px; width:100%; text-align:center;}
.footer p{color:#fff;padding-top:20px;}
/*-------滚播图start----*/
/*滚播图*/
.fader {height: 100vh;width:100%; overflow: hidden; }

/*-------滚播图end----*/
********新登录页**********/
.login-page{
    background-size: 100% 100%;
}
/*头部*/
.login-page .header{
    background:#197522 url(../images/logo003.png) repeat left center;
    height:120px;
    width:100%;
	position:absolute;z-index:9;
}
.login-page .header .logo{
    position:absolute;
     top:10px; 
    left:5%;
}
.login-page .header .logo img{
    width: 500px;
    padding-right: 18.5px;
    display: inline-block;
    vertical-align: middle;
}

.login-page .header .xx{position:absolute;right:15%;top:10px;}