@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,.common-download-box {
	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;
}
.common-download-box 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;
}

/* 首页 */
/* 头部区域 */
/* 导航栏+横幅区域 */
.banner-box {
	width: 100%;
	height: 710px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/140/images/kv_bg.png) no-repeat center center;
	background-size: cover;
	margin-top: 116px;
}

/* 横幅样式 */
.banner-content {
	width: 1200px;
	margin: 0 auto;
	padding: 198px 0;
	position: relative;
}

.diannao {
	display: inline-block;
	width: 780px;
	height: 513px;
	position: absolute;
	left: 403px;
	top: 80px;
}

.banner-text h1 {
	font-size: 60px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #FFFFFF;
}

.banner-text ul {
	width: 450px;
	margin-top: 36px;
	margin-bottom: 48px;
}

.banner-text ul li {
	font-size: 24px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FFFFFF;
}

.common-download-box {
	width: 320px;
	height: 60px;
	background: #F75F1E;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.common-download-box:hover {
	background-color: #D75F1E;
}

.common-download-box p {
	font-size: 20px;
	margin: 0 10px;
	color: #FFFFFF;
}

.banner-imgtext p {
	color: #FFFFFF;
	font-size: 20px;
}

.video_wrap video {
	display: block;
	width: 600px;
	position: absolute;
	left: 492px;
	top: 109px;
}

/* 头部区域结束 */

/* 多聊 - 让沟通更便捷 */
.icontext-box {
	width: 100%;
	padding: 80px 0;
}

.icontext-box h1 {
	font-size: 32px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 19px;
}

.icontext-box .icontext-p {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #555555;
	text-align: center;
	margin-bottom: 79px;
}

.icontext-box ul {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.icontext-box ul:last-child {
	margin-bottom: 0;
}

.icontext-box ul li {
	width: 270px;
	height: 270px;
	border: 2px solid #F5F6F9;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 44px 33px;
	box-sizing: border-box;
}

.icontext-box ul li h2 {
	font-size: 20px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 17px;
}

.icontext-box ul li p {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #555555;
	text-align: center;
}

/* 稳定多开，简单高效 */
.easy-box {
	width: 100%;
	background: #F5F6F9;
	padding-top: 100px;
	padding-bottom: 70px;
}

.easy-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.easy-content:last-child {
	margin-bottom: 0;
}

.easy-content img {
	width: 646px;
}

.easy-text h1 {
	font-size: 32px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #000000;
	margin-bottom: 30px;
}

.easy-text ul li {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #555555;
	line-height: 48px;
}

/* 应用场景 */
.scen-box {
	width: 100%;
	padding: 80px 0;
}

.scen-box h1 {
	font-size: 32px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-bottom: 80px;
}

.scen-box ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.scen-box ul li {
	width: 270px;
	height: 280px;
	background: #F5F6F9;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
}

.scen-box ul li h2 {
	font-size: 20px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #000000;
	margin: 20px 0;
}

.scen-box ul li p {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #555555;
	line-height: 30px;
	text-align: center;
}

/* 底部下载 */
.bottom-download-box {
	width: 100%;
}

.bottom-download-content {
	width: 1200px;
	height: 280px;
	margin: 0 auto;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/140/images/bg_2.png) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.bottom-download-content h1 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 30px;
}

/* 评价区域 */
.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;
}
