.w {
  width: 1200px;
  margin: 0 auto;
}
@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);
	}
}
.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: 300px;
  height: 300px;
  border-radius: 50%;
  margin-left: -150px;
  margin-top: -150px;
  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; 
}
/* banner */
.banner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-content > img {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-bg {
  width: 100%;
}
.banner-title1 {
  position: relative;
  width: fit-content;
}
.banner-title1 h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 116.98%;
  letter-spacing: 0.05em;
  color: #000000; 
}
.label-box {
  position: absolute;
  left: 141px;
  top: 6px;
}
.label-box span {
  position: absolute;
  left: 21px;
  top: 10px;
  width: max-content;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 158.98%;
  letter-spacing: 0.08em;
  color: #3979F5;
}
.banner-title2 {
  display: flex;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 30px;
}
.banner-title2 > h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 116.98%;
  letter-spacing: 0.05em;
  color: #000000;
  margin-left: 14px;
}
.banner-h1 {
  position: relative;
  width: fit-content;
}
.banner-h1 h1 {
  position: absolute;
  left: 19px;
  top: 7px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 84px;
  letter-spacing: 0.1em;
  color: #2481FF;
}
.banner-p1 {
  width: 442px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 158.98%;
  color: #606060;  
  margin-bottom: 60px;
}
.banner-p2 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #737373;
  margin-top: 20px;
}
.download-btn-box {
  display: flex;
  align-items: center;
}

.download-btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 229px;
  height: 60px;
  background: #222222;
  border-radius: 10px;
}

.download-btn-box a img:nth-child(1) {
  width: 24px;
}
.download-btn-box a img:nth-child(2) {
  width: 28px;
}

.download-btn-box a:hover {
  background: #2c2c2c;
}

.download-btn-box a span {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0 14px;
}

.download-btn-box a:nth-child(2) {
  margin-left: 30px;
}

.common-btn {
  position: relative;
}
.common-btn:first-child {
  margin-right: 20px;
}
.common-btn-label {
  position: absolute;
  right: -15px;
  top: -17px;
  z-index: 7;
  display: none;
}
.common-btn-label.show {
  display: block;
}
.common-btn-label span {
  position: absolute;
  left: 13px;
  top: 3px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

/* 软件介绍 */
.intro-box {
  padding-top: 100px;
  padding-bottom: 124px;
}
.common-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-title h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.08em;
  color: #000000;
}
.common-title h1:nth-child(1) {
  color: #006CEB;
  background-color: rgba(0, 108, 235, .15);
  padding-left: 3px;
  box-sizing: border-box;
}
.common-p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #7E7E7E;
  margin-top: 30px;
}
.intro-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between ;
}
.intro-ul {
  margin-top: 80px;
  margin-bottom: 70px;
}
.intro-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 312px;
}
.intro-box ul li h2 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-top: 22px;
  margin-bottom: 16px;
}
.intro-box ul li p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #5A5A5A;
}

/* 产品特点 */
.advantage-box {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 100px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/420/images/advantage-bg.png) no-repeat center center;
  background-size: cover;
}
.advantage-content {
  margin-top: 60px;
}
.advantage-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantage-item:nth-child(1) > img {
  width: 712px;
}
.advantage-item:nth-child(2) > img {
  width: 662px;
}
.advantage-item:first-child {
  margin-bottom: 110px;
}
.advantage-text h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 0.1em;
  color: #000000;  
}
.advantage-text p {
  width: 480px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #5A5A5A;
  margin-top: 22px;
}

/* 满足各种剪辑要求 */
.func-box {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}
.func-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
  margin-top: 92px;
}

.func-box .swiper-container {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 100%;
  height: fit-content;
	border-radius: 20px;
	margin: 0;
}

.func-box .swiper-wrapper {
	width: 687px;
	height: 386px;
}

.func-box .swiper-slide video {
	width: 100%;
	border-radius: 23px;
}

.func-item {
	position: relative;
	display: flex;
	align-items: center;
  width: 407px;
  height: 118px;
  border: 2px solid transparent;
  border-radius: 228px;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  margin-bottom: 18px;
}
.func-item:last-child {
  margin-bottom: 0;
}

.func-item:last-child {
	margin-bottom: 0;
}

.func-item>img:nth-child(1) {
	display: block;
	box-shadow: 0px 0px 13px -3px #ddd;
	border-radius: 50%;
}

.func-item>img:nth-child(2) {
	display: none;
	box-shadow: 0px 0px 13px -3px #ddd;
	border-radius: 50%;
}
.func-item.active {
  border: 2px solid #FF7693;
  box-shadow: 0px 4px 19px rgba(234, 41, 85, 0.2);
}
.func-item.active>img:nth-child(1) {
	display: none;
}

.func-item.active>img:nth-child(2) {
	display: block;
}

.func-item>img:nth-child(3) {
	position: absolute;
	right: 13px;
	top: 10px;
}

.func-title {
	position: relative;
	width: fit-content;
}

.func-title img {
	position: absolute;
	right: -4px;
	bottom: -2px;
}

.func-title h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 24px;
	color: #362D57;
	padding-left: 6px;
	box-sizing: border-box;
}

.func-title span {
	font-weight: bold;
}

.func-item.active .func-title span {
	background: linear-gradient(96.17deg, #7E88FF 2.23%, #CE83FF 39.42%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.func-text {
  display: flex;
  align-items: center;
  margin-left: 27px;
}
.func-item.active .func-text {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.func-text p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #362D57;
}
.func-text p:nth-child(1) {
  font-weight: bold;
}
.func-text p:nth-child(3) {
  position: relative;
}
.func-text p:nth-child(3) img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}
.func-item.active .func-text p:nth-child(3) img {
  display: block;
}
.func-item.active .func-text p:nth-child(1) {
  color: #F53963;
}
.func-box .swiper-pagination {
	position: unset;
	display: flex;
	flex-direction: column;
	cursor: default;
}

.func-box .swiper-pagination {
	position: absolute;
	left: 33px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 116, 116, .15) 0%, rgba(230, 131, 255, .15) 100%);
	border-radius: 49.0924px;
	cursor: default;
}

.func-box .swiper-pagination .swiper-pagination-bullet {
	opacity: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FFFFFF;
	cursor: default;
  margin-bottom: 127px;
}

.func-box .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-bottom: 0;
}

.func-box .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	height: 118px;
	border-radius: 49.0924px;
	background: #F53963;
	opacity: 1;
}

/* 评价 */
.assess-box {
  width: 100%;
  height: 778px;
  padding-top: 100px;
  box-sizing: border-box;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/420/images/assess-bg.png) no-repeat center center ;
  background-size: cover;
}

.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: #FEFDFF;;
  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 {
  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: #FEFDFF;;
  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: 77px;
}

.left2 {
  left: 281px;
}

.left3 {
  left: 481px;
}

.left4 {
  left: 682px;
}

.left5 {
  left: 882px;
}

.left6 {
  left: 1076px;
}

.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 UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: lowercase;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 12px;
}

.assess-content ul:nth-child(2) li h2 {
  font-family: 'Microsoft YaHei UI';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #E4EAFF;
  opacity: 0.8;
}
