@charset "UTF-8";
html {
    box-sizing: border-box;
    font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
    color: #777;
    background-color: #f8f8f8;
}

*, *:before, *:after {
    box-sizing: inherit;
}
html, body {
    height: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, dl, dd {
    margin: 0;
}

ul, ol, button {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

img, input {
    vertical-align: middle;
}

a {
    color: #000;
    text-decoration: none;
    display:inline-block;
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content:"";
    zoom: 1;
    clear: both;
    display: block;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    border: none;
}

input, textarea, select {
    outline: none;
    font-size: 1rem;
    font-family: "PingFangSC-Regular", "Apple LiGothic Regular", "Noto Sans S Chinese Regular", "FontAwesome", "Microsoft YaHei", "NSimSun", "Arial" !important;
}

img {
    vertical-align: middle;
}
/*common*/
.bc{
    background: #0b6ec1;
}
.tc{
    text-align: center;
}
.tr{
    text-align: right;
}
.tl{
    text-align: left;
}
.ib{
    disaplay: inline-block;
}
.fz14{
    font-size: 14px;
}
.fz16{
    font-size: 16px;
}
.xiao{
    cursor: pointer;
}
.elli{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}