a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

body {
	line-height: 1
}

ol,ul {
	list-style: none
}

a {
	text-decoration: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body,html {
	width: 100%;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	font-size: 14px;
	background: #fff
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input[type=number] {
	-moz-appearance: textfield
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.clearfix {
	*zoom: 1
}

.clearfix:after,.clearfix:before {
	display: table;
	content: "";
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden
}

.clearfix:after {
	clear: both
}

#__next,.main {
	width: auto
}

.btn {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	min-width: 280px;
	background: #ffba01;
	border-radius: 40px;
	font-size: 32px;
	line-height: 1;
	padding: 23px 75px;
	color: hsla(0,0%,100%,.95);
	border: 1px solid transparent;
	cursor: pointer
}

.btn.sm-btn {
	min-width: 160px;
	font-size: 20px;
	padding: 17px 39px
}

.btn.sm-btn+.btn.sm-btn {
	margin-left: 25px
}

.btn.min-btn {
	font-size: 12px;
	padding: 17px 20px;
	min-width: 128px;
	vertical-align: middle
}

.btn.big-btn {
	width: 400px;
	max-width: 100%;
	font-size: 12px;
	color: #3c3c3c;
	padding: 18px 75px
}

.btn.no-cor {
	border-radius: 3px
}

.btn.text {
	background: transparent;
	min-width: auto;
	line-height: inherit;
	padding: 0 5px;
	font-size: inherit;
	font-weight: inherit;
	border: none;
	color: #ffba01
}

.btn.text.gray {
	color: #000
}

.btn.text:hover {
	color: #e5a700;
	background: inherit
}

.btn:hover {
	background: #e5a700
}

.btn.primary {
	background: #1891ff;
	color: hsla(0,0%,100%,.95)
}

.btn.primary:hover {
	background: #1e96ff
}

.btn.gray {
	background: transparent;
	border-color: #ffba01;
	color: #ffba01
}

.btn.gray.primary {
	border-color: #1891ff;
	color: #1891ff
}

.btn.gray:hover {
	background: #ffba01;
	color: #fff
}

.btn:disabled {
	cursor: not-allowed;
	opacity: .6
}

.btn:disabled:hover {
	background: #ffba01
}

.fk-header {
	height: 64px;
	box-sizing: border-box;
	padding: 0;
	background: transparent;
	margin: 0;
	width: 100%;
	z-index: 22;
	position: fixed;
	top: 0;
	left: 0
}

.fk-header.black-bg {
	background: rgba(30,30,30,.6)
}

.fk-header .hide {
	display: none
}

.fk-header .fk-header-inner {
	margin: 0 auto;
	height: 100%;
	width: 1200px;
	position: relative
}

.fk-header .fk-header-inner .logo {
	position: relative;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 184px;
	height: 39px;
	background-size: 100% 100%
}

.fk-header .fk-header-inner .nav {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin-top: 6px
}

.fk-header .fk-header-inner .nav ul {
	font-size: 16px
}

.fk-header .fk-header-inner .nav ul li {
	overflow: hidden;
	display: inline-block;
	vertical-align: baseline;
	margin-left: 40px;
	cursor: pointer
}

.fk-header .fk-header-inner .nav ul li a {
	color: hsla(0,0%,94.1%,.65);
	min-width: 32px;
	line-height: 24px;
	height: 24px;
	display: inline-block
}

.fk-header .fk-header-inner .nav ul li:after {
	content: "";
	display: block;
	margin: 6px auto 0;
	width: 20px;
	height: 4px;
	background: transparent;
	border-radius: 2px
}

.fk-header .fk-header-inner .nav ul li.active:after,.fk-header .fk-header-inner .nav ul li:hover:after {
	background: #ffba01
}

.fk-header .fk-header-inner .nav ul li.active>a,.fk-header .fk-header-inner .nav ul li:hover>a {
	color: #ffba01
}

.fk-header .fk-header-inner .link-btn {
	position: relative;
	top: 50%;
	margin-right: 30px;
	transform: translateY(-50%)
}

.fk-header .fk-header-inner .link-btn:hover .content {
	display: block
}

.fk-header .fk-header-inner .link-btn:hover .btn .arrow {
	transform: rotate(180deg);
	transition: transform .5s ease
}

.fk-header .fk-header-inner .link-btn .btn {
	display: flex;
	align-items: center
}

.fk-header .fk-header-inner .link-btn .btn .text {
	font-size: 16px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #676d77;
	margin-right: 12px
}

.fk-header .fk-header-inner .link-btn .btn .arrow {
	transition: transform .5s ease;
	width: 10px;
	height: 7px;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQBAMAAAACH4lsAAAAGFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWNxwqAAAACHRSTlMAAwQGX4+Rm+ReTVQAAAArSURBVAjXY2AgASjBGMzlBlCWeVoxVKhUMBwiqB7IIFoEZqkIMDA6MVAEAHyvBGNtUT+hAAAAAElFTkSuQmCC) 50% no-repeat;background-size: 10px 7px
}

.fk-header .fk-header-inner .link-btn .content {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 999;
	width: 240px;
	height: 385px;
	background: #fff;
	box-shadow: 0 2px 17px 0 hsla(0,0%,76.5%,.5);
	padding: 20px;
	box-sizing: border-box
}

.fk-header .fk-header-inner .link-btn .content:before {
	content: "";
	border-right: 9px solid transparent;
	border-bottom: 9px solid #fff;
	border-left: 9px solid transparent;
	position: absolute;
	top: -8px;
	right: 10px
}

.fk-header .fk-header-inner .link-btn .content .layer-top {
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2
}

.fk-header .fk-header-inner .link-btn .content .layer-top .left {
	width: 16px;
	height: 18px;
	background-size: 100% 100%;
	margin-right: 9px
}

.fk-header .fk-header-inner .link-btn .content .layer-top .right {
	font-size: 16px;
	font-family: PingFangSC-Medium,PingFang SC;
	font-weight: 500;
	color: #333
}

.fk-header .fk-header-inner .link-btn .content .name {
	margin-top: 17px;
	margin-left: 3px;
	font-size: 14px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #333;
	line-height: 20px
}

.fk-header .fk-header-inner .link-btn .content .num {
	margin: 4px 0 10px 3px;
	font-size: 12px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: 17px
}

.fk-header .fk-header-inner .link-btn .content .code {
	width: 200px;
	height: 201px;
	background: url(/_next/static/images/qqcode-8165c35d5f68d504765c1137ffa77c7d.png);
	background-size: 100%;
	margin: 0 auto
}

.fk-header .fk-header-inner .link-btn .content .tip {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: 17px
}

.fk-header.all-black,.fk-header.all-black .fk-header-inner {
	background: #1e1e1e
}

.fk-header .mb-btn {
	display: none
}

@media screen and (max-width:1200px) {
	.fk-header {
		position: absolute
	}
}

@media screen and (max-width:1080px) {
	.fk-header {
		position: fixed
	}

	.fk-header .fk-header-inner {
		width: 100%
	}

	.fk-header .fk-header-inner .nav {
		top: 64px;
		right: 0;
		left: auto;
		transform: none;
		margin-top: 0;
		width: 100%;
		display: none;
		text-align: right;
		background: rgba(30,30,30,.6)
	}

	.fk-header .fk-header-inner .nav.show {
		display: block
	}

	.fk-header .fk-header-inner .nav ul li {
		display: block;
		margin: 0;
		padding: 0 20px;
		text-align: center
	}

	.fk-header .fk-header-inner .nav ul li:after {
		width: 100%;
		height: 1px;
		margin: 2px auto
	}

	.fk-header .mb-btn {
		cursor: pointer;
		overflow: hidden;
		width: 36px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		display: block
	}

	.fk-header .mb-btn li {
		display: block;
		width: 30px;
		height: 2px;
		background: #fff;
		margin: 6px auto
	}

	.fk-header .mb-btn.acitve li {
		background: #ffba01
	}
}

.fk-footer {
	width: 100%;
	padding: 40px 0 28px;
	text-align: center;
	box-sizing: border-box;
	font-weight: 400
}

.fk-footer,.fk-footer.all-black {
	background: linear-gradient(180deg,#1f1f1f,#151515)
}

.fk-footer .footer-inner {
	max-width: 1200;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	color: hsla(0,0%,94.1%,.65);
	display: flex;
	justify-content: space-between;
	align-items: center
}

.fk-footer .footer-inner .link-box {
	text-align: left;
	margin-top: 0
}

.fk-footer .footer-inner .link-box .right-link {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin-top: 16px
}

.fk-footer .footer-inner .link-box .right-link>a {
	margin-left: 8px;
	vertical-align: middle
}

.fk-footer .footer-inner .link-box .right-link>a:first-of-type {
	margin-left: 0
}

.fk-footer .footer-inner .link-box .right-link>a>span {
	display: inline-block;
	vertical-align: middle
}

.fk-footer .footer-inner .link-box .right-link>a img {
	vertical-align: middle
}

.fk-footer .footer-inner .link-box .foot-logo {
	width: 240px;
	height: 51px;
	margin-bottom: 30px
}

.fk-footer .footer-inner a {
	color: hsla(0,0%,94.1%,.65)
}

.fk-footer .footer-inner .foot-link {
	text-align: center;
	color: hsla(0,0%,100%,.85);
	font-size: 0
}

.fk-footer .footer-inner .foot-link>li {
	display: inline-block;
	margin-right: 33px
}

.fk-footer .footer-inner .foot-link>li:last-of-type {
	margin-right: 0
}

.fk-footer .footer-inner .foot-link li>span {
	display: block
}

.fk-footer .footer-inner .foot-link li>span:first-of-type {
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	font-weight: 500
}

.fk-footer .footer-inner .foot-link li>span:nth-of-type(2) {
	font-size: 22px;
	zoom: .5;
	height: 36px;
	line-height: 36px;
	color: hsla(0,0%,100%,.85);
	margin-bottom: 12px
}

.fk-footer .footer-inner .foot-link img {
	width: 100px;
	height: 100px
}

.fk-footer .mb-inner {
	display: none
}

@media screen and (max-width:1080px) {
	.fk-footer,.fk-footer.all-black {
		min-width: auto;
		width: 100%;
		height: 64px;
		overflow: hidden;
		background: rgba(30,30,30,.6)
	}

	.fk-footer.all-black .footer-inner,.fk-footer .footer-inner {
		display: none
	}

	.fk-footer.all-black .mb-inner,.fk-footer .mb-inner {
		display: block;
		color: #f6f6f6;
		margin-top: 12px;
		line-height: 20px;
		font-size: 12px
	}
}

.my-checkbox {
	margin-right: 4px;
	white-space: nowrap;
	outline: none;
	position: relative;
	vertical-align: text-bottom;
	height: 16px
}

.my-checkbox,.my-checkbox .checkbox__inner {
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	width: 14px
}

.my-checkbox .checkbox__inner {
	position: absolute;
	height: 14px;
	border-radius: 4px;
	border: 1px solid hsla(0,0%,60%,.9);
	visibility: visible;
	color: #ffba01;
	font-size: 16px;
	text-align: center
}

.my-checkbox .checkbox__inner:hover {
	border-color: #ffba01
}

.my-checkbox .checkbox__inner:after {
	box-sizing: content-box;
	content: "";
	border: 1px solid transparent;
	border-left: 0;
	border-top: 0;
	height: 7px;
	left: 5px;
	position: absolute;
	top: 2px;
	transform: rotate(45deg) scaleY(1);
	width: 3px;
	transform-origin: center
}

.my-checkbox input.checkbox__original {
	opacity: 0;
	position: absolute;
	z-index: -1;
	outline: none;
	margin: 0;
	width: 0;
	height: 0
}

.my-checkbox.is-checked .checkbox__inner,.my-checkbox.is-checked .checkbox__inner:after {
	border-color: #ffba01
}

.my-input {
	font-size: 12px;
	border-radius: 24px;
	border: 1px solid #999;
	width: auto;
	min-width: 238px;
	height: 48px;
	color: #999;
	box-sizing: border-box;
	display: inline-block
}

.my-input:hover {
	border-color: #ffba01
}

.my-input .pre-wrap,.my-input .suf-wrap {
	display: inline-block;
	font-size: 0;
	width: 24px;
	height: 24px;
	padding: 0 8px 0 16px;
	vertical-align: middle;
	cursor: pointer;
	overflow: hidden;
	box-sizing: content-box
}

.my-input .pre-wrap.suf-wrap,.my-input .suf-wrap.suf-wrap {
	padding: 0 16px 0 8px
}

.my-input .pre-wrap>img,.my-input .suf-wrap>img {
	width: 100%;
	height: 100%;
	display: none
}

.my-input .pre-wrap>img.show,.my-input .suf-wrap>img.show {
	display: inline-block
}

.my-input .pre-wrap:hover,.my-input .suf-wrap:hover {
	transform: scale(1.1)
}

.my-input .input-inner {
	vertical-align: middle;
	outline: none;
	border: none;
	width: calc(100% - 98px);
	height: 100%;
	box-sizing: border-box;
	background: transparent
}

.home-page {
	background: #fff;
	min-height: 100vh;
	display: flex;
	flex-direction: column
}

.home-page .home-body {
	padding: 82px 0 0;
	width: 100%;
	flex: 1 0 auto
}

.home-page .home-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.home-page .home-hero {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 18px;
	align-items: center
}

.home-page .home-head {
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	padding: 5px 0;
	color: #262626
}

.home-page .home-subhead {
	margin-top: 12px;
	font-size: 18px;
	color: #919191;
	line-height: 24px
}

.home-page .home-actions {
	margin-top: 18px
}

.home-page .home-primary,.home-page .home-secondary {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	padding: 0 26px;
	border-radius: 14px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .2px;
	transition: transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease
}

.home-page .home-primary {
	background: #0f0f0f;
	color: hsla(0,0%,100%,.92);
	box-shadow: 0 16px 42px rgba(0,0,0,.22)
}

.home-page .home-primary:before {
	content: "";
	position: absolute;
	inset: -6px;
	z-index: -1;
	border-radius: 18px;
	background: linear-gradient(90deg,#ff4d00,#ffc800,#00d2ff,#7c3aed);
	filter: blur(12px);
	opacity: .55
}

.home-page .home-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 48px rgba(0,0,0,.26)
}

.home-page .home-secondary {
	margin-left: 12px;
	background: transparent;
	border: 1px solid rgba(0,0,0,.12);
	color: #1f1f1f
}

.home-page .home-secondary:hover {
	transform: translateY(-1px);
	border-color: rgba(0,0,0,.18);
	box-shadow: 0 14px 36px rgba(0,0,0,.1)
}

.home-page .home-hero-media {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.06);
	box-shadow: 0 10px 30px rgba(0,0,0,.06)
}

.home-page .home-grid {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 14px
}

.home-page .home-card {
	background: #fff;
	border: 1px solid rgba(0,0,0,.06);
	box-shadow: 0 10px 30px rgba(0,0,0,.06);
	border-radius: 14px;
	padding: 16px
}

.home-page .home-title {
	font-size: 22px;
	font-weight: 600;
	color: #262626;
	padding: 4px 0
}

.home-page .home-list {
	margin-top: 12px;
	padding-left: 18px;
	line-height: 24px;
	color: #919191
}

.tabs {
	text-align: center;
	margin: -60px auto 48px;
	z-index: 2;
	width: 980px
}

.tabs,.tabs .tab-item {
	height: 60px;
	display: flex;
	justify-content: center
}

.tabs .tab-item {
	width: 179px;
	background: hsla(0,0%,100%,.47);
	margin-right: 6px;
	align-items: center;
	cursor: pointer
}

.tabs .tab-item .logo {
	margin-right: 16px
}

.tabs .tab-item .text {
	font-size: 16px;
	font-family: PingFangSC-Medium,PingFang SC;
	font-weight: 500;
	color: #232323
}

.tabs .active {
	background: #fff
}

.tabs .disabled {
	background: hsla(0,0%,100%,.07);
	color: rgba(51,51,51,.4)
}

.index-content {
	width: 740px;
	min-height: calc(100vh - 671px)
}

.fk-version {
	box-sizing: border-box;
	padding: 0 35px
}

.fk-version .ver-title {
	font-size: 18px;
	font-family: PingFangSC-Medium,PingFang SC;
	font-weight: 500;
	color: #333
}

.fk-version .ver-num {
	margin-top: 8px;
	font-size: 12px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #a7a7a7
}

.fk-version .down-btn {
	margin-top: 26px;
	width: 120px;
	height: 36px;
	background: #698399;
	border-radius: 18px
}

.fk-version .down-btn,.fk-version .down-btn a {
	text-align: center;
	font-size: 14px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #fff;
	line-height: 36px
}

.fk-version .down-btn a {
	text-decoration: none
}

.fk-version .ver-his-title {
	margin-top: 40px;
	font-size: 12px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #373737
}

.fk-version .ver-list {
	margin-top: 20px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column
}

.fk-version .ver-list .ver-item {
	margin-bottom: 20px
}

.fk-version .ver-list .ver-item .update-title {
	display: flex;
	align-items: center
}

.fk-version .ver-list .ver-item .update-title .dot {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	margin-right: 7px
}

.fk-version .ver-list .ver-item .update-title .text {
	font-size: 12px;
	font-family: PingFangSC-Medium,PingFang SC;
	font-weight: 500;
	color: #373737
}

.fk-version .ver-list .ver-item .update-content {
	margin-top: 8px;
	margin-left: 15px
}

.fk-version .ver-list .ver-item .update-content p {
	font-size: 12px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #949494;
	line-height: 17px
}

.link-down {
	font-size: 12px;
	text-decoration: none;
	color: #58b7ff;
	font-family: PingFangSC-Regular,PingFang SC;
	display: block;
	margin-top: 10px
}

.main .banner {
	position: relative;
	height: auto;
	min-width: 1200px;
	width: 100%
}

.main .banner .banner-content {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center
}

.main .banner .banner-content .b1 {
	margin-bottom: 29px
}

.main .banner .banner-content .b2 {
	width: 100%;
	margin-bottom: 148px;
	display: block;
	position: relative;
	font-weight: 700;
	font-family: Barlow,Rubik,sans-serif;
	font-size: 6rem;
	line-height: 8rem;
	color: #f9fafc
}

.main .banner .banner-content .b2 .b2next {
	display: block;
	color: #ffae11;
	position: relative;
	width: 100%
}

.main .banner .banner-content .b-span {
	margin-top: 35px;
	font-size: 50px;
	font-weight: 600;
	color: #ffba01;
	line-height: 1;
	padding: 5px 0
}

.main .banner .banner-content .download-grid {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 18px;
	margin: 0 auto;
	width: 980px;
	max-width: calc(100% - 40px)
}

.main .banner .banner-content .download-item {
	flex: 1;
	min-width: 160px;
	padding: 18px 16px;
	border-radius: 12px;
	background: hsla(0,0%,100%,.12);
	border: 1px solid hsla(0,0%,100%,.18);
	backdrop-filter: blur(8px);
	text-decoration: none;
	color: #fff;
	transition: transform .15s ease,background .15s ease
}

.main .banner .banner-content .download-item:hover {
	transform: translateY(-2px);
	background: hsla(0,0%,100%,.18)
}

.main .banner .banner-content .download-title {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2
}

.main .banner .banner-content .download-sub {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	color: hsla(0,0%,100%,.75);
	line-height: 1.2
}

.main .banner .banner-content .btn>a {
	color: inherit
}

.content {
	width: 1200px;
	margin: 0 auto;
	padding: 16px 0 147px;
	text-align: center;
	color: #262626
}

.content h3 {
	font-size: 52px;
	font-weight: 600;
	line-height: 1;
	padding: 5px 0;
	margin-bottom: 61px
}

.content .desc h3 {
	margin-bottom: 18px
}

.content .desc h4 {
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
	padding: 12px 0
}

.content .desc p {
	font-size: 32px;
	font-weight: 400;
	color: #919191;
	line-height: 1;
	padding: 8px 0
}

.content .desc .h-tb {
	margin-bottom: 64px
}

.content .desc .h-tb img {
	width: 100%
}

.content .desc .h-tb h4,.content .desc .h-tb p {
	text-align: center
}

.content .desc .h-tb h4 {
	margin: 10px 0 16px
}

.content .desc .h-tb p {
	color: #616161
}

.content .desc .lr-tb {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0;
	margin-bottom: 120px
}

.content .desc .lr-tb img {
	width: 680px;
	height: auto
}

.content .desc .lr-tb.reveser-tb img:first-of-type {
	display: none
}

.content .desc .lr-tb.reveser-tb img:last-of-type {
	display: inline-block
}

.content .desc .lr-tb h4,.content .desc .lr-tb p {
	text-align: left
}

.content .desc .lr-tb p {
	font-size: 24px;
	line-height: 36px;
	margin-top: 16px
}

.content .desc .lr-tb .desc-span {
	width: 414px
}

.application {
	text-align: center;
	margin-bottom: 120px;
	font-size: 0
}

.application h3 {
	margin-bottom: 16px
}

.application p {
	font-size: 32px;
	font-family: Helvetica;
	color: #919191;
	line-height: 1;
	padding: 8px 0;
	margin-bottom: 62px
}

.application img {
	width: 33.3%;
	height: auto
}

.partners {
	font-size: 0
}

.partners img {
	width: 224px;
	height: 78px;
	margin: 0 0 26px 63px
}

.about-page {
	background: #fff;
	min-height: 100vh;
	display: flex;
	flex-direction: column
}

.about-page .about-body {
	padding: 82px 0 0;
	min-width: 1200px;
	flex: 1 0 auto
}

.about-page .about-inner {
	width: 1200px;
	margin: 0 auto;
	text-align: center
}

.about-page .about-head {
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	padding: 5px 0
}

.about-page .about-subhead {
	margin-top: 12px;
	font-size: 16px;
	color: #919191
}

.about-page .about-grid {
	margin-top: 16px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 14px;
	text-align: left
}

.about-page .about-card {
	background: #fff;
	border: 1px solid rgba(0,0,0,.06);
	box-shadow: 0 10px 30px rgba(0,0,0,.06);
	border-radius: 14px;
	padding: 16px
}

.about-page .about-title {
	font-size: 22px;
	font-weight: 600;
	color: #262626;
	padding: 4px 0
}

.about-page .about-text {
	margin-top: 10px;
	line-height: 22px;
	color: #919191
}

.about-page .about-text+.about-text {
	margin-top: 8px
}

.about-page .about-card:nth-child(3) {
	grid-column: 1/-1
}

.about {
	background-color: #f6f6f6
}

.about .banner {
	margin-bottom: 64px;
	position: relative;
	box-sizing: border-box;
	height: 617px;
	min-width: 1200px;
	width: 100%
}

.about .banner .banner-img {
	height: 100%;
	width: 100%
}

.about .banner .banner-span {
	width: 1200px;
	color: #fff;
	position: absolute;
	top: 183px;
	left: 50%;
	transform: translateX(-50%);
	text-align: justify
}

.about .banner .banner-span .banner-inner {
	width: 50%;
	min-width: 592px
}

.about .banner .banner-span h3 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	padding: 8px 0;
	margin-bottom: 40px
}

