.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);
	}
}

@media screen and (min-width: 1680px) and (max-height: 880px) { 
}
@media screen and (max-width: 1680px) and (max-height: 880px) {
}

@media screen and (min-width: 1680px) and (min-height: 880px) {
}
@media screen and (max-width: 1680px) and (min-height: 880px) {
}

/* banner */
.banner-box { 
	position: relative;
	width: 100%;
}
.banner-box > img {
	display: block;
	min-width: 1260px;
	max-width: 1712px;
	width: 90%;
	margin: 0 auto;
	margin-top: 139px;
}
.banner-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.banner-title {
	position: relative;
	width: fit-content;
	margin-top: 24px;
	margin-bottom: 7px;
}
.banner-title h1 {
	color: #FFF;
	font-size: 46px;
	
	font-weight: 500;
	letter-spacing: 2px;	
	line-height: 56px;
}
.banner-label {
	position: absolute;
	right: -194px;
	top: -44px;
}
.banner-label span {
	position: absolute;
	left: 6px;
	top: 6px;
	color: #FFF;
	text-align: center;
	font-size: 17px;
	
	font-weight: 500;	
}
.banner-text p {
	color: #FFF;
	font-size: 22px;
	
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 61px;
	margin-top: 14px;	
}


.banner-download-box {
	display: flex;
	align-items: center;
}
.download-btn {
	display: flex;
	align-items: center;
}
.download-btn img {
	width: 30px;
}
.banner-download-box a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 226px;
	height: 64px;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(to right, #FAFAFA, #FAFAFA), linear-gradient(131.17deg, rgba(245, 57, 99, 1) -39.9%, rgba(255, 119, 149, 1) 34.52%, rgba(216, 193, 255, 1) 87.95%, rgba(152, 113, 215, 1) 103.95%);
	box-sizing: border-box;
	border: 1.5px solid transparent;
	border-radius: 32px;
}
.banner-download-box a:first-child {
	margin-right: 20px;
}
.banner-download-box a:hover {
	box-shadow: 0px 0px 10px -1px rgba(216, 193, 255, 1);
}
.banner-download-box a .download-btn span {
	text-align: center;
	font-size: 23px;
	
	font-weight: 500;
	color: rgba(245, 57, 99, 1);
	margin-left: 8px;
}
.banner-download-box a i.label-style.show {
	display: block;
}
.common-btn-label {
  position: absolute;
	right: -7px;
	top: -13px;
  z-index: 7;
  display: none;
}
.common-btn-label.show {
  display: block;
}
.common-btn-label span {
  position: absolute;
	left: 9px;
	top: 2px;
	white-space: nowrap;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	
	font-weight: 500;
}

/* 滚动展示 */
@keyframes scenesMoveLeft {
	from {
		transform: translateX(0px)
	}

	to {transform: translateX(-2990px)}
}
.func-box {
	position: relative;
	width: 100%;
	height: 160px;	
	white-space: nowrap;
	margin-top: 46px;
	margin-bottom: 96px;
	overflow: hidden;
}
.func-box ul {
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
}
.func-box ul.move {
	animation: scenesMoveLeft 70s linear infinite;
}
.func-box ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 160px;	
	border-radius: 12px;
	border: 1px solid #CCC;	
	box-sizing: border-box;
	margin-right: 32px;
}
.func-box ul li h2 {
	color: #292929;
	text-align: center;
	font-size: 22px;
	
	font-weight: 500;	
}
.func-box ul li p {
	color: #4E4E4E;
	text-align: center;
	font-size: 16px;
		
}

