/* banner */
.banner-box {
	width: 100%;
	height: 864px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/435/images/banner.png) no-repeat center center;
	background-size: cover;
	margin-top: 116px;
}
.banner-content {
	width: 1200px;
	margin: 0 auto;
}
.banner-content h1 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
	margin-left: 80px;
	padding-top: 216px;
}
.banner-content p.banner-p {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.8;
	margin-left: 80px;
	margin-top: 56px;
	margin-bottom: 100px;
}
.banner-bottom {
	display: flex;
	align-items: center;
	margin-left: 80px;
}
.banner-bottom img.qrcode-img {
	width: 192px;
	height: 192px;
	border: 1px solid red;
}
.banner-bottom-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 40px;
}
.appDownload_tips{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #EEEEEE;
	opacity: 0.6;
	text-align: center;
	margin-top: 10px;
}
.banner-bottom-text a{
	width: 220px;
	height: 60px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-bottom-text a:nth-child(1){
	background: #00B7EE;
	margin-top: -45px;
}
.banner-bottom-text a:nth-child(2){
	background: #0ee8c4;
}
.banner-bottom-text a:nth-child(1):hover {
	background: #1bcaff;
}
.banner-bottom-text a:nth-child(2):hover{
	background: rgb(4, 192, 161);
}
.banner-bottom-text a img {
	width: 34px;
}
.banner-bottom-text a span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 16px;
}
.banner-bottom-text p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #EEEEEE;
	opacity: 0.6;
	margin-top:15px;
}
.banner-bottom-text p:nth-child(2) {
	margin: 31px 0;
}

/* 优点 */
.advantage-box {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 170px;
}
.advantage-box ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}
.advantage-box ul:last-child {
	margin-bottom: 0;
}
.advantage-box ul li {
	width: 368px;
	background: #FFFFFF;
	box-shadow: 0px 13px 25px 1px rgba(214, 214, 214, 0.6);
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 36px;
	padding-bottom: 39px;
}
.advantage-box ul li img {
	width: 100px;
}
.advantage-box ul li h2 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 32px;
	margin-bottom: 36px;
}
.advantage-box ul li p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

/* 功能 */
.func-box {
	width: 100%;
	padding-bottom: 153px;
}
.func-content {
	width: 1200px;
	margin: 0 auto;
}
.func-item {
	margin-bottom: 168px;
}
.func-item:last-child {
	margin-bottom: 0;
}
.func-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.func-text h2 {
	font-size: 40px;
	font-family: Microsoft YaHei UI;
	color: #000000;
	margin-bottom: 60px;
}
.func-text p {
	font-size: 20px;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #8C8889;
	line-height: 60px;
}

/* 使用场景 */
.scen-box {
	width: 100%;
	height: 735px;
	background: #0B1828;
}
.scen-box h1 {
	font-size: 40px;
	font-family: Microsoft YaHei UI;
	color: #FFFFFF;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 70px;
}
.scen-content {
	width: 1200px;
	margin: 0 auto;
}
.scen-content ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.scen-content ul:last-child {
	margin-bottom: 0;
}
.scen-content ul li {
	position: relative;
}
.scen-content ul li p {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #FFFFFF;
}