<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content .container .Rbody {
	width: 75%;
	float: left;
	height: auto;
}

.content .container .Rbody .artice {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.content .container .Rbody .artice .title {
	width: 100%;
	height: 45px;
	padding: 0 2%;
	box-sizing: border-box;
	background: #86C440;
}

.content .container .Rbody .artice .title span {
	line-height: 45px;
	color: #fff;
	font-size: 20px;
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
}

.content .container .Rbody .artice .contes {
	width: 100%;
	height: auto;
	padding: 15px 12px 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 25px;
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
}

.clear {
	font-size: 0;
	clear: both;
	line-height: 1;
}

.content .container .Rbody .artice .contes .sitemap {
	display: inline-block;
	float: left;
	width: 33.3333%;
	padding: 10px 15px;
	box-sizing: border-box;
}

.content .container .Rbody .artice .contes .sitemap dt {
	background: #669630;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
}

.content .container .Rbody .artice .contes .sitemap.Products dt{
	background: #586D41;
}

.content .container .Rbody .artice .contes .sitemap.Products dt a{
	color: #fff;
	font-size: 14px;
}

.content .container .Rbody .artice .contes .sitemap dd {
	line-height: 20px;
	padding: 4px 10px 4px 15px;
	background: url(../img/arrow-right.png) no-repeat left;
	background-position: 5px 10px;
}

.content .container .Rbody .artice .contes .sitemap dd a {
	font-size: 12px;
	color: #666;
	font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
}

.content .container .Rbody .artice .contes .sitemap dd a:hover {
	color: #86C440;
	text-decoration: underline;
}

.content .container .Rbody .artice .contes .sitemap.title {
	width: 100%;
	height: auto;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
	background: #669630;
}

.content .container .Rbody .artice .contes .sitemap.title span {
	font-family: ;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

/* é€‚é…æ‰‹æœº */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 812px) {
    .content .container .Rbody .artice .contes {
        display: flex;
        flex-wrap: wrap;
    }
    .content .container .Rbody {
        width: 100%;
    }
}
</pre></body></html>