/** @Author: chcit
* @Date:   2025-01-03
* @Last Modified by:   ZHL
* @Last Modified time: 2025-01-03 17:30:46*/

@font-face {
	font-family: 'fui';
	src: url('fonts/iconfont_fr11.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont_fr11.woff') format('woff'), url('fonts/iconfont_fr11.ttf') format('truetype'), url('fonts/iconfont_fr11.svg#svgFontName') format('svg')
}

html {
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	background-repeat: repeat;
	color: #091e40;
	font: normal 12px Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Heiti, 黑体, sans-serif;
	left: 0;
	margin: 0;
	outline: 0 none;
	padding: 0;
	position: absolute;
	user-select: auto;
	text-decoration: none;
	top: 0;
	height: 100%;
	width: 100%;
}

.login-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	background-size: cover;
	background: url(patterns/loginpage.jpg) no-repeat center center;
	background-blend-mode: multiply;
	background-color: rgba(0, 0, 0, 0.3);
}

.wrapper::before {
	content: '';
	position: absolute;
	background: inherit;
	filter: blur(20px);
	/* 调整模糊程度 */
}

.login-card {
	width: 720px;
	height: 380px;
	position: relative;
	box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, 0.5);
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.login-header {
	position: relative;
	width: calc(100% - 270px);
	height: 100%;
	background: url(patterns/loginleftblue.jpg) no-repeat center center;
	background-size: cover;
}

.login-header .login-hdlayout {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 53, 98, 0.75);
	background-color: rgba(0, 46, 80, 0.6);
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.login-hdlayout .login-hdimg {
	position: relative;
	height: 50px;
	margin: 0px auto;
}

.login-hdimg .login-hdicon {
	width: auto;
	height: 50px;
	position: relative;
	min-width: 1px;
	overflow: clip;
}

.login-hdlayout .login-hdlabel {
	position: relative;
	margin: 0px auto;
	margin-top: 30px;
	font-weight: bold;
	overflow: hidden;
	word-break: break-all;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.login-hdlabel .login-hdtext {
	min-width: 1px;
	box-sizing: border-box;
	overflow: hidden;
	word-break: normal;
	color: #00BFFF;
	font-size: 18px;
	max-width: 100%;
	text-align: left;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px black;
	white-space: nowrap;
	position: relative;
}

.login-hdlabel .login-hdtext strong {
	font-weight: bold;
	color: #fff;
	font-size: 25px;
	letter-spacing: 3px;
	text-shadow: 1px 1px 3px black;
	font-family: "微软雅黑";
}

.login-body {
	width: 270px;
	height: 100%;
	position: relative;
	color: #091e40;
	background-color: #035289;
}

.login-bdlayout {
	position: relative;
	width: 100%;
	height: 100%;
}

.login-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.login-content .login-input {
	position: relative;
	width: calc(100% - 50px);
	height: 60px;
	margin: 12px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.login-content input {
	background: transparent;
}

.login-input .login-tape {
	height: 35px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.login-input .login-border {
	height: 25px;
	width: 100%;
	line-height: 24px;
	text-align: center;
	white-space: pre;
	text-overflow: ellipsis;
	position: relative;
	overflow: hidden;
	word-break: break-all;
	border-top: 1px solid #249cdd;
}

.login-input .input-errmask {
	text-align: left;
	color: #FF2F3E;
	font-size: 14px;
	border-top: 1px solid rgba(9, 30, 64, .15);
	border-top-color: #FF2F3E;
}

.login-tape .login-icon-abs {
	width: 20px;
	position: relative;
	color: #00b4ff;
}

.login-tape .login-input-abs {
	width: calc(100% - 30px);
	margin-left: 10px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}

.login-icon-abs .login-icon {
	position: relative;
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.login-icon-abs .login-icon i {
	position: relative;
	flex-shrink: 0;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	font-family: fineui;
	font-style: normal;
	text-align: center;
	display: block;
}

.login-username-font i:before {
	content: "\e74c";
	color: inherit;
	-webkit-font-smoothing: antialiased;
	font-family: fui;
	font-style: normal;
	text-align: center;
}

.login-password-font i:before,
.login-smscode-font i:before {
	content: "\e768";
	color: inherit;
	-webkit-font-smoothing: antialiased;
	font-family: fui;
	font-style: normal;
	text-align: center;
}

.login-input-abs input {
	inset: 0px;
	position: relative;
	border: none;
	height: 100%;
	margin: 0;
	outline: none;
	padding: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: sans-serif;
	line-height: normal;
	font-size: 14px;
	color: #091e40;
	color: #fff;
	vertical-align: baseline;
}

.login-input-abs input::placeholder {
	color: #a4d0f0;
}

input.login-smscode {
	width: calc(100% - 94px);
}

input.login-smsbtn {
	position: relative;
	float: right;
	margin: 4px 0 4px 4px;
	height: 28px;
	width: 90px;
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
	color: #00BFFF;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 4px
}

.login-smsbtn:focus,
.login-smsbtn:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.6);
}

.login-smsbtn[disabled],
.login-smsbtn[disabled]:focus,
.login-smsbtn[disabled]:hover,
fieldset[disabled] .login-smsbtn:focus,
fieldset[disabled] .login-smsbtn:hover {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
	color: #44a0bd;
	background-color: rgba(0, 0, 0, 0.4);
	border-color: #44a0bd;
}

.button-basic {
	width: 190px;
	height: 40px;
	position: relative;
	margin: 0px auto;
	box-shadow: 0 5px 15px 0 rgba(0, 64, 50, 0.2);
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
	border: 1px solid #0087cc;
	border: 1px solid #004032;
	background: #004032;
	box-sizing: border-box;
	cursor: pointer;
	outline: 0;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.button-basic .button-label {
	height: 38px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	word-break: break-all;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
}

.button-basic .button-mask {
	height: 38px;
	width: 100%;
	border-radius: 20px;
	background-color: #000;
	overflow: hidden;
	opacity: .1;
	transform: scale(1);
	transition: transform .5s ease, opacity 1s ease;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	color: #fff;
	display: none;
}

.button-basic:hover .button-mask {
	display: block;
}

.button-label .button-text {
	line-height: 38px;
	max-width: 170px;
	text-align: left;
	white-space: pre;
	text-shadow: 1px 1px 3px #000;
	text-overflow: ellipsis;
	position: relative;
	min-width: 1px;
	box-sizing: border-box;
	overflow: hidden;
	word-break: normal;
}

.login-bottom {
	left: 0px;
	right: 0px;
	bottom: 30px;
	height: 20px;
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.login-bottom .login-label {
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
	word-break: break-all;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.login-bottom .login-text {
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	min-width: 1px;
	color: #ccc;
	text-shadow: 1px 1px 3px midnightblue;
	box-sizing: border-box;
	overflow: hidden;
	word-break: normal;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}