@charset "utf-8";

header {
	position: relative;
	z-index: 9999;
	width: 100%;
	height: 72px;
}

.new-container {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.header-body {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header-body-content {
	width: 100%;
	display: flex;
	height: 72px;
}

.header-body-content>li {
	display: flex;
	align-items: center;
	color: #333;
	height: 100%;
	font-size: 14px;
	color: #1D2129;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	white-space: nowrap;
}

.header-body-content>li+li {
	margin-left: 38px;
}

.header-body-content>li:last-child {
	margin-left: auto;
	font-weight: 700;
}



.header-body-content>li>a {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	color: #1D2129;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	white-space: nowrap;
}

.header-body-content>li:not(:first-child):not(:last-child)>a>img {
	filter: grayscale(100%);
	transform: rotate(180deg);
}

.header-body-content>li:not(:first-child):not(:last-child):hover>a>img {
	filter: grayscale(0);
	transform: rotate(0);
	transition: all 0.3s ease;
}


.header-body-content>li:last-child {
	margin-right: 0;
}

.header-body-content>li:not(:first-child)>a::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background-color: #165DFF;
	left: 0;
	bottom: -2px;
	transform: scaleX(0);
	z-index: 1000;
}

.navItems-new-content {
	display: flex;
}

.navItem-new-navs {
	width: 166px;
	border-right: 1px solid #E5E6EB;
	background: #FAFAFA;
	display: flex;
	flex-direction: column;
	padding: 36px 14px;
	box-sizing: border-box;
	align-items: flex-end;
}

.navItem-new-nav-item {
	height: 50px;
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 16px;
	box-sizing: border-box;
	color: #1D2129;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	border-left: 1px solid transparent;
	cursor: pointer;
	/* 171.429% */
}

.selected-nav-item {
	background: #fff;
	border-radius: 4px;
	border-left: 1px solid #165DFF;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transition: all 0.3s ease;
}

.navItem-new-nav-item+.navItem-new-nav-item {
	margin-top: 10px;
}

.navItems-new-content-list {
	flex: 1;
	background-color: #fff;
	padding: 30px 10px 60px 50px;
	box-sizing: border-box;
}

.partnership-and-support {
	padding: 20px 10px 60px 0;
}

.navItem-new-content-item {
	display: none;
	justify-content: space-between;
	align-items: flex-start;

}

.navItems-new-content-list>.navItem-new-content-item:first-child {
	display: flex;
}

.navItem-new-content-item-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, 300px);
	gap: 20px;
	flex: 1;
}

.navItems-new-content-list>.navItem-new-content-item:last-child:not(:first-child) .navItem-new-content-item-list,
.navItems-new-content-list>.navItem-new-content-item:nth-child(2) .navItem-new-content-item-list {
	grid-template-columns: repeat(auto-fit, 600px);
}

.navItems-new-content-list>.navItem-new-content-item:last-child:not(:first-child) .navItem-new-content-item-list .second-navs-list,
.navItems-new-content-list>.navItem-new-content-item:nth-child(2) .navItem-new-content-item-list .second-navs-list{
	flex-wrap: wrap;
	flex-direction: row;
}

.navItems-new-content-list>.navItem-new-content-item:last-child:not(:first-child) .navItem-new-content-item-list .second-navs-list>a,
.navItems-new-content-list>.navItem-new-content-item:nth-child(2) .navItem-new-content-item-list .second-navs-list>a {
	width: 50%;
}

.second-navs-title {
	color: #4E5969;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "PingFang SC";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E6EB;
	margin-bottom: 12px;
}

.second-navs-list {
	display: flex;
	flex-direction: column;
}

.second-navs-list>a {
	display: flex;
	align-items: center;
	padding: 12px 8px;
	box-sizing: border-box;
}

.second-navs-list>a:hover {
	border-radius: 4px;
	background: #F7F7FA;
	transition: all 0.3s ease;
}

.second-navs-list>a:hover .nav-title,
.second-navs-list>a:hover .nav-intro {
	color: #165DFF;
	transition: all 0.3s ease;
}

.second-navs-list>a>img {
	margin-right: 12px;
}

.nav-title {
	color: #1D2129;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	align-items: center;
}

.nav-intro {
	color: #4E5969;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "PingFang SC";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 4px;
}

.nav-banner {
	width: 240px;
	display:flex;
	flex-direction: column;
	border-radius: 8px;
	background: #F6F9FF;
	overflow: hidden;
	transition: all 0.3s ease;
}

