html {
    color: #000;
    background: #f0f2f5;
    overflow-x: hidden;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

/*address, caption, cite, code, dfn, em, strong, th, var {*/
/*    font-style: normal;*/
/*    font-weight: 400*/
/*}*/

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

q:after, q:before {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

a, li {
    color: #000;
    list-style: none;
    text-decoration: none
}

* {
    max-height: 999999999rem;
    box-sizing: border-box;
    font-family: "Pingfang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif, Helvetica !important;
    /*color: #333;*/
    /*font-weight: 700;*/
}

/* 模块状态 */
.poa {
    position: absolute;
}

.por {
    position: relative;
}

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fln {
    float: none;
}

/* 模块定位 */
.vam {
    vertical-align: middle;
}
.lh48px {
    line-height: 48px;
}
.pd10 {
    padding: 10px;
}
.vat {
    vertical-align: top;
}
.vab {
    vertical-align: bottom;
}

.mb05 {
    margin-bottom: 0.5rem;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

/* 多行隐藏 */
.oh {
    overflow: hidden;
}
.oa{
    overflow:auto;
}
.oh2, .oh3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.oh3 {
    -webkit-line-clamp: 3;
}

.oh1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mt2 {
    margin-top: 2rem;
}
/* 尺寸 */
.nodew100p ,.w100p{
    width: 100%;
}

.nodeh100p,.h100p {
    height: 100%;
}

.lh100p {
    line-height: 100%;
}
.cover{
    width: 100%;
    height: 100%;
}

/* 动画效果 */
.trcol2 {
    transition: color 0.2s;
}

.tropa03 {
    transition: opacity 0.3s;
}

.tropa02 {
    transition: opacity 0.2s;
}
/* 字体粗细 */
.fwn {
    font-weight: normal;
}
.fw700 {
    font-weight: 700;
}
.fw900 {
    font-weight: 900;
}

/* 字体大小 */
.fs1 {
    font-size: 1rem;
}
.fs075 {
    font-size: 0.75rem;
}

.fs058 {
    font-size: 0.58rem;
}

.fs066 {
    font-size: 0.66rem;
}

.fs05 {
    font-size: 0.5rem;
}
.fs0 {
    font-size: 0;
}

/* 字体颜色 */
.fscollogo {
    color: #BF0008;
}

.fscolfff {
    color: #fff;
}

/* 背景色 */
.bgclogo {
    background-color: #BF0008;
}

.bgcfff {
    background-color: #fff;
}
/* 布局相关 */
.w625m0a {
    width: 62.5rem;
    margin: 0 auto;
}
/* 置顶 */
.poftop{
    position: fixed;
    width: 100%;
    top: 0;
}