@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 a,
.downTopDowmload {
	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;
}
.download-btn 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;
}

.downTopDowmload img {
	width: 20px;
	height: auto;
}

/* header */
.downTopDowmload {
	width: 160px !important;
	background-color: #03E0CD !important;
	position: relative;
}

.downTopDowmload span {
	color: #FFFFFF;
}

.downTopDowmload:hover {
	background-color: #03D0CD !important;
}

.qr {
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	z-index: 999;
	width: 160px !important;
	height: 160px !important;
	display: none;
	background-color: #FFFFFF;
}

/* banner */
.banner-box {
	width: 100%;
	height: 701px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/301/images/bg.png) no-repeat center center;
	background-size: cover;
	margin-top: 116px;
}

.banner-content {
	width: 1200px;
	margin: 0 auto;
}

.banner-text {
	margin-left: 83px;
}

.banner-text p:nth-child(1) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 19px;
	padding-top: 155px;
}

.banner-text ul li {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.banner-text ul li:last-child {
	margin-bottom: 0;
}

.banner-text p:nth-child(4) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: 39px 0;
}

.banner-text h1 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(247, 95, 30, 0.6);
	margin-bottom: 21px;
}

.download-box {
	display: flex;
	position: relative;
}

.download-box .qr_box {
	width: 184px;
	height: 183px;
	background-color: #FFFFFF;
	padding: 8px;
}

.download-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
}
.download-box .android-down{
	position: absolute;
	bottom: -36px;
	left: 32px;
	font-size: 18px;
}

.download-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 60px;
	background: #03E0CD;
	box-shadow: 0px 3px 0px 0px rgba(9, 137, 126, 0.4);
	border-radius: 10px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.download-btn a:hover {
	background: #03D0CD;
}

/* .download-btn a:nth-child(1) {
	margin-bottom: 30px;
} */

.download-btn a img {
	width: 24px;
	margin-right: 10px;
}

/* 产品特点 */
.func-box {
	width: 100%;
	padding: 100px 0;
}

.common-title h1 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
}

.common-title span {
	display: block;
	width: 60px;
	height: 6px;
	background: #222222;
	border-radius: 3px;
	margin: 0 auto;
}

.func-content {
	width: 1200px;
	margin: 0 auto;
}

.func-content ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

.func-content ul:first-child {
	margin-bottom: 50px;
	margin-top: 100px;
}

.func-content ul li {
	width: 200px;
	height: 200px;
	background: #F6F5F9;
	border-radius: 16px;
	margin-right: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.func-content ul li:last-child {
	margin-right: 0;
}

.func-content ul li h2 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 20px;
}

/* 介绍 */
.intro-box {
	width: 100%;
}

.intro-item-box {
	width: 100%;
}

.intro-item-box:nth-child(1),
.intro-item-box:nth-child(3) {
	background: #F6F5F9;
}

.intro-item {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.intro-text h1 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}

.intro-text span {
	display: block;
	width: 60px;
	height: 6px;
	background: #222222;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 59px;
}

.intro-text p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 52px;
}

.intro-item img {
	width: 600px;
}