.about .banner .banner-span p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px
}

.about .banner .banner-span p:first-of-type {
	margin-bottom: 30px
}

.about .about-body {
	width: 1200px;
	margin: 19px auto 140px;
	text-align: center
}

.about .about-body h3 {
	font-size: 52px;
	font-weight: 600;
	color: rgba(0,0,0,.95);
	line-height: 1;
	padding: 5px 0
}

.about .about-body h3.connect-head {
	margin: 90px 0 60px
}

.about .about-body .connect-box {
	font-size: 16px;
	max-width: 550px;
	margin: 0 auto;
	text-align: left
}

.about .about-body .connect-box p {
	padding: 15px
}

.about .about-body .show-list {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 90px 0 124px
}

.about .about-body .show-list li img {
	width: 52px;
	height: 52px
}

.about .about-body .show-list li img+p {
	font-size: 32px;
	font-family: Avenir-Heavy,Avenir;
	font-weight: 800;
	color: #ffba01;
	line-height: 1;
	padding: 6px 0;
	margin: 28px 0 9px
}

.about .about-body .show-list li p:last-of-type {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0,0,0,.65);
	line-height: 1;
	padding: 4px 0
}

.about .about-body img.progress {
	width: 100%;
	height: auto;
	margin-top: 65px
}

.agg-page {
	padding: 10px;
	text-align: left;
	line-height: 1.8
}

