<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 初始化 */
*{margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
body{ font-size:12px; margin:0; font-family:'Microsoft Yahei';}
h1,h2,h3,h4,h5,h6{ margin:0; font-weight:normal; font-size:12px;}
a{ color:#000; text-decoration:none;}
a:hover,a:focus{text-decoration: none;}
p,lable{ margin:0;}
i,em{ font-style:normal;}
b,strong{ font-weight:normal;}
a img{ border:none;outline: none;}
input,textarea,button{font-family:'Microsoft Yahei';}
input[type=button]:focus,input[type=submit]:focus,button:focus{outline: none;}
input[type='button']:hover,button:hover{opacity: 0.9;}
input[type='button'],button{cursor: pointer;}
table {border-collapse: collapse; border-spacing: 0;}
ol,ul,dl,li{list-style:none;}
.fr{ float:right;}
.fl{ float:left;}
.p10{ padding:0 10px;}
.clearfix:after{display:block;content:"";clear:both;}
.clearfix{zoom:1;}
.ellipsis {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}</pre></body></html>