<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.help-title{
  padding-top: 50px;
  text-align: center;
}
.help-title h1{
  font-size: 30px;
}
.faq .cen {
	margin-top: 38px;
}
.faq .cen_main{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 1px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
  border-radius: 14px;
}
.faq .cen .cen_cont {
	display: flex;
	flex-wrap: wrap;
	min-height: 601px;
	background: #fff;
	position: relative;
	z-index: 1;
}


.faq .cen .cen_cont .left_text {
	flex: 0 0 386px;
	box-sizing: border-box;
	padding: 30px 20px;
	height: calc(100% - 100px)
}

.faq .cen .cen_cont .left_text .title {
	margin-bottom: 15px;
	position: relative;
	padding-left: 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
}

.faq .cen .cen_cont .left_text .title:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background: #1967D2;
}

.faq .cen .cen_cont .left_text .list {
	color: #666666;
	font-size: 16px;
	display: block;
	padding: 4px 10px;
	box-sizing: border-box;
	margin-bottom: 6px;
	cursor: pointer
}

.faq .cen .cen_cont .left_text .list:hover {
	color: #1967D2;
}

.faq .cen .cen_cont .left_text .list.active {
	font-weight: bold;
	color: #1967D2;
}

.faq .cen .cen_cont .left_text .list .icon {
	width: 8px;
	vertical-align: -.1em;
	margin-right: 5px;
}

.faq .cen .cen_cont .left_text .list.up .icon {
	transform: rotate(180deg)
}

.faq .cen .cen_cont .left_text .list.up+.list-child {
	display: none;
}

.faq .cen .cen_cont .left_text .list-child {
	padding-left: 2em
}

.faq .cen .cen_cont .left_text .title~.list-child {
	padding-left: 0
}

.faq .cen .cen_cont .right_text {
	flex: 1;
	border-left: 1px solid #D9D9D9;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px;
}

.faq .cen .cen_cont .right_text .about {
	margin: 0 auto;
	width: 1100px;
	font-size: 18px;
	line-height: 30px
}

.faq .cen .cen_cont .right_text .about p {
	margin-bottom: 30px
}

.faq .cen .cen_cont .right_text .about h3 {
	text-align: left
}

.faq .cen .cen_cont .right_text .about img {
	margin: 0 auto
}

.faq .cen .cen_cont .right_text-tips {
	color: #f59a23;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #333
}

.faq .cen .cen_cont2 .left_text {
	flex: 0 0 218px;
	padding: 0
}

.faq .cen .cen_cont2 .left_text .list {
	border-radius: 0;
	padding: 16px 44px 17px;
	font-size: 16px;
	margin-bottom: 0
}

.faq .cen .cen_cont2 .left_text .list.active {
	background: #ebebeb;
	color: #1967D2;
	position: relative
}

.faq .cen .cen_cont2 .left_text .list.active:after {
	content: "";
	position: absolute;
	height: 18px;
	border-left: 3px solid #1967D2;
	left: 33px;
	top: 50%;
	margin-top: -9px
}

.faq .search {
	position: relative;
	height: 35px;
	margin-bottom: 30px;
}

.faq .search-input {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 50px 0 15px;
	font-size: 14px;
	border: 1px solid #999999;
	outline: 0;
	border-radius: 20px;
}

.faq .search-input:focus {
	border-color: #1967D2
}

.faq .search-icon {
	position: absolute;
	top: 9px;
	right: 15px;
	font-size: 18px;
	color: #999999;
	cursor: pointer;
}

.faq .search-icon:hover {
	color: #1967D2
}

.faq .nodata {
	text-align: center
}

.faq .detail,
.faq .nodata {
	font-size: 16px;
}

.faq .detail-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 24px;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 20px;
	position: relative;
}</pre></body></html>