@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);
	}
}

.common-download-box a,
.downTopDowmload,
.header-download1 {
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: linear-gradient(90deg, #F2709C 0%, #FF9472 100%);
}
.header-download1:hover {
	background: linear-gradient(90deg, #FF9472 0%, #F2709C 100%) !important;
}
.header-download2 {
	background: linear-gradient(90deg, #F2709C 0%, #FF9472 100%);
}
.header-download2 .android-btn {
	background: transparent;
	border-radius: 6px;
}

.header-download 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 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;
}

/* header */
.header-download {
	position: relative;
	width: 100px;
	height: 32px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-download:hover {
	background: linear-gradient(90deg, #FF9472 0%, #F2709C 100%);
}

.header-download:nth-child(2) {
	margin: 0 20px;
}

.header-download span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
}

.header-download img {
	width: 20px;
}

.downTop-right {
	height: 60px;
	display: flex;
	align-items: center;
	line-height: initial;
}

.downTop-right .system {
	display: flex;
	align-items: center;
}

.downTop-right div {
	line-height: initial;
}

.header-showimg {
	display: none;
	padding: 6px 17px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
	position: absolute;
	bottom: -164px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 10px #888888;
}

.header-showimg img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* banner */
.banner-box {
	width: 100%;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/550/images/bg.png) no-repeat center center;
	background-size: cover;
	margin-top: 116px;
}

.banner-content {
	width: 1200px;
	margin: 0 auto;
}

.banner-top {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 656px;
}

.banner-text h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 58px;
	line-height: 62px;
	color: #000000;
}

.banner-text p {
	width: 459px; 
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	color: #333333;
	margin: 40px 0;
}

.banner-btn {
	display: flex;
	align-items: center;
}

.banner-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 219px;
	height: 70px;
	background: #000000;
	border-radius: 20px;
}

.banner-btn a:first-child {
	position: relative;
	overflow: hidden !important;
	z-index: 2;
	margin-right: 30px;
}

.android-btn {
	position: relative;
	overflow: hidden;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #000000;
	border-radius: 20px;
}

.banner-btn a i,
.android-btn 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-btn a span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 20px;
	color: #FFFFFF;
	margin-left: 12px;
}

.banner-btn a:hover {
	background: #1f1e1e;
}

/* 中间下载 */
.banner-bottom-bg {
	width: 100%;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/550/images/bg2.png) no-repeat center center;
	background-size: cover;
	margin-top: 10px;
}
.banner-bottom {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 1200px;
	height: 295px;
	margin: 0 auto;
}

.send-box h2,
.accept-box h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	color: #000000;
	text-align: center;
	margin-bottom: 27px;
}

.toggle-img {
	cursor: pointer;
}

.send-box ul,
.accept-box ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.send-box ul li,
.accept-box ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.send-box ul li p,
.accept-box ul li p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	margin-top: 26px;
}

.send-img-box,
.accept-img-box {
	width: 100%;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.send-img {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.accept-img {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
}


.accept-hidden-img {
	width: 120px;
	display: none;
}

.send-hidden-img {
	display: none;
	width: 120px;
	height: 120px;
	background-color: #FFFFFF;
	padding: 5px;
	box-sizing: border-box;
	box-shadow: 2px 2px 7px #888888;
}

.qr-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.qr-box .common-download-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 48px;
	background: #000000;
	border-radius: 10px;
}

.qr-box .common-download-box a span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	margin-left: 11px;
}

.qr-box .common-download-box a:hover {
	background: #1f1e1e;
}

.qr-box p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	margin-top: 19px;
}

.qr-download-img {
	width: 120px;
	height: 120px;
	background-color: #FFFFFF;
	padding: 8px;
	margin-top: 22px;
	box-sizing: border-box;
	border-radius: 12px;
}

/* 软件介绍 */
.intro-box {
	width: 100%;
	padding-top: 102px;
	padding-bottom: 120px;
	background-color: #FFFFFF;
}

.common-title {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	color: #000000;
	text-align: center;
}

.common-p {
	width: 759px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	color: #333333;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 80px;
}

