@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg') format('svg');
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #0d4da1;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: #0d4da1;
}

body,
td,
th,
input,
textarea,
select {
    font-family: "Microsoft YaHei", 微软雅黑, "Open Sans", Economica, sans-serif;
    color: #777177;
    outline: none;
    letter-spacing: 0.05rem;
}

html {
    font-size: 62.5%;
}

html,
body {
    background: #fff;
    height: 100%;
}

html,
body,
form {
    margin: 0;
}

img {
    border: 0px none;
    vertical-align: middle;
    outline: none;
    max-width: 100%;
    width: auto;
    height: auto;
}

ul,
dl {
    display: block;
    margin: 0;
    padding: 0;
}

dd {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    display: block;
    margin: 0;
    padding: 0;
}

a,
button,
input,
img,
div,
p,
li,
span {
    border: 0px none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    color: #777177;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:active {
    color: #0d4da1;
}

*:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

mark {
    display: inline-block;
}