<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    margin: 0;
    font-size: 12px;
    font-weight:normal; 
}
p{margin:0;}
ul,ol,li{padding-left:0;list-style-type:none;}
img,input{border: 0;outline: none;padding: 0;}
a{text-decoration: none;}
select{
    outline: none;
    border: 0;
    border-radius: 5px;
}
html{
    height: 100%;
    position: relative;
}
body{
    max-width: 1920px;
    height: 100%;
    background-color: #ffffff;
    font-family: "微软雅黑";
    margin: 0 auto;
}
.clear{font-size:0;line-height:0;height:0;clear:both;overflow:hidden;display:block;}
.left{float: left;}
.right{float: right;}

.content{width: 1200px;margin: 0 auto;}</pre></body></html>