.daili .content {
	padding-top: 0.8rem;
	padding-bottom: 1.57rem;
}

.daili .title {
	font-family: 'sb';
	font-size: 0.3rem;
	color: #333333;
	position: relative;
	padding-bottom: 0.2rem;
}

.daili .title::before {
	content: '';
	display: block;
	width: 0.35rem;
	height: 0.03rem;
	background: var(--g);
	position: absolute;
	bottom: -0.01rem;
	left: 0;
	z-index: 2;
}

.daili .title::after {
	content: '';
	display: block;
	width: 0.8rem;
	height: 0.01rem;
	background: var(--c);
	position: absolute;
	bottom: 0;
	left: 0;
}

.daili .content img {
	margin-top: 0.4rem;
	width: revert-layer;
	height: revert-layer;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}