.agg-page h1 {
	text-align: center;
	font-weight: 800
}

.agg-page h1,.agg-page h3,.agg-page p {
	margin-bottom: 1em
}

.agg-page h3 {
	font-weight: 700
}

.agg-page .sub-cor {
	padding-left: 2em;
	margin-bottom: 2em
}

.agg-page p {
	text-align: left;
	text-indent: 2em
}

.agg-page .br {
	font-weight: 700
}

.source-body {
	padding: 154px 0 90px;
	position: relative;
	background: #fff url(/_next/static/images/bg-daa3b348571eebf8887fb3acbd60713d.png) no-repeat left 300px;
	background-size: 784px 542px;
	min-width: 1200px
}

.tab-list {
	margin: 0 auto 103px;
	text-align: center;
	font-size: 0
}

.tab-list .tab-item {
	display: inline-block;
	cursor: pointer;
	width: 100px;
	margin-right: 65px
}

.tab-list .tab-item:last-of-type {
	margin-right: 0
}

.tab-list .tab-item>img {
	width: 50px;
	height: 50px
}

.tab-list .tab-item p {
	font-size: 16px;
	font-weight: 500;
	color: rgba(0,0,0,.65);
	line-height: 1;
	padding: 4px 0
}

.tab-list .tab-item.disabled {
	cursor: not-allowed
}

