html, body {
	width: 100%;
	height: 100%;
	min-width: 1000px;
}

.header {
	width: 100%;
}

.header > div {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.header img {
	height: 80px;
}

.content {
	margin: 0 auto;
	margin-top: 20px;
	width: 1000px;
	height: 785px;
	box-shadow: 0 0 10px #e0dfdf;
}

.content .box {
	width: 380px;
	float: right;
	height: 100%;
	position: relative;
}

.content > .imgBox {
	width: 600px;
	float: left;
	margin-top: 100px;
	height: 450px;
}

.content > .imgBox img {
	width: 600px;
	height: 450px;
}

.content > .imgBox > div {
	text-align: center;
	margin-top: 80px;
}

.content > .imgBox p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #888;
}

.content .layui-form {
	margin-top: 10px;
}

.content .enterBtn {
	text-align: center;
	padding-top: 20px;
}

.content .enterBtn button {
	width: 70%;
}

.content .layui-upload-drag {
	padding: 15px;
	width: 190px;
	height: 120px;
	box-sizing: border-box;
}

.content .tip {
	color: #f00;
	margin-top: 5px;
}

.content #uploadDemoView img, .content #uploadBusinessView img {
	width: 158px;
	height: 88px;
}

.switchover {
	position: absolute;
	bottom: 30px;
	right: 40px;
	font-size: 15px;
}

.switchover a {
	color: #007AFF;
	text-decoration: underline;
}
