.navigate_top{
	/* width: 100vw; */
	height: 70px;
	min-width: 800px;
	padding: 0px 25px 0px 25px;
	display: flex; align-items: center;
	position: fixed; top: 0px; left: 0px; right: 0px; z-index: 200;
} 
.bg0{
	background-color: rgba(255, 255, 255, 0)
}
.bg1{
	background-color: #FFFFFF
}

.logo{
	width: 147px; height: 50px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	cursor: pointer;
}
.logo0{
	background-image: url(../../img/navigate_top/logo0.png);
}
.logo1{
	width: 146px; height: 53px;
	background-image: url(../../img/navigate_top/logo1.png);
}

.empty{
	flex-grow: 1;
}

.tab{
	width: fit-content; height: 70px; 
	font-size: 15px; line-height: 70px;
	margin: 0px 30px;
	cursor: pointer;
	align-items: stretch;
	outline: none;
	border-left: none;
	border-right: none;
	text-decoration: none;
}
.tab0{
	color: #FFFFFF;
	border-top: #FF8C0000 solid 5px;
}
.tab0:hover{
	color: #0093DD;
}
.tab1{
	color: #333333;
	border-top: #FF8C0000 solid 5px;
}
.tab1:hover{
	color: #0093DD;
}
.tab2{
	color: #0093DD;
	border-top: #0093DD solid 5px;
}

.child_option{
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	color: #333333;
	cursor: pointer;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.child_option:hover{
	color: #0093DD;
	background-color: #f4f4f4;
}

.el-popover {
	min-width: 50px;
	padding: 0px;
}


.tab-list-fw{
	width: 110px;
	position: fixed; top: 70px; right: 255px;
	border-radius: 4px;
	display: flex; flex-direction: column; align-items: center;
}
.tab-list-gywm{
	width: 110px;
	position: fixed; top: 70px; right: 150px;
	border-radius: 4px;
	display: flex; flex-direction: column; align-items: center;
}

.tab-list-arrow {
	width: 0; height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #FFFFFF;
}
.tab-list-items{
	width: 110px;
	padding: 5px;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 1px #919191;
}
.tab-list-item{
	background-color: #FFFFFF; 
	height: 35px;
	line-height: 35px; font-size: 14px; text-align: center; color: #333333;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.tab-list-item:hover{
	background-color: #f3f3f3;
	color: #0093DD;
}