.tab-list .tab-item.disabled p {
	color: rgba(0,0,0,.25)
}

.tab-list .tab-item.active>p {
	color: #ffba01
}

.tab-con {
	width: 1200px;
	margin: 0 auto;
	min-height: 460px;
	align-items: center;
	justify-content: space-between;
	display: none
}

.tab-con.show {
	display: flex
}

.tab-con .tab-con-img {
	width: 660px;
	height: 460px;
	flex: 660px 0 0
}

.tab-con .tab-con-list {
	line-height: 1;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	flex: auto
}

.tab-con .tab-con-list .tab-con-title {
	font-size: 36px;
	font-weight: 600;
	color: #262626;
	padding: 9px 0;
	margin-bottom: 16px
}

.tab-con .tab-con-list .tab-sub-title {
	max-width: 480px;
	color: #616161;
	line-height: 22px;
	margin-bottom: 18px
}

.tab-con .tab-con-list .tab-span {
	color: #ffba01;
	padding: 4px 0
}

.tab-con .tab-con-list .tab-span+.tab-con .tab-con-list .tab-span {
	margin-top: 7px
}

.tab-con .tab-con-list .ver-link {
	margin: 0 0 18px
}

.tab-con .tab-con-list .tab-span+.ver-link,.tab-con .tab-con-list .tab-sub-title+.ver-link {
	margin-top: 60px
}

.tab-con .tab-con-list .link-img {
	margin: 16px 0 38px
}

.tab-con .tab-con-list .link-img img {
	width: 97px;
	height: 97px
}

.tab-con .tab-con-list .btn.gray>img {
	width: 16px;
	height: 18px;
	margin: 0 4px 0 14px;
	vertical-align: middle
}

.app-info {
	padding: 0 10px;
	display: none
}

.ver-span::marker {
	display: none
}

.ver-span>span {
	display: block;
	padding: 4px 0;
	color: #919191
}

.download-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column
}

.download-body {
	padding: 92px 0 50px;
	margin: 0 auto;
	width: 100%;
	flex: 1
}

.download-inner {
	margin: 0 auto;
    text-align: center;
    width: 80%;
}

.download-head {
	font-size: 52px;
	font-weight: 600;
	line-height: 1;
	padding: 5px 0
}

.download-subhead {
	margin-top: 18px;
	font-size: 20px;
	color: #919191
}

.download-hero {
	margin-top: 22px;
	display: flex;
	justify-content: center
}

.download-primary {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	height: 58px;
	padding: 0 26px;
	border-radius: 14px;
	background: #0f0f0f;
	color: hsla(0,0%,100%,.92);
	text-decoration: none;
	box-shadow: 0 16px 42px rgba(0,0,0,.22)
}

.download-primary:before {
	content: "";
	position: absolute;
	inset: -6px;
	z-index: -1;
	border-radius: 18px;
	background: linear-gradient(90deg,#ff4d00,#ffc800,#00d2ff,#7c3aed);
	filter: blur(12px);
	opacity: .55
}

.download-primary-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.download-primary-icon svg {
	width: 26px;
	height: 26px;
	color: hsla(0,0%,100%,.92)
}

.download-primary-text {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .2px
}

.download-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 48px rgba(0,0,0,.26)
}

.download-grid {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 14px;
	margin-top: 22px
}

.download-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 18px 14px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.07);
	box-shadow: 0 10px 30px rgba(0,0,0,.06);
	color: #2b2b2b;
	text-decoration: none;
	min-height: 112px;
	transition: transform .16s ease,box-shadow .16s ease,border-color .16s ease
}

.download-item:hover {
	transform: translateY(-2px);
	border-color: rgba(0,0,0,.12);
	box-shadow: 0 14px 36px rgba(0,0,0,.1)
}

.download-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #5a5a5a
}

.download-icon svg {
	width: 36px;
	height: 36px
}

.download-title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin-top: 10px
}

.download-desc {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	color: #919191
}

.download-actions {
	margin-top: 40px
}

.features-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #fff
}

.features-page .features-body {
	padding: 82px 0 0;
	max-width: 1200px;
	flex: 1 0 auto
}

.features-page .features-inner {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box
}

.features-page .features-head {
	font-size: 44px;
	font-weight: 600;
	line-height: 1;
	padding: 5px 0
}

.features-page .features-subhead {
	margin-top: 12px;
	font-size: 18px;
	color: #919191
}

.features-page .features-grid {
	margin-top: 22px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 18px;
	text-align: left
}

.features-page .features-card {
	background: #fff;
	border: 1px solid rgba(0,0,0,.06);
	box-shadow: 0 10px 30px rgba(0,0,0,.06);
	border-radius: 14px;
	padding: 22px
}

.features-page .features-title {
	font-size: 22px;
	font-weight: 600;
	color: #262626;
	padding: 4px 0
}

.features-page .features-list {
	margin-top: 12px;
	padding-left: 18px;
	line-height: 24px;
	color: #919191
}

.features-page .features-actions {
	margin-top: 40px;
	text-align: center
}

.alert-bg {
	background: hsla(0,0%,100%,.3);
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none
}

.alert-bg.show {
	display: block
}

.alert-bg .alert-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 300px;
	min-height: 300px;
	font-size: 14px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 7px hsla(0,0%,76.5%,.5)
}

.alert-bg .alert-box.alert-msg {
	min-height: 80px
}

.alert-bg .alert-box.alert-msg .alert-body {
	text-align: center
}

.alert-bg .alert-head {
	padding: 10px 15px
}

.alert-bg .alert-head .pull-right {
	cursor: pointer;
	padding: 3px
}

.alert-bg .alert-head .pull-right:hover {
	color: #333
}

