<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.recommend{
	line-height: 1;
	text-align: center;
	width: 1200px;
	margin: 100px auto 93px;
}
.recommend .title{
	font-size: 28px;
	color: #030303;
	margin-bottom: 44px;
}
.recommend .description{
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	text-align: left;
}
#dituContent{
	height: 500px;
	width: 100%;
	margin-bottom: 30px;
}
.address{
	line-height: 1;
	text-align: center;
}
.address .content{
	width: 1200px;
	margin: 0 auto 120px;
}
.address .title{
	color: #030303;
	font-size: 28px;
	margin-bottom: 50px;
}
.address li{
	display: inline-block;
	width: 278px;
	height: 250px;
	padding-top: 32px;
	background-color: #fafafa;
	border-radius: 5px;
	margin-right: 20px;
	box-sizing: border-box;
}
.address li:last-child{
	margin-right: 0;
}
.address li .icon img{
	border-radius: 50%;
}
.address li:first-child .icon img{
	box-shadow: 0px 12px 25.2px 2.8px rgba(114, 68, 249, 0.24);
}
.address li:nth-child(2) .icon img{
	box-shadow: 0px 12px 25.2px 2.8px rgba(94, 189, 46, 0.24);
}
.address li:nth-child(3) .icon img{
	box-shadow: 0px 12px 25.2px 2.8px rgba(45, 144, 238, 0.24);
}
.address li:nth-child(4) .icon img{
	box-shadow: 0px 12px 25.2px 2.8px rgba(223, 57, 157, 0.24);
}
.address li .icon{
	margin-bottom: 28px;
}
.address .description{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding: 0 13px;
}
@media only screen and (max-width: 768px){
	.recommend{
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.recommend .title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.recommend .description{		font-size: 16px;
		padding: 0 10px;
	}
	.address .title{
		margin-bottom: 30px;
		font-size: 22px;
	}
	.address .content{
		width: 100%;
		margin-bottom: 50px;
	}
	.address ul:after{
		content: "";
		width: 0;
		display: block;
		clear: both;
	}
	.address li{
		width: 50%;
		float: left;
		margin-right: 0;
		height: auto;
		
	}	.address .content ul{
		background-color: #fafafa;
	}
	.address li .icon img{
		width: 60px;
	}
}</pre></body></html>