.w {
	width: 1200px;
	margin: 0 auto;
}

/* header */
.header-box {
	position: relative;
	width: 100%;
}

.banner-info p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.155em;
	color: #FFFFFF;
	text-align: center;
}

.header-top {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 11;
	width: 1200px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

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

.header-left h1 {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-left: 16px;
}

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

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

.header-right a:hover {
	color: #45D0FF;
}

.header-right a:last-child {
	position: relative;
	overflow: hidden;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 40px;
	background: rgba(10, 177, 242, 1);
	border-radius: 20px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	cursor: pointer;
}

.header-right a:last-child i {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255, 255, 255, .2);
	width: 280px;
	height: 280px;
	border-radius: 50%;
	margin-left: -140px;
	margin-top: -140px;
	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;
}

.header-right a:hover:last-child {
	background: rgb(14, 171, 233);
}

.download-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 324px;
	height: 97px;
	background: #F53963;
	border-radius: 13px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.download-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255, 255, 255, .2);
	width: 478px;
	height: 280px;
	border-radius: 50%;
	margin-left: -239px;
	margin-top: -140px;
	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;
}

.download-btn:hover {
	background: #e23e61;
}

.download-btn span {
	font-size: 32px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	letter-spacing: 3px;
	margin: 0 24px;
}


/* 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-left h1 {
	color: #000;
}

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

.hidden-header-right>span {
	font-size: 16px;
	color: #000;
	margin-right: 20px;
}

.hidden-header-right .common-btn a {
	width: 178px;
	height: 44px;
	border-radius: 4px;
}

.hidden-header-right .common-btn a span {
	font-size: 14px;
	margin-left: 10px;
}

.hidden-header-right .common-btn:nth-child(1) a img {
	height: 18px;
}

.hidden-header-right .common-btn:nth-child(2) a img {
	height: 26px;
}

.hidden-header-right .common-btn:last-child {
	margin-left: 10px;
}

/* banner */
.banner-content {
	width: 100%;
	height: 970px;
}

.banner-detail {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 1050px;
}

.banner-detail.hide {
	display: none;
}

.banner-content ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 57px;
	border-radius: 59.882px;
	background: rgba(255, 255, 255, 0.10);
	padding: 12px 88px;
	box-sizing: border-box;
}

.banner-content ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 72px;
}

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

.banner-content ul li h2 {
	color: #FFF;
	text-align: center;
	font-size: 22.179px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 5px;
}

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

.banner-h1 {
	display: flex;
	align-items: center;
}

.banner-h1 h1:last-child {
	color: #FFF;
	font-size: 80px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 4px;
}

.banner-h1 h1:first-child {
	background-image: -webkit-linear-gradient(left, rgba(32, 214, 254, 1), rgba(76, 255, 219, 1));
	-webkit-background-clip: text;
	color: transparent;
	font-size: 80px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 4px;
}

.banner-label {
	position: absolute;
	right: -94px;
	top: -81px;
}

.banner-label span {
	position: absolute;
	left: 16px;
	top: 36px;
	width: max-content;
	color: #FFF;
	font-size: 21px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transform: rotate(15.646deg);
}

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

.banner-p1 {
	display: flex;
	align-items: center;
	margin-top: 39px;
	margin-bottom: 44px;
	color: #FFF;
	text-align: center;
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 400;
	line-height: 44px;
}

.banner-des-box {
	display: flex;
	align-items: center;
	margin-top: 14px;
	margin-bottom: 18px;
}

.banner-des-box p {
	display: flex;
	align-items: center;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 21.119px;
	line-height: 26px;
	color: #FFFFFF;
}

.banner-des-box p:first-child {
	margin-right: 20px;
}

.banner-des-box p img {
	display: inline-block;
	margin-top: 3px;
	margin-right: 5px;
}

