.login-wra a:hover {
    color: #387ffc;
    text-decoration: underline;
}
.login-wra {position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 1999;display: none;}

.login-wra.show { display: block; }

.login-wra .login-zhezhao { background: rgba(0, 0, 0, 0.2); width: 100%; height: 100%; }

.login-wra .login-container {width: 420px;background: #fff;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);box-sizing: border-box;height: 526px;box-shadow: 0px 5px 144px 0px rgba(159,159,159,0.44);}

.login-wra .login-container * { box-sizing: border-box; }

.login-wra .login-container .login-block {width: 100%;position: relative;padding: 20px;height: 420px;box-sizing: border-box;padding-top: 42px;}

.login-wra .login-container .login-block .login-close-btn {width: 16px;height: 16px;position: absolute;right: 20px;top: 20px;cursor: pointer;}

.login-wra .login-container .login-block .login-title {
	color:#222;
	font-size:26px;
	text-align: center;
	font-weight: bold;
}
.login-wra .login-container .login-block .submit-wra { text-align: center; }

.login-wra .login-container .login-block .submit-wra .submit-btn {margin: 0 auto;}

.login-wra .login-container .login-block .el-input__inner { border: 1px solid #BFBFBF; }

.login-wra .login-container .login-block .el-input__inner::-webkit-input-placeholder { color: #999; }

.login-wra .login-container .login-block .el-input__inner:-ms-input-placeholder { color: #999; }

.login-wra .login-container .login-block .el-input__inner::-ms-input-placeholder { color: #999; }

.login-wra .login-container .login-block .el-input__inner::placeholder { color: #999; }

.login-wra .login-container .login-block .login-rule-form .phone-grey { width: 24px; height: 24px; }

#box-login-register .btn-login { cursor: pointer; }

.bind-phone-wra {position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 2001;display: none;}

.bind-phone-wra.show { display: block; }

.bind-phone-wra .bp-zhezhao { background: rgba(0, 0, 0, 0.2); width: 100%; height: 100%; }

.bind-phone-wra .bp-container {width: 420px;background: #fff;box-shadow: 0px 8px 35px 0px rgba(5, 8, 46, 0.2);border-radius: 8px;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);box-sizing: border-box;/* height: 460px; */}

.bind-phone-wra .bp-container * { box-sizing: border-box; }

.bind-phone-wra .bp-container .bp-block {width: 100%;height: 100%;position: relative;padding: 45px 45px 35px 45px;}

.bind-phone-wra .bp-container .bp-block .bp-close-btn { width: 20px; height: 20px; position: absolute; right: 15px; top: 15px; cursor: pointer; }

.bind-phone-wra .bp-container .bp-block .bp-close-btn img { width: 100%; height: 100%; display: block; }

.bind-phone-wra .bp-container .bp-block .bp-title {color: #222;font-size: 24px;margin-bottom: 13px;font-weight: bold;}

.bind-phone-wra .bp-container .bp-block .bp-title-sub {color: #666;font-size: 16px;margin-bottom: 27px;}

.bind-phone-wra .bp-container .bp-block .bp-form .el-input__inner {}

.bind-phone-wra .bp-container .bp-block .bp-form .el-input__inner::-webkit-input-placeholder { color: #999; }

.bind-phone-wra .bp-container .bp-block .bp-form .el-input__inner:-ms-input-placeholder { color: #999; }

.bind-phone-wra .bp-container .bp-block .bp-form .el-input__inner::-ms-input-placeholder { color: #999; }

.bind-phone-wra .bp-container .bp-block .bp-form .el-input__inner::placeholder { color: #999; }

.bind-phone-wra .bp-container .bp-block .bp-form .submit-wra { width: 100%; margin-top: 36px; }

.bind-phone-wra .bp-container .bp-block .bp-form .submit-wra .submit-btn { width: 100%; height: 46px; }

/* 登录弹窗改版css */
.login-wra{

}
.login-wra .dashed {
    position: relative;
}

.login-wra .dashed:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #EEEEEE, #EEEEEE 6px, transparent 6px, transparent);
    background-size: 12px 100%;
}
.login-wra .login-type-icons {
    height: 106px;
    box-sizing: border-box;
    padding: 20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.login-wra .login-type-icons .each-icon {
	width:56px;
	height:56px;
	display: block;
	cursor: pointer;
}
.login-wra .login-type-icons .each-icon:nth-child(1) {
	background-image: url('../images/modal/log1.png');
}
.login-wra .login-type-icons .each-icon:nth-child(1):hover,.login-wra .login-type-icons .each-icon:nth-child(1).active {
	background-image: url('../images/modal/log1-active.png');
}
.login-wra .login-type-icons .each-icon:nth-child(2) {
	background-image: url('../images/modal/log2.png');
}
.login-wra .login-type-icons .each-icon:nth-child(2):hover,.login-wra .login-type-icons .each-icon:nth-child(2).active {
	background-image: url('../images/modal/log2-active.png');
}
.login-wra .login-type-icons .each-icon:nth-child(3) {
	background-image: url('../images/modal/log3.png');
}
.login-wra .login-type-icons .each-icon:nth-child(3):hover,.login-wra .login-type-icons .each-icon:nth-child(3).active {
	background-image: url('../images/modal/log3-active.png');
}
.login-wra .login-type-icons .each-icon:nth-child(4) {
	background-image: url('../images/modal/log4.png');
}
.login-wra .login-type-icons .each-icon:nth-child(4):hover,.login-wra .login-type-icons .each-icon:nth-child(4).active {
	background-image: url('../images/modal/log4-active.png');
}
.login-wra .login-type-icons .each-icon:nth-child(5) {
	background-image: url('../images/modal/log5.png');
}
.login-wra .login-type-icons .each-icon:nth-child(5):hover,.login-wra .login-type-icons .each-icon:nth-child(5).active {
	background-image: url('../images/modal/log5-active.png');
}
.login-wra .login-container .login-main-wra { position: relative; }

.login-wra .login-container .wx-login-wra {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-top: 25px;}

.login-wra .login-container .wx-login-wra .wx-title { margin-bottom: 40px; font-size: 26px; margin-top: 45px; }

.login-wra .login-container .wx-login-wra .wx-code {border: 1px solid #E5E5E7;width: 260px;height: 260px;background: #fff;}

.login-wra .login-container .wx-login-wra .wx-hint {font-size: 14px;color: #666;margin-top: 18px;}

.login-wra .login-container .wx-login-wra .btn-group { color: #387FFC; font-size: 18px; cursor: pointer; margin-top: 80px; width: 100%; }

.login-wra .login-container .wx-login-wra .btn-group span { width: 50%; text-align: center; cursor: pointer;display: block; }

.login-wra .login-container .wx-login-wra .btn-group .btn-first { position: relative; }

.login-wra .login-container .wx-login-wra .btn-group .btn-first:after { content: ''; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 27px; background: #ededed; }

.login-wra .tool-wra { text-align: right; }

.login-wra .tool-wra .each-tool { font-size: 14px; }

.login-wra .tool-wra .each-tool.wasure { margin-right: 25px; }

.login-wra .change-to { position: absolute; right: 0; top: 0; width: 80px; height: 80px; z-index: 10; cursor: pointer; }

.login-wra .other-login-wra {box-sizing: border-box;padding: 55px 30px 0;background: #fff;}

.login-wra .other-login-wra .type-wra { font-size: 20px; font-weight: bold; color: rgba(34, 34, 34, 0.2); margin-bottom: 36px; }

.login-wra .other-login-wra .type-wra span { cursor: pointer;display: block; }

.login-wra .other-login-wra .type-wra span.active { color: #222222; }

.login-wra .other-login-wra .submit-wra { margin: 30px 0; }

.login-wra .other-login-wra .submit-wra button { width: 100%; height: 46px; background: #387ffc; border-radius: 2px; font-size: 18px; }

.login-wra .other-login-wra .submit-wra button:hover { background: #6a9ffd; }


.login-wra .send-code,.bind-phone-wra .send-code {width: 120px;font-size: 14px;color: #888;background: #f3f3f3;height: 44px;border-left: 1px solid #ddd;box-sizing: border-box;position: relative;left: 4px;cursor: pointer;top: 1px;border-radius: 2px;-webkit-transition: .2s;transition: .2s;}
.login-wra .send-code:hover,.bind-phone-wra .send-code:hover{
  background: #f9f9f9;
}
.image-dialog {
	left: 50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	box-sizing:border-box;
	padding:40px 30px 30px;
	margin: 0 !important;
}

.image-dialog .el-dialog__header { padding: 0; }

.image-dialog .el-dialog__body { color: #222; padding: 0; }

.image-dialog .submit-wra { margin: 30px 0; }

.image-dialog .submit-wra button { width: 100%; height: 46px; background: #387ffc; border-radius: 2px; font-size: 18px; }

.image-dialog .submit-wra button:hover { background: #6a9ffd; }

.image-dialog .d-title { margin-bottom: 28px; font-size: 20px; font-weight: bold; color: #222; }

.image-dialog .imgcode-wra { height: 46px; width: 100%; margin-bottom: 20px; border-radius: 2px; height: 46px; line-height: 46px; font-size: 18px; color: #222; border: 1px solid #ddd; }

.image-dialog .imgcode-wra img { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; }

.image-dialog .imgcode-wra .change-image { width: 93px; -webkit-box-flex: 0; -ms-flex: none; flex: none; color: #999; font-size: 18px; text-align: center; border-left: 1px solid #ddd; cursor: pointer; }

/* pc端登录弹窗表单样式重置 */

.kj-modal .el-input__inner {
    border-radius: 2px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #222;
    border: 1px solid #ddd;
}
.kj-modal .el-input__inner:focus {
    border: 1px solid #387ffc;
}
.kj-modal .el-input__inner::-webkit-input-placeholder {
    color: #888;
}
.kj-modal .el-input__inner:-ms-input-placeholder {
    color: #888;
}
.kj-modal .el-input__inner::-ms-input-placeholder {
    color: #888;
}
.kj-modal .el-input__inner::placeholder {
    color: #888;
}
.kj-modal .el-form-item__content{
    line-height: 46px;
}

.kj-modal .el-form-item {
    margin-bottom: 30px;
}

.kj-modal .el-form-item.submit {
    margin-bottom: 0;
}
.kj-modal .el-form-item .el-form-item{
    margin-bottom: 0;
}

.kj-modal .el-form-item__error {
    padding-top: 8px;
    font-size: 14px;
    color: #F73E3E;
}
/* 改变input右侧图标 */
.kj-modal .el-icon-circle-close:before{
    content:"\e79d" !important;
    font-size: 18px;
}
.kj-modal .el-input__icon{
    line-height: 47px;
}
.kj-modal .el-input .el-input__clear{
    font-size: 18px;
    color:#999;
}
.kj-modal .el-input .el-input__clear:hover{
    color: #666;
}
/* 占用提示窗css */

.zhanyong-dialog { padding: 40px 50px 70px; }

.zhanyong-dialog .el-dialog__header { padding: 0; }

.zhanyong-dialog .el-dialog__body { color: #222; padding: 0; }

.zhanyong-dialog .info { width: 97px; height: 97px; margin: 0 auto 40px; }

.zhanyong-dialog .d-title { margin-bottom: 22px; font-weight: bold; font-size: 20px; text-align: center; }

.zhanyong-dialog .d-content { font-size: 14px; color: #666; margin-bottom: 60px; line-height: 1.8; }

.zhanyong-dialog .d-content .red { color: #F73E3E; }

.zhanyong-dialog .el-dialog__headerbtn .el-dialog__close { font-size: 20px; }

.zhanyong-dialog .btn-grp { -ms-flex-pack: distribute; justify-content: space-around; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.zhanyong-dialog .btn-grp button { width: 160px; font-size: 18px; border-radius: 2px; }

.zhanyong-dialog .btn-grp .el-button--default { background: #F3F3F3; border: 0; color: #222; }

.zhanyong-dialog .btn-grp .el-button--default:hover { background: #f8f8f8; color: #222; }
/* 表单重置，仅限绑定弹窗 */
.form-content .el-form-item__error { font-size: 14px; }

.form-content .el-form-item__content {font-size: 18px;/* height: 36px; */}

.form-content .el-input__inner {color: #222;font-size: 18px;border: 1px solid #dddddd;border-radius: 2px;font-family: "Microsoft Yahei";display: block;}

.form-content .el-form-item__label {padding: 0 40px 0 0;color: #666;font-size: 18px;}

.form-content input::-webkit-input-placeholder, .form-content textarea::-webkit-input-placeholder { color: #888 !important; }

.form-content input:-ms-input-placeholder, .form-content textarea:-ms-input-placeholder { color: #888 !important; }

.form-content input::-ms-input-placeholder, .form-content textarea::-ms-input-placeholder { color: #888 !important; }

.form-content input::placeholder, .form-content textarea::placeholder { color: #888 !important; }

.form-content .el-textarea__inner {font-family: 'Microsoft YaHei';font-size: 18px;resize: none;color: #222;}

.form-content .el-radio__label { font-size: 18px; }

.form-content .el-radio__inner::after { -webkit-box-sizing: content-box; box-sizing: content-box; content: ""; border: 1px solid #fff; border-left: 0; border-top: 0; height: 7px; left: 5px; position: absolute; top: 2px; -webkit-transform: rotate(45deg) scaleY(0); transform: rotate(45deg) scaleY(0); width: 3px; -webkit-transform-origin: center; transform-origin: center; border-radius: 0; background: #387ffc; }

.form-content .el-radio__input.is-checked .el-radio__inner::after { -webkit-transform: rotate(45deg) scaleY(1); transform: rotate(45deg) scaleY(1); }

.form-content .el-radio__inner { width: 16px; height: 16px; }

.form-content .el-button--medium {padding: 13px 20px;font-size: 18px;border-radius: 2px;}

.form-content .submit { margin-top: 40px; }

.form-content .capcha-img {width: 100%;height: 46px;border: 1px solid #DDDDDD;border-radius: 2px;display: block;-webkit-box-sizing: border-box;box-sizing: border-box;cursor: pointer;}

.form-content .send-code {height: 46px;line-height: 46px;text-align: center;font-size: 18px;color: #222;cursor: pointer;width: 100%;border: 1px solid #DDDDDD;border-radius: 2px;background: #F3F3F3;}

.form-content .send-code:hover { background: #f8f8f8; border: 1px solid #e8e8e8; }

.form-content .send-code.ui-disabled { pointer-events: none; cursor: not-allowed; }