html,
body {
	background-color: #ECECEC;
}

.text-center {
	text-align: center;
}

.top-view {}

.top-img {
	margin: 30px auto;
	width: 96px;
	height: 96px;
	overflow: hidden;
	border-radius: 50px;
	border: 1px solid rgb(232, 233, 237);
}

.top-time {
	margin-top: 8px;
	font-weight: 900;
	font-size: 16px;
	text-align: center;
	color: black;
}

.top-p {
	margin-top: 4px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.top-url {
	font-weight: 400;
	display: table;
	text-align: center;
	background: rgba(237, 237, 237, 0.2);
	padding: 10px 12px;
	border-radius: 23px;
	margin: 10px auto;
	box-shadow: rgba(0, 0, 0, 0.04) 0px -1px 2px 0px inset;
	color: rgba(0, 0, 0, 0.6);

}

.fengrui-lists {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: black;
}

.footer {
	text-align: center;
	background-color: #ECECEC !important;
}

/* 为了平板 */
@media all and (max-width: 768px) {
  .fengrui-lists {
  	width: 80%;
  }
}