/* 一站式处理音频 */
.intro-box {
	width: 100%;
	padding-bottom: 105px;
}
.intro-box > h1 {
	text-align: center;
	font-size: 48px;
	
	font-weight: 500;
	letter-spacing: 1.5px;
	color: rgba(245, 57, 99, 1);
	line-height: 56px;
	margin-bottom: 16px;
}
.intro-box > p {
	width: 738px;	
	color: #4E4E4E;
	text-align: center;
	font-size: 20px;
		
	margin: 0 auto;
	margin-bottom: 36px;
}
.intro-content .swiper-container {
	border-radius: 16px;
	background: #EEE;	
	padding: 30px 0;
	box-sizing: border-box;
}
.intro-content .swiper-slide img {
	display: block;
	height: auto;
	margin: 0 auto;
}
.intro-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 42px;
}
.intro-item {
	width: 278px;
	height: 169px;
}
.intro-item i {
	display: inline-block;
	width: 100%;
	height: 4px;
	background: #D8D8D8;
	margin-bottom: 28px;
}
.intro-item h2 {
	color: #292929;
	font-size: 24px;
	
	font-weight: bold;	
}
.intro-item p {
	width: 100%;
	color: #4E4E4E;
	font-size: 14px;
	
	margin-top: 7px;
}
.intro-item.active i {
	background: radial-gradient(3166.92% 1625.43% at 16.19% 837.50%, rgba(216, 193, 255, 0.81) 0%, rgba(152, 113, 215, 0.00) 100%), linear-gradient(243deg, #F53963 0%, #FF7795 100%);
}

/* 增值功能上线，感受音频剪辑体验 */
.new-box {
	width: 100%;
	padding-top: 93px;
	padding-bottom: 124px;
	background: #F8F8F8;
}
.new-box > h1 {
	text-align: center;
	font-size: 48px;
	
	font-weight: 500;
	letter-spacing: 1.5px;	
	color: rgba(245, 57, 99, 1);
	line-height: 56px;
	margin-bottom: 72px;
}
.new-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new-content .swiper-slide img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
}

.new-content .swiper-container {
	position: relative;
	width: 715px;
	height: 402px; 
	border-radius: 12px;
	background: radial-gradient(64.10% 64.10% at -5.73% 104.07%, rgba(216, 193, 255, 0.81) 0%, rgba(152, 113, 215, 0.00) 100%), linear-gradient(243deg, #F53963 0%, #FF7795 100%);
}

.new-content .swiper-slide.new-slide1 img {
	bottom: 50%;
	transform: translateY(50%);
}
.new-content .swiper-slide.new-slide2 img {
	left: 22px;
	bottom: 50%;
	transform: translateY(50%);
}

.new-content .swiper-pagination {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.new-content .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: rgba(255, 255, 255, .7);
	opacity: 1;
	margin-bottom: 8px;
}
.new-content .swiper-pagination .swiper-pagination-bullet-active {
	width: 6px;
	height: 24px;
	background: rgba(255, 255, 255, 1);
	border-radius: 4px;
}
.new-content .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-bottom: 0;
}

.new-item {
	width: 419px;
	border-bottom: 1px solid #D8D8D8;
	padding-top: 20px;
	padding-bottom: 16px;
	box-sizing: border-box;
	user-select: none;
}
.new-item:first-child {
	padding-top: 0;
}
.new-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.new-top {
	display: flex;
	align-items: center;
}
.new-item .new-top img:nth-child(1) {
	display: block;
}
.new-item .new-top img:nth-child(2) {
	display: none;
}
.new-item.active .new-top img:nth-child(1) {
	display: none;
}
.new-item.active .new-top img:nth-child(2) {
	display: block;
}
.new-item .new-top h2 {
	color: #999;
	font-size: 28px;
	
	font-weight: 500;
}
.new-item.active .new-top h2 {
	color: #F53963;
	font-size: 28px;
	
	font-weight: 500;
}
.new-item p {
	color: #999;
	font-size: 18px;
	
}
.new-item.active p {
	color: #F53963;
	font-size: 18px;
		
}

/* 优点 */
.advantage-box {
	padding: 113px 0;
}
.advantage-item {
	width: 100%; 
	border-radius: 12px;
	border: 1px solid #CCC;
	background: radial-gradient(60.75% 60.75% at 26.93% 61.29%, rgba(255, 187, 202, 0.30) 0%, rgba(255, 226, 232, 0.00) 100%), #FFF;
	box-sizing: border-box;
	overflow: hidden;
}
.advantage-item:first-child {
	margin-bottom: 41px;
}

.advantage-top {
	position: relative;
}
.advantage-top img:nth-child(1) {
	width: 100%;
}
.advantage-top img:nth-child(2) {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 738px;
}
.advantage-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
	box-sizing: border-box;
}
.advantage-bottom h2 {
	color: #292929;
	text-align: center;
	font-size: 28px;
	
	font-weight: 500;	
}
.advantage-bottom p {
	color: #4E4E4E;
	text-align: center;
	font-size: 18px;
		
	margin-top: 12px;
}


/* 底部下载 */
.bottom-download-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 320px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/450/images/pic_footer.png) no-repeat center center;
	background-size: cover;
}
.bottom-download-box h1 {
	color: #FFF;
	text-align: center;
	font-size: 56px;
	
	font-weight: 500;
	letter-spacing: 20px;	
	line-height: 56px;
	margin-bottom: 50px;
}
.bottom-download-box .common-btn-label img {
	width: 44px;
	color: #F53963;
}