.headerItem{
	position: relative;
}
.otherMenu{
	position: absolute;
	width: 100%;
	height: 0.7rem;
	background-color: red;
	top: 0.7rem;
}
.otherMenu a{
	display: block;
	width: 100%;
	height: 0.35rem;
	text-align: center;
	line-height: 0.35rem;
	color: #ff6c00;
	background-color: #ff6c00;
}
.logoItem{
	width: 100%;
	height: 0.7rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-left: 10%;
	box-sizing: border-box;
}
.logo{
	width: 40%;
}
.menu{
	color: #888;
	position: absolute;
	right: 0.1rem;
	top: 0.3rem;
}
.mediaLists{
	height: 0.4rem;
	line-height: 0.4rem;
	display: flex;
	padding-right: 0.08rem;
}
.mediaLists a ,.mediaLists>div{
	font-size: 0.15rem;
	flex: 1;
	text-align: center;
}
.mediaLists .van-dropdown-menu{
	display: inline-block;
	height: 0.4rem;
}
.mediaLists .van-dropdown-menu .van-dropdown-menu__item{
	margin-top: 0.11rem;
}