.banner-num-box {
  display: flex;
  align-items: center;
}
.banner-num-box p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
.banner-num-box p:first-child {
  margin-right: 34px;
}
.banner-num-box p i {
  display: inline-block;
  width: 12px;
  height: 12px;
	background-image: -webkit-linear-gradient(left, rgba(32, 213, 255, 1), rgba(76, 255, 219, 1));
  margin-right: 11px;
  border-radius: 50%;
}
.banner-num-box p span {
	background-image: -webkit-linear-gradient(left, rgba(32, 213, 255, 1), rgba(76, 255, 219, 1));
	-webkit-background-clip: text;
	color: transparent;
  font-size: 26px;
  margin-right: 4px;
  font-weight: bold;
}
.banner-info {
  margin-top: 10px;
}

.banner-info p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  text-align: center;
}


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

.common-btn {
	position: relative;
}

.common-btn:last-child {
	margin-left: 31px;
}

.common-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 354.437px;
	height: 79.725px;
	background: rgba(0, 0, 0, 1);
	border-radius: 14px;
}

.common-btn a:hover {
	background: rgb(22, 22, 22);
}

.common-btn a span {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #F1F7FE;
	margin-left: 21px;
}

.common-btn-label {
	position: absolute;
	right: -20px;
	top: -21px;
	display: none;
}

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

.common-btn-label span {
	position: absolute;
	left: 14px;
	top: 2px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}

.fullyear {
	font-style: normal;
}

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

.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, .3);
}

/* 六大模式无损录制，音画同步超清录制 */
.intro-box {
	padding-top: 59px;
	padding-bottom: 77px;
	background: linear-gradient(95deg, #F1E5F9 0%, rgba(217, 217, 217, 0.00) 100%, rgba(241, 229, 249, 0.00) 100%);
}
.intro-box > p {
	color: #082639;
	text-align: center;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
	opacity: 0.6000000238418579;
}

.intro-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 45px;
}
.intro-img {
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	margin-bottom: 64px;
}
.intro-img img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: box-shadow 0.3s linear;
}
.intro-img img:nth-child(2):hover {
	cursor: pointer;
	box-shadow: 0px 7px 20px 6px rgba(255, 255, 255, 0.3);
}
.intro-btn-box {
	position: relative;
	width: 100%;
	margin-bottom: 78px;
}
.intro-btn-box > span {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: block;
	width: 92%;
	height: 4px;
	background: rgba(208, 213, 216, 1);
	border-radius: 50px;
}
.intro-detail {
	display: flex;
	justify-content: space-around;
	width: 97%;
	margin: 0 auto;
}
.intro-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 38px;
	cursor: pointer;
}
.intro-item img:nth-child(2) {
	display: block;
}
.intro-item img:nth-child(3) {
	display: none;
}
.intro-item.active img:nth-child(2) {
	display: none;
}
.intro-item.active img:nth-child(3) {
	display: block;
}
.intro-item h2 {
	color: #8996A0;
	font-size: 23.051px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
	margin-top: 19px;
}
.intro-item.active h2 {
	color: #082639;
	font-size: 23.051px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intro-item i {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: none;
	width: 92px;
	height: 4px;	
	border-radius: 2px;
	background: #082639;	
}
.intro-item.active i {
	display: block;
} 
.intro-mask-box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}
.intro-mask-box video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	width: 942px;
}
/* 多种业务场景，灵活清晰稳定 */
@keyframes left-effect {
	0% {
		transform: translateX(22px);
	}

	100% {
		transform: translateX(-50%);
	}
}

.scen-box {
	width: 100%;
	padding-top: 91px;
	padding-bottom: 154px;
	background: #EDF0F7;
	overflow: hidden;
}

.scen-content {
	display: flex;
	align-items: center;
	width: calc(371px * 16 + 15 * 44px);
	animation: left-effect 40s linear infinite;
}

.scen-box h1 {
	color: #082639;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.scen-box>img {
	display: block;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 103px;
}

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

.scen-img-box img {
	margin: 0 22px;
	transition: all 0.4s ease-out 0s;
}
.scen-content:hover {
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
}
/* .scen-img-box img:hover {
	transform: scale(1.05);
} */

