/*登录注册*/

.blue_wave {
	position: absolute;
	bottom: 80px;
}

.login_navigation {
	width: 100%;
	height: 80px;
	font-size: 36px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #283478;
	background-color: #0a0d48;
	padding-left: 78px;
	font-family: LXK;
	color: #fff;
}

.login_all {
	width: 560px;
	height: 100%;
	margin: 160px auto 0;
}


/*1账户登录*/

.login_frame {
	padding-bottom: 30px;
	border-radius: 16px;
	background: linear-gradient(to bottom, #eef8ff, #d7e1ff);
	box-sizing: border-box;
	position: relative;
}

.login_choice {
	padding: 48px 50px 10px;
	display: flex;
	justify-content: space-between;
}

.login_choice b {
	font-size: 20px;
}

.login_choice a {
	font-size: 16px;
	color: #58a3f1;
}

.login_choice a img {
	float: right;
	padding: 0 0 0 10px;
}

.login_wrong_password {
	color: #e11616;
	padding: 22px 50px 0;
	font-size: 14px;
}

.user_name {
	padding: 25px 50px 0;
}

.user_name>input,
.user_password>input {
	width: 100%;
	height: 60px;
	border: 1px solid #bdd8f4;
	background-color: #fff;
	border-radius: 3px;
	outline: none;
	font-size: 18px;
	color: #333;
	padding: 0 20px;
	box-sizing: border-box;
}

.check_password {
	width: 460px;
	margin: 56px auto 40px;
	font-size: 16px;
	text-align: center;
}

.check_password h1 {
	text-align: left;
	font-size: 20px;
	line-height: 1.38105;
	font-weight: 700;
	letter-spacing: .011em;
	margin: 0 auto 26px;
	word-break: break-word;
}

.user_password {
	position: relative;
	padding: 10px 50px 0;
}

.check_password .user_password {
	padding: 16px 0 0;
}

.check-password {
	position: absolute;
	right: 70px;
	top: 45px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}

.toggle-password {
	position: absolute;
	right: 20px;
	top: 48px;
	transform: translateY(-50%);
	cursor: pointer;
	width: 24px;
	height: 24px;
}

.password_choice {
	padding: 10px 50px 0;
}

.remember_password {
	color: #666;
	font-size: 14px;
	display: inline-block;
}

.remember_password>input {
	display: none;
}

.remember_password>label {
	position: relative;
	font-weight: normal;
	background: url("../images/remenber-password1.png") 0 4px no-repeat;
	padding-left: 28px;
	cursor: pointer;
}

.remember_password>input:checked+label::after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 4px;
	background: url("../images/remenber-password2.png") no-repeat;
}

.forget_password {
	/*float: right;*/
	/*font-size: 14px;*/
	/*color: #888;*/
}

.forget_content {
	margin: 10px auto 40px !important;
}

.user_forget {
	padding: 18px 50px 0;
}

.check_content .user_forget:nth-child(1) {
	display: flex;
	justify-content: space-between;
}

.user_forget>input {
	width: 100%;
	height: 44px;
	border: 1px solid #bdd8f4;
	background-color: #fff;
	border-radius: 3px;
	outline: none;
	font-size: 16px;
	color: #333;
	padding: 0 12px;
	box-sizing: border-box;
}

.check_content .user_forget:nth-child(1) input:nth-child(1) {
	width: 72%;
}

.check_content .user_forget:nth-child(1) input:nth-child(2) {
	width: 24%;
	font-size: 13px;
	color: #606266;
}

.forget_pwd {
	/*padding-right: 10px;*/
	position: absolute;
	right: 60px;
	bottom: 78px;
	font-size: 16px;
	color: #616161;
}

.user_forget_confirm {
	padding: 40px 50px 0;
}

.btn_retrieve_pwd {
	width: 100%;
	height: 60px;
	background-color: #16199a;
	border-radius: 3px;
	color: #fff;
	font-size: 22px;
	border: none;
	outline: none;
	letter-spacing: 8px;
}

.login_button_area {
	padding: 26px 50px 0;
}

.login_up {
	width: 100%;
	height: 60px;
	background-color: #16199a;
	border-radius: 3px;
	color: #fff;
	font-size: 22px;
	border: none;
	outline: none;
	letter-spacing: 8px;
	/*margin: 0 auto;*/
}

.change_pwd {
	position: relative;
	margin-top: 40px;
}

.btn_change_pwd {
	width: 100%;
	height: 60px;
	background-color: #16199a;
	border-radius: 3px;
	color: #fff;
	font-size: 22px;
	border: none;
	outline: none;
	letter-spacing: 8px;
}

.download_row {
	line-height: 68px;
	background-color: #e7ebef;
	text-align: center;
	font-size: 16px;
	color: #444;
	margin-top: 40px;
	position: relative;
	border-radius: 0 0 3px 3px;
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
}

.download_row span {
	cursor: pointer;
}

.download_row span:hover .download_ewm {
	display: block;
}

.download_ewm {
	position: absolute;
	background-color: #fff;
	z-index: 10;
	top: -94px;
	right: -180px;
	display: none;
}

