#header {
	width: 100%;
	height: 0.88rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.header {
	width: 7.5rem;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}

.header p:nth-child(1) {
	width: 0.18rem;
	height: 0.32rem;
	margin-left: 0.36rem;
}

.header p:nth-child(2) {
	width: 1.74rem;
	height: 0.48rem;
}

.header p:nth-child(3) {
	width: 0.46rem;
	height: 0.34rem;
	margin-right: 0.24rem;
}


.menu-fixed{
	width: 100%;
	height: 3.01rem;
	display: none;
	position: fixed;
	top: 0.88rem;
	left: 0;
	z-index: 10;
}
.nav-head {
	width: 7.5rem;
	height: 3.01rem;
	margin: 0 auto;
	background: rgba(237, 237, 237, 0.93);
}

.nav-head ul{
	height: 2rem;
	margin: 0 0.28rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(174,174,174,0.71);
	text-align: center;
}

.nav-head ul li{
	width: 1.72rem;
	font-size: 0.26rem;
}
.nav-head ul li a{
	display: block;
}

.nav-head ul li p{
	width: 0.94rem;
	height: 0.94rem;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.2rem;
}

.nav-head ul li:nth-child(odd) p{
	background-color: #1d8031;
}
.nav-head ul li:nth-child(even) p{
	background-color: #50972c;
}

.nav-head ul li img{
	width: 0.54rem;
	height: 0.54rem;
}

.hide{
	height: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hide img{
	width: 0.54rem;
	height: 0.54rem;
}

