* {
	padding: 0;
	margin: 0;
	font-family: SourceHanSansCN-Regular;
}

a {
	text-decoration: none;
	color: #1A1A1A;
}

a:hover,
a:visited,
a:link,
a:active {
	color: #1A1A1A;
}

.download-box {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url('../images/bg.png');
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

.download-content {
	position: absolute;
	top: 20.5%;
	left: 15%;
	width: 74%;
	height: auto;
}

.home {
	width: 100%;
	height: auto;
	margin-top: 22%;
}

.p_img1 {
	width: 92%;
	height: auto;
	margin: 6% auto;
}

.p_img2 {
	width: 92%;
	height: auto;
	margin-bottom: 6%;
}

/* img {
	width: 100%;
	height: 100%;
} */

.banner {
	width: 92%;
	height: auto;
	background-image: url(../images/index_4.png);
	background-position: center center;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 6%;
	box-sizing: border-box;
}

.text {
	font-size: 29%;
	text-align: center;
	width: 66%;
	height: auto;
	margin: 5% auto;
}

.sp_2 {
	color: #1A1A1A;
	font-weight: Regular;
}

.sp_1 {
	display: block;
	font-weight: Regular;
	color: #1A1A1A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.download-content-bottom {
	width: 74%;
	height: auto;
	margin-bottom: 5%;
}
