/*登入弹窗*/
.login-box-content {
    margin-top: 0;
    width: auto;
    display: flex;
    position: relative;
    background: #fff;
    min-width: 750px;
}
.jktheme_login {
    width: 50%;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.login-box-content .login-box-top {
    width: 50%;
    padding: 30px 30px 25px;
}
.jktheme-sidebar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    border-bottom-left-radius: 5px;
}
.jktheme-sidebar h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.jktheme-sidebar p{
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
.jktheme-sidebar div {
    padding: 30px;
}
@media screen and (max-width: 768px){
.jktheme_login {
    display: none;
}
.login-box-content{
 min-width: auto;
}
.login-box-content .login-box-top{
    width: 100%;
}
}
.login-social-button-bottom {
    border: 0px solid #F5F6F7!important;
}
/*修改微信--订阅号--登入按钮*/
.wxdyh-img {
    width: 315px;
}
.erphp-weixin-scan {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ews-input{
    position: relative;
    height: 32px;
    width: 190px;
    top: 1px;
    border-radius: 3px;
}
.ews-button{
	 height: 31px;
	border: 0px solid #00c18e;
	border-radius: 3px;
}
.login-box-des {
    color: #fff!important;
}
.invitation-tips {
    color: #ffffff!important;
}
.recaptcha-img p {
    color: #ffffff!important;
}
.forget-pass-info {
    background: #0000!important;
    color: #000000!important;
}
.jk-loginwx-dyh{
	color:#000
}
.login-form-item input {
    background: transparent!important;
}
.login-form-item span {
    color: #000000!important;
}
.invitation-input input {
    background: transparent!important;
}
.bind-pass-info div {
    background: #f8f8f800!important;
    color: #ffffff!important;
}
.login-form-item input:valid + span:after{
    background: #ffffff00!important;
}
.site-terms {
    background: #f9f9f945!important;
}
.login-form-item span b {
    top: -9px;
    left: -13px;
}
/*--------------------------------------------手机端显示----------------------------------*/
@media screen and (max-width: 768px){
/*手机端输入验证码位置*/
.erphp-weixin-scan .ews-box {
    text-align: center;
}
.erphp-weixin-scan .ews-title {
    text-align: center;
}
/*手机端输入验证码框框位置*/
.ews-input {
    top: -2px;
}
}/*--------------------------------------------手机端显示-------------------------------------*/