/* 帮助中心 start */
.faq .tops {
	padding-top: 160px;
	position: relative;
	height: 267px;
	min-width: 1200px;
	overflow: hidden;
	/* background: linear-gradient(352deg, #F3F4FF 0%, rgba(255, 255, 255, 0) 100%);
	opacity: .34; */
	background: url('/statics/tstranslator/images/faq/h-bg.png') center bottom no-repeat;
}

.faq .tops .title {
	width: 250px;
	margin: 0 auto;
}

.faq .tops .title img {
	width: 100%
}

.faq .tops_cen {
	height: 70px;
	background: #fff;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	padding: 0 80px;
}

.faq .tops_cen .clist {
	cursor: pointer;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #333;
}
.faq .tops_cen .clist .svg-icon{
	width: 24px;
	height: 24px;
	color: #000;
	vertical-align: -0.2em;
}

.faq .tops_cen .clist.router-link-exact-active,
.faq .tops_cen .clist.router-link-exact-active .svg-icon{
	color: #001CFF;
}

.faq .tops_cen .clist.router-link-exact-active:after {
	content: "";
	position: absolute;
	width: 30px;
	right: 25px;
	bottom: -5px;
	height: 1px;
	background: #001CFF
}

.faq .tops_cen .clist:hover,
.faq .tops_cen .clist:hover .svg-icon{
	color: #001CFF
}

.faq .cen {
	background: #FCFCFC;
	padding-bottom: 100px;
}
.faq .cen_main{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 1px;
}
.faq .cen_main::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(217, 217, 217, 1) , rgba(217, 217, 217, 0) 140px);
	border-radius: 10px 10px 0 0;
}

.faq .cen .cen_cont {
	display: flex;
	flex-wrap: wrap;
	min-height: 601px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.faq .cen .cen_cont:not(.nobb) {
	border-top: 1px solid #D9D9D9;
}

.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: #001CFF;
}

.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: #001CFF;
}

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

.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: #001CFF;
	position: relative
}

.faq .cen .cen_cont2 .left_text .list.active:after {
	content: "";
	position: absolute;
	height: 18px;
	border-left: 3px solid #001CFF;
	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: #001CFF
}

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

.faq .search-icon:hover {
	color: #001CFF
}

.faq .nodata {
	text-align: center
}

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

.faq .detail-title {
	height: 30px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 24px;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 20px;
	position: relative;
}
.faq .detail-title i{
	position: absolute;
	top: -5px;
	left: -11px;
	width: 40px;
	height: 32px;
	background: url('/statics/tstranslator/images/ico20.png') 0 center no-repeat;
}
.faq .detail-title span{
	position: relative;
	z-index: 1;
}

.faq .detail p {
	margin: 15px auto;
	text-indent: 2em;
	text-align: justify
}

.faq .detail img {
	margin: 30px auto;
	max-width: 680px;
	display: block
}

.faq .detail strong {
	color: #333
}
/* 帮助中心 end */