@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-title h1 {
		font-size: 28px;
		line-height: 81px;
	}

	.banner-p1 {
		font-size: 26px;
	}

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

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

	.banner-num-box p span {
		font-size: 35px;
	}

	.system{
		margin-top: 20px !important;
	}

	.banner-label {
		right: -96px;
		top: -23px;
	}

	.banner-label img {
		width: 111px;
	}

	.banner-label span {
		left: 16px;
		top: 5px;
		font-size: 14px;
	}

	.menu-ul {
		margin-top: 25px;
	}

	.header-content {
		height: calc(100vh - 80px);
	}

	.header-content>a {
		width: 250px;
		height: 68px;
	}

	.header-content>a>span {
		font-size: 24px;
	}

	.header-content>a>img {
		width: 30px;
		height: 30px;
	}

	.banner-title h1 {
		font-size: 48px;
		line-height: 81px;
	}
}

@media screen and (max-width: 1350px) and (max-height: 860px) {
	.banner-title h1 {
		font-size: 48px;
		line-height: 81px;
	}
	.menu-ul{
		margin-top: 20px;
	}

	.banner-p1 {
		font-size: 26px;
	}

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

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

	.banner-num-box p span {
		font-size: 35px;
	}

	.banner-label {
		right: -69px;
		top: -21px;
	}

	.banner-label img {
		width: 111px;
	}

	.banner-label span {
		left: 13px;
		top: 3px;
		font-size: 16px;
	}

	.header-content {
		height: calc(100vh - 48px);
	}

	.header-content>a {
		width: 250px;
		height: 68px;
		flex-shrink: 0;
	}

	.header-content>a>span {
		font-size: 24px;
	}

	.header-content>a>img {
		width: 30px;
		height: 30px;
	}

	.banner-title h1 {
		font-size: 48px;
		line-height: 81px;
	}
}

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

	.banner-p1 {
		font-size: 30px;
	}

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

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

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

	.banner-label {
		right: -83px;
		top: -24px;
	}

	.banner-label img {
		width: 126px;
	}

	.banner-label span {
		left: 20px;
		top: 5px;
		font-size: 16px;
	}

	.header-content>a {
		width: 272px;
		height: 75px;
	}

	.header-content>a>img {
		width: 30px;
		height: 30px;
	}

	.header-content>a>span {
		font-size: 24px;
	}

	.header-content {
		height: calc(100vh - 55px);
	}

	.menu-ul {
		margin-top: 80px;
	}
}

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

	.menu-ul{
		margin-top: 20px;
	}

	.banner-p1 {
		font-size: 30px;
	}

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

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

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

	.banner-label {
		right: -107px;
		top: -37px;
	}

	.banner-label img {
		width: 126px;
	}

	.banner-label span {
		left: 15px;
		top: 6px;
		font-size: 17px;
	}

	.header-content {
		height: calc(100vh - 55px);
	}

	.banner-label {
		width: -93px;
		height: -25px;
	}

	.header-content>a {
		width: 270px;
		height: 70px;
	}

	.header-content>a>img {
		width: 30px;
		height: 30px;
	}

	.header-content>a>span {
		font-size: 24px;
	}

}

/* banner下载按钮动画 */
@keyframes banner-download {
	0% {
		width: 0;
		height: 0;
	}

	100% {
		width: 350px;
		height: 350px;
	}
}

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

.header-title span {
	color: #fff;
}

.video-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

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

.mask-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
}

.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 img {
	width: 40px;
	margin-right: 13px;
}

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

.header-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}

.banner-title {
	position: relative;
	width: fit-content;
}

.banner-title h1 {
	color: #FFF;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(90deg, rgba(253, 95, 95, 0.8) 0%, rgba(241, 155, 34, 0.8) 100%), #FFF;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-label {
	position: absolute;
}

.banner-label span {
	position: absolute;
	color: #2E5F5F;
	font-weight: 500;
	font-family: PingFang SC;
}

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

.banner-p1 {
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}


.header-content>a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, rgba(255, 88, 88, 0.80) 0%, rgba(240, 152, 25, 0.80) 100%), #FFF;
	border-radius: 10px;
	overflow: hidden;
}


.header-content>a span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	color: #F3F3F8;
	margin-left: 20px;
	margin-right: 20px;
}

.header-content>a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 350px;
	height: 350px;
	border-radius: 175px;
	background: rgba(255, 255, 255, 0.16);
	animation: banner-download 1s linear infinite;
}

.info-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
}

.info-box p {
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 0.60);
	text-align: center;
	font-family: Microsoft YaHei UI;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}

.info-box p:first-child {
	margin-right: 24px;
}

