.flex {
	display: flex;
	flex-wrap: wrap;
}

.align-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.app-name {
	margin-left: 10px;
	font-size: 28px;
	font-family: "hylxtj";
}

.app-name span {
	margin-left: 12px;
}

.app-name img {
	border-radius: 10px;
}

.app-name2 {
	font-size: 18px;
	font-family: "hylxtj";
	margin-bottom: 10px;
}

.content {
	padding: 10px;
	/*border: 1px dotted #ddd; */
	text-align: center;
	width: 95%;
}

.img-item {
	margin: 10px auto;
	padding: 10px;
	width: 500px;
	/* height: 1054px; */
	box-shadow: 0px 6px 19px 1px rgba(60, 60, 60, 0.2);
	border-radius: 20px;
}

.img-item img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.app-flow {
	margin: 5px auto 25px auto;
	padding: 5px;
	box-shadow: 0px 6px 19px 1px rgba(60, 60, 60, 0.2);
	border-radius: 20px;
}

.app-flow img {
	width: 98%;
	/* height: 587px; */
	border-radius: 20px;
}

.hr {
	height: 1px;
	margin: 10px auto;
	border: 0;
	border-top: 1px solid #ccc;
}

.policy {
	text-align: left;
	margin: 15px 15px;
}

.policy ul li {
	margin-left: 30px;
	list-style-type: disc;
}

.policy ol li {
	margin-left: 30px;
	list-style-type: decimal;
}
