.nav-top {
	height: 60px;
	background: rgba(15, 16, 20, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.nav-top-in {
	height: 100%;
	margin: 0 auto;
	font-size: 14px;
	color: #FAFBFC;
}

.title-icon {
	width: 116px;
	height: 36px;
	margin-top: 14px;
	margin-right: 80px;
}

.nav-li {
	padding: 0 25px;
	line-height: 60px;
	cursor: pointer;
	color: #FAFBFC;
	position: relative;
}

.nav-li.active::after {
	content: "";
	position: absolute;
	width: 59px;
	height: 3px;
	background: #DE0341;
	bottom: 9px;
	left: 50%;
	transform: translateX(-50%);
}

.nav-right {}

.web-bottom {
	height: 80px;
	background: #1B1E28;
}

.web-bottom-in {
	font-size: 16px;
	line-height: 1;
	color: #FFFFFF;
	padding-top: 32px;
}

.record-number {
	cursor: pointer;
}