.info-box p::before {
	display: inline-block;
	margin-right: 7px;
	width: 18px;
	height: 18px;
	content: '';
	background: url(../imgs/group-36743.png) no-repeat center/cover;
}

.menu-ul {
	display: flex;
}

.menu-ul>li {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	padding: 17px 45px;
	margin-right: 24px;
	width: 228px;
	height: 256px;
	border-radius: 13px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: linear-gradient(90deg, rgba(252, 248, 240, 0.18) 0.04%, rgba(231, 252, 238, 0.18) 116.75%);
	box-sizing: border-box;
}

.menu-ul>li:last-child {
	margin-right: 0;
}

.menu-ul>li>img {
	width: 70px;
	height: 70px;
}

.menu-ul>li>h2 {
	margin: 14px 0;
	color: #FFF;
	font-family: Microsoft YaHei;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
}

.menu-ul>li>p {
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.80);
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.menu-ul>li>p::before {
	display: inline-block;
	margin-right: 12px;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #eff0f0;
}

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

.banner-num-box p {
	color: #FFF;
	text-align: center;
	font-family: Microsoft YaHei UI;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 20px */
}

.banner-num-box p span {
	margin-right: 8px;
	color: #FFF;
	text-align: center;
	font-family: Microsoft YaHei UI;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 35px */
	background: linear-gradient(90deg, rgba(253, 95, 95, 0.8) 0%, rgba(241, 155, 34, 0.8) 100%), #FFF;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.system {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	width: 43%;
}

.system>p {
	color: #FFF;
	text-align: center;
	font-family: Microsoft YaHei UI;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}

/* 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: 64px;
}

.header-right a:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 138px;
	height: 44px;
	background: linear-gradient(325deg, #00ADFF 0%, #0075FF 100%);
	box-shadow: 0px 0px 10px 0px #14b5ff;
	border-radius: 25px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}

.header-right a:last-child:hover {
	font-size: 16px;
	color: #FFFFFF;
	background: linear-gradient(132deg, #0198FB 0%, #1469FF 100%);
}

.hidden-header-box .header-right a {
	color: #000000;
}

.header-right a:hover {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 180, 255, 1);
}

.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;
}

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

.hidden-right .info-box .test {
	color: #000;
}

.hidden-right .info-box {
	margin-top: 0;
	margin-left: 18px;
}

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

.format {
	position: relative;
	width: fit-content;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	color: #2E2E2E;
	margin-top: 140px;
}

.hidden-header-right a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 40px;
	background: linear-gradient(90deg, rgba(255, 88, 88, 0.80) 0%, rgba(240, 152, 25, 0.80) 100%), #FFF;
	box-shadow: 0px 0px 10px 0px #f8a062;
	border-radius: 25px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}

.hidden-header-right a:hover {
	color: #FFFFFF;
	background: linear-gradient(90deg, rgba(255, 88, 88, 0.80) 0%, rgba(240, 152, 25, 0.80) 100%), #FFF;
}

.change-max-box {
	width: 100%;
	background: #F7F8FA;
}

/* 格式转换展示 */
.change-box ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	box-sizing: border-box;
}

.change-box ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.change-box ul li>img {
	margin-bottom: 40px;
	width: 74px;
}

.change-box ul li>span {
	color: #8B8B8B;
	font-family: Microsoft YaHei;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 20px */
}

.transition {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.intro-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	/* width: 626px; */
	height: 62px;
	border-radius: 51px;
	background: #F7F8FA;
}

.tab-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 62px;
	cursor: pointer;
}


.tab-item.active {
	width: 210px;
	height: 62px;
	border-radius: 40px;
	background: linear-gradient(90deg, rgba(255, 88, 88, 0.80) 0%, rgba(240, 152, 25, 0.80) 100%), #FFF;
}

.tab-item span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #2E2E2E;
}

.tab-item.active span {
	color: #FFF;
	font-family: Microsoft YaHei;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.tab-item img {
	margin-right: 12px;
}

.tab-item img:nth-child(1) {
	display: none;
}

.tab-item img:nth-child(2) {
	display: block;
}

.tab-item.active img:nth-child(1) {
	display: block;
}

.tab-item.active img:nth-child(2) {
	display: none;
}

.intro-item-box {
	width: 1450px;
	margin: 0 auto;
}

.intro-item {
	display: none;
	margin-top: 30px;
}

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

.intro-text {
	width: 485px;
	margin-bottom: 68px;
}

.intro-text h1 {
	color: #25262F;
	font-family: Microsoft YaHei UI;
	font-size: 36px;
	font-weight: 700;
}

.intro-text ul {
	display: flex;
	align-items: center;
	margin: 38px 0;
}

.intro-text ul li {
	display: inline-flex;
	margin-right: 20px;
	padding: 10px 8px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	border: 1px solid #FFD6C0;
	background: #FFF0E8;
	color: #FF906D;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}

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

.intro-text p {
	margin-bottom: 40px;
	color: #767676;
	font-family: Microsoft YaHei UI;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.intro-text a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, rgba(255, 88, 88, 0.80) 0%, rgba(240, 152, 25, 0.80) 100%), #FFF;
	width: 225px;
	height: 60px;
	border-radius: 12px;
	overflow: hidden;
}

.intro-text a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	transform: translate(-50%, -50%);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.16);
	animation: banner-download 1s linear infinite;
}