.download_ewm p {
	color: #333;
	font-size: 16px;
	line-height: 60px;
}

.download_ewm img {
	text-align: center;
	padding: 10px;
}

.bubble:after {
	content: '';
	position: absolute;
	right: 100%;
	bottom: 15px;
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: solid;
	border-color: transparent;
	margin-bottom: 2px;
	border-right-width: 16px;
	border-right-color: currentColor;
	color: #fff;
}

/*2扫一扫登陆*/

a.account_login {
	color: #428bfa;
}

.login_font_top {
	text-align: center;
	font-size: 18px;
	color: #333;
	padding-top: 46px;
}

.login_font_top span {
	color: #428bfa;
}

.login_ewm {
	margin-top: 30px;
	text-align: center;
	position: relative;
}

.login_ewm img {
	padding: 6px;
	/*border: 1px solid #e5e5e5;*/
	width: 140px;
}

.login_font_bottom {
	text-align: center;
	font-size: 16px;
	color: #666;
	padding-top: 35px;
}

/*3重设密码1*/

.login_frame_password {
	width: 100%;
	border-radius: 5px;
	background-color: #fff;
	margin-top: 45px;
	padding-bottom: 36px;
}

button.login_next {
	width: 560px;
	height: 60px;
	background-color: #e2e2e3;
	border-radius: 5px;
	color: #454648;
	font-size: 20px;
	border: none;
	outline: none;
	margin-top: 40px;
	margin-left: 45px;
}

/*4重设密码2*/

.xym_row {
	margin-top: 18px;
	padding: 0 45px;
}

.xym_left {
	float: left;
}

.xym_left input {
	width: 324px;
	height: 60px;
	border: 1px solid #b6bbc2;
	background-color: #f1f6ff;
	border-radius: 5px;
	outline: none;
	font-size: 18px;
	color: #666;
	padding: 0 10px;
	box-sizing: border-box;
}

.xym_right {
	width: 213px;
	float: right;
}

.xym_right img {
	width: 123px;
}

.xym_right a {
	color: #428bfa;
	font-size: 16px;
	line-height: 60px;
	margin-left: 18px;
}

button.yzm_btn {
	width: 213px;
	float: right;
	color: #fff;
	font-size: 18px;
	background-color: #408ef9;
	height: 60px;
	border-radius: 5px;
	line-height: 60px;
	border: none;
	outline: none;
}

.disable-login-button {
	opacity: 0.5;
	pointer-events: none;
}

.user_verify_code {
	padding: 18px 45px 0 45px;
}

.user_verify_code>input {
	width: 55%;
	height: 60px;
	border: 1px solid #b6bbc2;
	background-color: #f1f6ff;
	border-radius: 5px;
	outline: none;
	font-size: 18px;
	color: #666;
	padding: 0 10px;
	box-sizing: border-box;
}

.user_verify_code .imgcode {
	border-radius: 5px;
	margin-left: 8%;
}

.user_verify_code .refresh {
	width: 4%;
	height: 4%;
	margin-left: 5%;
}

#captcha_img {
	width: 150px;
	padding-left: 20px;
}

.scan_code_refresh {
	width: 50px !important;
	height: 50px;
	position: absolute;
	top: 30%;
	right: 46%;
	display: none;
}

/*短信验证服务*/
.short_message_code {
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	width: 100%;
	display: inline-flex;
	margin-top: 30px;
}

.short_message_code>input {
	height: 35px;
	border: 1px solid #9fc7ff;
	background-color: #f1f6ff;
	border-radius: 5px;
	font-size: 16px;
}

.input_code {
	width: 50%;
}

.input_send {
	color: #ff0000;
	text-align: center;
	width: 34%;
	margin-left: 1%;
}

.check_code_error,
.check_app_error {
	font-size: 14px;
}

.check_content {
	margin: 70px auto 60px;
	font-size: 16px;
	text-align: center;
}

.check_btn {
	width: 450px;
	height: 40px;
	background-color: #3e93f8;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	border: none;
	outline: none;
	margin: 24px 0 0;
}

.warm_hint>p {
	margin-top: 20px;
}

/* 短信验证界面 */
.check_content h1 {
	font-size: 20px;
	line-height: 1.38105;
	font-weight: 700;
	letter-spacing: .011em;
	margin: 0 auto 36px;
	word-break: break-word;
}

.message_input {
	width: inherit;
}

.message_input input {
	width: 45px;
	height: 45px;
	font-size: 24px;
	padding: 0;
	text-align: center;
	outline: none;
	margin-bottom: 30px;
}

.validate_input {
	width: inherit;
	margin: 0 auto;
	text-align: center;
	text-align: -webkit-center;
}

.validate_input input {
	display: block;
}

.validate_btn {
	width: 240px;
	height: 32px;
	background-color: #3e93f8;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
}

.validate_input input:first-child {
	width: 240px;
	height: 32px;
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
	padding: 0;
	outline: none;
}

.validate_input input:focus {
	border-color: #6bf;
	box-shadow: 0 0 0 1px rgba(131, 192, 253, .5);
	border: 1px solid #97cee5;
}

