.section .content {
	width: 9.04rem;
	margin: 0.5rem auto;
	font-size: 0.32rem;
	color: #999999;
}

.section .content h2 {
	font-size: 0.533333rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.section .content .details {
	font-size: 0.32rem;
	color: #999999;
	margin-top: 0.346666rem;
	margin-bottom: 0.5rem;
	line-height: 0.6rem;
	display: flex;
	justify-content: space-between;
}
.section .content p {
	font-size: 0.346666rem;
	color: #666666;
	margin-bottom: 0.613333rem;
	text-indent: 0.9rem;
}
.section .content img {
	max-width: 100%;
	display: block;
	width: auto!important;
	margin: 0 auto;
	height: auto!important;
}

.footer {
	background-color: #333;
	font-size: 0.4rem;
	color: #fff;
	padding: 0.2rem 0;
}

.footer p{
	text-align: center;
}
.footer p a {
	text-decoration: none;
	color: #fff;
}