<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*全局*/
html{font-size:14px}
@media only screen and (min-width:320px) and (max-width: 565px){html{font-size:16px!important}}
@media only screen and (min-width:566px) and (max-width: 768px){html{font-size:18px!important}}
@media only screen and (min-width:769px){.smallscreen{display:none}}
@media only screen and (min-width:320px) and (max-width: 768px){.bigscreen{display: none;}}
body,div,section,article,header,nav,footer,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,span,img,form,fieldset,legend,input,button,textarea,blockquote,th,td,menu,figure,dir,sup{
                        margin: 0;
                        padding: 0;
                        border: 0;
                        outline:0;
                    }
body{
    font-family:"微软雅黑","Helvetica Neue",'Tohoma';
    font-size: 100%;
    color:#333;
}
a{
    text-decoration: none;
    color:#666;
}
button,a,input{
    outline: none !important; 
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;/*兼容IE6*/
}
ul,li{
    list-style-type: none;
}
.hide{
    display: none !important;
}
.show{
    display: block !important;
}
*{
    box-sizing: border-box;
}
.FL-L{
    float:left;
}
.FL-R{
    float:right;
}
.PS-R{
    position:relative;
}
.VIS-H{
    visibility: hidden;
}

.domain{
    font-family: 'Arial'
}
.MGT25{
    margin-top:25px !important;
}</pre></body></html>