<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

a {
	text-decoration: none;
}

.coordinate {
	width: 95%;
	margin: 0 auto;
	font-size: 0.18rem;
	color: #666;
	font-weight: 500;
}
.service {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 0.2rem;
	position: relative;
	border-top: 2px solid #337645;
	background: #fff;
	box-shadow: 0px 0px 4px #f5f5f5;
}
.service_all {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
}
.service_all_title{
	font-size: 0.36rem;
	color: #337645;
	width: 100%;
	text-align: center;
	padding-top: 0.1rem;
}
.service_all_time{
	position: relative;
	width: 97%;
	margin: 0.15rem auto;
	background: #f0f0f0;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.3rem;
	text-align: center;
}
.service_all_time span{
	margin-right: 5%;
}
.service_all_time_right{
	display: none;
	/* float: right; */
	position: relative;
	top: -0.13rem;
	margin-right: 0.2rem;
	cursor: pointer;
	position: absolute;
	right: 0%;
}
.service_all_time_right p{
	display: inline-block;
}
.text_btn{
	position: relative;
	top: -0.07rem;
	width: 0.22rem;
	line-height: 0.22rem;
	font-size: 0.12rem;
	margin: 0;
	background: linear-gradient(to top,#ddd,#fff);
	border:1px solid #d5d5d5;
	border-radius: 0.03rem;
}
.service_title {
	width: 98%;
	line-height: 0.4rem;
	border-bottom: 1px solid #337645;
	display: flex;
	margin: 0 auto;
	position: relative;
}
.service_img {
	position: relative;
	top: 1px;
	width: 0.14rem;
}
.service_content{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.service_content2{
	font-size: 0.16rem;
}
.service_content_img{
	width: 100%;
}
.service_content2{
	width: 100%;
	text-align: left;
}
.service_content2 p{
	text-indent: 0.3rem;
	margin-top: 0.2rem;
	line-height: 0.3rem;
}
.service_bottom{
	display: none;
	width: 100%;
	line-height: 0.1rem;
	background: #f0f0f0;
	font-size: 0.16rem;
}
.service_bottom_left{
	display: inline-block;
	width: 49%;
	text-align: left;
}
.service_bottom_left p{
	display: inline-block;
	margin-left: 0.15rem;
}
.service_bottom_left img{
	display: inline-block;
	width: 0.18rem;
	margin-left: 0.1rem;
	position: relative;
	top: 0.04rem;
	cursor: pointer;
}
.service_bottom_right{
	display: inline-block;
	width: 50%;
	text-align: right;
}
.service_bottom_right p{
	display: inline-block;
	cursor: pointer;
}
@media (min-width: 1200px) {
	.coordinate,
	.service {
		width: 12rem;
		margin: 0 auto;
	}
	.service{
		margin-bottom: 0.2rem;
	}

	.selected p:nth-child(1){
		background: #017840;
	}
	.service_all {
		width: 95%;
		margin: 0 auto;
		margin-bottom: 0.2rem;
		margin-top: 0.2rem;
	}
	.service_img {
		position: relative;
		top: 3px;
		width: 0.14rem;
	}
	.service_title {
		width: 100%;
		position: relative;
		margin-left: 0;
	}
	.service_content_img{
		width: 5rem;
	}
	.service_all_time_right{
		display: block;
	}
	.service_bottom{
		display: block;
	}
}
</pre></body></html>