.intro-box ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.intro-box ul li {
	margin-right: 40px;
}

.intro-box ul li:last-child {
	margin-right: 0;
}

.intro-box ul:last-child {
	margin-top: 40px;
}

.intro-box ul li h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	margin-top: 40px;
	margin-bottom: 28px;
}

.intro-box ul li p {
	width: 267px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

/* 三步畅享极致投屏体验 */
.step-box,
.why-box {
	width: 100%;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/550/images/step-bg.png) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}

.step-content,
.why-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.step-text h1,
.why-text h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 49px;
}

.step-text {
	margin-left: 58px;
}

.why-text {
	margin-right: 58px;
}

.step-title,
.why-title {
	display: flex;
	align-items: center;
}

.step-title h2,
.why-title h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	margin-left: 20px;
}

.step-title img,
.why-title img {
	width: 24px;
}

.step-text ul li,
.why-text ul li {
	margin-bottom: 29px;
}

.step-text ul li:last-child,
.why-text ul li:last-child {
	margin-bottom: 0;
}

.step-text ul li p,
.why-text ul li p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-left: 44px;
	margin-top: 16px;
}

.why-text .common-download-box,
.step-text .common-download-box {
	display: flex;
	align-items: center;
}

.why-text .common-download-box a,
.step-text .common-download-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 48px;
	background: #000000;
	margin-top: 44px;
	border-radius: 10px;
}

.why-text .common-download-box a:first-child,
.step-text .common-download-box a:first-child {
	margin-right: 20px;
}

.why-text .common-download-box a span,
.step-text .common-download-box a span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	margin-left: 11px;
}

.why-text .common-download-box a:hover,
.step-text .common-download-box a:hover {
	background-color: #1f1e1e;
}

.show-qr-box {
	position: relative;
	overflow: unset !important;
}

.show-qr-img {
	display: none;
	padding: 6px 17px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
	position: absolute;
	bottom: -164px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 1px #888888;
}

.show-qr-img img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* 投屏场景 */
.scen-box {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 100px;
	background-color: #FFFFFF;
}

.scen-box ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 87px;
}

.scen-box ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.scen-box ul li h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	margin-top: 50px;
}

/* 评价 */
.assess-box {
	width: 100%;
	height: 700px;
	padding-top: 74px;
	box-sizing: border-box;
}

.assess-content {
	width: 1200px;
	margin: 0 auto;
}

.assess-content ul:nth-child(1) li {
	display: none;
	width: 100%;
	height: 307px;
	box-sizing: border-box;
	background: #f5f8ff;
	border-radius: 30px;
	position: relative;
	z-index: 10;
	text-align: center;
	padding-top: 48px;
}

.assess-star h1 {
	font-size: 26px;
	font-weight: 700;
	color: #2D2856;
	margin-bottom: 24px;
}

.assess-content ul:nth-child(1) li span {
	display: block;
	width: 1000px;
	height: 1px;
	background: #EDF0F3;
	border-radius: 0px 0px 0px 0px;
	margin: 40px auto 0 auto;
}

.assess-content ul:nth-child(1) li p {
	font-size: 18px;
	font-weight: 400;
	color: #666473;
	margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
	display: block;
	width: 40px;
	height: 40px;
	background: #f5f8ff;
	border-radius: 2px 2px 2px 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	bottom: -20px;
}

.left1 {
	left: 82px;
}

.left2 {
	left: 280px;
}

.left3 {
	left: 480px;
}

.left4 {
	left: 680px;
}

.left5 {
	left: 879px;
}

.left6 {
	left: 1078px;
}

.assess-content ul:nth-child(1) li:first-child {
	display: block;
}

.assess-content ul:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 63px;
}

.assess-content ul:nth-child(2) li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.assess-content ul:nth-child(2) li:hover {
	cursor: pointer;
}

.assess-content ul:nth-child(2) li img {
	width: 76px;
	height: 76px;
}

.assess-content ul:nth-child(2) li p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 17px;
	margin-bottom: 11px;
}

.assess-content ul:nth-child(2) li h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
}