.alert-bg .alert-body {
	padding: 0 15px 15px
}

.alert-bg .alert-body .body-wrap {
	padding: 10px;
	background: hsla(0,0%,96.5%,.5);
	border-radius: 4px;
	overflow: auto;
	max-height: 430px;
	max-width: 270px;
	line-height: 2;
	white-space: pre-wrap
}

.alert-bg .alert-body p {
	padding: 10px 0
}

.alert-bg .alert-body .alert-section {
	padding-left: 2em
}

.my-form {
	padding: 10px
}

.my-form .form-item {
	line-height: 1;
	font-size: 18px;
	margin-bottom: 32px
}

.my-form .form-item label {
	width: 120px;
	text-align: right
}

.my-form .form-item .form-item-inner,.my-form .form-item label {
	display: inline-block;
	vertical-align: middle
}

.my-form .form-item .input-box {
	max-width: 190px;
	padding: 12px 3px;
	font-size: 14px;
	width: 190px
}

.my-form .form-item .form-tip {
	font-size: 12px;
	color: #999;
	line-height: 18px;
	min-width: 238px;
	width: 400px;
	display: inline-block;
	text-align: left;
	text-indent: 28px;
	margin-top: 8px
}

.my-form .form-item.has-tip {
	margin-bottom: 16px
}

.my-table {
	width: 100%;
	min-width: 550px;
	border-collapse: collapse;
	text-align: center;
	border: 1px solid rgba(10,10,30,.3);
	color: #3c3c3c;
	border-radius: 8px
}

.my-table tr {
	background-color: #f5f5f6;
	cursor: pointer
}

.my-table tr:hover {
	background-color: rgba(60,60,60,.1)
}

.my-table th {
	font-size: 14px;
	background: #0a0a1e;
	color: #fff;
	font-weight: 700
}

.my-table td,.my-table th {
	padding: 8px;
	border: 1px solid rgba(10,10,30,.3)
}

.my-table td {
	font-size: 12px
}

@media screen and (max-width:1080px) {
	.my-table td,.my-table th {
		font-size: 12px
	}
}

body,html {
	background: #f5f5f6
}

.msg .banner {
	width: 100%
}

.msg .banner>img {
	width: 100%;
	height: auto
}

.msg .my-tabs {
	min-height: 350px;
	height: calc(100vh - 100vw/7 - 110px);
	margin: 79px auto 0;
	width: 1200px;
	background: #fff;
	box-shadow: 0 4px 16px 0 rgba(192,200,216,.3);
	border-radius: 8px;
	overflow: hidden;
	text-align: left
}

.msg .my-tabs .tab-box {
	color: #555;
	font-size: 0;
	padding: 0 48px;
	border-bottom: 1px solid rgba(60,60,60,.1)
}

.msg .my-tabs .tab-box>li {
	text-align: center;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
	padding: 24px 0;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	margin-right: 96px
}

.msg .my-tabs .tab-box>li.active {
	color: #ffba01;
	border-color: #ffba01
}

.msg .my-tabs .tab-pane-box {
	padding: 0 48px;
	height: calc(100% - 65px)
}

.msg .my-tabs .tab-pane-box .tab-pane {
	display: none;
	height: 100%;
	overflow: auto
}

.msg .my-tabs .tab-pane-box .tab-pane.active {
	display: block
}

.msg .my-tabs .tab-pane-box .tab-pane .msg-item {
	padding: 32px 0;
	border-bottom: 1px solid #e7ebf2;
	font-size: 0
}

.msg .my-tabs .tab-pane-box .tab-pane .msg-item .msg-item-img {
	width: 48px;
	height: 48px;
	margin-right: 16px;
	vertical-align: middle
}

.msg .my-tabs .tab-pane-box .tab-pane .msg-item .msg-item-content {
	vertical-align: middle;
	display: inline-block;
	width: calc(100% - 65px);
	line-height: 18px;
	font-size: 12px;
	color: #0a0100
}

.msg .my-tabs .tab-pane-box .tab-pane .msg-item .msg-item-content a {
	color: #005ef4
}

.msg .my-tabs .tab-pane-box .tab-pane .msg-item .msg-item-content-title {
	font-weight: 700;
	color: #898989;
	margin-bottom: 12px
}

.msg .my-tabs .tab-pane-box .tab-pane .msg-item .msg-item-content-title>span {
	padding-left: 32px;
	color: #999;
	font-weight: 400
}

.msg .my-tabs .tab-pane-box .tab-pane .msg-item.empty {
	text-align: center;
	font-size: 12px
}

@media screen and (max-width:1080px) {
	.msg .my-tabs {
		width: 100%
	}
}

@media screen and (max-width:420px) {
	.msg .my-tabs {
		width: 100%;
		margin-top: 15px;
		height: calc(100vh - 100vw/7 - 45px)
	}

	.msg .my-tabs .tab-box {
		padding: 0 12px
	}

	.msg .my-tabs .tab-box>li {
		margin-right: 25px
	}

	.msg .my-tabs .tab-pane-box {
		padding: 0 12px
	}
}

.rc-pagination {
	margin: 0;
	padding: 0;
	font-size: 14px
}

.rc-pagination ol,.rc-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.rc-pagination:after {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	content: " "
}

.rc-pagination-item,.rc-pagination-total-text {
	display: inline-block;
	height: 28px;
	margin-right: 8px;
	line-height: 26px;
	vertical-align: middle
}

.rc-pagination-item {
	min-width: 28px;
	font-family: Arial;
	text-align: center;
	list-style: none;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	outline: 0;
	cursor: pointer;
	user-select: none
}

.rc-pagination-item a {
	display: block;
	padding: 0 6px;
	color: rgba(0,0,0,.85);
	transition: none
}

.rc-pagination-item a:hover {
	text-decoration: none
}

.rc-pagination-item:focus,.rc-pagination-item:hover {
	border-color: #1890ff;
	transition: all .3s
}

.rc-pagination-item:focus a,.rc-pagination-item:hover a {
	color: #1890ff
}

.rc-pagination-item-active {
	font-weight: 500;
	background: #fff;
	border-color: #1890ff
}

.rc-pagination-item-active a {
	color: #1890ff
}

.rc-pagination-item-active:focus,.rc-pagination-item-active:hover {
	border-color: #40a9ff
}

.rc-pagination-item-active:focus a,.rc-pagination-item-active:hover a {
	color: #40a9ff
}

.rc-pagination-jump-next,.rc-pagination-jump-prev {
	outline: 0
}

.rc-pagination-jump-next button,.rc-pagination-jump-prev button {
	background: transparent;
	border: none;
	cursor: pointer;
	color: #666
}

.rc-pagination-jump-next button:after,.rc-pagination-jump-prev button:after {
	display: block;
	content: "\2022\2022\2022"
}

.rc-pagination-jump-next,.rc-pagination-jump-prev,.rc-pagination-prev {
	margin-right: 8px
}

.rc-pagination-jump-next,.rc-pagination-jump-prev,.rc-pagination-next,.rc-pagination-prev {
	display: inline-block;
	min-width: 28px;
	height: 28px;
	color: rgba(0,0,0,.85);
	font-family: Arial;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	list-style: none;
	border-radius: 2px;
	cursor: pointer;
	transition: all .3s
}

.rc-pagination-next,.rc-pagination-prev {
	outline: 0
}

.rc-pagination-next button,.rc-pagination-prev button {
	color: rgba(0,0,0,.85);
	cursor: pointer;
	user-select: none
}

.rc-pagination-next:hover button,.rc-pagination-prev:hover button {
	border-color: #40a9ff
}

.rc-pagination-next .rc-pagination-item-link,.rc-pagination-prev .rc-pagination-item-link {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	outline: none;
	transition: all .3s
}

.rc-pagination-next:focus .rc-pagination-item-link,.rc-pagination-next:hover .rc-pagination-item-link,.rc-pagination-prev:focus .rc-pagination-item-link,.rc-pagination-prev:hover .rc-pagination-item-link {
	color: #1890ff;
	border-color: #1890ff
}

