body {	background: #17141c url('../mimg/quoted-skylight/bg_login2.jpg') no-repeat left top;
	background-size: 100% auto;}

.title {
	text-align: center;
	padding-top: 0.5rem;	position: relative;	margin-bottom: 0.64rem;
}

.title h1 {	color: #333;	margin-top: 0.2rem;
	font-size: 20px;
	font-weight: bold;}

.title p {
	font-style: italic;
	font-size: 0.26rem;
	margin-top: 0.1rem;
}

.title img {
	/* width: 1.6rem; */
	width: 177px;

}

.form {
	margin: 0 0.75rem;
	/* padding-bottom: 1.9rem; */
}

.form-item {
	display: flex;
	height: 0.9rem;
	align-items: center;
	border-bottom: 1px solid #fff;
	margin-top: 0.3rem;
}

.form-item-icon {
	min-width: 0.4rem;
	max-width: 0.4rem;
	text-align: center;
}

.form-item-content {
	flex: 1;
}

.form-item-content input {
	background: none;
	outline: none;
	border: none;
	padding-left: 0.2rem;
	padding: 0.2rem;
	color: #fff;
	font-size: 0.28rem;
}

.submit {
	text-align: center;
	margin: 0.5rem 0 0;	height: 0.96rem;
	line-height: 0.96rem;
	overflow: hidden;
	width: 100%;	border-radius: 50px;
}

.submit a {

	width: 122%;
	height: 100%;
	outline: none;
	border: none;
	border-radius: 0.3rem;
	font-size: 0.3rem;
	display: inline-block;
	margin-left: -0.55rem;
	/* background: linear-gradient(90deg, #B68131 0%, #F6EFB4 97%); */
	background: #A50034;
	color: #fff;

}

.haoma-title span {
	color: #111;
}

.haoma-title {	display: flex;
	align-items: center;
	margin-bottom: 0.26rem;
}

.form input {
	margin-bottom: 0.26rem;
	width: 100%;	height: 0.96rem;	outline: none;	font-size: 0.2rem;	border-radius: 0.1rem;	
	background: rgba(0,0,0,0);
	
	padding: 0 0.2rem;
	border: 1px solid #797979;	color: #111;
}
.form input::placeholder{
	color: #333;
}
.zhengque {
	color: #797979;
	margin-left: 3rem;
}

/* 新增 */
.login-text {
	text-align: center;
	font-size: 15px;
}

.login-home {
	text-align: center;
	color: #333;
}

.login-home .title {
	padding: 30px 0 0;
	height: auto;
	margin: 0 0 15px;
}

.login-home .title h1 {
	font-size: 20px;

	font-weight: bold;
}

.login-home .textss {
	font-size: 15px;
	text-align: center;
}

.nav-list {
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}

.nav-list .nav-item {
	width: 48%;
	text-align: center;
	border: 1px solid #006AB9;
	border-radius: 8px;
	padding: 30px 5px;
	height: 170px;
	box-sizing: border-box;
	display: block;
	margin: 30px 0;
}

.nav-list .icon {
	width: 40%;
}

.nav-list .name {
	color: #000;
	font-size: 18px;
	padding-top: 4px;
}
.haoma-title img{
	width: 0.56rem;
	height: 0.56rem;
	display: block;
}

.login{
	width: 90%;
	margin: 40px auto 0;
	/* padding: 30px 21px; */
	padding-bottom: 25px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	background: none;
}