.nav-header {
	background-color: #fff;
	height: 60px;
	padding-left: 24px;
	display: flex;
	align-items: center;
	gap: 40px;
}
.nav-logo-wrap {
	display: flex;
	align-items: center;
}
.nav-logo-wrap .nav-logo {
	padding: 14px 24px;
}
.nav-logo-wrap .nav-logo .logo {
	height: 22px;
}
.nav-header .nav-tabList {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 20px;
}
.nav-header .nav-tabList-items {
	position: relative;
}
.nav-header .nav-tabList-items::after {
	display: none;
	content: '';
	width: 152px;
	position: absolute;
	top: 100%;
	left: 0;
	height: 8px;
}
.nav-header .nav-tabList-items .nav-path-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 2px;
}
.nav-header .nav-tabList-items .nav-path-item .icon-jiantou {
	font-size: 14px;
	transition: all 0.2s linear;
	display: none;
}
.nav-header .nav-tabList-items .nav-path {
	display: block;
	line-height: 60px;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	white-space: nowrap;
}
.nav-logo-wrap .nav-tabList-items .nav-subList,
.nav-header .nav-tabList-items .nav-subList {
	display: none;
	opacity: 0;
	min-width: 152px;
	background: #ffffff;
	border-radius: 8px;
	padding: 14px 24px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 90px;
	left: 0;
	z-index: -1;
	transition: top 0.2s ease-in-out;
	
}
.nav-logo-wrap .nav-tabList-items .nav-subList::before,
.nav-header .nav-tabList-items .nav-subList::before {
	content: '';
	width: 10px;
	height: 10px;
	background: url(../images/header/up.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	left: 24px;
	top: -5px;
}
.nav-logo-wrap .nav-tabList-items .nav-subList .nav-subList-item,
.nav-header .nav-tabList-items .nav-subList .nav-subList-item {
	display: block;
	white-space: nowrap;
	font-weight: 400;
	font-size: 14px;
	color: #2d3139;
	line-height: 42px;
	text-align: left;
}
.nav-header .nav-tabList-items:hover::after {
	display: block;
}
.nav-header .nav-tabList-items:hover .nav-path-item .icon-jiantou {
	transform: rotate(-180deg);
}
/* .nav-header .nav-tabList-items:hover .nav-subList {
	top: calc(100% + 8px);
} */

.nav-logo-wrap .nav-tabList-items:hover .nav-subList {
	top: calc(100%);
}
.nav-logo-wrap .nav-tabList-items:hover .nav-subList {
	z-index: 50;
}
.nav-logo-wrap .nav-tabList-items .nav-subList {
	left: auto;
	right: -10px;
	transition: none;
}
.nav-logo-wrap .nav-tabList-items .nav-subList::before {
	right: 24px!important;
	left: auto;
}
.nav-header .nav-tabList-items .nav-subList-online {
	width: 1392px;
	padding: 20px;
	left: -343px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}
.nav-header .nav-tabList-items .nav-subList-online::before {
	left: 370px;
}
.nav-header .nav-tabList-items .nav-subList-online .online-list-img {
	width: 189px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.nav-header .nav-tabList-items .nav-subList-online .online-list-img .online-list-img-item {
	width: 100%;
	height: 118px;
	overflow: hidden;
}
.nav-header .nav-tabList-items .nav-subList-online .online-list-img img {
	display: block;
	width: 100%;
	min-height: 100%;
}
.nav-header .nav-tabList-items .nav-subList-online .online-list-img + .online-nav {
	padding-left: 0;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav {
	flex: 1;
	max-width: 400px;
	min-height: 200px;
	padding: 0 20px;
	overflow: hidden;
	border-right: 1px solid #eee;
}
@media screen and (max-width: 1392px) {
	.nav-header .nav-tabList-items .nav-subList-online {
		width: 1000px;
	}
	.nav-header .nav-tabList-items .nav-subList-online .online-nav {
		flex: none;
		width: 20%;
	}
	.nav-header .nav-tabList-items .nav-subList-online .online-nav:nth-child(6) {
		border-right: none;
	}
	.nav-header .nav-tabList-items .nav-subList-online .online-nav:nth-child(7) {
		padding-left: 0;
	}
}
@media screen and (max-width: 1000px) {
	.nav-header .nav-tabList-items .nav-subList-online {
		width: 600px;
	}
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav:last-child {
	border: none;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav .online-nav-tit {
	font-weight: bold;
	font-size: 14px;
	color: #2d3139;
	padding-bottom: 8px;
	cursor: pointer;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav .online-nav-tit:hover {
	color: #0066ff;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav .online-nav-items li {
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
	word-break: break-all;
}
/* 下拉顶部的大标题 */
.nav-header .online-nav-items {
	margin-top: 16px;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav .online-nav-items li a {
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	color: #515762;
	/* padding: 8px 0; */
	padding-bottom: 12px;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav .online-nav-items li:last-of-type a {
	padding-bottom: 0;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav .online-nav-items li a:hover {
	color: #0066ff;
}
.nav-header .nav-right {
	display: flex;
}
.nav-logo-wrap .nav-lang {
	display: flex;
	align-items: center;
	height: 50px;
}
.nav-logo-wrap .nav-lang:hover {
	justify-content: flex-end;
	width: 152px;
}
.nav-logo-wrap .nav-lang .icon-jiantou {
	display: block;
}
.nav-logo-wrap .nav-path-item .icon-yuyan {
	position: relative;
	top: 0;
	font-size: 18px;
}
.nav-header .auth-buttons {
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
}
.nav-header .auth-buttons.hide {
	display: none;
}
.nav-header .auth-buttons .auth-btn {
	/* line-height: 60px; */
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	/* padding: 0 32px; */
	white-space: nowrap;
}
.auth-btn .icon-xiaoxi {
	font-size: 18px;
	font-weight: normal;
}
.nav-header .auth-buttons .btn-login {
	margin: 0 25px;
}
.nav-header .auth-buttons .btn-signup {
	min-width: 80px;
	padding: 0 14px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0d6efd;
	color: #fff;
}
.nav-header .auth-buttons .btn-signup.btn-user {
	width: 140px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-wrap-right .btn-badge {
	/* background: url(../images/msg.png) no-repeat 20px 20px;
	background-size: 18px;
	padding-left: 40px; */
	margin-left: 25px;
}
.nav-wrap-right .btn-badge i {
	display: inline-block;
	background: #ff4d00;
	border-radius: 4px;
	font-weight: 500;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	padding: 0 3px;
	position: relative;
	top: -2px;
}
.nav-header .account-body {
	position: relative;
	display: flex;
	height: 100%;
}
.nav-header .account-body::after {
	display: none;
	content: '';
	width: 140px;
	position: absolute;
	top: 100%;
	left: 0;
	height: 8px;
}
.nav-header .account-body:hover::after {
	display: block;
}
.nav-header .account-body:hover .account-info {
	opacity: 1;
	top: calc(100% + 8px);
	transition: top 0.2s ease-in-out;
}
.nav-header .account-info {
	width: 358px;
	/* min-height: 270px; */
	background: #ffffff;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 24px;
	position: absolute;
	right: 0px;
	top: -500px;
	opacity: 0;
	z-index: -1;
}
.nav-header .account-info::before {
	content: '';
	width: 10px;
	height: 10px;
	background: url(../images/header/up.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	right: 48px;
	top: -5px;
}
.nav-header .account-info-id {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-header .account-info-id .uid {
	font-weight: bold;
	font-size: 16px;
	color: #2d3139;
	line-height: 19px;
}
.nav-header .account-info-id .bad {
	font-weight: 400;
	font-size: 12px;
	color: #515762;
	cursor: pointer;
}
.nav-header .account-info-id .bad:hover {
	color: #0066ff;
}
.nav-header .account-info-count {
	margin: 14px 0 20px;
	display: grid;
	gap: 10px;
}
.nav-header .account-info-count .info-count-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 44px;
	border-radius: 8px;
	background: #f7f7f7;
	padding: 0 14px;
	border: 1px solid #ffffff;
	transition: 0.2s;
}
.nav-header .account-info-count .info-count-item:hover {
	background: #ffffff;
	border-color: #0066ff;
}
.nav-header .account-info-count .info-count-item-label {
	color: #515762;
	font-size: 13px;
}
.nav-header .account-info-count .info-count-item-value {
	display: flex;
	align-items: center;
}
.nav-header .account-info-count .info-count-item-value-number {
	font-weight: bold;
	color: #212d39;
	font-size: 15px;
	margin-top: -2px;
}
.nav-header .account-info-count .count-item {
	width: 164px;
	background: #f7f7f7;
	border-radius: 8px;
	padding-top: 12px;
}
.nav-header .account-info-count .count-item-value {
	font-weight: bold;
	font-size: 16px;
	color: #2d3139;
	line-height: 19px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 14px;
}
.nav-header .account-info-count .count-item-label {
	font-weight: 400;
	font-size: 12px;
	color: #515762;
	line-height: 14px;
	padding: 0 14px;
}
.nav-header .account-info-count .count-item-btn {
	display: block;
	text-align: center;
	line-height: 39px;
	border-top: 1px solid rgba(173, 175, 178, 0.3);
	font-weight: 400;
	font-size: 12px;
	color: #0066ff;
}
.nav-header .account-info-count .count-item-btn:hover {
	color: #3888ff;
}
.nav-header .account-info-member .member-title {
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	font-size: 12px;
	color: #2d3139;
	line-height: 16px;
	margin-bottom: 14px;
}
.nav-header .account-info-member .member-title .member-item-upgrade {
	color: #0066ff;
	padding-right: 10px;
	background: url(../images/center/arr-r.png) no-repeat right center;
	background-size: 10px;
	cursor: pointer;
}
.nav-header .account-info-member .member-item {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 12px;
	color: #515762;
	line-height: 16px;
	padding: 10px 14px;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.nav-header .account-info-member .member-item.member-item-gray {
	background: url(../images/gray.png) no-repeat center / cover;
}
.nav-header .account-info-member .member-item.member-item-blue {
	background: linear-gradient(to right, #4586ff, #004bd5, #3079ff);
	/* 渐变颜色 */
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	position: relative;
}
.nav-header .account-info-member .member-item.member-item-blue:before {
	background: url(../images/blue.png) no-repeat center / cover;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.nav-header .account-info-member .member-item.member-item-black {
	background: linear-gradient(to right, #fff6e8, #ffb84e, #ffe1b4);
	/* 渐变颜色 */
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	position: relative;
}
.nav-header .account-info-member .member-item.member-item-black:before {
	background: url(../images/black.png) no-repeat center / cover;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.nav-header .account-info-group {
	display: flex;
	justify-content: space-between;
}
.nav-header .account-info-group .info-btn {
	height: 44px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border-radius: 8px;
	cursor: pointer;
	line-height: 44px;
	user-select: none;
}
.nav-header .account-info-group .info-btn:active {
	opacity: 0.9;
}
.nav-header .account-info-group .manage-btn {
	width: 100%;
	color: #ffffff;
	/* background: linear-gradient(-134deg, #00bbff 0%, #0066ff 50%, #00bbff 100%); */
	background: #0066ff;
}
.nav-header .account-info-group .exit-btn {
	width: 78px;
	color: rgba(0, 102, 255, 0.5);
	background: #f7f7f7;
}
.nav-header .account-info-group .exit-btn:hover {
	color: #fff;
	background: linear-gradient(-134deg, #00bbff 0%, #0066ff 50%, #00bbff 100%);
}
.nav-logo-wrap .nav-wrap-right .nav-lang {
	display: flex;
	align-items: center;
}
.nav-logo-wrap .nav-wrap-right .nav-lang .icon-jiantou {
	display: block;
}
.nav-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f8f8f8;
}
.nav-logo-wrap .nav-logo .logo {
	height: 22px;
}
.nav-logo-wrap .nav-wrap-right {
	display: flex;
	align-items: center;
	padding-right: 24px;
}
.nav-setting {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 25px;
}
.nav-setting-label {
	margin-left: 6px;
}
.theme-logo {
	display: none;
}
.theme-dark .dark-logo {
	display: block;
}
.theme-light .light-logo {
	display: block;
}
.theme-select {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.nav-theme {
	position: relative;
	margin-left: 25px;
}
.nav-theme .theme-box {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #ADAFB2;
}
#theme {
	margin-left: 6px;
}
.nav-theme .theme-light-box {
	background: #FFFFFF;
}
.nav-theme .theme-dark-box {
	background: #000000;
}
#themeSelect {
	display: flex;
}
#themeSelect .theme-item {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 4px;
}
.nav-logo-wrap .nav-tabList-items {
	position: relative;
}
.nav-logo-wrap .nav-tabList-items::after {
	display: none;
	content: '';
	/*width: 152px;*/
	position: absolute;
	top: 100%;
	left: 0;
	height: 8px;
}
.nav-logo-wrap .nav-tabList-items .nav-path-item {
	display: flex;
	align-items: center;
	gap: 2px;
}
.nav-logo-wrap .nav-tabList-items .nav-path-item .icon-jiantou {
	font-size: 14px;
	transition: all 0.2s linear;
}
.nav-logo-wrap .nav-tabList-items .nav-path {
	display: block;
	line-height: 60px;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	white-space: nowrap;
}
.nav-logo-wrap .nav-tabList-items #themeSelect {
	width: 68px;
	min-width: 68px;
	height: 40px;
	min-height: 40px;
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.07);
	border-radius: 8px 8px 8px 8px;
	position: absolute;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: none;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: top 0.2s ease-in-out;
}
.nav-logo-wrap .nav-tabList-items #themeSelect .nav-subList-item {
	display: block;
	white-space: nowrap;
	font-weight: 400;
	font-size: 14px;
	color: #2d3139;
	line-height: 42px;
	text-align: left;
}
.nav-logo-wrap .nav-tabList-items:hover::after {
	display: block;
}
.nav-logo-wrap .nav-tabList-items:hover .nav-path-item .icon-jiantou {
	transform: rotate(-180deg);
}
.nav-logo-wrap .nav-tabList-items:hover #themeSelect {
	top: calc(100% + 8px);
	opacity: 1;
}
.account-id-box {
	display: flex;
	align-items: center;
}
.account-refresh-icon {
	width: 24px;
	height: 24px;
	margin-left: 2px;
	cursor: pointer;
}
.nav-header .nav-tabList-items .nav-path-item .new{
	position: absolute;
    top: 4px;
    left: 20px;
	width: 32px;
	height: 16px;
	background: url(../images/new.png) no-repeat center;
	background-size: cover;
}