@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: white;
	color: #333;
	font: 14px/1.231 'Noto Sans',Verdana, Arial, Helvetica, sans-serif;
}

input {
	border: none;
	padding: 0;
}

.header {
	height: 100px;
	margin: 0 auto;
	width: 950px;
}

.main {
	background: url("/util/banner-images/year_banner_bg.png") center / cover no-repeat #CF3F3F;
	height: 475px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.panel {
	background: url("/util/banner-images/year_banner.png") center / contain no-repeat content-box;
	width: 700px;
	height: 475px;
	padding: 24px 0;
	margin-right: 15px;
	box-sizing: border-box;
}

.login {
	width: 270px;
	height: auto;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.login .info {
	height: 30px;
	margin: 8px auto;
	width: 220px;
	background: white;
	box-shadow: inset 0px 0px 3px #00000034;
	border-radius: 4px;
	position: relative;
}

.login .info label {
	background: url("login/login_ico.png") no-repeat top;
	display: none;
	font-size: 0;
	text-indent: -99999px;
	height: 35px;
	width: 38px;
	margin: 6px 0px 0 10px;
	float: left;
}

.login .password label {
	background-position: center;
}

.login .code label {
	background-position: bottom;
}

.login .facode label {
	background: url("login/login_ico2.png") no-repeat bottom;
}

.login .info input {
	float: left;
	margin: 7px 0 0 15px;
	font-size: 13px;
	width: 155px;
}

.login .info input:focus {
	outline: 0;
}

.login .info .tip {
	color: #999;
}

.login .code input {
	width: 60px;
}

.login .code img {
	cursor: pointer;
	float: right;
	margin: 4px 7px 0 0;
	height: 20px;
}

.login .control input {
	background: transparent linear-gradient(180deg, #4A8ED2 0%, #3774AD 100%) 0% 0% no-repeat padding-box;
	border-radius: 4px;
	display: block;
	height: 25px;
	margin: 15px auto 40px auto;
	width: 220px;
	color: white;
	cursor: pointer;
}

.form_t {
	height: 36px;
	margin-top: 40px;
	line-height: 36px;
	margin-left: 30px;
}

.form_t span {
	display: inline-block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-weight: 600;
}

span.user_t {
	font-size: 12px;
}

span.user_f {
	background: url("login/mfa_ico.png") top right no-repeat;
	background-size: contain;
	text-indent: 40px;
	margin-top: 10px;
	margin-right: 25px;
	height: 25px;
	cursor: pointer;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.login .facode {
	display: none;
}

.guestLoginBtn {
	text-align: center;
	margin: -30px auto 30px auto;
}

.guestLoginBtn input#guestLogin {
	background: transparent;
	color: white;
	cursor: pointer;
}

.login .password .togglePassword {
	background-image: url("login/eye-close.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 5px;
}

.login .password .togglePassword.show {
	background-image: url("login/eye.png");
}