.faq-ban{
	position: relative;
	padding-top: 15.625%;
	background-color: #0B0C0E;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.faq-ban-pe{
	display: none;
	padding-top: 48%;
}
.faq-ban .faq-bantxt{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #fff;
	transform: translateY(-50%);
	z-index: 2;
}
.faq-ban .tit{
	font-size: 62px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 600;
	font-family:Inter-SemiBold;
}
.faq-ban .desc{
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	font-family:Inter-Medium;
}
.faq-row1{
	height: 68px;
	background-color: #fff;
	position: relative;
}
.faq-row1 .info{
	height: 68px;
	border-bottom: 1px solid #D1DAE8;
	background-color: #fff;
}
.faq-row1 .info.pof{
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 50;
}
.faq-tab{
	font-size: 0;
}
.faq-tab li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.faq-tab li:last-child{
	margin-right: 0;
}
.faq-tab .con{
	display: block;
	font-size: 0;
	line-height: 1;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}
.faq-tab .on .con{
	border-bottom-color: #0074FC;
}
.faq-tab .icn{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin-right: 6px;
	width: 28px;
}
.faq-tab .txt{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #1E2128;
	line-height: 64px;
	font-weight: 500;
	font-family:Inter-Medium;
}
.faq-tab .on .txt{
	color: #0074FC;
}
.faq-row2{
	padding: 20px 0 80px;
	background-color: #F5F8FC;
	overflow: hidden;
}
.faq-list{
	display: block;
	width: 78.125%;
}
.faq-list li{
	padding-bottom: 20px;
	border-bottom: 1px solid #D1DAE8;
	margin-bottom: 20px;
}
.faq-list li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.faq-list .con{
	display: block;
}
.faq-list .top{
	display: block;
	padding: 20px 64px 20px 0;
	cursor: pointer;
	position: relative;
}
.faq-list .tit{
	font-size: 20px;
	color: #1E2128;
	line-height: 1.4;
	font-weight: 600;
	font-family:Inter-SemiBold;
}
.faq-list .icn{
	position: absolute;
	top: 50%;
	right: 24px;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 20px;
	text-align: center;
	transform: translateY(-50%);
}
.faq-list .icn img{
	display: inline-block;
	vertical-align: middle;
}
.faq-list .icn .img2,
.faq-list .on .icn .img1{
	display: none;
}
.faq-list .on .icn .img2{
	display: inline-block;
}
.faq-list .sub{
	display: none;
	font-size: 16px;
	color: #1E2128;
	line-height: 1.8;
	font-weight: 400;
	font-family:Inter-Regular;
}
@media only screen and (max-width:950px) {
	.faq-ban-pc{
		display: none;
	}
	.faq-ban-pe{
		display: block;
	}
	.faq-ban .tit{
		font-size: 36px;
		line-height: 1.4;
		margin-bottom: 8px;
	}
	.faq-ban .desc{
		font-size: 14px;
		line-height: 22px;
		font-weight: 400;
	}
	.faq-row1,
	.faq-row1 .info{
		height: 48px;
	}
	.faq-row1 .info.pof{
		top: 60px;
	}
	.faq-tab li{
		margin-right: 24px;
	}
	.faq-tab .icn{
		width: 24px;
	}
	.faq-tab .txt{
		line-height: 44px;
		font-size: 14px;
	}
	.faq-row2{
		padding: 8px 0 28px;
	}
	.faq-list{
		width: auto;
	}
	.faq-list li{
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.faq-list .top{
		padding: 16px 28px 16px 0;
	}
	.faq-list .tit{
		font-size: 16px;
		line-height: 1.4;
	}
	.faq-list .icn{
		width: 16px;
		height: 16px;
		line-height: 16px;
		right: 0;
	}
	.faq-list .icn img{
		width: 12px;
	}
	.faq-list .sub{
		font-size: 14px;
		line-height: 1.6;
	}
}