/* 软件功能 */
.func-box {
	width: 100%;
	padding-top: 59px;
	padding-bottom: 102px;
	background: linear-gradient(95deg, #F1E5F9 0%, rgba(217, 217, 217, 0.00) 100%, rgba(241, 229, 249, 0.00) 100%);
}

.func-box>img {
	display: block;
	margin: 0 auto;
	margin-top: 54px;
}

/* 服务解决方案 */
.solve-box {
	padding-top: 78px;
	padding-bottom: 137px;
	background: url(../imgs/solve-bg.png) no-repeat center center;
	background-size: cover;
}

.solve-box .common-title .common-h1 {
	color: #FFF;
	margin-bottom: 35px;
}

.solve-box>p {
	color: #FFF;
	text-align: center;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.6000000238418579;
}

.solve-content {
	display: flex;
	align-items: center;
	margin-top: 96px;
}

.solve-item {
	margin-right: 15px;
}

.solve-item:last-child {
	margin-right: 0;
}

.solve-img {
	position: relative;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(to right, transparent, transparent), linear-gradient(131.17deg, rgba(40, 221, 249, 0) 105.1%, rgba(76, 255, 219, 0) -22.48%);
	border: 2px solid transparent;
	box-sizing: border-box;
	border-radius: 16px;
	overflow: hidden;
}

.solve-img:hover {
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(to right, transparent, transparent), linear-gradient(131.17deg, rgba(40, 221, 249, 1) 105.1%, rgba(76, 255, 219, 1) -22.48%);
	box-sizing: border-box;
	border: 2px solid transparent;
	box-sizing: border-box;
}
.solve-img img {
	transform: scale(1);
	transition: all .3s;
}
.solve-img:hover img {
	transform: scale(1.2);
	transition: all .3s;
}

.solve-img i {
	display: none;
}

.solve-img:hover i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(183deg, rgba(41, 222, 248, 0.00) 29%, #29DEF8 216%);
}

.solve-style {
	display: flex;
	align-items: center;
}

.solve-text {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.solve-text h2 {
	color: #FFF;
	font-size: 20.631px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	margin-bottom: 7px;
}

.solve-text p {
	color: #FFF;
	font-size: 16.146px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 400;
	opacity: 0.6000000238418579;
	line-height: normal;
	white-space: nowrap;
}

.solve-style:nth-child(1) {
	margin-bottom: 17px;
}

.solve-style .solve-img:nth-child(2) {
	margin-left: 14px;
}


/* 操作简单 */
.easy-box {
	padding-top: 59px;
}

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

.common-title>img:nth-child(1) {
	margin-left: 20px;
}

.common-h1 {
	display: flex;
	align-items: center;
	color: #082639;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 39px;
}

.common-h1 h1 {
	background-image: -webkit-linear-gradient(left, rgba(34, 216, 255, 1), rgba(65, 245, 229, 1));
	-webkit-background-clip: text;
	color: transparent;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.easy-content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 92px;
	margin-bottom: 50px;
}

.easy-box .swiper-container {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 58%;
	height: 517px;
	border-radius: 20px;
	margin: 0;
}

.easy-box .swiper-wrapper {
	width: 579px;
	height: 480px;
}

.easy-box .swiper-pagination {
	position: unset;
	display: flex;
	flex-direction: column;
	cursor: default;
}

.easy-box .swiper-pagination {
	position: absolute;
	left: 37px;
	top: 50%;
	transform: translateY(-50%);
	width: 5.776px;
	height: 345.008px;
	background: rgba(208, 213, 216, 1);
	border-radius: 49.0924px;
	cursor: default;
}

.easy-box .swiper-pagination .swiper-pagination-bullet {
	opacity: 0;
	width: 5.776px;
	height: 5.776px;
	border-radius: 50%;
	background: #FFFFFF;
	cursor: default;
	margin-bottom: 135px;
}

.easy-box .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-bottom: 0;
}

.easy-box .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	height: 80.858px;
	border-radius: 49.0924px;
	background: #082639;
	opacity: 1;
}

.easy-item {
	position: relative;
	display: flex;
	align-items: center;
	width: 441px;
	height: 110px;
	border-radius: 8.663px;
	border: 1px solid #E2E2E2;
	background: #FFF;
	padding: 19px 37px;
	padding-right: 0;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
	margin-bottom: 20px;
}

