.content {
	background-image: url(../images/背景图.png);
	background-size: 100%;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.box {
	padding-top: 5.0rem;
}

.haed_top {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.head_title {
	text-transform: uppercase;
	font-size: 2.3rem;
	font-weight: 400;
	color: #000000;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.head_lt {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	padding-top: 10px;
}

.login {
	/* display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 69px; */
	padding-top: 69px;
	position: relative;
	left: 20%;
}

.login>p {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 2px solid rgba(0, 0, 0, 0.51);
	padding-bottom: 0.6rem;
	width: 64%;
	position: relative;
}

.login>p:nth-of-type(2) {
	padding-top: 2.6rem;
	width: 36%;
}

.login>p>img {
	width: 2.2rem;
	height: 2.3rem;
}
.login>p:nth-of-type(2)>img {
	width: 1.9rem;
	height: 2.3rem;
}
.login>p>input {
	background-color: transparent;
	padding-left: 1.4rem;
}

.yzm {
	position: absolute;
	top: 2.6rem;
	right: -75%;
	/* margin: 7px; */
	padding: 0.6rem 0.6rem;
	background: transparent;
	border: 1px solid #000000;
	border-radius: 1.1rem;
	font-size: 1.1rem;
	font-weight: 300;
	color: #000000;
}
.login_lt{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 2.8rem;
}
.submit {
	display: block;
	background: #333333;
	border-radius: 1.1rem;
	padding: 10px 0;
	width: 60%;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	color: #B3995B;
	border: none;
}
.siteinfo{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	font-size: 1.1rem;
	font-weight: 400;
	color: #111111;
	margin-top: 20vh;
}
.siteinfo_note{
	display: flex;
	flex-direction: column;
	align-items: center;
}