@keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

/* 小 */
@media screen and (min-width: 1350px) and (max-height: 860px) {
	.banner-h1 h1 {
		font-size: 70px;
		line-height: 80px;
	}

	.banner-num-box {
		margin-top: 26px;
	}

	.banner-num-box p {
		font-size: 20px;
		line-height: 26px;
	}

	.banner-num-box p span {
		font-size: 38px;
		line-height: 46px;
	}

	.banner-p1 span {
		font-size: 26px;
		line-height: 32px;
	}

	.header-content ul li a h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.header-content ul {
		margin-top: 40px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 1350px) and (max-height: 860px) {
	.banner-h1 h1 {
		font-size: 70px;
		line-height: 80px;
	}

	.banner-num-box {
		margin-top: 26px;
	}

	.banner-num-box p {
		font-size: 20px;
		line-height: 26px;
	}

	.banner-num-box p span {
		font-size: 38px;
		line-height: 46px;
	}

	.banner-p1 span {
		font-size: 26px;
		line-height: 32px;
	}

	.header-content ul li a h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.header-content ul {
		margin-top: 40px;
		margin-bottom: 50px;
	}
}

/* 大 */
@media screen and (min-width: 1350px) and (min-height: 860px) {
	.banner-h1 h1 {
		font-size: 77px;
		line-height: 102px;
	}

	.banner-num-box {
		margin-top: 100px;
	}

	.banner-num-box p {
		font-size: 25px;
		line-height: 35px;
	}

	.banner-num-box p span {
		font-size: 42px;
		line-height: 55px;
	}

	.banner-p1 span {
		font-size: 30px;
		line-height: 40px;
	}

	.header-content ul li a h2 {
		font-size: 23px;
		line-height: 28px;
	}

	.header-content ul {
		margin-top: 50px;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 1350px) and (min-height: 860px) {
	.banner-h1 h1 {
		font-size: 77px;
		line-height: 102px;
	}

	.banner-num-box {
		margin-top: 100px;
	}

	.banner-num-box p {
		font-size: 25px;
		line-height: 35px;
	}

	.banner-num-box p span {
		font-size: 42px;
		line-height: 55px;
	}

	.banner-p1 span {
		font-size: 30px;
		line-height: 40px;
	}

	.header-content ul li a h2 {
		font-size: 23px;
		line-height: 28px;
	}

	.header-content ul {
		margin-top: 50px;
		margin-bottom: 60px;
	}
}

/* header */
.header-box {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	min-height: 750px;
}

.video-box {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	background: url(../static/swiperbj2.png) no-repeat center center;
	background-size: cover;
}

.video-box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-top-box {
	width: 100%;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.header-left {
	display: flex;
	align-items: center;
}

.header-left>h1 {
	color: #fff;
}

.header-left img {
	width: 40px;
	margin-right: 13px;
}

.header-title h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 3px;
}

.header-title span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}

.header-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1200px;
	height: calc(100vh - 60px);
	margin: 0 auto;
	min-height: 750px;
}

.banner-title {
	position: relative;
}

.banner-h1 {
	display: flex;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
}

.banner-h1 h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
}

.banner-h1 h1:first-child {
	color: #FFFFFF;
}

.banner-h1 h1:last-child {
	color: #fff;
}

.banner-label {
	position: absolute;
	right: -104px;
	top: -37px;
}

.banner-label span {
	position: absolute;
	left: 23px;
	top: 8px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	color: #FFFFFF;
}

.banner-label span i {
	font-style: normal;
}

.banner-title>img {
	position: absolute;
	z-index: -1;
}

.banner-p1 {
	display: flex;
	align-items: center;
	margin-top: 30px;
	height: 88px;
	background: linear-gradient(270.06deg, transparent 3.44%, rgba(255, 255, 255, 0.11) 49.22%, transparent 95.5%);
}

.audio-right-desc{
	font-size: 26px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: baseline;
}

.audio-right-desc-highlight{
	font-size: 32px !important;
    margin: 0 8px;
	margin-top: 20px;
    font-weight: 700;
    color: #65c9ff;
}

.div-header-arrow{
	margin-top: 61px;
    height: 40px;
    width: 40px;
}

.banner-p1 span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0 28px;
}

.banner-p1 i {
	display: inline-block;
	width: 112px;
	height: 2px;
	background: linear-gradient(90.01deg, #3F79FF -2.09%, #B027FF 48.67%, rgba(174, 40, 255, 0) 100%);
}

.header-content ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-content ul li {
	margin-right: 66px;
	transform: translateY(0);
	transition: all .3s;
}

.header-content ul li:hover {
	transform: translateY(-10px);
	transition: all .3s;
}

.header-content ul li:last-child {
	margin-right: 0;
}

.header-content ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header-content ul li a h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
}

