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, 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    outline: none;
}
strong {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, menu, nav, section {
    display: block;
}
html {
    height: 100%;
}
@font-face{
    font-family: 'FontAwesome';
    /*src: url('../font/fontawesome.ttf');*/
    src:url("/css/font/fontawesome.ttf");
}
body {
    min-width: 320px;
    min-height: 100%;
    background-color: #fff;
    line-height: 1;
    font-family: "FontAwesome",system-ui,-apple-system,BlinkMacSystemFont,
    segoe ui,Roboto,"PingFang SC",Helvetica,Arial,sans-serif;;
}
/*input,textarea {*/
    /*font-family: "Microsoft YaHei","Arial","黑体","宋体",sans-serif;*/
/*}*/
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
.btn {
    color: #2A68CA;
}
li {
    list-style: none;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
html, body {
    width: 100%;
}
body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: ' ';
}
.clearfix:after {
    clear: both;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ellipsis-2,
.ellipsis-3,
.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}
.ellipsis-2 {
    -webkit-line-clamp: 2;
}
.ellipsis-3 {
    -webkit-line-clamp: 3;
}
.ellipsis-4 {
    -webkit-line-clamp: 4;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.mt-16 {
    margin-top: 16px;
}
.mb-0 {
    margin-bottom: 0!important;
}
.border-top-0 {
    border-top: none!important;
}
.mr-20 {
    margin-right: 20px!important;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left!important;
}
.text-center {
    text-align: center!important;
}
.font-0 {
    font-size: 0!important;
}
.font-12 {
    font-size: 12px!important;
}
.block {
    display: block;
}
.none {
    display: none;
}