.header__top-menu{
	width: 71%;
	flex: 0 0 auto;
	position: relative;
	height: 26px;
	overflow: hidden;
	/* background: blue; */
}
.header__top-menu__wrap{
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 0;
}
.menu-dot-button{
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	display: flex;
	height: 100%;
	align-items: center;
	cursor: pointer;
}
.menu-dot-button i{
	flex: none;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	margin: 0 2px;
}
.header__top-menu__wrap .el-hiden{
	opacity: 0;
	pointer-events: none;
}
.menu-hidden-element{
	position: absolute;
	right: 0;
	top: 100%;
	background: #343844;
	padding: 10px 20px;
	z-index: 999;
	display: none;
}
.menu-hidden-element a{
	display: block;
}
.menu-hidden-element a::after, .menu-hidden-element a::before{
	display: none !important;
}

@media screen and (max-width: 1200px) {
	.header__top .header__top-menu{
		width: 60%;
	}
}
@media screen and (max-width: 1100px) {
	.header__top .header__top-menu{
		width: 57%;
	}
}