<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-item&gt;a&gt;span {
	font-weight: 700
}
.navbar-item:hover .nav-menu-icon::after {
	background: #d7dae1;
	opacity: 1;
	transform: scale(1)
}
.navbar-item .icon-watch-history {
	font-size: 18px;
	vertical-align: -2px
}
.navbar-item .icon-all {
	font-size: 16px;
	vertical-align: -1px
}

/*新增加*/
.navbar-item .selected {
    position: relative;
}
#nav .swiper-slide {
    width: auto;
}
.navbar-item a {
    display: inline-block;
    font-size: 16px;
    /*font-weight: 700;*/
    /*color: #616161;*/
    padding: 0 10px;
    height: 44px;
    line-height: 44px
}
/*新增结束*/

/*修改*/
/*@media(min-width:1000px){*/
/*    .navbar-item {*/
/*    	padding: 0 11px;*/
/*    	float: left;*/
/*    	font-size: 16px*/
/*    }*/
/*    .navbar-item.selected span {*/
/*    	position: relative*/
/*    }*/
/*    .nav .navbar-item {*/
/*    	line-height: 45px;*/
/*    	padding: 0 10px*/
/*    }*/
/*    .nav .navbar-item span,*/
/*    .nav .navbar-item a {*/
/*    	display: inline-block*/
/*    }*/
/*    .navbar-item.selected .nav-menu-item-name {*/
/*	    position: relative; */
/*    }*/
/*}*/
/*修改结束*/

.navbar-item.selected span::after {
    content: '';
    width: 20%;
    height: 4px;
    background: #ff2a14;
    background: linear-gradient(90deg, #ff9800, #ff2a14) !important;
    display: inline-block;
    position: absolute;
    bottom: 3px;
    left: 54%;
    border-radius: 5px;
}

.header-module .navbar-item:nth-child(-n+2) {
	display: none
}

.header-module .navbar-item:nth-child(-n+2) {
	display: none
}
.page .navbar-item&gt;a&gt;i,
.page .navbar-item&gt;span&gt;i {
	color: #f3f5f7
}

.page .navbar-item:hover .nav-menu-icon::after {
	background: rgba(255, 255, 255, .1)
}

.navbar-item:hover&gt;a&gt;i,
.navbar-item:hover&gt;span&gt;i {
	color: #ff2a14
}

.navbar-item .icon-app {
	margin: 0 5px;
	vertical-align: -1px
}
.navbar-item.selected i {
	color: #ff2a14
}
.navbar-item:hover .switcher-label i {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg) scale(.68);
	color: #ff2a14
}
.navbar-item:hover .nav-menu-item-name,
.navbar-item.selected .nav-menu-item-name {
	color: #ff2a14
}
@media(max-width:1439px) {
    .nav .navbar-item:nth-child(n+6) {
		display: none
	}
	.header-module .navbar-item:first-child {
		display: block
	}
	.nav .navbar-item {
		white-space: nowrap
	}
}
@media(max-width:1239px) {
    .nav .navbar-item:nth-child(n+5) {
		display: none
	}
	.header-module .navbar-item:first-child(1) {
		display: block
	}
	.nav .navbar-item {
		white-space: nowrap
	}
}
@media(max-width:769px) {
    .nav .navbar-item:nth-child(n+3) {
		display: none
	}
	.header-module .navbar-item:first-child(3) {
		display: block
	}
	.nav .navbar-item {
		white-space: nowrap
	}
}
@media(max-width:559px) {
    .nav .navbar-item:nth-child(n+2) {
		display: block
	}
	.header-module .navbar-item:nth-child(4) {
		display: block
	}
	.nav .navbar-item span{
		color: rgba(0, 0, 0, .62)
	}

	.nav .navbar-item .nav-menu-item-name {
		color: rgba(255, 255, 255, .55)
	}

	.nav .navbar-item.selected .nav-menu-item-name {
		color: #fff
	}

	.navbar-item.selected span {
		color: rgba(7, 7, 10, .92)
	}
}</pre></body></html>