html {
    color: #000;
    background: #fff
}

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, 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
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* font-family: Pingfang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, Helvetica !important; */
    /* font-weight: 700; */
   /* max-height: 999999999rem;
    user-select: none;*/

}

html {
    overflow-X: hidden;
    /* font-size: 1.25vw; */
}
body {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
/* 模块状态 */
.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;
}

.vat {
    vertical-align: top;
}

.vab {
    vertical-align: bottom;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

/* 多行隐藏 */
.oh {
    overflow: hidden;
}

.oa {
    overflow: auto;
}

.oh1,.oh2, .oh3, .oh4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.oh1 {
    -webkit-line-clamp: 1;
}

.oh3 {
    -webkit-line-clamp: 3;
}

.oh4 {
    -webkit-line-clamp: 4;
}

.mt2 {
    margin-top: 24px;
}

.mb05 {
    margin-bottom: 12px;
}
.mb12 {
    margin-bottom: 12px;
}
.pt20 {
    padding-top: 20px;
}
/* 尺寸 */
.nodew100p, .w100p {
    width: 100%;
}
.w50p {
    width: 50%;
}
.nodeh100p, .h100p {
    height: 100%;
}

.lh180p {
    line-height: 180%;
}
.lh150p {
    line-height: 150%;
}
.lh100p {
    line-height: 100%;
}

.cover {
    width: 100%;
    height: 100%;
}
.mt8 {
    margin-top: 8px;
}

/* 动画效果 */
.trcol2 {
    transition: color 0.2s;
}

.tropa03 {
    transition: opacity 0.3s;
}

.tropa02 {
    transition: opacity 0.2s;
}

/* 字体粗细 */
.fwn {
    font-weight: normal;
}
.fw500 {
    font-weight: 500;
}

.fw700 {
    font-weight: 700;
}

.fw900 {
    font-weight: 900;
}

/* 字体大小 */
.fs0 {
    font-size: 0;
}

.fs32 {
    font-size: 32px;
}

.fs1 {
    font-size: 26px;
}
.fs083 {
    font-size: 22px;
}
.mr18 {
    margin-right: 18px;
}
.fs075 {
    font-size: 20px;
}

.fs058 {
    font-size: 16px;
}

.fs066 {
    font-size: 16px;
}

.fs05 {
    font-size: 14px;
}

/* 字体颜色 */
.fscollogo {
    color: #640000;
}

.fscolfff {
    color: #fff;
}
.cur {
    cursor: pointer;
}
.fscola6 {
    color: #a6a6a6;
}
/* 背景色 */
.bgclogo {
    background-color: #640000;
}

.bgcfff {
    background-color: #fff;
}

/* 布局相关 */
.w625m0a {
    width: 1500px;
    margin: 0 auto;
}

/* 置顶 */
.poftop {
    position: fixed;
    width: 100%;
    top: 0;
}

.mobile {
    display: none;
}

.max19,.max15,
.max12 {
    max-width: 1920px;
    margin: 0 auto;
}
.max15 {
    max-width: 1520px;
}
.max12 {
    max-width: 1200px;
}
@media screen and (max-width:1024px) {

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }
}