<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.yuanchi-info{
	padding: 7em;

}

.yuanchi-info h2{

	color: #9c2124;
	font-weight: 400;
}

.yuanchi-info p{
	font-size: 20px;
	text-indent: 3.9rem;
	line-height: 5.2rem;
}
.yuanchi-info p span{
	font-weight:bold;
	color: #9c2124;
}
.about_item{

}
.about_item h2{

	cursor:pointer;
	font-size: 24px;
	padding: 0.2em;
	font-width: bold;
	border-radius: 2px;
	color: #9c2124;
	border-radius: 25px;
	border: 2px solid #9c2124;
}

.about_item .active{
	background: #9c2124;
	color: #FFF !important;

}


@media screen and (max-width: 768px) {
	.yuanchi-info{
		padding: 2rem 0 2rem 0;
	}
	.yuanchi-info p{
		font-size: 16px;

	}
	.about_item h2{


		font-size: 16px;
		padding: 0.2em;
		font-width: bold;
		border-radius: 2px;
		color: #9c2124;
		border-radius: 25px;
		border: 2px solid #9c2124;

	}


}</pre></body></html>