html,body{
    height: 100%;
    width: 100%;
    background: url("../img/kjqkBg.jpg") center center;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.kc-page-title{
    display: none;
}
.kc-logo-text {
    display: none;
}
.kjqk-header{
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
}
.header-title {
    display: inline-block;
    height: 100%;
}
.agreement-box{
    text-align: left;
    margin: 20px 50px;
    padding-bottom: 10px;
}
#kc-social-providers{
	display: none;
}
.agreement-url{
    margin: 0 5px;
    color: #4054AF;
    cursor: pointer;
}
.login-type {
    margin: 20px 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.left-title {
    width: 38%;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.right-title {
    width: 60%;
    text-align: right;
    display: none;
}
.right-title a {
    color: #e4e4e4;
    margin-right: 40px;
    text-decoration: none;
    font-size: 12px;
}
#login-cont{
    width: 100%;
    height: 100%;
    min-height: 480px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-text{
    padding-left: 20%;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-align-last: justify;
    text-align: justify;
}
.login-text .title{
    font-size: 34px;
    font-weight: 700;
}
.login-text span {
    display: block;
    margin-bottom: 20px;
}
#main-body{
    width: 335px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
    padding-bottom: 25px;
}
#kc-content{
    margin-top: 20px;
    position: relative;
    text-align: center;
    color: #2c3e50;
    font-size: 12px;
}
#leftImg{
    background: url(../img/leftImg.png) center center;
    background-size: cover;
    height: 238px;
    width: 228px;
    float: left;
    /* margin-right: 35px; */
}
header{
    display: none;
}
#kc-form-wrapper label{
    display: none;
}
#kc-form-login > div{
    margin-top: 20px;
}
#kc-form-login > div{
    margin-top: 20px;
}
#kc-form-login > div:nth-child(1), #kc-form-login > div:nth-child(2){
    background: #fff;
    height: 35px;
    width: 70%;
    border-radius: 0;
    border: 1px solid #ececec;
    box-sizing: border-box;
    color: #454647;
    display: inline-block;
    line-height: 30px;
    outline: none;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
#kc-form-login > div:nth-child(1) input, #kc-form-login > div:nth-child(2) input{
    background-color: transparent!important;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
}
#kc-form-login > div:nth-child(1) input:focus, #kc-form-login > div:nth-child(2) input:focus{
    outline: none;
    border-color: #4054af;
}
#kc-login, #kc-form-buttons>input{
    width: 70%;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #4054AF;
}
.ai_title{
    background: url(../img/login_title.png) center center;
    background-size: cover;
    height: 26px;
    width: 190px;
    margin-bottom:46px;
}
.usernameIcon{
    background: url(../img/login_user.png) center center;
    background-size: cover;
    height: 15px;
    width: 14px;
    display: inline-block;
}

.pswIcon{
    background: url(../img/login_psw.png) center center;
    background-size: cover;
    height: 14px;
    width: 12px;
    display: inline-block;
}