.rc-pagination-prev button:after {
	content: "\2039";
	display: block
}

.rc-pagination-next button:after {
	content: "\203A";
	display: block
}

.rc-pagination-disabled,.rc-pagination-disabled:focus,.rc-pagination-disabled:hover {
	cursor: not-allowed
}

.rc-pagination-disabled .rc-pagination-item-link,.rc-pagination-disabled:focus .rc-pagination-item-link,.rc-pagination-disabled:hover .rc-pagination-item-link {
	color: rgba(0,0,0,.25);
	border-color: #d9d9d9;
	cursor: not-allowed
}

.rc-pagination-slash {
	margin: 0 10px 0 5px
}

.rc-pagination-options {
	display: inline-block;
	margin-left: 16px;
	vertical-align: middle
}

@media (-ms-high-contrast:none) {
	.rc-pagination-options,.rc-pagination-options ::-ms-backdrop {
		vertical-align: top
	}
}

.rc-pagination-options-size-changer.rc-select {
	display: inline-block;
	width: auto;
	margin-right: 8px
}

.rc-pagination-options-quick-jumper {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	vertical-align: top
}

.rc-pagination-options-quick-jumper input {
	width: 50px;
	margin: 0 8px
}

.rc-pagination-simple .rc-pagination-next,.rc-pagination-simple .rc-pagination-prev {
	height: 24px;
	line-height: 24px;
	vertical-align: top
}

.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link,.rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link {
	height: 24px;
	background-color: transparent;
	border: 0
}

.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link:after,.rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link:after {
	height: 24px;
	line-height: 24px
}

.rc-pagination-simple .rc-pagination-simple-pager {
	display: inline-block;
	height: 24px;
	margin-right: 8px
}

.rc-pagination-simple .rc-pagination-simple-pager input {
	box-sizing: border-box;
	height: 100%;
	margin-right: 8px;
	padding: 0 6px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	outline: none;
	transition: border-color .3s
}

.rc-pagination-simple .rc-pagination-simple-pager input:hover {
	border-color: #1890ff
}