.message_input input:focus {
	border-color: #6bf;
	box-shadow: 0 0 0 3px rgba(131, 192, 253, .5);
	border: 1px solid #97cee5;
}

.message_explain {
	width: inherit;
	margin: 0 auto 30px;
	padding: 0 5px;
}

.resend_sms {
	display: table-cell;
	padding: 14px 0;
	width: 148px;
	text-align: center;
	cursor: pointer;
}

.resend_sms img {
	width: 45px;
	height: 45px;
}

.sms_word {
	width: inherit;
	margin-top: 10px;
}

.sms_word a {
	cursor: pointer;
	text-decoration: none;
	margin: 20px 0;
	display: inline;
	font-size: 14px;
	line-height: 1.42861;
	font-weight: 600;
	color: #0070c9;
	opacity: 0.7;
}

.sms_word p {
	max-height: 100px;
	overflow: auto;
	padding: 2px 9px;
	font-size: 14px;
}

.mf-6 {
	margin-left: 6px;
}

.mf-18 {
	margin-left: 18px;
}

.tk-subbody {
	font-size: 15px;
	line-height: 1.42861;
	font-weight: 400;
	color: #0070c9;
	cursor: pointer;
}

.tk-body {
	font-size: 15px;
	line-height: 1.47059;
	font-weight: 400;
	padding: 0 60px;
}

.form-textbox {
	font-size: 17px;
	line-height: 1.29412;
	font-weight: 400;
	letter-spacing: -.021em;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 100%;
	height: 34px;
	margin-bottom: 14px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
	text-align: left;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	background: #fff;
	background-clip: padding-box;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
	bottom: 1px;
	border-top-color: rgba(0, 0, 0, 0.35);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
	bottom: 2px;
	border-top-color: #fff;
}

/**
mask图层
 */

.spinner_mask {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
}

.spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 48%;
	left: 48%;
}

.container1>div,
.container2>div,
.container3>div {
	width: 16px;
	height: 16px;
	background-color: #67CF22;

	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.circle1 {
	top: 0;
	left: 0;
}

.circle2 {
	top: 0;
	right: 0;
}

.circle3 {
	right: 0;
	bottom: 0;
}

.circle4 {
	left: 0;
	bottom: 0;
}

.container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/*密码强度*/
.pw-strength {
	clear: both;
	position: relative;
	top: 10px;
}

.pw-bar {
	background: url("../images/pwd-1.png") no-repeat;
	height: 14px;
	overflow: hidden;
	width: 179px;
}

.pw-bar-on {
	background: url("../images/pwd-2.png") no-repeat;
	width: 0px;
	height: 14px;
	position: absolute;
	top: 0px;
	left: 2px;
	transition: width .5s ease-in;
	-moz-transition: width .5s ease-in;
	-webkit-transition: width .5s ease-in;
	-o-transition: width .5s ease-in;
}

.pw-weak .pw-defule {
	width: 0px;
}

.pw-weak .pw-bar-on {
	width: 60px;
}

.pw-medium .pw-bar-on {
	width: 120px;
}

.pw-strong .pw-bar-on {
	width: 179px;
}

.pw-txt {
	padding-top: 2px;
	width: 180px;
	overflow: hidden;
}

.pw-txt span {
	color: #707070;
	float: left;
	font-size: 12px;
	text-align: center;
	width: 58px;
}

.error-desc {
	font-size: 18px;
}

.moreOrg {
	font-size: 12px;
	font-weight: 800;
	color: #3c8dbc;
	cursor: pointer;
}

.disabled {
	pointer-events: none;
}

.checkout_way {
	text-align: center;
	padding: 20px 10px 0;
	color: #006eab;
	cursor: pointer;
}

.checkout_way img {
	margin-top: 10px;
}

/*绑定身份验证器*/
body .explain-class .layui-layer-title {
	background: #066eab;
	color: #fff;
	border: none;
	font-size: 18px;
}

body .explain-class .layui-layer-btn {
	border-top: 1px solid #E9E7E7
}

body .explain-class .layui-layer-btn a {
	background: #333;
}

body .explain-class .layui-layer-btn .layui-layer-btn1 {
	background: #999;
}

.explain_box {
	width: 700px;
	margin: 30px auto;
}

.explain_box div[class^=step_] {
	margin-bottom: 20px;
}

.explain_box div[class^=step_] span {
	text-align: justify;
	font-size: 18px;
	font-family: sans-serif;
}

.explain_box img {
	width: 660px;
	margin-top: 10px;
}

.layui-layer-ico {
	background: url("../images/icon.png") no-repeat;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row:before {
	display: table;
	content: " ";
}

.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

/*提示区域*/
.tip_box {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.tip_text {
	font-size: 16px;
	line-height: 32px;
	color: #9ca7cc;
	text-align: justify;
}

.tip_qrCode {
	display: flex;
	flex-direction: column;
}

.tip_qrCode img {
	width: 128px;
	height: 128px;
}

.tip_qrCode span {
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	color: #9ca7cc;
	padding-top: 12px;
}

.form-control:focus {
	color: unset;
	background-color: #fff;
	border-color: #9fc7ff;
	outline: unset;
	box-shadow: unset;
}