@charset "utf-8";
* {
	-moz-user-select: none;
	user-select: none;
	outline: none;
	box-sizing: border-box;
}
body {
	overflow: hidden;
	font-size: 12px;
}
body,ol,ul,dl,dt,dd,form {
	margin: 0;
	padding: 0;
}
ol,ul {
	list-style: none;
}
img {
	border: 0;
}
input {
	margin: 0;
	padding: 0;
	outline: none;
}
input::-ms-clear {
	display: none;
}
input:-webkit-autofill {
	background-color: #FAFFBD;
	background-image: none;
	color: #000;
}

html,body {
	width:100%;
	height:100%;
	background-image: linear-gradient( 109.6deg,  rgba(62,161,219,1) 11.2%, rgba(93,52,236,1) 100.2% );
}
.login-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: url("/img/login/login-logo-bg-52e935fad9895f4db3e7932cd1d3fc7f.png") center no-repeat;
}
.login-box > div {
	position: absolute;
	width: 750px;
}
.login-box-header {
	display: flex;
	position: relative;
	height: 75px;
	justify-content: center;
	padding-bottom: 10px;
	/*background: url("login/logo.png") top center no-repeat;*/
}
.login-box-header span {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -68.5px;
	width: 137px;
	height: 133px;
	background: url("/img/login/logo-b577d9de17e836c015fa4bbc1d0101b0.png") no-repeat;
}
.login-box-header svg {
	width: 75px;
	height: auto;
}
.login-box-body {
	position: relative;
	height: 400px;
	background: #fff url("/img/login/login_body_bg_1-d22ac68345cc157bb62fe918dcf86ea2.png") no-repeat;
	border-radius: 8px 50px 8px 50px;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
}
.login-box-body .title {
	padding: 0 0 20px 0;
}
.login-box-body .title h1 {
	margin: 0;
	padding: 20px 0 0 10px;
	height: 71px;
	line-height: 61px;
	color: #333;
	font-size: 40px;
	font-family: 'sht';
	font-weight: normal;
	letter-spacing: 10px;
	text-align: center;
	transform: scaleY(0.8)
}
.login-box-body .title p {
	display: table;
	margin: 0 auto;
	padding: 0 0 0 5px;
	color: #999;
	font-size: 14px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	letter-spacing: 5px;
}
.login-box-body .title p label {
	display: table;
	margin: 0 auto 7px auto;
	width: calc(100% - 30px);
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #eee;
}
.login-box-body ul {
	display: flex;
	flex-wrap: wrap;
	margin: 15px auto 0 auto;
	width: 50%;
}
.login-box-body li {
	position: relative;
	padding: 10px;
	width: 100%;
}
.login-box-body li i.ri-door-lock-line,
.login-box-body li i.ri-account-circle-line,
.login-box-body li i.ri-smartphone-line,
.login-box-body li i.ri-shield-keyhole-fill {
	position: absolute;
	top: 21px;
	left: 20px;
	color: #ccc;
	font-size: 22px;
	font-weight: normal;
}
.login-box-body li input::-webkit-input-placeholder {
	color: #ccc;
}
.login-box-body li input {
	padding: 0 10px 0 40px;
	width: 100%;
	height: 45px;
	line-height: 47px;
	color: #ccc;
	font-size: 16px;
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	transition: 0.5s;
}
.login-box-body li input:focus,
.login-box-body li input:focus {
	color: #2563ff;
	border-color: #2563ff;
	background-color: rgba(37, 99, 255, 0.05);
	box-shadow: 0 0 5px rgba(37, 99, 255, 0.1);
}
.login-box-body li.error input {
	border-color: #ffae00;
}
.login-box-body li input:focus + i.ri-door-lock-line,
.login-box-body li input:focus + i.ri-account-circle-line {
	color: #2563ff;
}
.login-box-body li label {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 20px 0 0;
	height: 65px;
	line-height: 65px;
	color: #f30;
	font-size: 14px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	box-sizing: border-box;
}
.login-box-body .submit {
	padding: 0 0 0 10px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 10px;
	background: #f60;
	border: 0;
	border-radius: 100px;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.3s;
}
.login-box-body .submit:hover {
	color: rgba(255, 255, 255, 1);
	background: #f30;
}
.login-box-body .submit.disable {
	background: #bbb;
	pointer-events:none;
}
.login-box-body .verify span {
	display: flex;
	justify-content: center;
	height: 36px;
	line-height: 36px;
	color: #999;
	font-size: 14px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-weight: bold;
	text-align: center;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	border-radius: 8px;
	cursor: pointer;
}
.login-box-body .verify span:hover {
	background: #f0f0f0;
}
.login-box-body .verify span i {
	font-size: 18px;
	font-weight: normal;
}
.login-box-body .verify span s {
	margin-left: 5px;
	text-decoration: none;
}
.login-box-body .verify.vSuccess,
.login-box-body .verify.vError {
	pointer-events:none;
}
.login-box-body .verify.vSuccess span {
	color: #67c23a;
	background: #f0f9eb;
	border-color: #c2e7b0;
}
.login-box-body .verify.vError span {
	color: #f56c6c;
	background: #fef0f0;
	border-color: #fbc4c4;
}
.login-box-body .verify.disActivated {
	pointer-events: none;
}
.login-box-body .verifyNum {
	display: flex;
	justify-content: space-between;
}
.login-box-body .verifyNum .error {
	right: 115px;
}
.login-box-body .verifyNum input {
	width: 240px;
}
.login-box-body .verifyNum a {
	margin-left: 10px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: calc(100% - 250px);
	font-size: 14px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
}
.login-box-body .verifyNum a.smsCode {
	pointer-events: none;
	color: rgba(62,161,219,1);
	font-weight: bold;
	font-size: 16px;
	background-color: rgba(62,161,219,0.1);
	border-color: rgba(62,161,219,0.8);
}
.login-box-body .verifyNum img {
	width: 100%;
	height: 100%;
	border: 0;
}
.login-box-body .forgetpw {
	display: flex;
	justify-content: space-between;
	padding: 25px 30px 0 40px;
}
.login-box-body .forgetpw a {
	display: flex;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	font-family: \5FAE\8F6F\96C5\9ED1;
	cursor: pointer!important;
	transition: 0.3s;
}
/*		.login-box-body .forgetpw a:first-child {
			color: #2563ff;
		}*/