.alert{
    color: #f00;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
}
#tip_erro{
    height: 28px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #f00;
    font-size: 12px;
}
#tip_erro span{
    display: none;
}
#instruction1{
    width: 70%;
    margin: 100px auto;
    font-size: 14px;
}
#kc-passwd-update-form label{
    font-size: 12px;
    color: #6F6F6F;
}
#kc-passwd-update-form input{
    border: 0;
    outline: none;
    font-size: 12px;
}
#kc-passwd-update-form #kc-form-buttons input{
    width: 70%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #4054AF;
    border-color: #4054AF;
    margin-top: 20px;
    cursor: pointer;
}
#kc-passwd-update-form > div:nth-child(3) #pw-new-wrap, #kc-passwd-update-form > div:nth-child(4) #pw-confirm-wrap{
    background: #fff;
    height: 40px;
    width: 70%;
    border-radius: 0;
    border: 1px solid #ececec;
    box-sizing: border-box;
    color: #454647;
    display: inline-block;
    line-height: 30px;
    outline: none;
    margin-top: 20px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    position: relative;
}
#kc-passwd-update-form > div:nth-child(3) input, #kc-passwd-update-form > div:nth-child(4) input{
    line-height: 100%;
    background-color: transparent!important;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
}
.foot{
    height: 160px;
    background: #f2f2f2;
    padding: 20px 0 0;
}
.foot .foot-inner {
    width: 90%;
    padding: 0 5%;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
}
.foot-inner .foot-l {
    float: left;
}
.foot-inner .foot-l ul {
    margin: 0;
    padding: 0;
}
.foot-l .item .about{
    background: url(../img/servive_icon.png) no-repeat 0 0;
}
.foot-l .item .sever{
    background: url(../img/servive_icon.png) no-repeat -21px 0;
}
.foot-l .item .question{
    background: url(../img/servive_icon.png) no-repeat -42px 0;
}
.foot-inner .foot-l .item {
    text-align: left;
    line-height: 20px;
    margin-bottom: 16px;
    list-style: none;
}
.foot-inner .foot-l .item i {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 20px;
}
.foot-inner .foot-l .item a {
    color: #464646;
    text-decoration: none;
}
.foot-inner .foot-l .copyright {
    margin: 30px 0 0;
    padding: 0;
}
.foot-inner .foot-r {
    float: right;
    width: 300px;
    margin-right: 50px;
    text-align: left;
}
.foot-r .contact-tit {
    margin: 0 0 10px;
    padding: 0;
}
.foot-inner .foot-r ul {
    padding: 0;
    margin: 0;
}
.foot-inner .foot-r ul li {
    clear: both;
    line-height: 26px;
    list-style: none;
}
.foot-r ul li .bt,.foot-r ul li .nums{
    float: left;
}
.login-info-header{
    width: 100%;
    height: 70px;
}
.login-info-header .iconBanner {
    width: 70px;
    height: 100%;
    text-align: center;
    display: inline-block;
    background: #f65b33;
    vertical-align: top;
}
.login-info-header .iconBanner img{
    margin-top: 20px;
}
.login-info-header .pro-title {
    display: inline-block;
    width: calc(100% - 78px);
    height: 100%;
}
.login-info-header .pro-title .pro-title-01 {
    color: #253b85;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    text-align: right;
    padding-right: 30px;
}
.login-info-header .pro-title .pro-title-02 {
    margin-top: 10px;
    text-align: right;
    padding-right: 30px;
    font-size: 14px;
    color: #253b85;
}
.hide{
    display:none;
}
.email-login .box-input #username,.email-login .box-input #password{
    width: 70%;
    height: 40px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ececec;
    box-sizing: border-box;
    color: #454647;
    line-height: 35px;
    outline: none;
    padding: 0 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.email-login .box-input #username{
    margin-bottom: 15px;
} 
.email-login .box-input #username:focus,.email-login .box-input #password:focus{
    outline: none;
    border-color: #4054af;
}
#kc-login{
    font-weight: 500;
    height: 40px;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    margin-top:0;
    border: 1px solid #4054AF;    
}
.phone_login{
    display: flex;
    /* width: 70%; */
    margin: 0 auto;
    justify-content: space-between;
}
.phone_login .phone{
    cursor: pointer;
    color: #4054AF;
}
.phone_login .forget a{
    text-decoration: none;
    color: #4054AF;
}
.login-form-title{
    width: 70%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
}
#kc-content-wrapper{
    position: relative;
}
.alert{
    position: absolute;
    bottom: 75px;
    left: 15%;
}
#kc-form-login > #kc-form-buttons{
    margin-top: 20px !important;
}
.phone-login .box-input.type-phone,.fill-input{
    width: 70%;
    margin: 0 auto;
}
.phone-login .box-input.type-phone .phone-num,.phone-login .box-input#code_wrap,
.fill-input #password, .fill-input #confirmPass
{
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ececec;
    box-sizing: border-box;
    color: #454647;
    line-height: 35px;
    outline: none;
    padding: 0 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.phone-login .box-input#code_wrap{
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.phone-login .box-input#code_wrap #phone_code,.box-code-input.type-phone #code{
    width: 50%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
}
.code-detail{
    width: 50%;
    line-height: 33px;
    color: #c0c4cc;
    cursor: not-allowed;
    display: none;
} 
.phone-login .box-input#code_wrap .send-code,.box-code-input.type-phone .send-code{
    width: 50%;
    background-color: transparent;
    border: none;
    color: #4054AF;
    outline: none;
    cursor: pointer;
}
.phone-login .box-input#code_wrap .send-code.is-disabled{
    color: #c0c4cc;
    cursor: not-allowed;
}
/*ie*/
input::-ms-reveal {
  display: none;
}
input::-ms-clear{
  display: none;
}
/*edge*/
input::-o-clear{
  display: none;
}
/*在谷歌下移除input[number]的上下箭头*/
   .inputNumber input[type='number']::-webkit-outer-spin-button,
   .inputNumber input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
   }
   /*在firefox下移除input[number]的上下箭头*/
   .inputNumber input[type="number"] {
    -moz-appearance: textfield;
   }
