*{ font-family: 'Noto Sans CJK TC', LiHei Pro, "儷黑體", sans-serif; }
html.agent-ie * { font-family: LiHei Pro, "儷黑體", sans-serif; }
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
div,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: 0;
}
/* remember to define focus styles! */

:focus {
    outline: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code,
kbd,
samp,
tt {
    font-size: 100%;
}
/*@purpose To enable resizing for IE */

input,
button,
textarea,
select {
    font-size: 100%;
}
body {
    line-height: 1.2;
}
ol,
ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th {
    text-align: left;
}
sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */

ins {
    text-decoration: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
/* Define */

h1 {
    font-size: 2.8em;
}
h2,
h3,
h4 {
    font-size: 2em;
}
a {
    text-decoration: none;
}
blockquote {
    margin: 5px 20px;
    padding: 5px;
}
blockquote p,
code {
    padding: 10px 20px;
    display: block;
}
code {
    display: block;
    margin: 5px 20px;
}
strong,
em,
caption,
th {
    font-style: normal;
    font-weight: bold;
}
cite {
    font-style: italic;
    font-weight: normal;
}
sub,
sup {
    font-size: .8em;
}
sub {
    vertical-align: sub;
}
sup {
    vertical-align: super;
}
small {
    font-size: 1em;
}
:focus {
    outline: 0;
}
input:focus,
div:focus,
textarea:focus {
    outline: 0;
}
input {
    vertical-align: middle;
}