.intro-text a>img {
	width: 27px;
}

.intro-text a>span {
	color: #FFF;
	font-family: Microsoft YaHei;
	font-size: 19.5px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin: 0 12px;
}


/* 卓越性能 非凡体验 */
.advantage-box {
	width: 100%;
	overflow: hidden;
}

.common-h1 {
	position: relative;
	width: fit-content;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	color: #2E2E2E;
	margin: 0 auto;
}

.common-h1 img {
	position: absolute;
	right: 0;
	bottom: -1px;
	z-index: -1;
}

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

.advantage-content ul li {
	padding-left: 20px;
	display: flex;
	align-items: flex-start;
	align-items: center;
	margin-bottom: 42px;
	width: 520px;
	height: 80px;
	border-radius: 12px;
	background: #fffbfa;
	box-sizing: border-box;
}

.advantage-content ul li:last-child {
	margin-bottom: 0;
}

.advantage-content ul li .advantage-text {
	margin-left: 13px;
}

.advantage-content ul li .advantage-text h2 {
	color: #515151;
	font-family: Microsoft YaHei UI;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.advantage-content ul li.active {
	padding-top: 25px;
	padding-left: 20px;
	align-items: flex-start;
	width: 520px;
	height: 150px;
	border-radius: 12px;
	background: #FFF3EF;
	box-sizing: border-box;
}

.advantage-content ul li.active .advantage-text h2 {
	color: #25262F;
	font-weight: 700;
}

.advantage-content ul li .advantage-text p {
	margin-top: 12px;
	color: #515151;
	font-family: Microsoft YaHei UI;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 28px */
	letter-spacing: 0.8px;
	display: none;
	width: 397px;
}

.advantage-content ul li.active .advantage-text p {
	display: block;
}

.advantage-img {
	position: relative;
	width: 500px;
	height: 500px;
	padding-top: 40px;
	box-sizing: border-box;
}

.advantage-img-item img {
	position: absolute;
	left: -173px;
	top: 12px;
	display: none;
}

.advantage-img-item img.active {
	display: block;
}

/* 应用场景 */
.scen-box {
	padding-top: 167px;
	padding-bottom: 115px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.scen-box>h1 {
	margin-bottom: 50px;
	color: #25262F;
	font-family: Microsoft YaHei UI;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 36px */
}

.scen-box-maksing {
	display: flex;
	justify-content: center;
	align-items: end;
	width: 1164px;
	height: 610px;
	background: url(../imgs/scenarios-bg.png) no-repeat center/cover;
}

.scen-box-content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: end;
	width: 953px;
	height: 515px;
	background: url(../imgs/scen-bg.png) no-repeat center/cover;
}

.scen-box-img {
	display: flex;
	justify-content: center;
	align-items: end;
	width: 466px;
	height: 333px;
	background: url(../imgs/scen-img-mask.png) no-repeat center/cover;
}

#scen-box-img>img {
	display: block;
	margin-right: 0;
}

.scen-box-content>div {
	position: absolute;
	color: #796962;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 18px */
	cursor: pointer;
}

.scen-content {
	position: relative;
	width: 310px;
	height: 256px;
	overflow: hidden;
}

.scen-box-content>div>div>ul {
	position: absolute;
	left: 0;
	display: flex;
	/* transition: all .3s; */
}

.scen-box-content>div>img {
	margin-right: 8px;
}

.scen-box-content>div>img:nth-of-type(1) {
	display: inline-block;
}

.scen-box-content>div>img:nth-of-type(2) {
	display: none;
}

.scen-box-content>div.active {
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 18px */
	background: linear-gradient(90deg, rgba(243, 69, 69, 0.8) 50%, rgba(241, 155, 34, 0.8) 100%), #FFF;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.scen-box-content>div.active>img:nth-of-type(1) {
	display: none;
}

.scen-box-content>div.active>img:nth-of-type(2) {
	display: inline-block;
}

.scen-box-content>div:nth-child(2) {
	bottom: 27px;
	left: 57px;
}

.scen-box-content>div:nth-child(3) {
	bottom: 105px;
	left: 81px;
}