.download-box {
	display: flex;
	align-items: center;
}

.download-box a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 323px;
	height: 74px;
	background: linear-gradient(98.73deg, #5b80ff 5.77%, #45ceff 130.67%);
    border-radius: 12px;
    box-shadow: 0 10px 30px 0 rgba(97, 125, 251, .36);
	margin-right: 40px;
}

.download-box a:hover {
	background: linear-gradient(98.73deg, #5b80ff 5.77%, #45ceff 130.67%);
}

.download-box a:last-child {
	margin-right: 0;
}

.download-box a .download-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.download-box a .download-btn span {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 36px;
	color: #FFFFFF;
	margin: 0 21px;
}

.common-btn-label {
	position: absolute;
	right: -19px;
	top: -15px;
	z-index: 7;
	display: none;
}

.common-btn-label.show {
	display: block;
}

.common-btn-label img {
	width: 52px;
}

.common-btn-label span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

.banner-p2 {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.155em;
	color: #FFFFFF;
	margin-top: 28px;
}

.banner-p3 {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}

.banner-num-box {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
}

.banner-num-box p {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 500;
	color: #FFFFFF;
	mix-blend-mode: normal;
}

.banner-num-box p i {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: linear-gradient(88.83deg, #3F79FF -15.39%, #AF27FF 118.06%);
	margin-right: 24px;
}

.banner-num-box p span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	margin-right: 8px;
}

/* hidden-header */
.hidden-header-box {
	display: none;
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #ddd;
}

.hidden-header-box .header-top .header-left h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
}

.header-right {
	display: flex;
	align-items: center;
}

.header-right>a {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: 40px;
}

.header-right>span {
	font-size: 18px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #000000;
	letter-spacing: 1px;
}

.header-right .download-box {
	margin-left: 18px;
}

.header-right .download-box a {
	width: 180px;
	height: 38px;
	border-radius: 25px;
	margin-right: 23px;
}

.header-right .download-box a .download-btn span {
	font-size: 16px;
	margin: 0;
}

.header-right .download-box .common-btn-label {
	right: -22px;
	top: -9px;
}

.header-right .download-box .common-btn-label img {
	width: 40px;
}

.header-right .download-box .common-btn-label span {
	font-size: 14px;
}

.header-right>a:hover {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #4972FF;
}

.download-btn {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.download-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255, 255, 255, .2);
	width: 340px;
	height: 340px;
	border-radius: 50%;
	margin-left: -170px;
	margin-top: -170px;
	animation: spread 1.5s infinite both;
	-webkit-animation: spread 1.5s infinite both;
	-moz-animation: spread 1.5s infinite both;
	-o-animation: spread 1.5s infinite both;
	z-index: 1;
}

.hidden-header-right {
	display: flex;
	align-items: center;
}

/* 支持多种格式转换，满足更多不同需求 */
.format-box {
	width: 100%;
	padding-top: 107px;
	box-sizing: border-box;
}

.format-box .download-box {
	display: flex;
	justify-content: center;
}

.common-title {
	position: relative;
	width: fit-content;
	margin: 28px auto;
}

.common-title img:nth-child(2) {
	position: absolute;
	right: -13px;
	bottom: -7px;
}

.format-box p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 2.2px;
	color: #2E2E2E;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 88px;
}

.format-img-box {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 107px;
}

.format-box>img {
	display: block;
	width: 31px;
	margin: 0 auto;
	margin-top: 50px;
}

/* 产品核心功能 */
.intro-box {
	width: 100%;
	padding-top: 98px;
	box-sizing: border-box;
	overflow: hidden;
}

.intro-box .download-box a {
	width: 229px;
	height: 68px;
	border-radius: 35px;
	margin-right: 18px;
}

.intro-box .download-box a .download-btn span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	text-align: center;
	letter-spacing: 2px;
	color: #FFFFFF;
	margin: 0;
}

.intro-box .download-box a .download-btn img {
	width: 22px;
	margin-right: 9px;
}

.intro-box>p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 2.2px;
	color: #2E2E2E;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 107px;
}

.intro-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.intro-item:nth-child(2n+1) .intro-text h1 {
	position: relative;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 53px;
	letter-spacing: 3px;
	color: #4F4F4F;
}

.intro-item:nth-child(2n+1) .intro-text h1 img {
	position: absolute;
	left: 5px;
	top: -20px;
	z-index: -1;
}

.intro-title {
	display: flex;
	align-items: center;
}

