.bg {
	background: url("../images/help_bg.png") no-repeat;
	background-size: 100%;
}

.main_box {
	min-height: 974px;
	max-height: 100%;
	padding-top: 105px;
	padding-bottom: 68px;
}

.help_title {
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 40px;
	color: #333333;
}

.help_search {
	width: 690px;
	height: 68px;
	margin: 38px auto 0px auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	line-height: 68px;
	background: #FFFFFF;
	border-radius: 34px;
}

.help_search img {
	margin-right: 16px;
}

.help_search input {
	width: 100%;
	font-size: 18px;
}

.help_nav_flex {
	width: 880px;
	margin: 88px auto 55px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.help_nav_item {
	padding: 12px 28px;
	text-align: center;
	line-height: 1.4;
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	cursor: pointer;
	border-radius: 30px;
	transition: color 0.2s, background 0.2s;
}

.help_nav_active {
	color: #FFFFFF;
	background: linear-gradient(90deg, #3E86F9 0%, #75AFFF 100%);
}


.help_item1 {
	width: 100%;
	padding: 0 68px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 6px 40px 0px rgba(47, 113, 222, 0.11);
	border-radius: 10px;
}

.help_item1_row {
	width: 100%;
	height: 135px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px dashed #999999;
	cursor: pointer;
}

.help_item1_row:last-child {
	border-bottom: none;
}

.help_item1_title {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 17px;
}

.help_item1_intro {
	font-family: "Source Han Sans CN", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 22px;
	max-height: 45px;
}


.help_item2 {
	display: none;
}

body.help-docs .help_item2 {
	display: block !important;
}

body.help-video .help_item3 {
	display: block !important;
}

.help_nav_flex a.help_nav_item {
	text-decoration: none;
	color: inherit;
	display: block;
}

.help_nav_flex a.help_nav_item:hover {
	color: #fff;
	background: linear-gradient(90deg, #3E86F9 0%, #75AFFF 100%);
	border-radius: 30px;
}

.help_nav_flex a.help_nav_item.help_nav_active {
	color: #FFFFFF;
}

/* 帮助中心首页：介绍文案 */
.help_intro {
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-top: 24px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/* 帮助中心首页：三个入口卡片 */
.help_cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 48px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.help_card {
	display: block;
	flex: 1;
	min-width: 280px;
	padding: 32px 24px;
	background: #FFFFFF;
	box-shadow: 0px 6px 40px 0px rgba(47, 113, 222, 0.11);
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
	transition: box-shadow 0.3s, transform 0.2s;
}

.help_card:hover {
	box-shadow: 0px 8px 48px 0px rgba(47, 113, 222, 0.18);
	transform: translateY(-2px);
}

.help_card_icon {
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 16px;
}

.help_card_icon_doc {
	background: linear-gradient(135deg, #3E86F9 0%, #75AFFF 100%);
}

.help_card_icon_video {
	background: linear-gradient(135deg, #34c759 0%, #5dd879 100%);
}

.help_card_icon_faq {
	background: linear-gradient(135deg, #6f42c1 0%, #9b6dd4 100%);
}

.help_card_title {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 20px;
	color: #333;
	margin-bottom: 12px;
}

.help_card_desc {
	font-family: Source Han Sans CN;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 12px;
}

.help_card_links {
	font-family: Source Han Sans CN;
	font-size: 13px;
	color: #999;
	line-height: 1.5;
	margin-bottom: 18px;
}

.help_card_btn {
	font-family: Source Han Sans CN;
	font-size: 14px;
	color: #3E86F9;
	font-weight: bold;
}

.help_item2_flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.help_item2_lf {
	width: 276px;
	height: 666px;
	padding: 50px 46px;
	padding-right:12px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 6px 40px 0px rgba(47, 113, 222, 0.11);
	border-radius: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* 自定义滚动条样式 */
.help_item2_lf::-webkit-scrollbar {
	width: 6px;
}

.help_item2_lf::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

.help_item2_lf::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}

.help_item2_lf::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}



.help_item2_rt {
	width: 1114px;
	min-height: 666px;
	padding: 53px 65px;
	background: #FFFFFF;
	box-shadow: 0px 6px 40px 0px rgba(47, 113, 222, 0.11);
	border-radius: 10px;
}

.help_item2_rt_title {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-bottom: 16px;
}

.help_item2_rt_content {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 27px;
}

.help_item2_rt_content p {
	margin-bottom: 10px;
}

.help_item2_rt_content img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 20px auto;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.help_item2_rt_content h2 {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #3E86F9;
}

.help_item2_rt_content h3 {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #444444;
	margin-top: 25px;
	margin-bottom: 12px;
}

.help_item2_rt_content h4 {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 16px;
	color: #555555;
	margin-top: 20px;
	margin-bottom: 10px;
}

.help_item2_rt_content ul,
.help_item2_rt_content ol {
	margin: 15px 0;
	padding-left: 30px;
}

.help_item2_rt_content ul li,
.help_item2_rt_content ol li {
	margin-bottom: 8px;
	line-height: 24px;
}

.help_item2_rt_content ul li ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

.help_item2_rt_content strong {
	font-weight: bold;
	color: #333333;
}

.help_item2_rt_content a {
	color: #3E86F9;
	text-decoration: none;
	transition: color 0.3s ease;
}

.help_item2_rt_content a:hover {
	color: #75AFFF;
	text-decoration: underline;
}


.help_item3 {
	display: none;
}

.help_item3_flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.help_item3_lf {
	width: 276px;
	height: 666px;
	padding: 50px 46px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 6px 40px 0px rgba(47, 113, 222, 0.11);
	border-radius: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* 自定义滚动条样式 */
.help_item3_lf::-webkit-scrollbar {
	width: 6px;
}

.help_item3_lf::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

.help_item3_lf::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}

.help_item3_lf::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}



.help_item3_rt {
	width: 1114px;
	min-height: 666px;
	padding: 0px 65px;
	background: #FFFFFF;
	box-shadow: 0px 6px 40px 0px rgba(47, 113, 222, 0.11);
	border-radius: 10px;
}

.help_item3_rt_grid {
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
}

.help_item3_rt_item {
	width: 292px;
	background: #F9F9F9;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 32px;
	margin-bottom: 32px;
}

.help_item3_rt_item:nth-child(3n) {
	margin-right: 0;
}

.help_item3_rt_item_t {
	width: 100%;
	height: 164px;
	position: relative;
	overflow: hidden;
}

.paly {
	width: 48px;
	height: 48px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.help_item3_rt_item .img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}

.help_item3_rt_item:hover .img {
	transform: scale(1.1);
}

.time {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 2px 8px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.5);
}

.help_item3_rt_item_b {
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	padding: 0 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.sideMenu {
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.sideMenu h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Source Han Sans CN', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	margin: 0;
	padding: 10px 0;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.sideMenu h3:hover {
	background-color: #f9f9f9;
}

.sideMenu h3 img {
	width: 14px;
	height: 14px;
}

.sideMenu h3 .toggle-icon {
	margin-left: auto;
	transition: transform 0.3s ease;
}

.sideMenu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sideMenu ul li {
	padding: 8px 16px;
	margin: 0;
	font-size: 14px;
	color: #555555;
	border-left: 2px solid transparent;
	transition: all 0.3s ease;
}

.sideMenu ul li:hover {
	color: #007aff;
	border-left: 2px solid #007aff;
	background-color: #f9f9f9;
}

.sideMenu ul li.active {
	color: #007aff;
	border-left: 2px solid #007aff;
	background-color: #f0f8ff;
}

.sideMenu ul li a.active {
	color: #007aff;
}