.rc-pagination.rc-pagination-disabled {
	cursor: not-allowed
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item {
	background: #f5f5f5;
	border-color: #d9d9d9;
	cursor: not-allowed
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item a {
	color: rgba(0,0,0,.25);
	background: transparent;
	border: none;
	cursor: not-allowed
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-active {
	background: #dbdbdb;
	border-color: transparent
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-active a {
	color: #fff
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-link {
	color: rgba(0,0,0,.25);
	background: #f5f5f5;
	border-color: #d9d9d9;
	cursor: not-allowed
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-link-icon {
	opacity: 0
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-ellipsis {
	opacity: 1
}

@media only screen and (max-width:992px) {
	.rc-pagination-item-after-jump-prev,.rc-pagination-item-before-jump-next {
		display: none
	}
}

@media only screen and (max-width:576px) {
	.rc-pagination-options {
		display: none
	}
}

* {
	box-sizing: border-box
}

.rc-select {
	display: inline-block;
	font-size: 12px;
	width: 100px;
	position: relative
}

.rc-select-disabled,.rc-select-disabled input {
	cursor: not-allowed
}

.rc-select-disabled .rc-select-selector {
	opacity: .3
}

.rc-select-show-arrow.rc-select-loading .rc-select-arrow-icon:after {
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border-color: transparent #999;
	border-style: solid;
	border-width: 2px;
	transform: none;
	margin-top: 4px;
	animation: rcSelectLoadingIcon .5s infinite
}

.rc-select .rc-select-selection-placeholder {
	opacity: .4;
	pointer-events: none
}

.rc-select .rc-select-selection-search-input {
	appearance: none
}

.rc-select .rc-select-selection-search-input::-webkit-search-cancel-button {
	display: none;
	appearance: none
}

.rc-select-single .rc-select-selector {
	display: flex;
	position: relative
}

.rc-select-single .rc-select-selector .rc-select-selection-search,.rc-select-single .rc-select-selector .rc-select-selection-search-input {
	width: 100%
}

.rc-select-single .rc-select-selector .rc-select-selection-item,.rc-select-single .rc-select-selector .rc-select-selection-placeholder {
	position: absolute;
	top: 1px;
	left: 3px;
	pointer-events: none
}

.rc-select-single:not(.rc-select-customize-input) .rc-select-selector {
	padding: 1px;
	border: 1px solid #000
}

.rc-select-single:not(.rc-select-customize-input) .rc-select-selector .rc-select-selection-search-input {
	border: none;
	outline: none;
	background: rgba(255,0,0,.2);
	width: 100%
}

.rc-select-multiple .rc-select-selector {
	display: flex;
	flex-wrap: wrap;
	padding: 1px;
	border: 1px solid #000
}

.rc-select-multiple .rc-select-selector .rc-select-selection-item {
	flex: none;
	background: #bbb;
	border-radius: 4px;
	margin-right: 2px;
	padding: 0 8px
}

.rc-select-multiple .rc-select-selector .rc-select-selection-item-disabled {
	cursor: not-allowed;
	opacity: .5
}

.rc-select-multiple .rc-select-selector .rc-select-selection-overflow {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

.rc-select-multiple .rc-select-selector .rc-select-selection-overflow-item {
	flex: none;
	max-width: 100%
}

.rc-select-multiple .rc-select-selector .rc-select-selection-search {
	position: relative;
	max-width: 100%
}

.rc-select-multiple .rc-select-selector .rc-select-selection-search-input,.rc-select-multiple .rc-select-selector .rc-select-selection-search-mirror {
	padding: 1px;
	font-family: system-ui
}

.rc-select-multiple .rc-select-selector .rc-select-selection-search-mirror {
	position: absolute;
	z-index: 999;
	white-space: nowrap;
	position: none;
	left: 0;
	top: 0;
	visibility: hidden
}

.rc-select-multiple .rc-select-selector .rc-select-selection-search-input {
	border: none;
	outline: none;
	background: rgba(255,0,0,.2);
	width: 100%
}

.rc-select-allow-clear.rc-select-multiple .rc-select-selector {
	padding-right: 20px
}

.rc-select-allow-clear .rc-select-clear {
	position: absolute;
	right: 20px;
	top: 0
}

.rc-select-show-arrow.rc-select-multiple .rc-select-selector {
	padding-right: 20px
}

.rc-select-show-arrow .rc-select-arrow {
	pointer-events: none;
	position: absolute;
	right: 5px;
	top: 0
}

.rc-select-show-arrow .rc-select-arrow-icon:after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border: 5px solid transparent;
	border-top-color: #999;
	transform: translateY(5px)
}

.rc-select-focused .rc-select-selector {
	border-color: #00f!important
}

.rc-select-dropdown {
	border: 1px solid green;
	min-height: 100px;
	position: absolute;
	background: #fff
}

.rc-select-dropdown-hidden {
	display: none
}

.rc-select-item {
	font-size: 16px;
	line-height: 1.5;
	padding: 4px 16px
}

.rc-select-item-group {
	color: #999;
	font-weight: 700;
	font-size: 80%
}

.rc-select-item-option {
	position: relative
}

.rc-select-item-option-grouped {
	padding-left: 24px
}

.rc-select-item-option .rc-select-item-option-state {
	position: absolute;
	right: 0;
	top: 4px;
	pointer-events: none
}

.rc-select-item-option-active {
	background: green
}

.rc-select-item-option-disabled {
	color: #999
}

.rc-select-item-empty {
	text-align: center;
	color: #999
}

.rc-select-selection__choice-zoom {
	transition: all .3s
}

.rc-select-selection__choice-zoom-appear {
	opacity: 0;
	transform: scale(.5)
}

.rc-select-selection__choice-zoom-appear.rc-select-selection__choice-zoom-appear-active,.rc-select-selection__choice-zoom-leave {
	opacity: 1;
	transform: scale(1)
}

.rc-select-selection__choice-zoom-leave.rc-select-selection__choice-zoom-leave-active {
	opacity: 0;
	transform: scale(.5)
}

.rc-select-dropdown-slide-up-appear,.rc-select-dropdown-slide-up-enter {
	animation-duration: .3s;
	animation-fill-mode: both;
	transform-origin: 0 0;
	opacity: 0;
	animation-timing-function: cubic-bezier(.08,.82,.17,1);
	animation-play-state: paused
}

.rc-select-dropdown-slide-up-leave {
	animation-duration: .3s;
	animation-fill-mode: both;
	transform-origin: 0 0;
	opacity: 1;
	animation-timing-function: cubic-bezier(.6,.04,.98,.34);
	animation-play-state: paused
}

.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-bottomLeft,.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-bottomLeft {
	animation-name: rcSelectDropdownSlideUpIn;
	animation-play-state: running
}

.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-bottomLeft {
	animation-name: rcSelectDropdownSlideUpOut;
	animation-play-state: running
}

.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-topLeft,.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-topLeft {
	animation-name: rcSelectDropdownSlideDownIn;
	animation-play-state: running
}

.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-topLeft {
	animation-name: rcSelectDropdownSlideDownOut;
	animation-play-state: running
}

@keyframes rcSelectDropdownSlideUpIn {
	0% {
		opacity: 0;
		transform-origin: 0 0;
		transform: scaleY(0)
	}

	to {
		opacity: 1;
		transform-origin: 0 0;
		transform: scaleY(1)
	}
}

@keyframes rcSelectDropdownSlideUpOut {
	0% {
		opacity: 1;
		transform-origin: 0 0;
		transform: scaleY(1)
	}

	to {
		opacity: 0;
		transform-origin: 0 0;
		transform: scaleY(0)
	}
}

@keyframes rcSelectLoadingIcon {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.log .banner {
	width: 100%
}

.log .banner>img {
	width: 100%;
	height: auto
}

.log .table-box {
	width: 1200px;
	margin: 32px auto 0;
	max-height: calc(100vh - 350px);
	overflow: auto
}

.log-pagination {
	text-align: center;
	margin-top: 56px;
	font-size: 12px;
	color: #3c3c3c
}

.log-pagination .rc-pagination-item,.log-pagination .rc-pagination-item-link {
	background: rgba(60,60,60,.1);
	border-radius: 4px
}

.log-pagination .rc-pagination-item-active {
	background: #ffba00;
	border-color: rgba(60,60,60,.1);
	color: #3c3c3c
}

.log-pagination .rc-pagination-options-quick-jumper input {
	width: 48px;
	line-height: 24px;
	border-radius: 4px;
	border-width: 1px
}

.log-pagination .rc-pagination-options-quick-jumper input:focus {
	outline: none
}

.log-pagination .rc-select {
	max-width: 96px;
	line-height: 24px
}

.log-pagination .rc-select .rc-select-selector {
	border-color: #56565c;
	border-radius: 4px
}

.log-pagination .rc-select.rc-select-focused .rc-select-selector {
	border-color: rgba(60,60,60,.1)!important
}

.log-pagination .rc-select .rc-select-item {
	font-size: 12px
}

.log-pagination .rc-select .rc-select-dropdown {
	width: 120px;
	border-radius: 4px;
	border-color: rgba(60,60,60,.1)
}

.log-pagination .rc-select .rc-select-item-option-active {
	background: rgba(60,60,60,.1)
}

@media screen and (max-width:1080px) {
	.log .table-box {
		width: 100%
	}
}

h2 {
	font-size: 18px;
	padding: 15px;

}

.psd,body,html {
	background-color: #f6f6f6
}

.psd .banner {
	width: 100%;
	padding: 0;
	overflow: hidden
}

.psd .banner>img {
	width: 100%;
	height: auto
}

.my-form {
	max-width: 488px;
	margin: 80px auto 0;
	text-align: center
}

.my-form .my-input {
	width: 400px
}

.my-form .vali-input {
	width: 256px;
	margin-right: 16px
}

.form-item-inner,.inner-btn {
	margin-left: 1em
}

.form-tips {
	padding: 16px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	width: 488px;
	max-width: 100%;
	background: rgba(255,130,167,.03);
	border-radius: 8px;
	border: 1px solid rgba(255,130,167,.4)
}

.bread-progress,.form-tips {
	box-sizing: border-box;
	color: #999
}

.bread-progress {
	margin: 32px auto;
	display: flex;
	width: 1200px;
	text-align: center;
	position: relative;
	height: 76px
}

.bread-progress:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 8px;
	background: #eaeaea;
	top: 15px;
	border-radius: 4px;
	overflow: hidden
}

.bread-progress>li {
	width: 50%;
	position: relative
}

.bread-progress>li i {
	font-size: 20px;
	width: 20px;
	box-sizing: content-box;
	line-height: 1;
	padding: 8px;
	background: #eaeaea;
	border-radius: 50%
}

.bread-progress>li i,.bread-progress>li span {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.bread-progress>li span {
	font-size: 16px;
	top: 46px
}

.bread-progress>li:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 8px;
	background: transparent;
	top: 15px;
	border-radius: 4px;
	overflow: hidden
}

.bread-progress>li.active {
	color: #3c3c3c
}

.bread-progress>li.active:before,.bread-progress>li.active i {
	background: #ffba01
}

@media screen and (max-width:1080px) {
	.psd .bread-progress {
		width: 100%;
		min-width: none
	}

	.psd .my-input {
		max-width: 100%
	}

	.psd .vali-input {
		width: calc(100% - 133px);
		max-width: 267px;
		min-width: 167px;
		margin-right: 5px
	}
}

.logon .banner {
	width: 100%
}

.logon .banner>img {
	width: 100%;
	height: auto
}

.logon .check-item {
	display: inline-block;
	width: 400px;
	text-align: left;
	font-size: 12px;
	color: #999;
	line-height: 18px
}

.logon .check-item a {
	color: #ffba00
}

@media screen and (max-width:1080px) {
	.logon .my-input {
		max-width: 100%
	}

	.logon .vali-input {
		width: calc(100% - 133px);
		max-width: 267px;
		min-width: 180px;
		margin-right: 5px
	}
}

@media screen and (max-width:420px) {
	.logon .form-item {
		text-align: left
	}

	.logon .vali-input {
		width: 400px;
		max-width: 100%
	}

	.logon .vali-input+.btn {
		margin-top: 15px
	}
}

.question {
	background-color: #f6f6f6
}

.question .banner {
	padding-top: 64px;
	min-width: 1200px
}

.question .banner .banner-inner {
	margin-top: -64px
}

.question .banner .banner-inner img {
	width: 100%;
	height: auto
}

.fk-question {
	width: 1200px;
	margin: 0 auto;
	padding: 64px 0 121px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 400
}

.fk-question .menu {
	width: 230px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden
}

.fk-question .menu li {
	line-height: 1;
	padding: 18px 0 18px 24px;
	color: #262626;
	cursor: pointer
}

.fk-question .menu li.active {
	color: #ffba01
}

.fk-question .fk-question-con {
	width: 944px;
	min-height: 400px;
	background: #fff;
	box-shadow: 0 -1px 0 0 #ebedf0;
	overflow: hidden;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 30px 30px 80px;
	display: none;
	color: #262626
}

.fk-question .fk-question-con.show {
	display: block
}

.fk-question .fk-question-con.course {
	text-align: justify
}

.fk-question .fk-question-con.course h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 16px
}

.fk-question .fk-question-con.course h3,.fk-question .fk-question-con.course h4 {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #262626;
	line-height: 1;
	padding: 5px 0
}

.fk-question .fk-question-con.course p {
	font-weight: 400;
	color: #616161;
	line-height: 20px;
	margin-bottom: 24px
}

.fk-question .fk-question-con.course img {
	width: auto;
	height: auto;
	display: block;
	margin-bottom: 16px
}

.fk-question .qs-list .qs-item {
	margin-bottom: 16px;
	font-weight: 400;
	line-height: 20px
}

.fk-question .qs-list .qs-item .qs {
	font-size: 14px;
	font-weight: 700;
	color: #262626;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	height: 20px
}

.fk-question .qs-list .qs-item .qs .arrow {
	transition: transform .5s ease;
	width: 16px;
	height: 16px;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQBAMAAAACH4lsAAAAGFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWNxwqAAAACHRSTlMAAwQGX4+Rm+ReTVQAAAArSURBVAjXY2AgASjBGMzlBlCWeVoxVKhUMBwiqB7IIFoEZqkIMDA6MVAEAHyvBGNtUT+hAAAAAElFTkSuQmCC) 50% no-repeat
}

.fk-question .qs-list .qs-item .qs .active {
	transform: rotate(180deg);
	transition: transform .5s ease
}

.fk-question .qs-list .qs-item .answer {
	margin: 8px 0;
	padding-left: 33px;
	color: #616161;
	display: none
}

.fk-question .qs-list .qs-item .answer.show {
	display: block
}

.fk-question .qs-list .qs-item .answer p {
	padding: 5px;
	line-height: 1.3
}

@media screen and (max-width:1080px) {
	#__next,body,html {
		width: 100%
	}

	#__next {
		overflow: hidden
	}

	.btn,.btn.sm-btn {
		font-size: 16px;
		padding: 10px 23px;
		min-width: auto
	}

	.main .banner {
		min-width: auto;
		height: auto
	}

	.main .banner .banner-content {
		width: 100%;
		top: 64px;
		left: 0;
		transform: none
	}

	.main .banner .banner-content img {
		height: 20px;
		width: auto;
		display: block
	}

	.main .banner .banner-content .b1 {
		margin: 5px auto 0
	}

	.main .banner .banner-content .b2 {
		margin: 10px auto
	}

	.main .banner .banner-content .download-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box
	}

	.main .banner .banner-content .download-item {
		flex: 1 1 calc(50% - 10px);
		min-width: 140px;
		padding: 12px 10px;
		border-radius: 10px
	}

	.main .banner .banner-content .download-title {
		font-size: 14px
	}

	.main .banner .banner-content .download-sub {
		font-size: 12px;
		margin-top: 6px
	}

	.main .banner .banner-content .b-span {
		font-size: 14px;
		margin-top: 10px
	}

	.main .application,.main .content {
		width: 100%;
		margin-bottom: 15px
	}

	.main .application.content,.main .content.content {
		padding: 16px 10px 20px;
		box-sizing: border-box
	}

	.main .application .desc,.main .application .desc>ul,.main .content .desc,.main .content .desc>ul {
		width: 100%
	}

	.main .application h3,.main .content h3 {
		font-size: 18px;
		margin: 0 0 10px
	}

	.main .application p,.main .content p {
		font-size: 14px;
		margin: 0 0 10px
	}

	.main .application .desc ul>li,.main .content .desc ul>li {
		margin-bottom: 15px
	}

	.main .application .desc ul>li.lr-tb,.main .content .desc ul>li.lr-tb {
		display: block
	}

	.main .application .desc ul>li.lr-tb.reveser-tb img:first-of-type,.main .content .desc ul>li.lr-tb.reveser-tb img:first-of-type {
		display: inline-block
	}

	.main .application .desc ul>li.lr-tb.reveser-tb img:last-of-type,.main .content .desc ul>li.lr-tb.reveser-tb img:last-of-type {
		display: none
	}

	.main .application .desc ul>li .desc-span,.main .content .desc ul>li .desc-span {
		width: 100%
	}

	.main .application .desc ul>li .desc-span p,.main .content .desc ul>li .desc-span p {
		text-align: left
	}

	.main .application .desc ul>li img,.main .content .desc ul>li img {
		width: 100%;
		height: auto
	}

	.main .application .desc ul>li h4,.main .content .desc ul>li h4 {
		font-size: 16px;
		margin: 5px 0;
		padding: 5px
	}

	.main .application .desc ul>li p,.main .content .desc ul>li p {
		font-size: 14px;
		margin: 0;
		padding: 5px;
		line-height: 1;
		white-space: normal
	}

	.main .partners img {
		width: 33%;
		height: auto;
		margin: 0
	}

	.source-body {
		min-width: auto;
		background-size: 50%;
		background-position: 0;
		padding: 94px 0 30px
	}

	.source-body .tab-list {
		margin: 0 auto 20px
	}

	.source-body .tab-list .tab-item {
		margin-right: 0;
		width: 25%;
		min-width: 50px
	}

	.source-body .tab-list .tab-item img {
		width: auto;
		height: 25px
	}

	.source-body .tab-list .tab-item p {
		font-size: 12px
	}

	.source-body .tab-con {
		width: 100%;
		min-height: auto
	}

	.source-body .tab-con.show {
		display: block
	}

	.source-body .tab-con .tab-con-img {
		width: 100%;
		height: auto
	}

	.source-body .tab-con .tab-con-list {
		padding: 0 10px
	}

	.source-body .tab-con .tab-con-list .tab-con-title {
		font-size: 16px
	}

	.source-body .tab-con .tab-con-list .ver-link {
		text-align: center;
		margin: 20px 0 15px
	}

	.source-body .tab-con .tab-con-list .link-img {
		text-align: center
	}

	.source-body .app-info {
		display: block
	}

	.download-body {
		min-width: auto;
		padding: 94px 0 30px
	}

	.download-body .download-inner {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box
	}

	.download-body .download-head {
		font-size: 22px
	}

	.download-body .download-subhead {
		font-size: 14px
	}

	.download-body .download-grid {
		grid-template-columns: repeat(2,1fr);
		gap: 10px
	}

	.features-body {
		min-width: auto;
		padding: 94px 0 30px
	}

	.features-body .features-inner {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box
	}

	.features-body .features-head {
		font-size: 22px
	}

	.features-body .features-subhead {
		font-size: 14px
	}

	.features-body .features-grid {
		grid-template-columns: 1fr;
		gap: 10px
	}

	.home-page {
		min-height: 100vh
	}

	.home-page .home-body {
		min-width: auto;
		padding: 82px 0 18px
	}

	.home-page .home-inner {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box
	}

	.home-page .home-hero {
		grid-template-columns: 1fr
	}

	.home-page .home-head {
		font-size: 22px
	}

	.home-page .home-subhead {
		font-size: 14px;
		line-height: 20px
	}

	.home-page .home-grid {
		grid-template-columns: 1fr;
		gap: 10px
	}

	.question .banner {
		display: none
	}

	.question .fk-question {
		width: 100%;
		padding: 84px 0 20px;
		display: block
	}

	.question .fk-question .fk-question-con,.question .fk-question .menu {
		width: 100%
	}

	.about .banner,.question .fk-question .fk-question-con img {
		width: 100%;
		height: auto
	}

	.about .banner {
		min-width: auto
	}

	.about .banner .banner-span {
		position: static;
		width: 100%;
		color: #000;
		transform: none;
		padding: 5px 10px;
		box-sizing: border-box
	}

	.about .banner .banner-span .banner-inner {
		width: 100%;
		min-width: auto
	}

	.about .banner .banner-span h3 {
		font-size: 20px
	}

	.about .about-body {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 10px;
		box-sizing: border-box
	}

	.about .about-body h3 {
		font-size: 20px
	}

	.about .about-body h3.connect-head {
		margin: 30px 0 20px
	}

	.about .about-body .show-list {
		margin: 30px 0;
		flex-wrap: wrap
	}

	.about .about-body .show-list li {
		width: 50%;
		overflow: hidden
	}

	.about .about-body .show-list li img+p {
		font-size: 22px;
		margin-top: 10px
	}

	.about .about-body .show-list li:nth-of-type(3),.about .about-body .show-list li:nth-of-type(4) {
		margin-top: 20px
	}

	.about .about-body img.progress {
		margin-top: 30px
	}

	.about .about-body .connect-box p {
		font-size: 14px;
		padding: 5px
	}
}