.wrapper{
	background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
	min-height: 800px;
}
.index_img{
	min-height: 300px;
	background-image: url('../images/buiding.png');
	background-repeat: no-repeat;
	background-size: cover; /* 或者可以使用 'contain' 如果你不想要图片失真*/
	background-position: center; /* 可以根据需要调整位置 */
}
.logininfo{
	margin-top: 10px;
}

.line{
	border-bottom: 1px dashed #999;
	margin-bottom: 15px;
	margin-top: 15px;
}
