<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.price-content h3{
	margin-bottom: 10px;
	font-size: 16px;
}
.price-content .priceh3{
	margin-top: 50px;
}
.price_list{
	margin: 15px 0px;
}
.price_cat,
.price_title{
	display: inline-block;
	vertical-align: top;
}
.price_title{
	line-height: 22px;
	width: calc(100% - 150px);
}
.price_cat{
	width: 120px;
	text-align: center;
	color: #fff;
	padding: 1px 5px;
	box-sizing: border-box;
	font-weight: bold;
	margin-right: 15px;
}
.other_cat{
	width: 100px;
	color: #000;
	font-weight: normal;
	text-align: left;
}
.right_btn{
	margin-top: 40px;
	text-align: right;
}
.priceh2a,
.priceh2b{
	font-size: 18px !important;
	margin-top: 5px !important;
	margin-bottom: 20px !important;
}
.priceh2b{
	margin-top: 50px !important;
}

@media screen and (max-width:640px){
	.price_cat,
	.price_title{
		display: block;
	}
	.price_title{
		width: 100%;
	}
	.price_cat{
		margin-bottom: 10px;
	}
	.other_cat{
		margin-bottom: 5px;
	}
	.price-content .priceh3,
	.priceh2b{
		margin-top: 40px !important;
	}
	.right_btn{
		margin: 40px auto 0;
		width: 90%;
	}
}</pre></body></html>