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

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
}

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 {
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    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:before,
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.clearfix {
    *zoom: 1;
}
a, li {
    color: #000;
    list-style: none;
    text-decoration: none;

}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

* {
    -webkit-touch-callout: 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;
    max-height: 999999999rem;
}

html {
    overflow-x: hidden;
    font-size: 1.25vw
}

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

.mb05 {
    margin-bottom: .5rem
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.tal {
    text-align: left
}

.oh, .oh1, .oh2, .oh3 {
    overflow: hidden
}

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

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

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

.oh5 {
    -webkit-line-clamp: 5
}

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

.mt2 {
    margin-top: 2rem
}

.nodew100p, .w100p {
    width: 100%
}

.w50p {
    width: 50%;
}

.h100p, .nodeh100p {
    height: 100%
}

.lh100p {
    line-height: 100%
}

.lh200p {
    line-height: 200%
}

.cover {
    height: 100%;
    width: 100%
}

.trcol2 {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s
}

.tropa03 {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.tropa02 {
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.fwn {
    font-weight: 400
}

.fw700 {
    font-weight: 700
}

.fw900 {
    font-weight: 900
}
.nw {
    white-space: nowrap;
}
.nwn {
    white-space: normal;
}
.fs15 {
    font-size: 1.5rem
}

.fs125 {
    font-size: 1.25rem
}

.fs1 {
    font-size: 1rem
}

.fs083 {
    font-size: .83rem
}

.fs075 {
    font-size: .75rem
}

.fs066 {
    font-size: .66rem
}

.fs058 {
    font-size: .58rem
}

.fs05 {
    font-size: .5rem
}

.fs0 {
    font-size: 0
}

.fscollogo {
    color: #3468d1
}

.fscolfff {
    color: #fff
}

.bgclogo {
    background-color: #3468d1
}

.bgcfff {
    background-color: #fff
}

.w625m0a {
    margin: 0 auto;
    width: 62.5rem
}

.w656m0a {
    margin: 0 auto;
    width: 65.6rem
}

.poftop {
    position: fixed;
    top: 0;
    width: 100%
}

.wp {
    width: 63.33rem;
    margin: 0 auto;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb15 {
    margin-bottom: 1.5rem;
}

.t0 {
    top: 0;
}

.l0 {
    left: 0;
}

.b0 {
    bottom: 0;
}

.r0 {
    right: 0;
}

.mobile {
    display: none;
}
.cur {
    cursor: pointer;
}

@media screen and (max-width:940px) {
    html {
        font-size: 4vw
    }

    .wp {
        width: 90%;
    }

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }
}