/* banner */
.banner-box {
	width: 100%;
	height: 710px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/300/images/bg.png) no-repeat center center;
	margin-top: 116px;
}
.banner-content {
	width: 1200px;
	margin: 0 auto;
}
.banner-content h1 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	color: #F8FCFE;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	padding-top: 215px;
	margin-bottom: 39px;
}
.banner-content p:nth-child(2),.banner-content p:nth-child(3) {
	width: 540px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F9FCFE;
	line-height: 40px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.banner-content a {
	width: 320px;
	height: 60px;
	background: rgba(255, 255, 255, .3);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.banner-content a span {
	margin: 0 10px;
	font-size: 20px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
}
.banner-content a:hover {
	background: rgba(0, 0, 0, .3);
}
.banner-content p:nth-child(5) {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

/* 高效率图片处理软件 */
.efficient-box {
	width: 100%;
	height: 516px;
	background-color: #FFFFFF;
}
.efficient-content {
	width: 1200px;
	margin: 0 auto;
}
.common-title {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	padding-top: 80px;
	text-align: center;
}
.common-p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 30px;
	margin-top: 19px;
	margin-bottom: 39px;
}
.efficient-content ul {
	display: flex;
	justify-content: space-between;
}
.efficient-content ul li {
	width: 200px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
	box-sizing: border-box;
}
.efficient-content ul li h2 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 19px;
}
.efficient-content ul li p {
	width: 90%;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4B4B4B;
	line-height: 24px;
	text-align: center;
}

/* 软件特色功能介绍 */
.func-box {
	width: 100%;
	height: auto;
	background-color: #F3F3F3;
}
.func-content {
	width: 1200px;
	margin: 0 auto;
}
.func-item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #2D2D2D;
	padding: 55px 0;
}
.func-item:last-child {
	border-bottom: none;
}
.func-text {
	padding-top: 24px;
}
.func-item:last-child .func-text {
	padding-top: 0;
}
.func-text h2 {
	width: 386px;
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	border-bottom: 1px solid #333333;
}
.func-text p:nth-child(2) {
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #8E8E8E;
	margin-bottom: 39px;
}
.func-text p:nth-child(3) {
	width: 437px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8E8E8E;
	line-height: 36px;
	margin-bottom: 80px;
}
.func-download-btn {
	width: 320px;
	height: 60px;
	background: linear-gradient(90deg, #F75F1E 0%, #FF9623 100%);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.func-download-btn span {
	font-size: 20px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0 10px;
}
.func-download-btn:hover {
	background: linear-gradient(90deg, #FF9623 0%, #F75F1E 100%);
}

/* 批量转换｜无损压缩｜高效无忧 */
.bottom-download-box {
	width: 100%;
	height: 640px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/300/images/slogn_bg.png) no-repeat center center;
}
.bottom-download-box h1 {
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 60px;
	text-align: center;
	padding-top: 219px;
}
.bottom-download-box a {
	margin: 0 auto;
}
.bottom-download-box p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin-top: 30px;
}