.reset-top-input{
    width: 70%;
    margin: 0 auto;
}
.reset-top-input #phoneNumber{
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ececec;
    box-sizing: border-box;
    color: #454647;
    line-height: 40px;
    outline: none;
    padding: 0 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
#checkUser.nextStep,#reset.do-submit{
    width: 70%;
    font-weight: 500;
    height: 40px;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    margin-top: 0;
    border: 1px solid #4054AF;
    color: #fff;
    background-color: #4054AF;
}
#checkUser.nextStep{
    margin-top: 40px;
    margin-bottom: 25px;
}
#reset.do-submit{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.reset-top-input  .login-form-title{
    width: 100%;
    margin-top: 20px;
}
.back-login a{
    text-decoration: none;
    color: #4054AF;
    margin-top: 10px;
}
#codeErro{
    display: none;
    color: #f00;
}
.box-code-input.type-phone{
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ececec;
    box-sizing: border-box;
    color: #454647;
    line-height: 30px;
    outline: none;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.fill-input #password, .fill-input #confirmPass{
    margin-bottom: 15px;
}
.erro_wrap{
    padding-bottom: 10px;
    height: 16px;
}
.opacity_0{
    opacity: 0;
}
.opacity_0 a{
    cursor: default;
}
#eyePassword,#eyeRetPassword{
    position: absolute;
    width: 19px;
    height: 19px;
    right: 18%;
    top: 10.5px;
    cursor: pointer;
    display: none;
    background-size: 100% 100%;
}
.close_eye{
    background: url("../img/close_eye.png") center center;
}
.open_eye{
    background: url("../img/open_eye.png") center center;
}
.alert.alert-success #error_msg{
    color: #67C23A;
}
#reset_password_tip{
    color: #E6A23C;
    text-align: center;
    padding: 6px 0;
}
.fill-input{
    position: relative;
}
.fill-input #eyePassword,.fill-input #eyeRetPassword{
    right: 3%;
}
.code_erro_tip{
    width: 70%;
    font-size: 12px;
    height: 16px;
    margin: 0 auto;
    text-align: left;
}
.v-modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 2006;
    text-align: center;
}
.message-box__wrapper{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2007;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-box{
    display: inline-block;
    width: 600px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    text-align: left;
    overflow: hidden;
    backface-visibility: hidden;
    padding: 10px 20px;
}
.message-box p{
    font-size: 13px;
    line-height: 1.6;
}
.message-content{
    text-indent: 2em;
}
.message-title{
    text-align: center;
    line-height: 1;
    margin-top: 0;
    padding-top: 15px;
}
.message-tip{
    font-size: 12px;
    text-align: center;
}
.browsers{
    display: flex;
    align-items: center;
    justify-content: center;
}
.browser_table img{
    display: block;
    width: 100%;
}
#browser_modal{
    display: none;
}
.browser_item{
    width: 110px;
    text-align: center;
    text-decoration: none;
    color: #333;
}
.browser_item p{
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.browser_item img{
    width: 50px;
    height: 50px;
}
/* .password-login, .account-login {
    overflow: hidden;
    display: block;
} */
.input-group, .input-group-input, input, .ajax-error {
    box-sizing: border-box;
}
.ajax-error .info{
	
}
.input-group {
    overflow: inherit;
    margin: 0 auto;
	position: relative;
}
.input-group img, .password-login .input-group .input-group-input img {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 12px;
    top: 11px;
}
.forget .panl-tab {
    opacity: 0;
}
.input-error input {
    border: 1px solid #F94F4F;
}
.input-group{
	height: 40px;
    margin: 0 50px;
    border: 1px solid #ececec;
}
.input-group input {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    color: #303030;
    background-color: #ffffff !important;
    padding: 0;
    font-size: 14px;
    text-indent: 40px;
    border-radius: 4px;
    outline: none;
}
.error-tips {
    min-height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #F94F4F;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
    margin: 0px auto;
    padding: 5px 0 9px;
}
.submit {
	background: #4054AF;
    justify-content: center;
    margin-top: 6px;
    margin: 0 50px;
    height: 40px;
}

.submit button, .submit a, .submit input {
    height: 100%;
	flex-grow: 1;
    line-height: 100%;
	font-size: 16px;
	color: #FFFEFE;
	background: #4054AF;
	border: none;
	/* border-radius: 4px; */
	letter-spacing: 10px;
}

.submit input[type=submit]{
	background: #4054AF!important;
	text-indent: 0;
}

.submit #checkUser{
	letter-spacing: 4px;
	cursor: pointer;
}

