/*
* 登录页样式
*/
.content {
	width: 100%;
	min-height: 860px;
	background-image: url('../img/loginBg.png');
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
}
.conBg {
	width: 739px;
	height: 529px;
	margin: 0 auto;
	margin-top: 133px;
}
.conBg img {
	width: 739px;
	height: 529px;
}