.intro-title h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 53px;
	letter-spacing: 3px;
}

.intro-title h1:first-child {
	color: #2E2E2E;
}

.intro-title h1:last-child {
	background: linear-gradient(105.02deg, #6683FF 5.34%, #A459FF 99.78%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.intro-text ul {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 32px;
}

.intro-item:nth-child(2n) .intro-text ul {
	justify-content: flex-end;
}

.intro-text ul li {
	background: #FBF4FF;
	border: 1px solid #B54EFF;
	border-radius: 5px;
	padding: 8px 12px;
	box-sizing: border-box;
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	color: #B54EFF;
	margin-right: 24px;
}

.intro-text ul li:last-child {
	margin-right: 0;
}

.intro-item:nth-child(2n) .intro-text h1 {
	position: relative;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 53px;
	letter-spacing: 3px;
	color: #4F4F4F;
	text-align: right;
}

.intro-item:nth-child(2n) .intro-text h1 img {
	position: absolute;
	right: 5px;
	top: -20px;
	z-index: -1;
}

.intro-item:nth-child(2n+1) .intro-text p {
	width: 483px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 2px;
	color: rgba(81, 81, 81, 0.79);
	margin-bottom: 52px;
}

.intro-item:nth-child(2n) .intro-text p {
	width: 483px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: right;
	letter-spacing: 2px;
	color: #757575;
	margin-bottom: 52px;
}

.common-a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 229px;
	height: 68px;
	background: linear-gradient(90deg, #588BFF 0%, #BC49FF 100%);
	border-radius: 35px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	text-align: center;
	letter-spacing: 2px;
	color: #FFFFFF;
	margin-top: 52px;
	margin-right: 18px;
}

.common-a:last-child {
	margin-right: 0;
}

.common-a:hover {
	background: linear-gradient(90deg, #BC49FF 0%, #588BFF 100%);
}

.common-a img {
	width: 22px;
	margin-right: 9px;
}

.intro-item:nth-child(2n) .intro-text {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.intro-img {
	position: relative;
}

.intro-item:nth-child(2n+1) .intro-img img:nth-child(2) {
	position: absolute;
	right: -360px;
	top: -380px;
	z-index: -1;
}

.intro-item:nth-child(2n) .intro-img img:nth-child(2) {
	position: absolute;
	left: -467px;
	top: -360px;
	z-index: -1;
}

/* 应用场景 */
.scen-box {
	width: 100%;
}

.scen-box>p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 2.2px;
	color: #2E2E2E;
	margin-top: 28px;
	margin-bottom: 57px;
	text-align: center;
}

.scen-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}

.scen-left,
.scen-right {
	position: relative;
	width: 278px;
	overflow: hidden;
	border-radius: 17px;
}

.scen-left .scen-show-box {
	position: relative;
	height: 486px;
	background: url(../static/scene/changjing_img1.png) no-repeat center center;
	background-size: cover;
}

.scen-right .scen-show-box {
	position: relative;
	height: 486px;
	background: url(../static/scene/changjing_img6.png) no-repeat center center;
	background-size: cover;
}

.scen-top {
	margin-bottom: 32px;
}

.scen-top-item,
.scen-bottom-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.scen-top .scen-top-item:nth-child(1) {
	position: relative;
	width: 279px;
	height: 227px;
	background: url(../static/scene/changjing_img2.png) no-repeat center center;
	background-size: cover;
	margin-right: 28px;
	border-radius: 17px;
}

.scen-top .scen-top-item:nth-child(2) {
	position: relative;
	width: 279px;
	height: 227px;
	background: url(../static/scene/changjing_img4.png) no-repeat center center;
	background-size: cover;
	border-radius: 17px;
}

.scen-bottom .scen-bottom-item:nth-child(1) {
	position: relative;
	width: 279px;
	height: 227px;
	background: url(../static/scene/changjing_img3.png) no-repeat center center;
	background-size: cover;
	margin-right: 28px;
	border-radius: 17px;
}

.scen-bottom .scen-bottom-item:nth-child(2) {
	position: relative;
	width: 279px;
	height: 227px;
	background: url(../static/scene/changjing_img5.png) no-repeat center center;
	background-size: cover;
	border-radius: 17px;
}

.scen-top,
.scen-bottom {
	display: flex;
	align-items: center;
}

.scen-left .scen-hide-box {
	width: 278px;
	height: 486px;
	background: url(../static/scene/scen-bg1.png) no-repeat center center;
	background-size: cover;
	border-radius: 17px;
}

.scen-top .scen-top-item:nth-child(1) .scen-hide-box {
	width: 279px;
	height: 227px;
	background: url(../static/scene/scen-bg2.png) no-repeat center center;
	background-size: cover;
	border-radius: 17px;
}

.scen-top .scen-top-item:nth-child(2) .scen-hide-box {
	width: 279px;
	height: 227px;
	background: url(../static/scene/scen-bg3.png) no-repeat center center;
	background-size: cover;
	border-radius: 17px;
}

.scen-bottom .scen-bottom-item:nth-child(1) .scen-hide-box {
	width: 279px;
	height: 227px;
	background: url(../static/scene/scen-bg4.png) no-repeat center center;
	background-size: cover;
	border-radius: 17px;
}

.scen-bottom .scen-bottom-item:nth-child(2) .scen-hide-box {
	width: 279px;
	height: 227px;
	background: url(../static/scene/scen-bg5.png) no-repeat center center;
	background-size: cover;
	border-radius: 17px;
}

.scen-right .scen-hide-box {
	width: 278px;
	height: 486px;
	background: url(../static/scene/scen-bg6.png) no-repeat center center;
	background-size: cover;
	border-radius: 17px;
}

.scen-hide-box {
	position: absolute;
	left: -279px;
	top: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}

.scen-left:hover .scen-hide-box {
	left: 0;
	transition: all .3s;
}

.scen-right:hover .scen-hide-box {
	left: 0;
	transition: all .3s;
}

.scen-top-item:hover .scen-hide-box {
	left: 0;
	transition: all .3s;
}

.scen-bottom-item:hover .scen-hide-box {
	left: 0;
	transition: all .3s;
}

.scen-hide-box h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 31px;
	line-height: 41px;
	letter-spacing: 2.2px;
	color: #FFFFFF;
	margin-top: 33px;
}

