

.head {
	padding: 0.625rem 1rem;
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #fff;
	top: 0;
}

.head .logo {
	width: 12.125rem;
	height: 0.75rem;
}

.head .language {
	width: 1.5rem;
	height: 1.5rem;
}

.head .r span {
	font-size: 0.8125rem;
}

.head .r .img {
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 1.25rem;
}

.head .r .close {
	display: none;
}

.list {
	padding: 0 1.75rem;
	height: calc(100vh - 44px);
	display: none;
	position: fixed;
	z-index: 9;
	top: 2.75rem;
}

.list .item {
	height: 3.75rem;
	border-bottom: 1px solid #EEEEEE;
}

.list .item span {
	font-size: 1rem;
}

.list .item img {
	width: 1.25rem;
	height: 1.25rem;
}
