.top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 3.75rem;
	padding: 0 1.28rem;
	position: relative;
	z-index: 2;
}

.topBackground{
	background: #ffffff;
}

.top .topImg {
	width: 2.99rem;
	height: 2.99rem;
}

.top .topRight {
	display: flex;
	align-items: center;
}

.top .topRight .phone {
	width: 1.11rem;
	height: 1.11rem;
}

.top .topRight .phoneDiv {
	margin-left: 0.43rem;
	height: 1.79rem;
	font-size: 1.28rem;
	color: #4c54e6;
	line-height: 1.79rem;
}

.top .topRight .topBtn {
	width: 6.4rem;
	height: 2.39rem;
	background: #4c54e6;
	border-radius: 2.56rem;
	text-align: center;
	line-height: 2.39rem;
	font-size: 1.19rem;
	color: #ffffff;
	display: none;
}

.top .topRight .rightImg {
	width: 1.28rem;
	height: 1.28rem;
	margin-left: 0.85rem;
}

.moreList {
	position: absolute;
	display: none;
	top: 3.75rem;
	width: 100%;
	height: 22.61rem;
	background: #ffffff;
	padding: 0 1.28rem;
	z-index: 2;
}

.moreList .item {
	display: flex;
	align-items: center;
	padding: 1.28rem 0;
	border-bottom: 0.04rem solid #EEEEEE;
}

.moreList .item .itemImg {
	width: 1.71rem;
	height: 1.71rem;
}

.moreList .item .itemText {
	margin-left: 0.85rem;
	height: 1.79rem;
	font-size: 1.28rem;
	font-weight: 400;
	color: #333333;
	line-height: 1.79rem;
}

.moreList .item:last-child {
	border-bottom: none;
}

.topBg {
	height: 100vh;
	width: 50%;
	position: absolute;
	background: rgba(0, 0, 0, 0.60);
	top: 0px;
	z-index: 1;
	display: none;
	content: '';
}

/*# sourceMappingURL=top.css.map */