/*!
@author:caihuiting
@design:linmiaoheng
@update:2018-03-29
*/

body {
	position: relative;
	line-height: 1;
	margin: 0;
}

.hide_txt {
	height: 1px;
	overflow: hidden;
	line-height: 30;
}

.cover {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1;
}

.pop-pay {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 2;
	background: #fff;
}

.pop-validate {
	text-align: center;
	width: 340px;
	height: 100%;
	padding: 9px;
	background: #fff;
	margin: 0 0 0 -179px;
	top: 0;
}

.main-pop-validate {
	padding: 30px 30px 0;
}

.pop-validate .tit {
	font-size: 18px;
	margin-bottom: 28px;
}
.pop-validate .subtit {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
	color: #7c7b7b;
}

.validate-ctrl {
	text-align: left;
	position: relative;
	width: 280px;
}

.validate-ctrl .wp-val-code {
	width: 107px;
	height: 44px;
	background: url(../img/default.jpg) no-repeat;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
}
.validate-ctrl .wp-val-code img {
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

.inner-val-code {
	font-size: 0;
	height: 47px;
	margin-bottom: 14px;
	line-height: 47px;
}

.validate-ctrl .link {
	margin-left: 12px;
	color: #2797ff;
	font-size: 14px;
	text-decoration: none;
}

.validate-ctrl .link:hover {
	text-decoration: underline;
}

.validate-ctrl .ip-code {
	line-height: 47px;
	vertical-align: top;
	color: #1a1917;
	border-radius: 2px;
	width: 100%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	height: 47px;
	border: 1px solid #d1d0d0;
}

.validate-ctrl .ip-code:focus {
	outline: none;
	border-color: #2797ff;
}

.error-tips {
	padding: 5px 0;
	line-height: 24px;
	min-height: 24px;
	color: #ff5353;
	text-align: left;
}

.error-tips.none:before {
	display: none;
}
.pop-validate .btn {
	display: block;
	text-decoration: none;
	width: 278px;
	height: 42px;
	line-height: 42px;
	border-radius: 2px;
	background: #2797ff;
	color: #fff;
	font-size: 16px;
}

.pop-validate .btn:hover {
	background: #187aff;
}

.pop-validate .btn.disabled {
	background: #dcdcdc;
	cursor: not-allowed;
}

.pop-validate .useless-mobile {
	color: #969696;
	margin-top: 10px;
	visibility: hidden;
}

.pop-validate .useless-mobile.visible {
	visibility: visible;
}

.pop-validate .useless-mobile .goto-appeal{
	cursor: pointer;
	color: #2797ff;
}

input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.pop-validate .btn-clo {
	background-image: url(../img/close.svg);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 19px;
	top: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pop-validate .btn-clo:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pop-validate-wap {
	border-radius: 3px;
	width: 100%;
	height: 280px;
	margin: 0 0 0 -50%;
	top: 0;
	line-height: 1;
	padding: 0;
	background: #fff;
}

.pop-validate-wap .main-pop-validate {
	padding: 20px 20px 0;
}

.pop-validate-wap .tit {
	font-size: 18px;
	margin-bottom: 17px;
	text-align: left;
}

.pop-validate-wap .validate-ctrl {
	width: 100%;
}

.pop-validate-wap .inner-val-code {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	border: none;
}

.pop-validate-wap .validate-ctrl .wp-val-code {
	width: 40%;
	height: 32px;
	background: url(../img/default.jpg) repeat-x;
	vertical-align: middle;
	background-size: 53px 100%;
}

.pop-validate-wap .link-f5 {
	font-size: 12px;
	float: right;
}

.pop-validate-wap .validate-ctrl .ip-code {
	border-radius: 5px;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
}

.pop-validate-wap .validate-ctrl .btn-back {
	background-image: url(../img/close.svg);
	background-position: -26px 0;
	background-size: 40px auto;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 10px;
	top: 12px;
	z-index: 2;
}

.pop-validate-wap .error-tips {
	line-height: 22px;
	min-height: 22px;
	padding: 5px 0;
	font-size: 12px;
}

.pop-validate-wap .error-tips:before {
	margin: 0 6px;
	background-image: url(../img/close.svg);
	background-position: 0 -24px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	width: 11px;
	height: 12px;
}

.pop-validate-wap .btn {
	font-size: 15px;
	margin: 1px auto 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	-webkit-touch-callout: none;
	background: #2797ff;
}
.pop-validate-wap .btn:hover {
	background: #2797ff;
}

.pop-validate-wap .btn-clo {
	background-position: 0 -39px;
	background-size: 40px auto;
	width: 16px;
	height: 16px;
	right: 10px;
	top: 10px;
}

.captcha-slide .tit {
	margin-bottom: 25px;
}
.SMCaptcha-img-wrapper {
	border-radius: 4px;
	border: 1px solid #f8f8f9;
}
.main-pop-validate1 .SMCaptcha-captcha-wrapper .SMCaptcha-slider-wrapper .SMCaptcha-slider-text {
	font-size: 1em;
}
.main-pop-validate1 .error-tips {
	font-size: 16px;
	line-height: 36px;
}
.pop-validate-wap .captcha-slide {
	padding-top: 0;
}
.pop-validate-wap .captcha-slide .tit {
	margin-bottom: 24px;
}
.pop-validate-wap .SMCaptcha-captcha-wrapper .SMCaptcha-slider-wrapper {
	font-size: 12px;
}
.pop-validate-wap .main-pop-validate1 .error-tips {
	line-height: 20px;
	font-size: 11px;
}
.pop-validate-wap .main-pop-validate1 .error-tips:before {
	margin: 0 6px 0 0;
}

.captcha-message .validate-ctrl1 {
	margin-bottom: 14px;
}
.validate-ctrl.disabled .ip-code {
	background: #f0f0f0;
	color: #969696;
}
.validate-ctrl.disabled .ip-code:focus {
	border-color: #d1d0d0;
}
.captcha-message .validate-ctrl .btn-gcode {
	width: 48%;
	height: 47px;
	line-height: 47px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	text-decoration: none;
	color: #2797ff;
	font-size: 14px;
	border: 1px solid #2797ff;
	border-radius: 2px;
}
.captcha-message .validate-ctrl .btn-gcode:hover {
	color: #187aff;
	border-color: #187aff;
}
.captcha-message .validate-ctrl .btn-gcode.disabled {
	color: #969696;
	background: #f0f0f0;
	border-color: #d2d1d1;
}
.captcha-message .validate-ctrl .ip-code.ip-validate-code {
	width: 137px;
}
.pop-validate-wap .captcha-message .validate-ctrl .ip-code.ip-validate-code {
	width: 50%;
	border-radius: 2px;
}
.pop-validate-wap .captcha-message .validate-ctrl1 {
	margin-bottom: 10px;
}
.pop-validate-wap .captcha-message .validate-ctrl .btn-gcode {
	height: 36px;
	line-height: 36px;
	font-size: 15px;
}
.pop-validate-wap .captcha-message .validate-ctrl .btn-gcode.btn-error {
	font-size: 11px;
}
.pop-validate-wap .btn {
	margin: 1px auto 0;
}
.pop-live {
	background: #fff;
	padding: 9px;
	height: 100%;
	width: 418px;
	margin: 0 0 0 -218px;
	top: 0%;
}
.pop-live .main-pop-validate {
	width: 278px;
	margin: 0 auto;
	padding: 50px 30px 0;
}

/* by caihuiting 20180619 */
.pop-loading .main-pop-validate {
	padding: 40px 30px 0;
}
.pop-loading.pop-validate .tit {
	margin-bottom: 33px;
	color: #000;
	font-family: 'SimHei';
}
.wp-loading {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}
.wp-loading .tip-loading {
	position: absolute;
	font-size: 18px;
	color: #2796ff;
	width: 150px;
	left: 0;
	top: 40px;
}
.wp-loading .tip-loading em {
	font-size: 48px;
	font-style: normal;
	display: block;
}
.pop-validate-wap.pop-loading .main-pop-validate {
	padding: 57px 0 0;
	text-align: center;
}
.pop-validate-wap.pop-loading .tit {
	color: #000;
	font-family: 'SimHei';
	text-align: center;
	margin-bottom: 20px;
}
.pop-validate-wap.pop-loading .wp-loading {
	width: 100px;
	height: 100px;
}
.wp-loading img {
	width: 100%;
	height: 100%;
	border-radius: 2px;
}
.pop-validate-wap.pop-loading .wp-loading .tip-loading {
	font-size: 14px;
	width: 100px;
	top: 28px;
}
.pop-validate-wap.pop-loading .wp-loading .tip-loading em {
	font-size: 29px;
}
/* by caihuiting 20180619 end*/

/* by caihuiting 20180621 */
.pop-validate.pop-xlx {
	width: 300px;
	height: 100%;
	margin: 0 0 0 -150px;
	padding: 0;
	background: #fff;
	top: 0;
}
.pop-validate.pop-xlx .main-pop-validate {
	padding: 87px 30px 0;
}
.pop-validate.pop-xlx .tit {
	color: #7c7b7b;
	font-size: 16px;
	margin-bottom: 26px;
}
.pop-validate.pop-xlx.pop-loading .tit {
	margin-bottom: 68px;
}
.pop-validate.pop-xlx .validate-ctrl .link {
	color: #6598fe;
	display: block;
	margin-left: 0;
	text-align: center;
}
.pop-validate.pop-xlx .validate-ctrl .wp-val-code {
	width: 105px;
	height: 42px;
	margin: 0 auto;
	display: block;
}
.pop-validate.pop-xlx .inner-val-code {
	margin-bottom: 0;
	height: auto;
}
.pop-validate.pop-xlx .validate-ctrl {
	width: 100%;
}
.pop-validate.pop-xlx .btn {
	width: 100%;
	margin: 0 auto;
	background: #6598fe;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
}
.pop-validate.pop-xlx .btn:hover {
	background: #4b87ff;
}
.pop-validate.pop-xlx .error-tips {
	line-height: 20px;
	padding: 5px 0;
	min-height: 20px;
}
.pop-validate.pop-xlx .validate-ctrl .ip-code {
	font-size: 12px;
	line-height: 36px;
	height: 36px;
}
.pop-validate.pop-xlx .validate-ctrl .ip-code:focus {
	border-color: #6699ff;
}
.pop-validate.pop-xlx .main-pop-validate2 {
	padding-top: 84px;
}
.pop-validate.pop-xlx .main-pop-validate2 .tit {
	line-height: 25px;
	margin-bottom: 32px;
}
.pop-validate.pop-xlx .main-pop-validate2 .validate-ctrl {
	height: 36px;
}
.pop-validate.pop-xlx .captcha-message .validate-ctrl .ip-code.ip-validate-code {
	width: 120px;
}
.pop-validate.pop-xlx .main-pop-validate2 .captcha-message .validate-ctrl .btn-gcode {
	height: 36px;
	line-height: 36px;
}
.pop-validate.pop-xlx .btn-clo {
	width: 8px;
	height: 8px;
	right: 11px;
	top: 11px;
	background-position: -40px -78px;
}

.workload-validate {
	padding-top: 28px;
}
@supports (-webkit-appearance: none) {
	.pop-validate.pop-xlx .btn-clo {
		width: 8px;
		height: 8px;
		right: 11px;
		top: 11px;
		background: url(../img/clo_x2.png) no-repeat;
		background-size: 8px auto;
	}
}
/* by caihuiting 20180621 end */

/* by caihuiting 20180730 */
.pop-validate.pop-login3 {
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
	padding: 0;
}
.pop-validate.pop-login3 .main-pop-validate {
	padding: 60px 63px 0;
}
/* by caihuiting 20180730 end */

.pop-validate.pop-validate-auto {
	margin: 0;
	background: #fff;
	padding: 0;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 99999;
	transform: translateZ(0);
}
.pop-validate.pop-validate-auto .validate-ctrl {
	width: auto;
}
.pop-validate.pop-validate-auto .captcha-message .validate-ctrl .ip-code.ip-validate-code {
	width: 50%;
}
.pop-validate.pop-validate-auto .btn {
	width: auto;
}
@media only screen and (min-width: 1366px) {
	.pop-validate-wap {
		zoom: 4.265;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
	.pop-validate-wap {
		zoom: 3.2;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.pop-validate-wap {
		zoom: 2.4;
	}
}
@media only screen and (min-width: 701px) and (max-width: 767px) {
	.pop-validate-wap {
		zoom: 2.3;
	}
}
@media only screen and (min-width: 690px) and (max-width: 700px) {
	.pop-validate-wap {
		zoom: 2.2;
	}
}
@media only screen and (min-width: 681px) and (max-width: 689px) {
	.pop-validate-wap {
		zoom: 2.135;
	}
}
@media only screen and (min-width: 667px) and (max-width: 680px) {
	.pop-validate-wap {
		zoom: 2.085;
	}
}
@media only screen and (min-width: 640px) and (max-width: 666px) {
	.pop-validate-wap {
		zoom: 2;
	}
}
@media only screen and (min-width: 569px) and (max-width: 639px) {
	.pop-validate-wap {
		zoom: 1.68;
	}
}
@media only screen and (min-width: 540px) and (max-width: 568px) {
	.pop-validate-wap {
		zoom: 1.78;
	}
}
@media only screen and (min-width: 480px) and (max-width: 539px) {
	body {
		zoom: 1.5;
	}
}
@media only screen and (min-width: 415px) and (max-width: 479px) {
	.pop-validate-wap {
		zoom: 1.36;
	}
}
@media only screen and (min-width: 404px) and (max-width: 414px) {
	.pop-validate-wap {
		zoom: 1.29;
	}
}
@media only screen and (min-width: 394px) and (max-width: 403px) {
	.pop-validate-wap {
		zoom: 1.26;
	}
}
@media only screen and (min-width: 385px) and (max-width: 393px) {
	.pop-validate-wap {
		zoom: 1.23;
	}
}
@media only screen and (min-width: 376px) and (max-width: 384px) {
	.pop-validate-wap {
		zoom: 1.18;
	}
}
@media only screen and (min-width: 361px) and (max-width: 375px) {
	.pop-validate-wap {
		zoom: 1.175;
	}
}
@media only screen and (min-width: 321px) and (max-width: 360px) {
	.pop-validate-wap {
		zoom: 1.125;
	}
}
.error-mask {
	display: none;
}
.error-mask-icon {
	padding: 1vh 0;
}
.error-mask-msg {
	font-size: 18px;
	color: #333;
}