.nav-banner:hover {
	transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.nav-banner-content {
	padding: 12px 12px 20px;
	box-sizing: border-box;
}

.nav-banner-content-title {
	color: #1D2129;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 171.429% */
	white-space: normal;
}

.nav-banner-content-title-2nd {
	color: #4E5969;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "PingFang SC";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 5px;
	white-space: normal;
}

.nav-banner-content>span {
	color: #165DFF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 20px;
	display: flex;
}

.navItems {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #e1e4e5;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	position: absolute;
	top: 72px;
	left: 0;
	right: 0;
	display: none;
}

.navItem-content {
	width: 100%;
	padding: 20px 0 50px;
	display: flex;
	justify-content: space-between;
	overflow-y: auto;
	max-height: 80vh;
	box-sizing: border-box;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.navItem-content::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
	display: none;
}

/*定义滚动条轨道 内阴影+圆角*/
.navItem-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.navItem-content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	background-color: rgba(24, 122, 251, .6);
}

.navItem-content>.second-menu-more {
	display: flex;
	flex-direction: column;
}

.navItem-content>.second-menu-more h3 {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 20px;
}

.navItem-content>.second-menu-more a {
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
}

.navItem-content>.second-menu-more span {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}


.navItem-content>.second-menu-more h3>a {
	font-size: 14px;
}

.navItem-content>.second-menu-more a:hover {
	color: #165DFF;
}

.last-navItem-content>.second-menu-more h3>a {
	color: #165DFF;
}

.mobile-testing {
	display: none !important;
}


.header-body-content>li:hover>a {
	position: relative;
	color: #165DFF;
}

.header-body-content>li:hover>a::after {
	transform: scaleX(1);
	transition: .3s;
}

.header-body-content>li:hover>.navItems {
	display: block !important;
}

.navItem-content>a:hover {
	border: 1px solid #fff;
}

.navItem-content>a:hover>img:first-child {
	display: none;
}

.navItem-content>a:hover>img:nth-child(2) {
	display: block;
}

.navItem-content>a:hover>p {
	color: #fff;
}

.header-body-mobile,
.header-navs-mobile{
	display: none;
}


@media screen and (max-width: 1024px) {
	header {
		height: 64px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	.header-body{
		display: none;
	}

	.header-body-mobile {
		display: block;
		width: 100%;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}

	.header-body-mobile-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 64px;
	}

	.header-body-mobile-top>a{
		display: flex;
		align-items: center;
		height: 100%;
	}

	.header-body-mobile-top>a>img{
		height: 50%;
	}

	.mobile-menus-switch>img{
		filter: grayscale(100%);
	}

	.mobile-menus-switch>img:last-child{
		display: none;
	}

	.new-container {
		width: 100%;
		padding: 0 1rem;
	}

	.header-navs-mobile{
		display: flex;
		position: absolute;
		top:100%;
		left: 0;
		background-color: #fff;
		width: 100%;
		display: none;
		height: calc(100vh - 64px);
		border-top: 1px solid #e1e4e5;
	}

	.header-navs-mobile-content{
		width: 100%;
	}

	.mobile-1st-nav{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1rem .2rem;
		box-sizing: border-box;
		font-size: .9rem;
		color: #1f2329;
	}

	.mobile-1st-nav>img,
	.mobile-2nd-nav>img{
		filter: grayscale(100%);
		transform: rotate(180deg);
		transition: transform 0.3s ease; /* 添加过渡动画 */
	}

	.mobile-1st-nav>img.rotated,
	.mobile-2nd-nav>img.rotated{
		transform: rotate(0);
	}

	.mobile-1st-nav>a{
		font-size: .9rem;
		color: #1f2329;
	}

	.mobile-2nd-navs{
		padding-left: 1rem;
		display: flex;
		flex-direction: column;
		width: 100%;
		box-sizing: border-box;
		font-size: .9rem;
		color: #1f2329;
		display: none;
	}

	.mobile-2nd-nav{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1rem 0;
		color: #1f2329;
	}

	.mobile-3rd-navs{
		width: 100%;
		padding-left: 1rem;
		box-sizing: border-box;
		display: none;
	}

	.mobile-2nd-navs>a,
	.mobile-3rd-navs>a{
		font-size: .9rem;
		color: #1f2329;
		padding: 1rem 0;
		display: flex;
		align-items: center;
	}

	.mobile-1st-nav:hover,
	.mobile-2nd-nav:hover,
	.mobile-2nd-navs>a:hover,
	.mobile-3rd-navs>a:hover{
		background-color: #edeeee;
		border-radius: 5px;
	}

	.footer_zsy {
		width: 100%;
		padding: 22px 5px 55px;
		background: #252628;
		color: #676768;
		text-align: center;
		font-size: 12px;
	}
}