.login-box-body .forgetpw a:Hover {
	color: #333;
}
.login-box-body .forgetpw a i {
	margin: 2px 5px 0 0;
	font-size: 16px;
}
.login-box-body .forgetpw label {
	cursor: pointer;
}
.login-box-body .login-other {
	padding-top: 8px;
	color: #555;
	font-weight:bold;
	font-family: \5FAE\8F6F\96C5\9ED1;
	text-align:center;
	cursor: pointer;
}
.login-box-body .phoneVerification .verify {
	pointer-events:none;
}
.login-box-body .success {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 250px;
}
.login-box-body .success i {
	margin-bottom: 5px;
	color: #5FB878;
	font-size: 60px;
}
.login-box-body .success label {
	padding: 0 0 5px 0;
	font-size: 14px;
	border-bottom: 1px dashed #aaa;
}
.login-box-body .success a {
	padding: 5px 0 0 0;
}
.login-box .captcha {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
}
.login-box .captcha-box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -117px 0 0 -160px;
	padding: 20px;
	height: 234px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.login-box-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}
.login-box-footer a {
	display: flex;
	justify-content: center;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.6);
	font-family: \5FAE\8F6F\96C5\9ED1;
	letter-spacing: 2px;
	transition: color .0s;
}
.login-box-footer a:Hover {
	color: rgba(255, 255, 255, 1);
}
.login-box-footer a img {
	margin: 0 5px 0 0;
	height: 16px;
	width: auto;
}
/**/
.ri-arrow-right-s-line.sliderIcon {
	font-size: 25px;
}

