<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*---------免责声明-------*/
.main{ background: #F8F8F8; border-top: 1px solid #f1f1f1; padding-bottom: 20px;}
.title{height: 85px; display: block; position: relative; padding: 40px 0;}
.title h2{text-align: center; color: #6BC30D; font-size: 36px; line-height: 50px;}
.title h3{text-align: center; font-size: 24px;}
.title span{display: block; position: absolute; bottom: 40px; left: 50%; margin-left: -25px; width: 50px; height:2px; background: #6BC30D; border-radius: 3px; }

.main p{padding-bottom: 30px; color: #333;}
.main em{ width: 24px; height: 24px; line-height: 24px; text-align: center; background:#6BC30D; color: #fff; display: block; float: left; border-radius: 20px; margin:4px 10px 0 0; font-size: 12px; }
.main2{ padding-left: 30px; display: block; position: relative;}
.main2 ul li{line-height: 30px;  list-style: disc; margin-left: 40px; padding-bottom: 10px;}</pre></body></html>