@charset "utf-8"; @font-face {
    font-family: "fed-icon-font";
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/e9762ebdddb44ae1b306a9c96d2af6e5.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg')
}

* {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, Microsoft Yahei, sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

html {
    font-size: initial;
}

a {
    color: #fff;
    text-decoration: none
}

a:hover {
    color: #0bbe06
}

a:hover, a:active {
    outline: 0
}

p {
    line-height: 1.5rem
}

li {
    list-style: none
}

em, i {
    font-style: normal
}

img {
    display: inline-block;
    border: 0;
    vertical-align: middle
}

h1, h4 {
    font-weight: 400
}

input::-ms-clear {
    display: none
}

input::-webkit-search-cancel-button {
    display: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 62.5rem white inset!important
}

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

input[type="text"] {
    -webkit-appearance: none
}

input {
    font-size: 100%;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

table {
    width: 100%;
    color: #666;
    margin: 0.625rem 0;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0
}

a:hover {
    color: #ff8e00;
}