.easy-item.active {
	border: 1px solid rgba(7, 219, 251, 1);
}

.easy-item:last-child {
	margin-bottom: 0;
}

.easy-item .easy-style {
	position: relative;
	display: flex;
	align-items: center;
}

.easy-item .easy-style img {
	position: absolute;
	bottom: 0px;
	left: 29px;
}

.easy-item .easy-style p {
	position: static;
	z-index: 1;
	color: #8996A0;
	text-align: center;
	font-size: 23px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.easy-item.active .easy-style p {
	color: #082639;
	text-align: center;
	font-size: 23px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.easy-text>p {
	color: #4D4D4D;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 12px;
}

.easy-item>img:nth-child(1) {
	display: block;
}

.easy-item>img:nth-child(2) {
	display: none;
}

.easy-item.active>img:nth-child(1) {
	display: none;
}

.easy-item.active>img:nth-child(2) {
	display: block;
}

.easy-item>img:nth-child(4) {
	position: absolute;
	right: 13px;
	top: 13px;
	display: block;
}

.easy-item>img:nth-child(5) {
	position: absolute;
	right: 13px;
	top: 13px;
	display: none;
}

.easy-item.active>img:nth-child(4) {
	display: none;
}

.easy-item.active>img:nth-child(5) {
	display: block;
}

.easy-item .easy-style img:nth-child(1) {
	display: block;
}

.easy-item .easy-style img:nth-child(2) {
	display: none;
}

.easy-item.active .easy-style img:nth-child(1) {
	display: none;
}

.easy-item.active .easy-style img:nth-child(2) {
	display: block;
}

.easy-text {
	margin-left: 17px;
}

.easy-box .swiper-slide {
	position: relative;
}

.easy-box .swiper-slide img:nth-child(1) {
	position: absolute;
	left: -42px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.easy-box .swiper-slide img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.easy-box .swiper-slide.easy-slide img:nth-child(2) {
	left: -20px;
}

/* 评价 */
.assess-box {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 115px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #FFF 0%, #9FCFF8 100%)
}

.assess-box>h1 {
	color: #082639;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-bottom: 88px;
}

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

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

.assess-star h1 {
	font-size: 26px;
	font-weight: 700;
	color: #2D2856;
	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 {
	width: 95%;
	font-size: 18px;
	font-weight: 400;
	color: #666473;
	margin: 0 auto;
	margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 1);
	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: 69px;
}

.left2 {
	left: 250px;
}

.left3 {
	left: 449px;
}

.left4 {
	left: 678px;
}

.left5 {
	left: 896px;
}

.left6 {
	left: 1084px;
}

.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 {
	height: 37px;
	color: #082639;
	text-align: center;
	font-family: Microsoft YaHei;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 17px;
}

.assess-content ul:nth-child(2) li h2 {
	color: #082639;
	text-align: center;
	font-family: Microsoft YaHei;
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}

/* 底部下载 */
.bottom-download-box {
	width: 100%;
	background: url(../imgs/bottom-bg.png) no-repeat center center;
	background-size: cover;
}
.bottom-download-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 512px;
}
.bottom-download-content h1 {
	background-image: -webkit-linear-gradient(left, rgba(32, 214, 254, 1), rgba(76, 255, 219, 1));
	-webkit-background-clip: text;
	color: transparent;	
	font-family: Microsoft YaHei;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
	margin-bottom: 37px;
}
.bottom-download-content .common-btn-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.bottom-download-content .common-btn a {
	background: #FFF;
}
.bottom-download-content .common-btn a:hover {
	box-shadow: 0px 0px 8px 0px rgba(32, 214, 254, 1);
}
.bottom-download-content .common-btn:last-child {
	margin-left: 0;
	margin-top: 22px;
}
.bottom-download-content .common-btn a span {
	color: #000;
	font-family: Microsoft YaHei;
	font-size: 27.334px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
}
.bottom-download-content .common-btn:nth-child(2) a span {
	margin-left: 10px;
}