@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);
	}
}


.downTopDowmload,
.banner-imgtext a,
.icontext-content a,
.downloadtext-content a {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.downTopDowmload 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;
}

.banner-imgtext a i,
.icontext-content a i,
.downloadtext-content a i {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255, 255, 255, .2);
	width: 400px;
	height: 400px;
	border-radius: 50%;
	margin-left: -200px;
	margin-top: -200px;
	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;
}

.kingshiper-footer {
	margin-top: 0 !important;
}

/* 横幅样式 */
.banner-box {
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/180/images/kv_bg.png) no-repeat center center;
	margin-top: 116px;
}

.banner-content {
	width: 1200px;
	margin: 0 auto;
	padding: 178px 0;
	position: relative;
}

.diannao {
	display: inline-block;
	width: 780px;
	height: 513px;
	position: absolute;
	left: 403px;
	top: 80px;
}

.banner-text h1 {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

.banner-text p {
	margin-top: 30px;
	margin-bottom: 58px;
	width: 440px;
	color: #CAF6F3;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

.banner-a {
	position: relative;
	display: flex;
	width: 500px;

}

.banner-a a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 221px;
	height: 60px;
	border-radius: 12px;
	background: linear-gradient(98deg, #FFC33F -10.39%, #FF945F 69.77%);
	color: #FFF;
	font-family: Microsoft YaHei UI;
	font-size: 20px;
	font-weight: 700;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 30px;
}

.banner-a a:last-child {
	margin-right: 0;
}

.banner-a a::before {
	position: absolute;
	content: '';
	background-color: rgba(255, 255, 255, 0.15);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	animation: spread 1.5s infinite;
}

.banner-a a img {
	margin-right: 10px;
	width: 30px;
}

.banner-a>div {
	position: absolute;
	top: -19px;
	right: 196px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 30px;
}

.banner-a>div>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.banner-a>div>span {
	color: #000;
	font-family: PingFang SC;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	/* 16px */
	z-index: 10;
}

.banner-p2{
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	margin-top: 10px;
}

/* 主要内容区域 */
/* 小图标+文字介绍区域 */
.icontext-box {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.icontext-box h1 {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
}

.icontext-box h1::after {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #FF9623;
	border-radius: 2px;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translate(-50%);
}

.icontext-content ul {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.icontext-content ul li {
	width: 270px;
	height: 270px;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	text-align: initial;
}

.icontext-content ul li:nth-child(-n + 4) {
	margin-bottom: 40px;
}

.icontext-content ul li img {
	text-align: left;
	margin-left: 85px;
	margin-top: 67px;
}

.icontext-content ul li:nth-child(n + 4) img {
	margin-top: 63px;
}

.icontext-content ul li p {
	color: #000000;
	font-size: 16px;
	text-align: center;
}

.icontext-content>div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 500px;
}


.icontext-content>div>a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
	border-radius: 12px;
	background: linear-gradient(98deg, #FFC33F -10.39%, #FF945F 69.77%);
	width: 221px;
	height: 60px;
	color: #FFF;
	font-family: Microsoft YaHei UI;
	font-size: 20px;
	font-weight: 700;
	overflow: hidden;
}

.icontext-content>div>a::before {
	position: absolute;
	content: '';
	background-color: rgba(255, 255, 255, 0.15);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	animation: spread 1.5s infinite;
}

.icontext-content>div>a:last-child {
	margin-right: 0;
}

.icontext-content>div>a>img {
	margin-right: 10px;
	width: 30px;
}

.icontext-content>div>div {
	position: absolute;
	top: -19px;
    right: 196px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 30px;
	z-index: 10;
}

.icontext-content>div>div>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.icontext-content>div>div>span {
	color: #000;
	font-family: PingFang SC;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	z-index: 10;
}




/* 中图片+文字介绍区域 */
.midimgtext-box {
	width: 100%;
	height: 710px;
	margin-top: 100px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/180/images/bg_1.png) no-repeat center center;
}

.midimgtext-box h1 {
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 150px;
	position: relative;
}

.midimgtext-box h1::after {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 2px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%);
}

.midimgtext-box ul {
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}

.midimgtext-box ul li {
	width: 272px;
	text-align: center;
}

.midimgtext-box ul li img.img-item-min {
	margin-top: 20px;
}

.midimgtext-box ul li p {
	margin-top: 8px;
	font-size: 16px;
	line-height: 33px;
	color: #FFFFFF;
}

.midimgtext-box ul li p.text-top {
	margin-top: 12px;
	font-size: 20px;
}

/* 文字转语音下载区域 */
.downloadtext-box {
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/180/images/slogn_bg.png) no-repeat center center;
	height: 600px;
}

