.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 .image {
	height: 500px;
}

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

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

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

.bottom .block .right .item .tip {
	position: absolute;
	top: 0;
	right: 100%;
	height: 50px;
	margin-right: 10px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	word-break: keep-all;
}

.bottom .block .right .item .input {
	color: #333;
	height: 50px;
	line-height: 50px;
	margin: 0 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: 45%;
	height: 21px;
	font-size: 12px;
	margin: -5px 0 5px 15%;
}

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

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

.bottom .block .right .btn.hide {
	display: none;
}

.bottom .block .right .btn_o {
	/* width: 45%;
	height: 42px;
	margin: 10px 0 10px 15%;
	background-color: #fff;
	color: #ea4f6c;
	box-shadow: 0 0 0 1px #ea4f6c inset;
	border-radius: 3px;
	line-height: 42px;
	cursor: pointer; */
	width: 45%;
	height: 28px;
	margin: 5px 0 5px 15%;
	line-height: 35px;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
}

.bottom .block .right .btn_o.hide {
	display: none;
}

.bottom .block .right .btn_o .protocol_icon {
	display: inline-block;
	width: 30px;
	height: 0px;
	position: relative;
}

.bottom .block .right .btn_o .protocol_icon.hide {
	display: none;
}

.bottom .block .right .btn_o .protocol_icon svg {
	position: absolute;
	top: -13px;
	right: 6px;
}

.bottom .block .right .btn_o .protocol_page {
	color: #ea4f6c;
	cursor: pointer;
}

.bottom .block .right .pwd {
	width: 45%;
	height: 35px;
	margin: 5px 0 5px 15%;
	font-size: 12px;
	line-height: 35px;
	color: #999;
}

.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;
}
