﻿body,
html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Century Gothic';
    font-family: '思源黑体';
    background-color: #1e1d1d;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea {
    outline-style: none;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
i {
    font-weight: normal;
    letter-spacing: 1px;
    color: white;
    line-height: 1em;
    word-wrap: break-word;
}

i {
    font-style: normal;
    font-family: 'Source Han Sans CN Normal';
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

p {
    word-wrap: break-word;
}

a:active {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
    color: white;
}

a:link {
    text-decoration: none !important;
    color: white;
}

a:visited {
    text-decoration: none !important;
    color: white;
}

a {
    text-decoration: none !important;
    color: white;
}
