* {
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder {

	color: rgba(25, 36, 51, 0.3);
	font-size: 14px;
}

.page {
	background-image: url(/resources/images/loginbg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}
.copyright{
	background-image: url(/resources/images/logo/copyright.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 28px;
	width: 241px;
	position: fixed;
	bottom: 30px;
	left: calc((100vw - 241px)/2);
	z-index: 9999999;


}

.content {
	width: 1000px;
	height: 650px;
	display: flex;
	flex-wrap: wrap;

}

.logo {
	background-image: url(/resources/images/logo/ic_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 80px;
	width: 730px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.content-center {
	width: 1000px;
	height: 520px;
	background: #FFFFFF;
	box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	display: flex;
}

.content-center .left {
	height: 520px;
	width: 536px;
	background-image: url(/resources/images/logo/log_left.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* background-color: rgba(50,99,163,0.2); */

}

.bottom {
	position: fixed;
	bottom: 40px;
	width: 365px;
	height: 40px;
	background-image: url(/resources/images/logo/log_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.form {
	padding: 50px;
}

.greet {

	font-size: 24px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #192433;
	line-height: 31px;
	letter-spacing: 2px;
	margin-top: 20px;
}
.greet-two{
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	color: #192433;
	line-height: 31px;
	letter-spacing: 2px;
	margin-top: 20px;
}

.input-item {
	margin-top: 24px;
	width: 318px;
	height: 42px;
	background: #F1F3F6;
	border-radius: 2px;
	padding-left: 40px;
	border: solid 1px #F1F3F6;
}

.input-item input,
.verify input {
	border: none;
	background: none;
	height: 28px;
	width: 100%;
	margin: 8px 0;
	outline: none;
	font-size: 14px;
	color: #192433;
	font-family: MicrosoftYaHei;
}

.account {
	background-image: url(/resources/images/logo/ic_yh.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 14px;
}
.account-fours{
	  background-image: url(/resources/images/logo/ic_yh_two.png);
	  border: 1px solid #1AAFFF;
}

.password {
	background-image: url(/resources/images/logo/ic_mm.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 14px;
}
  .password-fours{
		background-image: url(/resources/images/logo/ic_mm_two.png);
		border: 1px solid #1AAFFF;
  }
  
.verify {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 42px;
}

.verify-input {
	background: #F1F3F6;
	padding-left: 40px;
	width: 184px !important;
	background-image: url(/resources/images/logo/ic_yzm.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 14px;
	  border: 1px solid #F1F3F6;
}
  .verify-input-fours{
		background-image: url(/resources/images/logo/ic_yzm_two.png);
		border: 1px solid #1AAFFF;
  }
.verify-content {
	width: 120px;
	height: 44px;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	line-height: 44px;
}

.remember-item {
	margin: 10px 0 15px 0;
	width: 360px;
	height: 44px;
	display: flex;
	justify-content: space-between;
	align-items: center;


}

#input-check .input_check {
	position: absolute;
	width: 14px;
	height: 14px;
	visibility: hidden;

}

#input-check .input_check+label {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	cursor: pointer;
	background: url(/resources/images/logo/ic_gx.png) no-repeat;
	background-position: -31px -3px;
	border: 1px solid #8A8A8A;
}

#input-check .input_check:checked+label {
	background-position: 0px 0;
	border: none;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.remember-left {
	display: flex;
	align-items: center;
}

.bear-in {

	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #2A2E3F;
	line-height: 19px;
	padding-left: 5px;
	line-height: 44px;
	cursor: pointer;
}

.remember-right {
	height: 100%;
	padding-left: 30px;
	background-image: url(/resources/images/logo/ic_cw.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 14px;
	display: none;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #F33151;
	line-height: 44px;
}


.btn-login {
	width: 360px;
	height: 42px;
	background: #1AAFFF;
	border-radius: 2px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
}

.btn-login:active {

	background-image: url(/resources/images/logo/ic_dlbg_two.png);
}