.body {
	width: 100%;
	height: 100%;
	background-color: #fff9fa;
	overflow-y: auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.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: 24px;
	color: #fff;
	cursor: pointer;
}

.top > .btn {
	height: 35px;
	margin-left: 15px;
	padding: 0 20px;
	line-height: 35px;
	border-radius: 35px;
	background-color: #ffeef1;
}

.top > .btn_o {
	height: 28px;
	margin-left: 25px;
	padding: 0 20px;
	line-height: 28px;
	border-radius: 28px;
	/*box-shadow: 0 0 0 1px #ea4f6c inset;*/
	box-shadow: 0 0 0 1px #FFFFFF inset;
}

.top .avatar {
	height: 30px;
	width: 30px;
	border-radius: 50px;
	cursor: pointer;
}

.top > .username {
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
	cursor: pointer;
	color: #FFFFFF;
}

.bottom {
	width: 100%;
	position: relative;
}

.bottom > .gap {
	height: 100px;
}

.bottom > .text {
	font-size: 72px;
	line-height: 150px;
	color: #fff;
	text-shadow: 0px 0px 3px #fff;
}

.bottom > .block {
	margin-bottom: 35px;
}

.bottom > .block > .text {
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	background-color: #fff;
	padding: 0 20px;
	color: #333;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.bottom > .block > .btn {
	height: 60px;
	background-color: #ea4f6c;
	color: #fff;
	padding: 0 40px;
	line-height: 60px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
}

.bottom > .main {
	display: none;
	background-color: #fff;
	border-radius: 8px;
	z-index: 2;
}

.bottom > .main.act {
	display: flex;
}

.bottom > .main > .item {
	height: 200px;
	cursor: pointer;
}

.bottom > .main > .item > .image {
	width: 100px;
	height: 100px;
}

.bottom > .main > .item > .text {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}

.bottom > .main > .line {
	width: 0px;
	height: 100px;
	border-left: 1px dashed #dcdcdc;
}

.bottom > .list_group {
	display: none;
	padding-bottom: 20px;
	background-color: #fff;
	border-radius: 8px;
}

.bottom > .list_group.act {
	display: block;
}

.bottom > .list_group > .title {
	padding: 0 20px;
	line-height: 50px;
}

.bottom > .list_group > .list {
	margin: 0 20px;
}

.bottom > .list_group > .list > .item {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.bottom > .list_group > .list > .item > .image {
	margin-right: 20px;
}

.bottom > .list_group > .list > .item > .title {
	padding: 0;
	margin-right: 25px;
	line-height: 35px;
}

.bottom > .list_group > .list > .item > .tips {
	height: 20px;
	padding: 0 15px;
	line-height: 20px;
	font-size: 12px;
	background-color: #f7e8eb;
	color: #ea4f6c;
	border-radius: 20px;
}

.bottom > .list_group > .list > .item > .small {
	font-size: 12px;
	color: #999;
}

.bottom > .list_group > .list > .item > .btn {
	min-width: 90px;
	padding: 0 25px;
	background-color: #ea4f6c;
	color: #fff;
	margin: 10px 0;
	margin-right: 15px;
	line-height: 35px;
	cursor: pointer;
}

.bottom > .list_group > .list > .item > .itemicon {
	width: 50px;
	height: 50px;
	margin-left: 20px;
	cursor: pointer;
}

.bottom > .copyright {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 100px;
	line-height: 100px;
	font-size: 12px;
	color: #999;
	z-index: 0;
}

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