@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("images/login-logo-bg.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("login/logo.png") no-repeat;
}
.login-box-header svg {
	width: 75px;
	height: auto;
}
.login-box-body {
	position: relative;
	margin: 0 0 10px 0;
	height: 400px;
	background: #fff url("login/login_bg_1.jpg") no-repeat;
	border-radius: 0 50px 8px 50px;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
}
.login-box-body .title h1 {
	margin: 0;
	padding: 20px 0 0 10px;
	color: #333;
	height: 65px;
	font-size: 45px;
	font-family: 'kzgdh';
	font-weight: normal;
	letter-spacing: 5px;
	text-align: center;
	background: url("login/logo-f.png") no-repeat center 25px;
}
.login-box-body .title p {
	display: table;
	margin: 0 auto;
	padding: 0 0 0 10px;
	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 5px auto;
	width: calc(100% - 100px);
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #eee;
}
.login-box-body ul {
	margin: 30px auto 0 auto;
	width: 50%;
}
.login-box-body li {
	position: relative;
	padding: 10px 8px;
}
.login-box-body li i.ri-door-lock-line,
.login-box-body li i.ri-account-circle-line {
	position: absolute;
	top: 20px;
	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 .forgetpw {
	display: flex;
	justify-content: space-between;
	padding: 40px 20px 0 40px;
}
.login-box-body .forgetpw div {
	display: flex;
	gap: 10px;
}
.login-box-body .forgetpw a {
	display: flex;
	color: #555;
	font-size: 14px;
	text-decoration: none;
	font-family: \5FAE\8F6F\96C5\9ED1;
	cursor: pointer!important;
	transition: 0.3s;
}
.login-box-body .forgetpw a label {
	padding: 0 0 2px 0;
	border-bottom: 1px solid transparent;
	transition: .3s;
}
.login-box-body .forgetpw a i {
	margin: 2px 5px 0 0;
	color: #666;
	font-size: 16px;
}
.login-box-body .forgetpw label {
	cursor: pointer;
}
.login-box-body .forgetpw a:Hover label {
	border-bottom: 1px solid #777;
}
.login-box-body .forgetpw a:Hover i {
	color: #333;
}
.login-box-body .forgetpw a:Hover i.ri-settings-line:before {
	content: "\f0ed";
}
.login-box-body .forgetpw a:Hover i.ri-message-3-line:before {
	content: "\ef45";
}
.login-box-body .forgetpw a:Hover i.ri-tent-line:before {
	content: "\f3de";
}
.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-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 31px;
}
.login-box-menu a {
	position: relative;
	padding: 0 0 2px 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: .3s;
}
.login-box-menu a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.login-box-menu a:before {
	content: '\20';
	position: absolute;
	top: 6px;
	left: -16px;
	height: 8px;
	width: 0;
	border-left: 1px dashed rgba(255, 255, 255, 0.8);
}
.login-box-menu a:first-child:before {
	display: none;
}
.login-box-footer {
	padding-left: 2px;
	height: 30px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.6);
	/*font-family: "\5b8b\4f53";*/
	text-align: center;
	letter-spacing: 2px;
	/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);*/
	box-sizing: border-box;
}
.login-box-footer label {
	letter-spacing: 0;
}

/**/
.login-box.login-box-zw {
	/*background-image: linear-gradient( 135deg, #FFAA85 10%, #B3315F 100%);*/
}
.login-box.login-box-zw .login-box-body {
	background-image: url("login/login_bg_2.jpg")
}
.login-box.login-box-zw .title h1 {
	position: relative;
	/*background-image: url("login/logo-z.png");*/
}
.login-box.login-box-zw .title h1:before {
	position: absolute;
	top: 39px;
	left: 440px;
	content: '. 政务版';
	font-size: 12px;
	font-family: '微软雅黑';
	letter-spacing: 0;
}
.login-box.login-box-zw .login-box-body .forgetpw {
	justify-content: center;
}
.login-box.login-box-zw .login-box-body .forgetpw a:Hover i.ri-customer-service-line:before {
	content: "\ec0d";
}
.login-box.login-box-zw .login-box-body .title p {
	color: #333;
}
.login-box.login-box-zw .login-box-body .title p label {
	border-top-color: #666;
}
.login-box.login-box-zw .login-box-body li input:focus {
	background-color: #fff;
}

/**/
.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;
}
@-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;
}

/*
* error
*/
.errorMsg {
	position: absolute;
	top: 168px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 12px;
	width: auto;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	opacity: 1;
	transition: .5s;
}
.errorMsg.hide {
	opacity: 0;
	top: 120px;
}

/*
* loading
*/
.loginLoading {
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.loginLoading.loadShow {
	display: flex;
	transition: all .5s;
}
.loadEffect{
	width: 100px;
	height: 100px;
	position: relative;
	transform: scale(0.6);
}
.loadEffect span{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	-webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
	0%{
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	100%{
		-webkit-transform: scale(.3);
		opacity: 0.5;
	}
}
.loadEffect span:nth-child(1){
	left: 0;
	top: 50%;
	margin-top:-10px;
	-webkit-animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
	left: 14px;
	top: 14px;
	-webkit-animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
	left: 50%;
	top: 0;
	margin-left: -10px;
	-webkit-animation-delay:0.39s;
}
.loadEffect span:nth-child(4){
	top: 14px;
	right:14px;
	-webkit-animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
	right: 0;
	top: 50%;
	margin-top:-10px;
	-webkit-animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
	right: 14px;
	bottom: 14px;
	-webkit-animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	-webkit-animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
	bottom: 14px;
	left: 14px;
	-webkit-animation-delay:1.04s;
}

/**/
.tipMsg {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.tipMsg > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tipMsg > div {
	padding: 5px 0;
}
.tipMsg > div a {
	color: #333;
}
.tipMsg > div a:hover {
	color: #000;
}
.tipMsg > div i {
	padding: 0 10px;
	font-size: 16px;
}
.tipMsg > div div.logs {
	flex-grow: 2;
	font-size: 14px;
	font-family: 'Microsoft YaHei', serif;
}
.tipMsg > div div:last-child {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.tipMsg > div div:last-child:Hover i {
	color: #f30;
}
.tipMsg > div div:last-child i {
	padding-right: 20px;
}
.tipMsg > div div:last-child:before {
	margin: 0 10px;
	content: "\20";
	height: 30px;
	border-left: 1px dashed #666;
}
.tipMsg > div.updateLogs {
	background-color: rgba(255,250,172, 0.8);
}
.tipMsg > div.browserDetection {
	background-color: rgba(255, 172, 172, 0.85);
}