.forget .login{
	position: absolute;
    right: 50px;
    top: 20px;
    color: #000000;
	text-decoration: none;
}
.forget .login i{
	font-style: normal;
	cursor: pointer;
}

.common_alert, .alert-error{
	position: fixed;
	top:46px;
	width: 100%;
	height:60px;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.common_alert span, .alert-error span{
	display: flex;
  align-items: center;
  justify-content: center;
	margin: 0 auto;
	width: auto;
	padding: 15px 30px 15px 63px;
  min-height: 30px;
  line-height: 30px;
	white-space: nowrap;
	background: #fff url(images/erroricon.png) no-repeat 31px center;
	background-size: 20px 20px;
	color: #303030;
	font-size: 16px;
	box-shadow: 0px 2px 14px 0px rgba(27, 88, 142, 0.3);
	border-radius: 4px;
	letter-spacing: 1px;
}
.common_alert .success{
	background: #fff url(images/righticon.png) no-repeat 31px center;
}

.double-check .input-group {
    border: none !important;
}
.double-check .ajax-error {
    margin-top: 10px;
}
.double-check-title p {
    font-size: 16px;
}
.double-check-code {
    margin-top: 14px !important;
    border: none !important;
    height: auto !important;
}
.double-check-code .input-group {
    display: flex;
    margin: 0;
}
.double-check-code .input-group-input {
    flex: 1;
}
.double-check-code input {
    text-indent: 0;
    border-color: #6F6F6F;
}
.double-check-code .input-error input {
    border-color: #F94F4F;
}
.double-check-code .error-tips {
    text-align: left;
}
.double-check-code button {
    margin-left: 4px;
    border: 1px solid #FFFFFF;
    width: 90px;
    color: #4054AF;
    background: #ffffff;
    cursor: pointer;
}
.double-check-code button:disabled {
    color: #6F6F6F;
    cursor: not-allowed;
}
.double-check-submit {
    margin-top: 10px;
}
