<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 320px) {
    html {font-size: 14px;}
}
 
@media screen and (min-width: 360px) {
    html {font-size: 16px;}
}
 
@media screen and (min-width: 400px) {
    html {font-size: 18px;}
}
 
@media screen and (min-width: 440px) {
    html {font-size: 20px;}
}
 
@media screen and (min-width: 480px) {
    html {font-size: 22px;}
}
 
@media screen and (min-width: 640px) {
    html {font-size: 28px;}
}
.font1 {
	font-size: 1rem ;
	color: #555555;
}
.font2 {
	font-size: 0.75rem;
	color: #999999;
}
.font3 {
	font-size: 0.8rem !important;
	color: #555555;
}
.font4 {
	font-size: 0.8rem !important;
}
body {
	font-family:Microsoft YaHei;
}
ul,li {
	list-style: none;
}
.mui-scroll {
	position: unset;
}
.mui-row {
	background-color: #fff;
}
.cha {
	height: 80px;
}
.cha div, .cha li {
	height: 80px;
}
.cha div {
	border-right: 1px solid #f7f7f7;
}
.cha a {
	margin: 17px auto !important;
	padding: 0 !important;
}
.chaxun {
	max-height: 50px;
	vertical-align: middle;
	width: 20%;
	padding-right: 5px;
}
.collection {
	margin-top: 20px;
	height: 215px;
	overflow: hidden;
}
.collection1 {
	padding: 15px 15px;
	text-align: center;
	border-right: 1px solid #f7f7f7;
}
.collection1 img {
	width: 100%;
}
.infrom1 {
	margin: 10px auto;
}
.site-img {
	position: relative;
    top: -8px;
    left: 60%;
    width: 30%;
}
.services {
	margin-top: 20px;
	margin-bottom: 20px;
}
.services-title {
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
}
.services-title span{
	display: inline-block;
    width: 3px;
    height: 20px;
    vertical-align: bottom;
    background-color: #007AFF;
}
.services-inner {
	border-bottom: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
}
.services-inner li{
	text-align: center;
}
.services-inner img{
    max-width: 50%;
    height: auto;
    margin-bottom: 10px;
} 

.place {
	margin-top: 5px;
}
.collection2 {
	padding: 5px 10px;
	border-bottom: 1px solid #F7F7F7;
}
.collection3 {
	padding: 5px;
}

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