.downloadtext-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 206px;
}

.downloadtext-content h1 {
	font-size: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}


.downloadtext-content .dowanload-a {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 69px;
}

.downloadtext-content .dowanload-a a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
	width: 221px;
	height: 60px;
	border-radius: 12px;
	background: linear-gradient(98deg, #FFC33F -10.39%, #FF945F 69.77%);
	color: #FFF;
	font-family: Microsoft YaHei UI;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	overflow: hidden;
}

.downloadtext-content .dowanload-a a::before {
	position: absolute;
	content: '';
	background-color: rgba(255, 255, 255, 0.15);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	animation: spread 1.5s infinite;
}

.downloadtext-content .dowanload-a a:last-child {
	margin-right: 0;
}

.downloadtext-content .dowanload-a a img {
	width: 30px;
	margin-right: 10px;
}

.downloadtext-content .dowanload-a>div {
	position: absolute;
	top: -19px;
	right: 197px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 30px;

}

.downloadtext-content .dowanload-a>div>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.downloadtext-content .dowanload-a>div>span {
	color: #000;
	font-family: PingFang SC;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	/* 16px */
	z-index: 10;
}



/* 评价区域 */
/* 评价区域 */
.assess-box {
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}

.assess-box h1 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 59px;
}

.swiper-container {
	height: 300px;
}

.swiper-container .swiper-wrapper .swiper-slide {
	height: 237px;
	background: rgba(248, 248, 248, 1);
	box-shadow: 0px 9px 13px 0px rgba(198, 198, 198, 0.35);
	border-radius: 10px;
	text-align: center;
	margin-bottom: 60px;
}

.swiper-slide img {
	display: inline-block;
	padding-top: 20px;
	width: 70px;
	height: 70px;
	margin: 0;
}

.assess-text {
	width: 310px;
	margin: 0 auto;
}

.assess-text p:nth-child(1) {
	color: #0F0F0F;
	margin-top: 4px;
	margin-bottom: 11px;
}

.assess-text p:nth-child(2) {
	color: #606060;
}

/* 主要内容区域结束 */

/* 页脚区域 */
.footer {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #000000;
	text-align: center;
}

/* 页脚区域结束 */





/* 下载页面 */
/* 头部区域 */
/* 导航栏+横幅区域 */
.download-banner-box {
	width: 100%;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/180/images/xiazaiye_bg.png) no-repeat center center;
}

.download-banner-content {
	width: 1200px;
	margin: 0 auto;
}

.download-banner-text h1 {
	font-size: 48px;
	text-align: center;
	padding-top: 130px;
}

.download-banner-text p {
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
	color: rgba(255, 255, 255, 0.6);
}

.download-banner-imgtext {
	text-align: center;
	padding-bottom: 192px;
}

.download-banner-imgtext a {
	display: inline-block;
	width: 240px;
	height: 60px;
	line-height: 60px;
	background: rgba(221, 36, 33, 1);
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}

/* 头部区域结束 */

/* 主要内容区域 */
/* 大图片+文字介绍区域 */
.download-imgtext-box {
	width: 100%;
	height: 770px;
}

.download-imgtext-box h1 {
	font-size: 32px;
	color: #000000;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 64px;
}

.download-imgtext-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.line1 {
	display: inline-block;
	width: 3px;
	height: 299px;
	position: absolute;
	left: 814px;
	top: 106px;
	background-color: #f3f2f3;
}

.line2 {
	display: inline-block;
	width: 3px;
	height: 1px;
	position: absolute;
	left: 814px;
	top: 106px;
}

.bright {
	height: 299px;
	background-color: #ff6562;
	transition: 4s;
}

.move-text ul li p {
	width: 250px;
	text-align: left;
}

.move-text {
	z-index: 99;
}

.move-img {
	width: 730px;
	height: 520px;
}

.move-img img {
	width: 100%;
	height: 100%;
}

.move-text {
	width: 400px;
	color: #000;
}

.move-text li {
	margin-top: 100px;
	display: flex;
}

.move-text span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #ccc;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 20px;
}

.move-text .active {
	background: #ff6562;
	color: #fff;
	transition: 1s;
}

.move-text .textActive {
	color: #ff6562;
	transition: 1s;
}

/* 主要内容区域结束 */