.main-menu .nav-menu-wrapper {
	text-align: left;
	/* margin-left: 0.2rem; */
}

.help-line {
	margin-left: 0.17rem;
	display: block;
	height: 0.17rem;
	border-left: 1px solid #DEDEDE;
}

.help-title {
	margin-left: 0.15rem;
	font-size: 0.22rem;
	color: #333333;
	font-weight: 400;
}

/* partner-banner */
.help-banner {
	width: 100%;
	height: 7.22rem;
	box-sizing: border-box;
	background: url('../images/help/banner-1.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 1.5rem 0 0.55rem 0;
}

.help-banner .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.help-banner .content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.help-banner .content .title {
	font-weight: 600;
	font-size: 0.5rem;
	line-height: 0.5rem;
	color: #000000;
}

.help-banner .content .form {
	display: flex;
	align-items: center;
	margin-top: 0.42rem;
	width: 7.1rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 1px #F6F7FD;
	border-radius: 0.35rem;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding: 0 0.37rem;
}

.help-banner .content .form .input {
	border: none;
	width: 4rem;
	height: 0.48rem;
	/* background-color: ; */
}

input[type=text]:focus {
	outline: none;
}

.help-banner .content .form button {
	height: 0.48rem;
	line-height: 0.48rem;
	display: flex;
	align-items: center;
	border: none;
	margin-left: auto;
	background-color: #FFFFFF;
}

.help-banner .content .form button img {
	width: 0.34rem;
	height: 0.34rem;
}

.help-banner .search-history {
	width: 100%;
	height: 1.85rem;
	background: linear-gradient(180deg, #F7F9FF 0%, #FFFFFF 100%);
	box-shadow: 0px 10px 30px 1px #F6F7FD;
	border-radius: 0.1rem;
	border: 1px solid #FFFFFF;
	margin-top: 0.55rem;
}

.help-banner .search-history p {
	margin: 0.25rem 0 0 0.32rem;
	display: flex;
	align-items: center;
}

.help-banner .search-history .search-list {
	margin-top: 0.2rem;
}

.help-banner .search-history .search-list li .point {
	width: 0.04rem;
	height: 0.04rem;
	background-color: #999999;
	border-radius: 50%;
	margin-right: 0.09rem;
}

.help-banner .search-history p .title {
	font-weight: 500;
	font-size: 0.22rem;
	line-height: 0.22rem;
	color: #333333;
	margin-right: 0.12rem;
}

.help-banner .search-history p img {
	width: 0.24rem;
	height: 0.24rem;
}

.help-banner .search-history p .text {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #333333;
}

.help-banner .search-history ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 0.52rem;
	margin-top: 0.1rem;
}

.help-banner .search-history ul li {
	margin-right: 1.43rem;
	min-width: 1.4rem;
	margin-bottom: 0.23rem;
	display: flex;
	align-items: center;
}

.help-banner .search-history ul li span {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #333333;
	display: block;
}

.help-banner .search-history ul li span:hover {
	color: var(--theme-color);
}

.help-banner .search-history ul li .last {
	width: 0.36rem;
	height: 0.2rem;
	text-align: center;
	display: inline-block;
	background-image: url('../images/company/icon-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 0.12rem;
	font-weight: 400;
	line-height: 0.2rem;
	color: #fff;
	margin-left: 0.1rem;
}

.help-banner .section-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.35rem;
	width: 100%;
}

.help-banner .section-items section {
	width: 2.9rem;
	height: 1.1rem;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 1px #E7E9F5;
	border-radius: 0.1rem;
	border: 1px solid #FFFFFF;
	padding: 0.3rem 0 0 0.33rem;
	cursor: pointer;
}

.help-banner .section-items section:hover {
	box-shadow: .28571429em .28571429em .57142857em #9ebbe233, -.28571429em -.28571429em .57142857em #fdfeff;
}

.help-banner .section-items section:hover .title span {
	color: var(--theme-color);
}

.help-banner .section-items section .title {
	display: flex;
	align-items: center;
}

.help-banner .section-items section .title img {
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.09rem;
}

.help-banner .section-items section .title span {
	font-weight: 400;
	font-size: 0.18rem;
	line-height: 0.18rem;
	color: #333333;
}

.help-banner .section-items section .text {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #666666;
	margin-top: 0.1rem;
}

/* help-problem */
.help-problem {
	padding: 0.8rem 0 0.5rem 0;
	background-color: #F8F9FC;
}

.help-problem .content {
	text-align: center;
	margin-bottom: 0.56rem;
}

.help-problem .content .title {
	font-weight: 400;
	font-size: 0.4rem;
	line-height: 0.4rem;
	color: #000000;
}

.help-problem .section-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.help-problem .section-items section {
	width: 3.84rem;
	height: 3.38rem;
	border-radius: 0.15rem;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 0.3rem;
	margin-bottom: 0.36rem;
}

.help-problem .section-items section .top {
	display: flex;
	align-items: center;
}

.help-problem .section-items section .top img {
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.1rem;
}

.help-problem .section-items section .top span {
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
}

.help-problem .section-items section ul {
	padding-left: 0rem;
	margin-bottom: 0rem;
	margin-top: 0.27rem;
	margin-left: 0.2rem;
}

.help-problem .section-items section ul li {
	margin-bottom: 0.27rem;
}

.help-problem .section-items section ul li a {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #333333;
}

.help-problem .section-items section .bottom {
	box-sizing: border-box;
	padding-top: 0.2rem;
	border-top: 1px solid #eeeeee;
	cursor: pointer;
}

.help-problem .section-items section .bottom span {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: var(--theme-color);
	margin-right: 0.07rem;
}

.help-problem .section-items section .bottom img {
	width: 0.16rem;
	height: 0.16rem;
}

/* .help-problem .section-items section ul li:last-child{
	margin-bottom: 0rem;
} */

/* video-tutorials */
.video-tutorials {
	width: 100%;
	padding: 0.5rem 0 1.5rem 0;
	background-color: #F8F9FC;
}

.video-tutorials .content {
	text-align: center;
	margin-bottom: 0.76rem;
}

.video-tutorials .content .title {
	font-weight: 400;
	font-size: 0.4rem;
	line-height: 0.4rem;
	color: #000000;
}

.video-tutorials .section-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.video-tutorials .section-items section {
	width: 3.83rem;
	height: 2.56rem;
	background-color: #fff;
	border-radius: 0.15rem;
	margin-bottom: 0.24rem;
}

.video-tutorials .section-items section .video {
	width: 100%;
	height: 2rem;
	background: url('../images/help/video-banner-1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0.23rem 0 0 0.3rem;
	position: relative;
}


.video-tutorials .section-items section .video img {
	width: 0.64rem;
	height: 0.28rem;
}

.video-tutorials .section-items section .video .play-pic {
	width: 0.42rem;
	height: 0.42rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.6rem;
}

.video-tutorials .section-items section .video p {
	margin-top: 0.15rem;
	font-weight: 500;
	font-size: 0.3rem;
	line-height: 0.36rem;
	color: #000000;
}

.video-tutorials .section-items section .text {
	margin-left: 0.33rem;
	margin-top: 0.11rem;
}

/* opinion-feedback */
.opinion-feedback {
	width: 100%;
	padding: 1.21rem 0 1.27rem 0;
}

.opinion-feedback .content {
	text-align: center;
	margin-bottom: 1rem;
}

.opinion-feedback .content .title {
	font-weight: 400;
	font-size: 0.4rem;
	line-height: 0.4rem;
	color: #000000;
}

.opinion-feedback .section-items {
	display: flex;
	gap: 0 0.3rem;
	flex-wrap: wrap;
	justify-content: space-between;
}

.opinion-feedback .section-items section {
	/* width: 6.2rem; */
	flex: 1;
	height: 1.88rem;
	background: linear-gradient(179deg, #FAFAFA 0%, #FFFFFF 100%);
	box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.05);
	border-radius: 0.15rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0.36rem 0 0.22rem 0.62rem;
}

.opinion-feedback .section-items section img {
	width: 1.33rem;
	height: 1.3rem;
	margin-right: 0.38rem;
}

.opinion-feedback .section-items section .text {
	height: 1.3rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.opinion-feedback .section-items section .text .title {
	font-weight: 500;
	font-size: 0.22rem;
	line-height: 0.22rem;
	color: #333333;
}

.opinion-feedback .section-items section .text .article {
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.16rem;
	color: #333333;
}

.opinion-feedback .section-items section .text .button {
	width: 1.04rem;
	height: 0.35rem;
	line-height: 0.35rem;
	border-radius: 0.23rem;
	border: 1px solid var(--theme-color);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
	cursor: pointer;

}

.opinion-feedback .section-items section .text .button:hover {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.opinion-feedback .section-items section .text .button span {
	font-weight: 400;
	font-size: 0.16rem;
	color: var(--theme-color);
}

@media only screen and (max-width: 991px) {

	.container {
		width: 100%;
	}

	.help-line {
		display: none;
	}

	.help-title {
		display: none;
	}

	/* .opinion-feedback */
	.opinion-feedback {
		width: 100%;
		padding: 0.96rem 0 1rem 0;
	}

	.opinion-feedback .content {
		text-align: center;
		margin-bottom: 0.48rem;
	}

	.opinion-feedback .content .title {
		font-weight: 500;
		font-size: 0.44rem;
		line-height: 0.44rem;
		color: #000000;
	}

	.opinion-feedback .section-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.opinion-feedback .section-items section {
		width: 6.9rem;
		height: 3.06rem;
		background: linear-gradient(134deg, #F6F8FE 0%, #FFFFFF 100%);
		box-shadow: 0px 5px 20px 1px #E7E9F5;
		border-radius: 0.15rem;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		padding: 0.28rem 0 0.4rem 0.44rem;
		margin-bottom: 0.48rem;
	}

	.opinion-feedback .section-items section img {
		width: 1.76rem;
		height: 1.76rem;
		margin-right: 0.3rem;
	}

	.opinion-feedback .section-items section .text {
		height: 2.36rem;
	}

	.opinion-feedback .section-items section .text .title {
		font-weight: 500;
		font-size: 0.32rem;
		color: #333333;
	}

	.opinion-feedback .section-items section .text .article {
		font-weight: 400;
		font-size: 0.28rem;
		line-height: 0.32rem;
		color: #666666;
	}

	.opinion-feedback .section-items section .text .button {
		width: 1.6rem;
		height: 0.6rem;
		line-height: 0.6rem;
		border-radius: 0.46rem;
	}

	.opinion-feedback .section-items section .text .button span {
		font-weight: 400;
		font-size: 0.28rem;
		color: var(--theme-color);
	}

	/* .video-tutorials */
	.video-tutorials {
		width: 100%;
		padding: 0.9rem 0 1.52rem 0;
		background-color: #F8F9FC;
	}

	.video-tutorials .content {
		text-align: center;
		margin-bottom: 0.52rem;
	}

	.video-tutorials .content .title {
		font-weight: 500;
		font-size: 0.44rem;
		line-height: 0.44rem;
		color: #000000;
	}

	.video-tutorials .section-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.video-tutorials .section-items section {
		width: 6.9rem;
		height: 4.6rem;
		background-color: #fff;
		border-radius: 0.15rem;
		margin-bottom: 0.24rem;
	}

	.video-tutorials .section-items section .video {
		width: 100%;
		height: 3.6rem;
		background: url('../images/help/video-banner-2.png');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 0.4rem 0 0 0.52rem;
	}

	.video-tutorials .section-items section .video img {
		width: 1.12rem;
		height: 0.48rem;
	}

	.video-tutorials .section-items section .video p {
		margin-top: 0.26rem;
		font-weight: 500;
		font-size: 0.52rem;
		line-height: 0.56rem;
		color: #000000;
	}

	.video-tutorials .section-items section .text {
		margin-top: 0.26rem;
		margin-left: 0.6rem;
	}

	/* .help-problem */
	.help-problem .section-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.help-problem .section-items section {
		width: 6.9rem;
		height: 6.06rem;
		border-radius: 0.15rem;
		background-color: #ffffff;
		box-sizing: border-box;
		padding: 0.54rem;
		margin-bottom: 0.28rem;
	}

	.help-problem .section-items section .top img {
		width: 0.48rem;
		height: 0.48rem;
	}

	.help-problem .section-items section .top span {
		font-weight: 400;
		font-size: 0.32rem;
		line-height: 0.32rem;
		color: #333333;
	}

	.help-problem .section-items section ul {
		margin-left: 0.4rem;
	}

	.help-problem .section-items section ul li {
		margin-bottom: 0.4rem;
	}

	.help-problem .section-items section ul li a {
		font-weight: 400;
		font-size: 0.28rem;
		line-height: 0.28rem;
		color: #333333;
	}

	.help-problem .section-items section .bottom {
		padding-top: 0.3rem;
		border-top: 0.02rem solid #eeeeee;
	}

	.help-problem .section-items section .bottom span {
		font-weight: 400;
		font-size: 0.28rem;
		line-height: 0.28rem;
		color: var(--theme-color);
	}

	.help-problem .section-items section .bottom img {
		width: 0.28rem;
		height: 0.28rem;
	}

	/* partner-banner */
	.help-banner {
		width: 100%;
		height: 5.16rem;
		background: url('../images/help/banner-2.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		/* padding-top: 0.6rem; */
		text-align: center;
		margin-bottom: 13.5rem;
	}

	.help-banner .content {
		text-align: center;
	}

	.help-banner .search-history ul li .last {
		width: 0.72rem;
		height: 0.4rem;
		line-height: 0.4rem;
		font-size: 0.24rem;
	}

	.help-banner .content .title {
		font-weight: 500;
		font-size: 0.44rem;
		line-height: 0.44rem;
		color: #000000;
	}

	.help-banner .content .form {
		width: 6.9rem;
		height: 1rem;
		border-radius: 0.5rem;
	}

	.help-banner .content .form .input::placeholder {
		font-weight: 400;
		font-size: 0.28rem;
		line-height: 0.28rem;
		color: #999999;
	}

	.help-banner .content .form button img {
		width: 0.52rem;
		height: 0.52rem;
	}

	.help-banner .search-history {
		width: 6.9rem;
		height: 7.9rem;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		margin-top: 0.7rem;
		padding-bottom: 0.24rem;
	}

	.help-banner .search-history p .title {
		font-weight: 500;
		font-size: 0.44rem;
		line-height: 0.44rem;
		color: #333333;
	}

	.help-banner .search-history p img {
		width: 0.48rem;
		height: 0.48rem;
	}

	.help-banner .search-history p .text {
		font-weight: 400;
		font-size: 0.28rem;
		line-height: 0.28rem;
		color: #333333;
	}

	.help-banner .search-history ul {
		display: flex;
		flex-direction: column;
		margin-left: 0.7rem;
		margin-top: 0.32rem;
	}

	.help-banner .search-history ul li {
		margin-right: 0rem;
		/* min-width: 1.4rem; */
		margin-bottom: 0.34rem;
		text-align: left;
	}

	.help-banner .search-history ul li span {
		font-weight: 400;
		font-size: 0.28rem;
		line-height: 0.28rem;
		color: #333333;
	}

	.help-banner .section-items {}

	.help-banner .section-items section {
		width: 3.3rem;
		height: 3rem;
		margin-bottom: 0.22rem;
		padding: 0.48rem 0.52rem 0.34rem 0.52rem;
	}

	.help-banner .section-items section .title {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.help-banner .section-items section .title img {
		width: 0.48rem;
		height: 0.48rem;
	}

	.help-banner .section-items section .title span {
		font-weight: 400;
		font-size: 0.32rem;
		line-height: 0.32rem;
		color: #333333;
		margin-top: 0.34rem;
	}

	.help-banner .section-items section .text {
		margin-top: 0.16rem;
		font-weight: 400;
		font-size: 0.28rem;
		line-height: 0.32rem;
		color: #666666;
	}
}