@charset "UTF-8";

.disabled_selfAuthPopup {
    pointer-events: none;
    background-color: #eee !important;
    color: #bbb !important;
    border: 1px solid #d6d6d6 !important;
    opacity: 1;
}

.dim {
	display: none;
}

body.scroll_hidden {
	overflow: hidden !important;
}

.dim.on {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 3000;
	position: absolute;
	top: 0;
	left: 0;
}

.layer_pop {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 3002;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.layer_pop.on {
	display: block;
}

.layer_pop a:hover {
	text-decoration: none;
}

.layer_pop .pop_inner {
	width: 400px;
	height: 280px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -200px;
}

.layer_pop .pop_inner .btn_close {
	display: block;
	position: absolute;
	top: 24px;
	right: 26px;
	color: #000;
	font-size: 0px;
	text-decoration: none;
	width: 15px;
	height: 15px;
	background: url('/common/img/close_btn.png') no-repeat;
}

.layer_pop .pop_inner .tit {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 30px 0 15px;
	text-align: center;
}

.layer_pop .pop_inner .pop_line {
	padding: 10px 28px 0;
	overflow: hidden;
}

.layer_pop .pop_inner .pop_line label {
	color: #000;
	font-size: 16px;
	margin-right: 12px;
}

.layer_pop .pop_inner .pop_line input {
	border: 1px solid #d6d6d6;
	color: #000;
	font-size: 16px;
	padding: 7px 5px;
	height: 39px;
}

.layer_pop .pop_inner .pop_line input:valid {
	background: #ececec;
}

.layer_pop .pop_inner .pop_line input:-webkit-autofill, .layer_pop .pop_inner .pop_line input:-webkit-autofill:hover,
	.layer_pop .pop_inner .pop_line input:-webkit-autofill:focus,
	.layer_pop .pop_inner .pop_line input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
	-webkit-box-shadow: 0 0 0px 1000px #ececec inset !important;
	color: #757575 !important;;
}

.layer_pop .pop_inner .pop_line .request_btn {
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 10px;
	background-color: #393a6a;
	float: right;
	width: 92px;
	height: 39px;
}

.layer_pop .pop_inner .pop_line .sms_btn {
	display: block;
	text-align: center;
	color: #393a6a;
	padding: 8px 10px;
	border: 1px solid #393a6a;
	float: right;
	width: 92px;
	height: 39px;
}

.layer_pop .pop_inner .pop_line .notice {
	color: #ff0000;
	float: left;
	padding: 5px 0 0 58px;
	font-size: 14px;
}

.layer_pop .pop_inner .submit_btn {
	clear: both;
	display: block;
	color: #fff;
	background: #2797ff;
	padding: 10px 37px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	margin: 15px auto;
}

@media screen and (max-width:980px) {
	.layer_pop .pop_inner {
		left: 50%;
		margin-left: -200px;
	}
}

@media screen and (max-width:400px) {
	.layer_pop {
		height: auto;
		top: 30%;
	}
	.layer_pop .pop_inner {
		left: 0%;
		width: calc(100% - 20px);
		margin-left: 10px;
		height: auto;
		padding-bottom: 2%;
	}
	.layer_pop .pop_inner .tit {
		font-size: 16px;
		padding: 20px 0;
	}
	.layer_pop .pop_inner .pop_line {
		padding: 10px 15px 10px;
	}
	.layer_pop .pop_inner .pop_line label {
		font-size: 14px;
	}
	.layer_pop .pop_inner .pop_line input {
		width: 43%;
		font-size: 14px;
	}
	.layer_pop .pop_inner .pop_line .request_btn, .layer_pop .pop_inner .pop_line .sms_btn
		{
		width: 33%;
		font-size: 14px;
		/* margin-top: 8px; */
	}
	.layer_pop .pop_inner .pop_line .notice {
		padding: 8px 0 0 52px;
	}
}