/**/
.login-bg-shape i {
	position: absolute;
	-webkit-animation-name: animatex;
	animation-name: animatex;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	font-size: 60px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.1);
}
.login-bg-shape i.ri-rocket-2-line {
	top: -80px;
	left: -180px;
	-webkit-animation-name: animatey;
	animation-name: animatey;
}
.login-bg-shape i.ri-pie-chart-2-line {
	top: 120px;
	left: -280px;
	font-size: 30px;
}
.login-bg-shape i.ri-customer-service-2-line {
	top: 50%;
	left: -420px;
	margin-top: -30px;
}
.login-bg-shape i.ri-parent-line {
	bottom: 160px;
	left: -130px;
	font-size: 30px;
}
.login-bg-shape i.ri-funds-line {
	bottom: -50px;
	left: -250px;
	font-size: 50px;
	-webkit-animation-name: animatey;
	animation-name: animatey;
}
.login-bg-shape i.ri-lightbulb-flash-line {
	top: -80px;
	right: -180px;
	-webkit-animation-name: animatey;
	animation-name: animatey;
}
.login-bg-shape i.ri-alarm-warning-line {
	top: 120px;
	right: -280px;
	font-size: 30px;
}
.login-bg-shape i.ri-umbrella-line {
	top: 50%;
	right: -420px;
	margin-top: -30px;
}
.login-bg-shape i.ri-24-hours-fill {
	bottom: 160px;
	right: -130px;
	font-size: 30px;
}
.login-bg-shape i.ri-shield-flash-line {
	bottom: -50px;
	right: -250px;
	font-size: 50px;
	-webkit-animation-name: animatey;
	animation-name: animatey;
}
.animatex {
	-webkit-animation-name: animatex;
	animation-name: animatex;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.animatey {
	-webkit-animation-name: animatey;
	animation-name: animatey;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

/*
#
*/
.blockUI.blockOverlay {
	opacity: 0.8!important;
	background-color: rgba(255, 255, 255) !important;
}
.blockUI.blockMsg.blockPage {
	top: 50%!important;
	left: 50%!important;
	margin-top: -20px!important;
	margin-left: -90px!important;
	width: 180px!important;
	height: 40px!important;
}
.blockUI.blockMsg.blockPage .loaderbox {
	padding: 11px 0;
	background: none;
	border: 1px dashed #aaa;
	border-radius: 10px;
	box-shadow: none;
}
.blockUI.blockMsg.blockPage .loaderbox .loading-activity {
	float: left;
	margin: 0 10px;
	width: 18px;
	height: 18px;
	border: solid 2px transparent;
	border-top-color: #000;
	border-left-color: #000;
	border-radius: 10px;
	animation: pace-spinner 1000ms linear infinite;
}

@-webkit-keyframes animatex {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(0px);
	}
}
@keyframes animatex {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(0px);
	}
}
@-webkit-keyframes animatey {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes animatey {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}

/*
# AJ-Captcha
*/
.verifybox {
	width: 340px!important;
}
.verify-img-panel,
.verify-bar-area {
	width: 310px!important;
}
.verify-img-out {
	margin-bottom: 10px;
	height: 155px!important;
}
.verifybox-bottom {
	padding: 10px 14px 15px 14px!important;
}
.verify-bar-area {
	border: 1px dashed #999;
	border-radius: 0;
	box-sizing: border-box;
}
.verify-bar-area .verify-left-bar {
	left: 0;
	background: rgba(51, 122, 183, 0.5)!important;
	border: none!important;
	box-sizing: border-box!important;
}
.verify-bar-area .verify-move-block {
	top: 0;
	background: rgba(51, 122, 183)!important;
	box-shadow: none;
	box-sizing: border-box;
}
.verify-bar-area .verify-left-bar.aj_success {
	background: rgba(19, 211, 73, 0.5)!important;
}
.verify-bar-area .verify-left-bar.aj_error {
	background: rgba(255, 61, 0, 0.5)!important;
}
.verify-bar-area .verify-left-bar.aj_success .verify-move-block {
	background: rgba(19, 211, 73)!important;
}
.verify-bar-area .verify-left-bar.aj_error .verify-move-block {
	background: rgba(255, 61, 0)!important;
}
.verify-sub-block {
	top: -165px!important;
	width: 47px!important;
}
.verify-icon.iconfont.icon-right {
	color: #fff!important;
}