.scen-show-box h2 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 26.5px;
	line-height: 35px;
	letter-spacing: 2.2px;
	color: #FFFFFF;
	padding: 32px 0;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .45);
}



/* 底部下载 */
.bottom-download-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 488px;
	background: url(../static/footerbj.jpg) no-repeat center center;
	background-size: cover;
}

.bottom-download-title {
	display: flex;
	align-items: center;
}

.bottom-download-title h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 55px;
	line-height: 73px;
	text-align: center;
	letter-spacing: 5px;
}

.bottom-download-title h1:first-child {
	color: #FFFFFF;
}

.bottom-download-title h1:last-child {
	background: linear-gradient(105.02deg, #6683FF 5.34%, #A459FF 99.78%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	
}

.bottom-download-p1 {
	display: flex;
	align-items: center;
	margin-top: 28px;
	margin-bottom: 62px;
}

.bottom-download-p1 span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 38px;
	color: #FFFFFF;
	margin: 0 22px;
}

.bottom-download-p1 i {
	display: inline-block;
	width: 112px;
	height: 2px;
	background: linear-gradient(90.01deg, #3F79FF -2.09%, #B027FF 48.67%, rgba(174, 40, 255, 0) 100%);
}

.bottom-download-p2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 39px;
}

/* 用户给我们的评价 */
.assess-box {
	width: 100%;
	margin-top: 154px;
	margin-bottom: 113px;
}

.assess-box>p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 2.2px;
	color: #2E2E2E;
	text-align: center;
	margin-top: 28px;
}

.swiper-button-prev {
	position: relative !important;
	top: 0 !important;
	margin-right: 50px;
	background-size: 18px 31px;
}

.swiper-button-next {
	position: relative !important;
	top: 0 !important;
	margin-left: 50px;
	background-size: 18px 31px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	color: transparent;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	color: transparent;
}

.outer-container {
	display: flex;
	align-items: center;
	width: 1380px;
	margin: 0 auto;
	margin-top: 100px;
}

.swiper-container {
	padding: 22px 18px !important;
}

.swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 325px !important;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(68, 116, 224, 0.1);
	border-radius: 26px 26px 26px 26px;
	padding: 30px 26px;
	box-sizing: border-box;
}

.swiper-slide h2 {
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin: 17px 0;
}

.swiper-slide p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	opacity: 0.71;
	margin-top: 21px;
}

.swiper-slide img:nth-child(1) {
	width: 70px;
}

.swiper-slide img:nth-child(3) {
	height: 20px;
}

/* footer */
.footer-box {
	width: 100%;
	height: 40px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-box span {
	font-size: 14px;
	color: #888;
}

.footer-box span a {
	font-size: 14px;
	color: #888;
}

.footer-box i {
	width: 1px;
	height: 12px;
	background-color: #888;
	margin: 0 30px;
}