* {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

.header {
	position: sticky;
	top: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.9);
	height: 44px;
	border-bottom: 1px solid #DCDCDC;
}

.header i {
	position: absolute;
	top: 10px;
	right: 16px;
	font-size: 24px;
}

.header p {
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.main li {
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-top: 1px solid #F7F6F6;
	font-size: 14px;
	margin: 0px 16px;
	list-style: none;
}

.main li:first-child {
	border-top: none;
}
