.w1200 {
	width: 1400px;
	margin: auto;
}

body,
html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

input[type="password"] {
	background-color: #fff;
}

.login {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #eee;
}

.login-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 200px;
	/* background-color: #fff; */
}

.login-title {
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin-bottom: 10px;
	font-size: 18px;
}

.login-title>a:first-child {
	color: #2988EB;
	margin-bottom: 1px;
	border-bottom: 2px solid #2988EB;
	cursor: pointer;
}

.login-title>a:nth-child(2):hover {
	color: #000;
	cursor: pointer;
}

.login-input {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
}

.clregister-return {
	width: 30%;
	margin-top: 10px;
	text-align: right;
	line-height: 40px;
	font-size: 16px;
}

.clregister-return a {
	border-bottom: 2px solid #333;
}

.clregister-return a:hover {
	color: #333;
}

.login-username,
.login-password {
	display: block;
	margin: 10px 0;
	width: 280px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 10px;
	outline: medium;
	padding-left: 10px;
	border: 1px solid #ccc;
}

.login-input-verification {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding: 5px;
}

.verification {
	padding-left: 10px;
	font-size: 14px;
	line-height: 40px;
	width: 45%;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.canvas-box {
	width: 124px;
	cursor: pointer;
}

.canvas {
	width: 100%;
	height: 40px;
}

.login-tips {
	width: 270px;
	margin-top: 5px;
	text-align: right;
}

.login-tips a {
	cursor: pointer;
	font-size: 12px;
	color: #0000ee !important;
	text-decoration: none;
}

.login-button {
	width: 293px;
	margin-top: 10px;
	background-color: #0f88eb;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	font-style: normal;
}

a:hover {
	color: #333 !important;
}