@charset "utf-8";
@font-face {
	font-family: 'Din';
	src: url('../font/DIN-Bold.otf') format('woff2'); /* 最后优先级 */
	font-weight: normal;
	font-style: normal;
	font-display: swap; /* 在字体下载过程中使用系统字体，提升用户体验 */
}

@font-face {
	font-family: DingTalk JinBuTi;
	src: url('../font/DingTalk_JinBuTi_Regular.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap; /* 在字体下载过程中使用系统字体，提升用户体验 */
}
body,
dd,
div,
dl,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
iframe,
input,
label,
menu,
nav,
ol,
p,
section,
select,
textarea,
ul,
li {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

footer,
header,
nav,
section {
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	font-size: 24px;
	font-family: Microsoft YaHei-Light, Microsoft YaHei;
	color: #422D58;
	font-weight: 400;
	min-width: 1300px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-corner{
  background-color: #38383D;
}
::-webkit-scrollbar-thumb {
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 106px;
  background: rgba(255,255,255,.1);
  transition: background-color .3s;
  background: #e1e1e1;
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,.2);
  background: #e1e1e1;
}
.color-theme{
	color: #832FFF;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.svg-icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.fs18{
	font-size: 18px;
}
.fs40{
	font-size: 40px;
}
.fs60{
	font-size: 60px;
}
.fb{
	font-weight: bold;
}
/* 导航栏 start */
.layout-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.layout-header.topbgs {
	background: #FFFFFF;
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
}

.header-cont {
	display: flex;
	align-items: center;
	height: 70px;
	max-width: 1680px;
	padding: 0 40px;
	margin: 0 auto;
	color: #422D58;
}
.logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 24px;
	padding-left: 40px;
	min-height: 50px;
	position: relative;
}
.logo img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.logo b{
	font-family: DingTalk JinBuTi;
	font-weight: 400;
}

nav {
	font-size: 0;
}
nav a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	padding: 11px 10px;
}
nav a:hover {
	color: rgba(131, 47, 255, 1);
}
nav a.on {
	font-weight: bold;
	color: rgba(131, 47, 255, 1);
}
nav a+a {
	margin-left: 20px;
}

.header-btns {
	margin-left: 40px;
}
/* 导航栏 end */

.dow-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 274px;
	height: 60px;
	background: #832FFF;
	box-shadow: 0px 10px 30px 0px rgba(131,47,255,0.35);
	border-radius: 51px;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	cursor: pointer;
}

.dow-btn:hover {
	background: #7019F0;
	box-shadow: 0px 10px 30px 0px rgba(131,47,255,0.5);
}
.dow-btn .svg-icon{
	margin-left: 20px;
}

/* 帮助中心 start */
.faq .tops {
	padding-top: 80px;
	position: relative;
	height: 337px;
	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;
	padding-top: 90px;
}

.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;
	margin-top: -94px;
}
.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 */

/* 页脚 start */
.footer {
	background: #2A2845;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 20px 0;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	font-weight: 400;
}
.record-info{
	line-height: 16px;
	text-align: center;
	padding: 10px;
}
.footer-pr {
	line-height: 20px;
}

.footer-pr a {
	color: inherit;
}

.footer-pr a:hover {
	text-decoration: underline;
}

.kefubox {
	position: fixed;
	right: 30px;
	top: 40%;
	width: 80px;
	border-radius: 6px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	font-size: 14px;
	z-index: 1000;
}

.kefubox>div {
	height: 75px;
	width: 100%;
	background: hsla(0, 0%, 100%, .85);
	text-align: center;
	cursor: default;
	position: relative;
	box-sizing: border-box;
	padding: 1px;
}

.kefubox>div:hover {
	background: #f0f0f0
}

.kefubox>div:first-child {
	border-radius: 6px 6px 0 0;
}

.kefubox>div:last-child {
	border-radius: 0 0 6px 6px;
}

.kefubox>div:first-child~div {
	border-top: 1px solid rgba(232, 232, 232, .4);
}

.kefubox-ico {
	margin: 10px auto -5px
}

.kefu .layer.sins {
	padding: 10px 0
}

.kefu .layer.sins a,
.kefu .layer.sins div {
	padding-left: 23px;
	text-align: left;
}

.kefu .layer.sins a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

.kefu .layer.sins a em {
	text-decoration: underline;
	font-style: normal;
}

.kefu .layer.sins a:hover,
.kefu .layer.sins a:hover em {
	color: #ff5f50;
}

.kefu .layer.sins div {
	padding-bottom: 5px;
}

.kefu .layer.sins div img {
	display: inline-block;
	width: 126px;
	height: 126px;
	vertical-align: text-top
}

.kefu .layer.sins p {
	border-top: 1px solid #efefef;
	padding-top: 10px;
	margin-top: 5px
}

.kefubox-layer {
	display: none
}

.kefu:hover .kefubox-layer {
	width: 250px;
	text-align: center;
	position: absolute;
	left: -240px;
	top: 0;
	display: block
}

.layer {
	background: #fff;
	box-shadow: 0 0 6px #ccc;
	border-radius: 4px;
	margin-right: 20px
}

.layer img {
	width: 100%
}

.layer a {
	display: block;
	color: #333
}

.layer a em {
	color: #20ca8d
}

.corner {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	display: inline-block;
	position: absolute;
	right: 13px;
	top: 20px
}

.layer p {
	line-height: 25px;
}

.qq:hover .kefubox-layer {
	width: 200px;
	text-align: center;
	position: absolute;
	left: -190px;
	top: 0;
	display: block
}

.qq .layer a {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.qq .layer p {
	padding: 10px;
	line-height: 20px;
	margin-top: -10px;
}
/* 页脚 end */


/* 首页 start */
.home-wrap {
	padding-top: 70px;
	background: #fff;
	min-height: calc(100vh - 146px);
}
.home-main{
	background: linear-gradient( 180deg, #EFE5FF 0%, #FFFFFF 100%);
}
.home-top{
	padding: 146px 20px 0;
	margin: 0 auto 110px;
	text-align: center;
}
.home-top > h1{
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
}
.home-top > p{
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 2px;
	margin-top: 20px;
}


.home-wrap .dcs-list{
	width: 1220px;
	margin: 0 auto 120px;
}
.home-wrap .dcs-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 80px;
	padding: 0 10px;
}
.home-wrap .dcs-item:nth-of-type(even) .dcs-item-cont{
	order: 1;
}
.home-wrap .dcs-item-cont{
	width: 600px;
}
.home-wrap .dcs-item-cont img{
	max-width: 100%;
}
.home-wrap .dcs-item-img{
	flex: 0 0 590px;
	width: 590px;
}