html {
    line-height: 1;
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main,
menu, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    outline: 0;
    text-decoration: underline;
}

a:active {
    outline: 0;
}

abbr, acronym {
    font-variant: normal;
}

b, strong {
    font-weight: 700;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

sup, sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

abbr, acronym {
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

a img, img {
    border: none;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

th {
    text-align: inherit;
}

iframe {
    display: block;
}

body, button, input, select, textarea {
    font: 400 14px/1.5 "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", tahoma, arial, Microsoft Yahei, \5b8b\4f53, sans-serif;
}

html, body {
    background-color: #f4f4f4;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fn-h1, .fn-h2, .fn-h3, .fn-h4, .fn-h5, .fn-h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

.fn-h1 {
    font-size: 36px;
}

.fn-h2 {
    font-size: 30px;
}

.fn-h3 {
    font-size: 24px;
}

.fn-h4 {
    font-size: 18px;
}

.fn-h5 {
    font-size: 14px;
}

.fn-h6 {
    font-size: 12px;
}

a {
    color: #0275d8;
}

a:hover {
    color: #014c8c;
    text-decoration: underline;
}

address {
    margin-bottom: 21px;
    line-height: 1.5;
}

input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaa;
}

input[type="text"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #aaa;
}

input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaa;
}

input[type="text"]::placeholder, textarea::placeholder {
    color: #aaa;
}

hr {
    margin: 14px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.figure {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.figure > img {
    display: block;
    width: 100%\9;
    max-width: 100%;
    height: auto;
    line-height: 1;
    margin-bottom: 7px;
}

/* 清理浮动 */
.fn-clear {
    *zoom: 1;
}

.fn-clear:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/* 设置内联, 减少浮动带来的bug */
.fn-left {
    float: left;
}

.fn-right {
    float: right;
}

/* 隐藏, 通常用来与 JS 配合 */
.fn-hide {
    display: none !important;
    visibility: hidden !important;
}

.fn-invisible {
    visibility: hidden;
}

/* 单行文字溢出时出现省略号，需设定宽度 */
.fn-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 人民币符号 */
.fn-rmb {
    font-family: arial;
    font-style: normal;
    padding-right: 4px;
}

/* chrome 下字体过小的问题 */
.fn-webkit-adjust {
    -webkit-text-size-adjust: none;
}

/* 隐藏文字 */
.fn-text-hide {
    border: 0;
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    text-shadow: none;
}