.scen-box-content>div:nth-child(4) {
	bottom: 180px;
	left: 107px;
}

.scen-box-content>div:nth-child(5) {
	bottom: 259px;
	left: 144px;
}

.scen-box-content>div:nth-child(6) {
	bottom: 333px;
	left: 210px;
}

.scen-box-content>div:nth-child(7) {
	bottom: 405px;
	left: 344px;
}

.scen-box-content>div:nth-child(8) {
	bottom: 405px;
	left: 503px;
}

.scen-box-content>div:nth-child(9) {
	bottom: 333px;
	left: 625px;
}

.scen-box-content>div:nth-child(10) {
	bottom: 259px;
	left: 716px;
}

.scen-box-content>div:nth-child(11) {
	bottom: 180px;
	left: 746px;
}

.scen-box-content>div:nth-child(12) {
	bottom: 105px;
	left: 776px;
}

.scen-box-content>div:nth-child(13) {
	bottom: 27px;
	left: 796px;
}


/* 轻松几步上手金舟格式工厂*/
.seat {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 120px 0;
	width: 100%;
	box-sizing: border-box;
	background: url(../imgs/east-bg.png) no-repeat center/cover;
}

.seat>h1 {
	margin-bottom: 100px;
	color: #25262F;
	font-family: Microsoft YaHei UI;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 36px */
}

.seat>ul {
	display: flex;
}

.seat>ul>li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* width: 270px; */
	width: 285px;
	height: 245px;
	margin-right: 90px;
}

.seat>ul>li:last-child {
	margin-right: 0;
}

.seat>ul>li>span {
	display: block;
	margin: 25px 0;
	color: #25262F;
	text-align: center;
	font-family: Microsoft YaHei UI;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.seat>ul>li>p {
	color: #515151;
	text-align: center;
	font-family: Microsoft YaHei UI;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 18px */
}

.seat>ul>li>img:nth-of-type(2) {
	position: absolute;
	top: 7px;
	left: 0;
}

.seat>ul>li>img:nth-of-type(3) {
	position: absolute;
	top: 70px;
	right: -90px;
}

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

.bottom-download-box h1:nth-child(1) {
	margin-bottom: 63px;
	color: #FFF;
	font-family: Microsoft YaHei UI;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 36px */
	letter-spacing: 1.44px;
}

.bottom-download-box a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 255px;
	height: 60px;
	border-radius: 12px;
	overflow: hidden;
	background: linear-gradient(90deg, rgba(255, 88, 88, 0.80) 0%, rgba(240, 152, 25, 0.80) 100%), #FFF;

}

.bottom-download-box a span {
	margin: 0 12px;
	color: #FFF;
	font-family: Microsoft YaHei;
	font-size: 19.5px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 19.5px */
}

.bottom-download-box a img {
	width: 27px;
}

.bottom-download-box>a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 350px;
	height: 350px;
	border-radius: 175px;
	background: rgba(255, 255, 255, 0.16);
	animation: banner-download 1s linear infinite;
}



/* 评价 */
.assess-box {
	width: 100%;
	padding-bottom: 110px;
	box-sizing: border-box;
}

.assess-content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 120px;
}

.assess-content ul:nth-child(1) li {
	display: none;
	width: 100%;
	height: 307px;
	box-sizing: border-box;
	border-radius: 30px;
	background: #fff8ef;
	position: relative;
	z-index: 10;
	text-align: center;
	padding-top: 48px;
}

.assess-star h1 {
	color: #111;
	font-family: Microsoft YaHei UI;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 24px;
}

.assess-content ul:nth-child(1) li span {
	display: block;
	width: 1000px;
	height: 1px;
	background: #EDF0F3;
	border-radius: 0px 0px 0px 0px;
	margin: 40px auto 0 auto;
}

.assess-content ul:nth-child(1) li p {
	font-size: 18px;
	font-weight: 400;
	color: #666473;
	margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff8ef;
	border-radius: 2px 2px 2px 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	bottom: -20px;
}

.left1 {
	left: 82px;
}

.left2 {
	left: 293px;
}

.left3 {
	left: 495px;
}

.left4 {
	left: 686px;
}

.left5 {
	left: 874px;
}

.left6 {
	left: 1073px;
}

.assess-content ul:nth-child(1) li:first-child {
	display: block;
}

.assess-content ul:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 63px;
}

.assess-content ul:nth-child(2) li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.assess-content ul:nth-child(2) li:hover {
	cursor: pointer;
}

.assess-content ul:nth-child(2) li img {
	width: 76px;
	height: 76px;
}

.assess-content ul:nth-child(2) li p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 17px;
	margin-bottom: 11px;
}

.assess-content ul:nth-child(2) li h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
}

/* 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;
}
