.body {
	width: 100%;
	height: 100%;
	background-color: #ffecee;
	overflow-y: auto;
}

.content {
	width: 1000px;
}

.top {
	width: 100%;
	height: 60px;
}

.top .image {
	height: 50px;
	cursor: pointer;
}

.top .text {
	height: 50px;
	margin: 0 15px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}

.bottom {
	width: 100%;
}

.bottom .gap {
	height: 50px;
}

.bottom .block {
	width: 100%;
	height: 500px;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}

.bottom .block .left {
	width: 30%;
	height: 100%;
	background-color: #ff4262;
	box-shadow: -150px -150px 300px -150px #ff3a44 inset,
		150px 150px 300px -150px #ff416b inset;
	color: #fff;
}

.bottom .block .left .btn {
	margin-top: 25px;
	padding: 0 35px;
	font-size: 12px;
	line-height: 35px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #fff;
	cursor: pointer;
}

.bottom .block .right {
	width: 70%;
	height: 100%;
}

.bottom .block .right .text {
	margin-bottom: 10px;
	font-size: 28px;
}

.bottom .block .right .item {
	width: 60%;
	margin: 5px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
}

.bottom .block .right .item .image {
	width: 20px;
	height: 20px;
	margin: 15px;
}

.bottom .block .right .item .input {
	color: #333;
	height: 50px;
	line-height: 50px;
	margin-right: 15px;
}

.bottom .block .right .item.act {
	border: 1px solid #ea4f6c;
}

.bottom .block .right .item.act .input::placeholder {
	color: #ea4f6c;
}

.bottom .block .right .small {
	opacity: 0;
	color: #ea4f6c;
	width: 60%;
	height: 21px;
	font-size: 12px;
	margin: -5px 0 5px 0;
}

.bottom .block .right .small.act {
	opacity: 1;
}

.bottom .block .right .btn {
	width: 60%;
	height: 50px;
	margin: 5px 0;
	background-color: #ea4f6c;
	color: #fff;
	border-radius: 3px;
	line-height: 50px;
	cursor: pointer;
}

.bottom .block .right .pwd {
	height: 50px;
	margin: 5px 0;
	font-size: 12px;
	line-height: 50px;
	color: #999;
	cursor: pointer;
}

.bottom .copyright {
	position: fixed;
	bottom: 0px;
	width: 1000px;
	height: 100px;
	line-height: 100px;
	font-size: 12px;
	color: #999;
}

.bottom .copyright .beian {
	height: 100px;
	line-height: 100px;
	color: #999;
}
