@charset "UTF-8";
body{
    font-family: "Microsoft YaHei", "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #18181b;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    color:#666;
}
*{margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,var,i{font-style:normal; font-weight:normal;}
ul,ol,li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
input,textarea {outline:none;resize:none;}
a{text-decoration:none;}
.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.cl { zoom: 1; }
.clear {clear:both;display:inline;}
.show{display:block;}
.hide{display:none;}
.fl,.z{float:left;}
.fr,.y{float:right;}
.thin {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.ell {overflow:hidden; white-space:nowrap; text-overflow:ellipsis }

