html {
	font-size: 62.5%;
}


/*移动端适配*/


/*@media only screen and (min-width: 320px) {
	html {
		font-size: 62.5% !important;
	}
}

@media only screen and (min-width: 640px) {
	html {
		font-size: 125% !important;
	}
}

@media only screen and (min-width: 750px) {
	html {
		font-size: 150% !important;
	}
}

@media only screen and (min-width: 1242px) {
	html {
		font-size: 187.5% !important;
	}
}*/

.nav-list-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.nav-list-wrap>p {
	width: 20%;
	margin: 0;
	font-size: 1.2rem;
	line-height: 50px;
	text-align: center;
	background-color: #6b686d;
	color: #fff;
}

.nav-list-wrap>p>span {
	position: relative;
	z-index: 1;
}

.nav-list-wrap>p:last-child {
	position: absolute;
	background-color: #7f7f8b;
}

.nav-list-wrap>p:last-child>span {
	opacity: 0;
}

.nav-list-wrap>p:hover {
	cursor: pointer;
}