﻿html {
    -webkit-text-size-adjust: none;
    overflow-y: scroll;
    overflow-x: scroll
}

*, body {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Tohoma, Arial
}

* {
    -webkit-tap-highlight-color: transparent
}

:-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
    color: #aaa;
    font-size: 14px
}

body {
    font-size: 100%;
    background: #fff;
    color: #555;
    line-height: 24px;
    font-size: 9pt
}

table {
    border-spacing: 0;
    empty-cells: show
}

table, td, th {
    border-collapse: collapse
}

a img, a:hover img, img {
    border: 0;
    vertical-align: bottom
}

optgroup, th {
    font-style: inherit
}

dd, dl, dt, li, ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input {
    -webkit-appearance: none
}

:focus {
    outline: 0
}

a {
    color: #555;
    vertical-align: middle
}

a, a:hover {
    text-decoration: none!important;
}

a:hover {
    color: #f4b316;
}

a, a:hover {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease
}

a[name] {
    width: 0;
    height: 0;
    overflow: hidden;
    display: block
}

button, input, select {
    vertical-align: middle
}

button {
    cursor: pointer
}

center {
    text-align: center
}

a, div, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
    border: 0;
}

fieldset {
    border-width: 0;
    border-style: none;
    margin: 0;
    padding: 0
}

legend {
    display: none
}

hr {
    border: none;
    height: 1px
}