@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 {
	position: relative;
	z-index: 2;
	background: #2DE2CD;
}
.downTopDowmload:hover {
	background: #2bddc8;
}


.qr {
	padding: 5px;
	background-color: #FFFFFF;
}
.qrcode-img {
	width: 100px;
	padding: 3px;
	background-color: #FFFFFF;
}
/* banner */
.banner-box {
	width: 100%;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/436/images/banner-bg.png) no-repeat center center;
	background-size: cover;
	margin-top: 116px;
}
.banner-content {
	width: 1200px;
	height: 740px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.banner-text h1 {
	font-size: 48px;
	font-family: AlibabaPuHuiTiM;
	font-weight: 400;
	color: #FFFFFF;
}
.banner-text p:nth-child(2) {
	font-size: 24px;
	font-family: AlibabaPuHuiTiL;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 19px;
	margin-bottom: 38px;
}
.banner-text p:nth-child(3) {
	font-size: 24px;
	font-family: AlibabaPuHuiTiL;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.qrcode-img {
	margin-right: 20px;
}

/* 简单易用 */
.easy-box {
	width: 100%;
	padding: 100px 0;
}
.easy-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
.easy-text span {
	display: inline-block;
	width: 24px;
	height: 4px;
	background: linear-gradient(90deg, #F3525C 0%, #F75F1E 100%);
}
.easy-text h1 {
	font-size: 40px;
	font-family: AlibabaPuHuiTiR;
	font-weight: 400;
	color: #000000;
	margin: 20px 0;
}
.easy-text > p {
	font-size: 24px;
	font-family: AlibabaPuHuiTiL;
	font-weight: 400;
	color: #555555;	
	margin-bottom: 50px;
}
.easy-text ul {
	display: flex;
	margin-bottom: 30px;
}
.easy-text ul:last-child {
	margin-bottom: 0;
}
.easy-text ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 180px;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 25px;
	box-sizing: border-box;
	margin-right: 30px;
}
.easy-text ul li:last-child {
	margin-right: 0;
}
.easy-text ul li h2 {
	font-size: 20px;
	font-family: AlibabaPuHuiTiR;
	font-weight: 400;
	color: #000000;	
	margin: 16px 0;
}
.easy-text ul li p {
	font-size: 16px;
	font-family: AlibabaPuHuiTiL;
	font-weight: 400;
	color: #555555;
	text-align: center;	
}


/* 方便快捷 */
.fast-box {
	width: 100%;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/436/images/bg.png) no-repeat center center;
	background-size: cover;
}
.fast-content {
	position: relative;
	width: 1200px;
	height: 1019px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.fast-content > img {
	position: absolute;
	bottom: -1px;
	left: 0;
}
.fast-text {
	margin-top: 80px;
}
.fast-text span {
	display: inline-block;
	width: 24px;
	height: 4px;
	background: #FFFFFF;	
}
.fast-text h1 {
	font-size: 40px;
	font-family: AlibabaPuHuiTiR;
	font-weight: 400;
	color: #FFFFFF;
	margin: 20px 0;	
}
.fast-text > p {
	font-size: 24px;
	font-family: AlibabaPuHuiTiL;
	font-weight: 400;
	color: #FFFFFF;	
	margin-bottom: 59px;
}
.fast-text ul li {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.fast-text ul li:last-child {
	margin-bottom: 0;
}
.fast-right {
	margin-left: 18px;
}
.fast-right h2 {
	font-size: 24px;
	font-family: AlibabaPuHuiTiR;
	font-weight: 400;
	color: #FFFFFF;	
}
.fast-right p {
	font-size: 16px;
	font-family: AlibabaPuHuiTiL;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 20px;	
}

/* 评价区域 */
.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;
}


