/*!
 * my custom css
 *
 *
 */
@import "https://at.alicdn.com/t/c/font_1750603_9pad39eqk8.css";

.bg-primary {
    background-color: #cc2829;
}

.bg-secondary {
    background-color: #6c757d;
}

.bg-success {
    background-color: #28a745;
}

.bg-info {
    background-color: #17a2b8;
}

.bg-warning {
    background-color: #ffc107;
}

.bg-danger {
    background-color: #dc3545;
}

.bg-light {
    background-color: #f8f9fa;
}

.bg-dark {
    background-color: #343a40;
}

.bg-gray1 {
    background-color: #f8f9fa;
}

.bg-gray2 {
    background-color: #e9ecef;
}

.bg-gray3 {
    background-color: #dee2e6;
}

.bg-gray4 {
    background-color: #ced4da;
}

.bg-gray5 {
    background-color: #adb5bd;
}

.bg-gray6 {
    background-color: #6c757d;
}

.bg-gray7 {
    background-color: #495057;
}

.bg-gray8 {
    background-color: #343a40;
}

.bg-gray9 {
    background-color: #212529;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid red;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.fz12 {
    font-size: 12px !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz18 {
    font-size: 18px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz22 {
    font-size: 22px !important;
}

.fz24 {
    font-size: 24px !important;
}

.fz26 {
    font-size: 26px !important;
}

.fz28 {
    font-size: 28px !important;
}

.fz30 {
    font-size: 30px !important;
}

.fz32 {
    font-size: 32px !important;
}

.fz36 {
    font-size: 36px !important;
}

.fz38 {
    font-size: 38px !important;
}

.fz40 {
    font-size: 40px !important;
}

.fw {
    font-weight: bold;
}

.pos-static {
    position: static !important;
}

.pos-r {
    position: relative !important;
}

.pos-a {
    position: absolute !important;
}

.pos-f {
    position: fixed !important;
}

.pos-sticky {
    position: static !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.fixed-left {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1030;
}

.fixed-right {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.w16 {
    width: 16.6666666667% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w33 {
    width: 33.333333% !important;
}

.w50 {
    width: 50% !important;
}

.w60 {
    width: 60% !important;
}

.w75 {
    width: 75% !important;
}

.w80 {
    width: 80% !important;
}

.w100 {
    width: 100% !important;
}

.h16 {
    height: 16.6666666667% !important;
}

.h20 {
    height: 20% !important;
}

.h25 {
    height: 25% !important;
}

.h33 {
    height: 33.333333% !important;
}

.h50 {
    height: 50% !important;
}

.h60 {
    height: 60% !important;
}

.h75 {
    height: 75% !important;
}

.h80 {
    height: 80% !important;
}

.h100 {
    height: 100% !important;
}

.mw100 {
    max-width: 100% !important;
}

.mh100 {
    max-height: 100% !important;
}

.t1 {
    top: 1px !important;
}

.r1 {
    right: 1px !important;
}

.b1 {
    bottom: 1px !important;
}

.l1 {
    left: 1px !important;
}

.m1 {
    margin: 1px !important;
}

.mt1 {
    margin-top: 1px !important;
}

.mr1 {
    margin-right: 1px !important;
}

.mb1 {
    margin-bottom: 1px !important;
}

.ml1 {
    margin-left: 1px !important;
}

.t5 {
    top: 5px !important;
}

.r5 {
    right: 5px !important;
}

.b5 {
    bottom: 5px !important;
}

.l5 {
    left: 5px !important;
}

.m5 {
    margin: 5px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.t10 {
    top: 10px !important;
}

.r10 {
    right: 10px !important;
}

.b10 {
    bottom: 10px !important;
}

.l10 {
    left: 10px !important;
}

.m10 {
    margin: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.t15 {
    top: 15px !important;
}

.r15 {
    right: 15px !important;
}

.b15 {
    bottom: 15px !important;
}

.l15 {
    left: 15px !important;
}

.m15 {
    margin: 15px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.t20 {
    top: 20px !important;
}

.r20 {
    right: 20px !important;
}

.b20 {
    bottom: 20px !important;
}

.l20 {
    left: 20px !important;
}

.m20 {
    margin: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.t25 {
    top: 25px !important;
}

.r25 {
    right: 25px !important;
}

.b25 {
    bottom: 25px !important;
}

.l25 {
    left: 25px !important;
}

.m25 {
    margin: 25px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.t30 {
    top: 30px !important;
}

.r30 {
    right: 30px !important;
}

.b30 {
    bottom: 30px !important;
}

.l30 {
    left: 30px !important;
}

.m30 {
    margin: 30px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.t35 {
    top: 35px !important;
}

.r35 {
    right: 35px !important;
}

.b35 {
    bottom: 35px !important;
}

.l35 {
    left: 35px !important;
}

.m35 {
    margin: 35px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.t40 {
    top: 40px !important;
}

.r40 {
    right: 40px !important;
}

.b40 {
    bottom: 40px !important;
}

.l40 {
    left: 40px !important;
}

.m40 {
    margin: 40px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.t50 {
    top: 50px !important;
}

.r50 {
    right: 50px !important;
}

.b50 {
    bottom: 50px !important;
}

.l50 {
    left: 50px !important;
}

.m50 {
    margin: 50px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.t60 {
    top: 60px !important;
}

.r60 {
    right: 60px !important;
}

.b60 {
    bottom: 60px !important;
}

.l60 {
    left: 60px !important;
}

.m60 {
    margin: 60px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.t70 {
    top: 70px !important;
}

.r70 {
    right: 70px !important;
}

.b70 {
    bottom: 70px !important;
}

.l70 {
    left: 70px !important;
}

.m70 {
    margin: 70px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.t80 {
    top: 80px !important;
}

.r80 {
    right: 80px !important;
}

.b80 {
    bottom: 80px !important;
}

.l80 {
    left: 80px !important;
}

.m80 {
    margin: 80px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.t90 {
    top: 90px !important;
}

.r90 {
    right: 90px !important;
}

.b90 {
    bottom: 90px !important;
}

.l90 {
    left: 90px !important;
}

.m90 {
    margin: 90px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.t100 {
    top: 100px !important;
}

.r100 {
    right: 100px !important;
}

.b100 {
    bottom: 100px !important;
}

.l100 {
    left: 100px !important;
}

.m100 {
    margin: 100px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.t110 {
    top: 110px !important;
}

.r110 {
    right: 110px !important;
}

.b110 {
    bottom: 110px !important;
}

.l110 {
    left: 110px !important;
}

.m110 {
    margin: 110px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mr110 {
    margin-right: 110px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.ml110 {
    margin-left: 110px !important;
}

.t120 {
    top: 120px !important;
}

.r120 {
    right: 120px !important;
}

.b120 {
    bottom: 120px !important;
}

.l120 {
    left: 120px !important;
}

.m120 {
    margin: 120px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mr120 {
    margin-right: 120px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.ml120 {
    margin-left: 120px !important;
}

.t0 {
    top: 0 !important;
}

.r0 {
    right: 0 !important;
}

.b0 {
    bottom: 0 !important;
}

.l0 {
    left: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.t1 {
    top: 1px !important;
}

.r1 {
    right: 1px !important;
}

.b1 {
    bottom: 1px !important;
}

.l1 {
    left: 1px !important;
}

.p1 {
    padding: 1px !important;
}

.pt1 {
    padding-top: 1px !important;
}

.pr1 {
    padding-right: 1px !important;
}

.pb1 {
    padding-bottom: 1px !important;
}

.pl1 {
    padding-left: 1px !important;
}

.t5 {
    top: 5px !important;
}

.r5 {
    right: 5px !important;
}

.b5 {
    bottom: 5px !important;
}

.l5 {
    left: 5px !important;
}

.p5 {
    padding: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.t10 {
    top: 10px !important;
}

.r10 {
    right: 10px !important;
}

.b10 {
    bottom: 10px !important;
}

.l10 {
    left: 10px !important;
}

.p10 {
    padding: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.t15 {
    top: 15px !important;
}

.r15 {
    right: 15px !important;
}

.b15 {
    bottom: 15px !important;
}

.l15 {
    left: 15px !important;
}

.p15 {
    padding: 15px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.t20 {
    top: 20px !important;
}

.r20 {
    right: 20px !important;
}

.b20 {
    bottom: 20px !important;
}

.l20 {
    left: 20px !important;
}

.p20 {
    padding: 20px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.t25 {
    top: 25px !important;
}

.r25 {
    right: 25px !important;
}

.b25 {
    bottom: 25px !important;
}

.l25 {
    left: 25px !important;
}

.p25 {
    padding: 25px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.t30 {
    top: 30px !important;
}

.r30 {
    right: 30px !important;
}

.b30 {
    bottom: 30px !important;
}

.l30 {
    left: 30px !important;
}

.p30 {
    padding: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.t35 {
    top: 35px !important;
}

.r35 {
    right: 35px !important;
}

.b35 {
    bottom: 35px !important;
}

.l35 {
    left: 35px !important;
}

.p35 {
    padding: 35px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.t40 {
    top: 40px !important;
}

.r40 {
    right: 40px !important;
}

.b40 {
    bottom: 40px !important;
}

.l40 {
    left: 40px !important;
}

.p40 {
    padding: 40px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.t50 {
    top: 50px !important;
}

.r50 {
    right: 50px !important;
}

.b50 {
    bottom: 50px !important;
}

.l50 {
    left: 50px !important;
}

.p50 {
    padding: 50px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.t60 {
    top: 60px !important;
}

.r60 {
    right: 60px !important;
}

.b60 {
    bottom: 60px !important;
}

.l60 {
    left: 60px !important;
}

.p60 {
    padding: 60px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.t70 {
    top: 70px !important;
}

.r70 {
    right: 70px !important;
}

.b70 {
    bottom: 70px !important;
}

.l70 {
    left: 70px !important;
}

.p70 {
    padding: 70px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.t80 {
    top: 80px !important;
}

.r80 {
    right: 80px !important;
}

.b80 {
    bottom: 80px !important;
}

.l80 {
    left: 80px !important;
}

.p80 {
    padding: 80px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.t90 {
    top: 90px !important;
}

.r90 {
    right: 90px !important;
}

.b90 {
    bottom: 90px !important;
}

.l90 {
    left: 90px !important;
}

.p90 {
    padding: 90px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.t100 {
    top: 100px !important;
}

.r100 {
    right: 100px !important;
}

.b100 {
    bottom: 100px !important;
}

.l100 {
    left: 100px !important;
}

.p100 {
    padding: 100px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.t110 {
    top: 110px !important;
}

.r110 {
    right: 110px !important;
}

.b110 {
    bottom: 110px !important;
}

.l110 {
    left: 110px !important;
}

.p110 {
    padding: 110px !important;
}

.pt110 {
    padding-top: 110px !important;
}

.pr110 {
    padding-right: 110px !important;
}

.pb110 {
    padding-bottom: 110px !important;
}

.pl110 {
    padding-left: 110px !important;
}

.t120 {
    top: 120px !important;
}

.r120 {
    right: 120px !important;
}

.b120 {
    bottom: 120px !important;
}

.l120 {
    left: 120px !important;
}

.p120 {
    padding: 120px !important;
}

.pt120 {
    padding-top: 120px !important;
}

.pr120 {
    padding-right: 120px !important;
}

.pb120 {
    padding-bottom: 120px !important;
}

.pl120 {
    padding-left: 120px !important;
}

.t0 {
    top: 0 !important;
}

.r0 {
    right: 0 !important;
}

.b0 {
    bottom: 0 !important;
}

.l0 {
    left: 0 !important;
}

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .mr-auto, .mb-auto, .ml-auto, .mx-auto {
    margin-left: auto !important;
}

i, em {
    font-style: normal;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow-3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.fn {
    float: none !important;
}

.lh16 {
    line-height: 1.6;
}

.lh2 {
    line-height: 2;
}

.lh24 {
    line-height: 2.4;
}

.lh26 {
    line-height: 2.6;
}

.lh3 {
    line-height: 3;
}

.tin2 {
    text-indent: 2em;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.vam {
    vertical-align: middle !important;
}

.t-left {
    text-align: left !important;
}

.t-right {
    text-align: right !important;
}

.t-center {
    text-align: center !important;
}

.t-lowercase {
    text-transform: lowercase !important;
}

.t-uppercase {
    text-transform: uppercase !important;
}

.t-capitalize {
    text-transform: capitalize !important;
}

.fwn {
    font-weight: normal !important;
}

.fwb {
    font-weight: bold !important;
}

.oh {
    overflow: hidden;
}

.vim {
    vertical-align: middle;
}

.img-auto {
    max-width: initial;
}

.t-white {
    color: #fff !important;
}

.t-primary {
    color: #cc2829;
}

.t-secondary {
    color: #6c757d;
}

.t-success {
    color: #28a745;
}

.t-info {
    color: #17a2b8;
}

.t-warning {
    color: #ffc107;
}

.t-danger {
    color: #dc3545;
}

.t-light {
    color: #f8f9fa;
}

.t-dark {
    color: #343a40;
}

.t-gray1 {
    color: #f8f9fa;
}

.t-gray2 {
    color: #e9ecef;
}

.t-gray3 {
    color: #dee2e6;
}

.t-gray4 {
    color: #ced4da;
}

.t-gray5 {
    color: #adb5bd;
}

.t-gray6 {
    color: #6c757d;
}

.t-gray7 {
    color: #495057;
}

.t-gray8 {
    color: #343a40;
}

.t-gray9 {
    color: #212529;
}

.bgf9 {
    background: #f9f9f9;
}

.t-666 {
    color: #666666;
}

.t-999 {
    color: #999999;
}

.w-16 {
    width: 16.6666666667% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-33 {
    width: 33.333333% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-100 {
    width: 100% !important;
}

.h-16 {
    height: 16.6666666667% !important;
}

.h-20 {
    height: 20% !important;
}

.h-25 {
    height: 25% !important;
}

.h-33 {
    height: 33.333333% !important;
}

.h-50 {
    height: 50% !important;
}

.h-60 {
    height: 60% !important;
}

.h-75 {
    height: 75% !important;
}

.h-80 {
    height: 80% !important;
}

.h-100 {
    height: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-auto {
    height: auto !important;
}

.mw-auto {
    max-width: inherit;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.plr25 {
    padding-left: 25px;
    padding-right: 25px;
}

.plr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.ptb5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cp {
    cursor: pointer;
}

.btn-text {
    border: 0 !important;
    background: none;
}

.nobg {
    background: none !important;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.msg {
    line-height: 2;
}

.msg-intro {
    color: #666;
}

    .msg-intro span { /*width: 80px;*/
        display: inline-block; /*text-align: right;*/
    }

    .msg-intro a {
        color: #666;
    }

.msg-content {
    min-height: 400px;
    font-size: 16px;
}

    .msg-content img {
        margin: 0 auto;
        display: block;
    }

body {
    font-size: 16px;
}

* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
}

    body::-webkit-scrollbar {
        width: 0 !important;
    }

body {
    -ms-overflow-style: none;
}

body {
    overflow: -moz-scrollbars-none;
}

a:hover {
    color: #cc2829;
    transition: .3s;
}

.vat {
    vertical-align: top;
}

.title-en {
    display: flex;
    align-items: center;
    line-height: calc(1.25vw);
    flex-shrink: 0;
}

    .title-en span {
        font-size: calc(1.25vw);
        display: flex;
        align-items: center;
    }

        .title-en span:before {
            content: '';
            display: inline-block;
            width: calc(0.3125vw);
            height: calc(2.3579849946vh);
            background: #cc2829;
            min-height: 10px;
            margin-right: 10px;
        }

        .title-en span:after {
            content: '/';
            color: #999999;
            font-size: calc(1.4583333333vw);
            margin: 2px calc(0.4166666667vw) 0;
        }

    .title-en i {
        font-size: calc(1.4583333333vw);
        color: #999;
        padding: 0 6px;
        margin-top: 2px;
    }

    .title-en em {
        font-size: calc(0.8333333333vw);
        color: #999999;
        text-transform: uppercase;
    }

.i-head {
    position: absolute;
    width: 100%;
    height: 13vh;
    padding: 0 5vh;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .i-head .logo {
        flex-shrink: 0;
    }

        .i-head .logo img {
            width: 18vw;
        }

.i-head-title {
    position: relative;
}

    .i-head-title:before {
        content: '';
        position: absolute;
        right: 0;
        width: 3.8vw;
        height: 1vh;
        background: #e67c2e;
    }

    .i-head-title p {
        font-size: 1.5vw;
    }

.nav-a {
    width: 10vw;
    position: relative;
    overflow: hidden;
    line-height: 1.3;
    height: 100%;
    cursor: pointer;
    text-align: center;
}

    .nav-a .full-icon {
        position: relative;
        top: 2vh;
        font-size: 13vw;
        color: #f03f40;
    }

.nav-a-name {
    position: absolute;
    top: 69vh;
    width: 100%;
    text-align: center;
    color: #fff9ce;
}

    .nav-a-name i {
        font-size: 5vw;
        display: block;
    }

    .nav-a-name p {
        font-size: 1.25vw;
        font-weight: bold;
    }

.page {
    width: 10vw;
    float: left;
    height: 100%;
    overflow: hidden;
}

.page-head {
    height: 13vh;
    background: #f9f9f9;
    padding-left: 2.6vw;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 8px rgba(230, 46, 47, 0.08);
}

.page-head-title {
    display: flex;
    align-items: center;
}

    .page-head-title .iconfont {
        font-size: 3.5vw;
        color: #e62e2f;
        margin-right: 1vw;
    }

    .page-head-title span {
        font-size: 1.5vw;
        font-weight: bold;
        flex-shrink: 0;
    }

.page-head-navs {
    font-size: 1.25vw;
    margin-left: 6.7vw;
    white-space: nowrap;
    overflow: hidden;
}

    .page-head-navs a {
        margin-left: calc(3.90625vw);
    }

        .page-head-navs a:first-child {
            margin-left: 0;
        }

.page-main {
    padding: calc(2.0833333333vw);
}

.page1 {
    width: 70vw;
    height: 100vh;
}

    .page1 .nav-a {
        background: #cc2728;
    }

        .page1 .nav-a .full-icon {
            font-size: 13vw;
            left: -1.5vw;
            color: #df3536;
        }

.page1-content {
    position: relative;
    height: 100vh;
}

.page1-banner {
    width: 100%;
    height: 90vh;
}
    .page1-banner .swiper-slide {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .page1-banner img {
        width: 100%;
    }

    .page1-banner a p {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999999;
        color: #fff;
        padding: 12px;
    }

        .page1-banner a p:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            height: 100%;
            z-index: -1;
        }

.page1-foot {
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cc2728;
    color: #fff;
}

.page2 .nav-a {
    background: #e62e2f;
}

    .page2 .nav-a .full-icon {
        left: -1.68vw;
        color: #f03f40;
    }

.page2-content {
    height: 100%;
}

.page2-news {
    margin-top: calc(2.679528403vh);
}

.page3 .nav-a {
    background: #e65e2e;
}

    .page3 .nav-a .full-icon {
        top: 5vh;
        font-size: 11.3vw;
        left: -.6vw;
        color: #ef6b3c;
    }

.page3-content {
    width: calc(100% - 20px);
    height: 100%;
}

.page3-title {
    height: 93px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    background: url("../images/page2-title-bg.png") no-repeat;
    text-transform: uppercase;
}

    .page3-title span {
        display: block;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 3px;
    }

.page4 .nav-a {
    background: #e67c2e;
}

    .page4 .nav-a .full-icon {
        font-size: 12.3vw;
        left: -.7vw;
        color: #f18c41;
    }

.page4-content {
    height: 100%;
}

.page4-links a {
    color: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    line-height: 1.5;
    height: calc(11.2540192926vh);
}

.page4-links-icon {
    width: calc(3.125vw);
    height: calc(3.125vw);
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: calc(1.0416666667vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .page4-links-icon .iconfont {
        font-size: calc(1.7708333333vw);
    }

.page4-links-text {
    margin-left: calc(1.0416666667vw);
}

.page4-links-arrow {
    display: inline-block;
    margin-left: calc(0.5208333333vw);
}

.about-title {
    margin-top: calc(3.7513397642vh);
}

    .about-title span {
        font-size: calc(1.5625vw);
    }

    .about-title p {
        font-size: calc(3.125vw);
        color: #f5f5f5;
        padding-left: calc(2.0833333333vw);
        padding-top: 5px;
    }

.about-img-box {
    margin-top: calc(2.1436227224vh);
}

    .about-img-box img {
        height: calc(39.4426580922vh);
        display: block;
        margin: 0 atuo;
    }

.about-intro {
    font-size: calc(0.9375vw);
    text-align: justify;
}

.about-links {
    margin-top: calc(3.2154340836vh);
}

    .about-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        padding: calc(2.1436227224vh) 0;
    }

        .about-links a i {
            font-size: calc(1.5625vw);
        }

        .about-links a p {
            margin-left: calc(1.5625vw);
            font-size: calc(1.25vw);
            font-weight: bold;
        }

.about-zzjg {
    margin-top: calc(2.1436227224vh);
}

.news-box {
    margin-top: calc(2.1436227224vh);
}

.news-links {
    margin-top: calc(1.1789924973vh);
}

    .news-links a {
        padding: calc(2.679528403vh) 0;
    }

/*page2*/
.quick-links { /*&1{ a{ height: 56px; line-height: 56px; text-align: center; display: block; i{font-size: 20px;} span{font-size: 18px; font-weight: bold; margin-left: 15px;} i,span{display: inline-block; vertical-align: middle;} }
}
&2{ a{ display: flex; align-items: center; justify-content: center;flex-flow: column; line-height: 1.3; height: 64px; i{display: block; font-size: 24px;} }
}
&3{ a{ height: 100px; line-height: 100px; text-align: center; display: block; i{font-size: 32px;} span{ margin-left: 15px; font-size: 24px; font-weight: bold;} i,span{display: inline-block; vertical-align: middle;} }
}*/ /*&5{ a{ height: 84px; text-align: center; display: flex; align-items: center; justify-content: center; i{font-size: 25px;} span{font-size: 18px; font-weight: bold; margin-left: 15px;} i,span{display: inline-block; vertical-align: middle;} }
}*/
}

.quick-links4 a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fafafa;
    width: calc(10.9375vw);
    height: calc(10.9375vw);
}

    .quick-links4 a span {
        font-size: calc(1.0416666667vw);
        font-weight: bold;
        margin-top: calc(1.0416666667vw);
    }

.project {
    margin-top: calc(2.679528403vh);
}

.page2-company {
    height: calc(21.436227224vh);
    margin-top: calc(2.679528403vh);
    overflow: hidden;
}

    .page2-company .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .page2-company .swiper-slide img {
            display: block;
            width: 100%;
            height: calc(21.436227224vh);
        }

        .page2-company .swiper-slide p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.6;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            padding: calc(0.5208333333vw) calc(1.0416666667vw);
            color: #ffffff;
            font-size: calc(0.8333333333vw);
        }

            .page2-company .swiper-slide p:after {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                bottom: 0;
                z-index: -1;
                background: rgba(0, 0, 0, 0.5);
            }

.page2-img-tab {
    height: calc(15vw);
}

    .page2-img-tab .swiper-slide p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.6;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: calc(0.5208333333vw) calc(1.0416666667vw);
        color: #ffffff;
        font-size: calc(0.8333333333vw);
    }

        .page2-img-tab .swiper-slide p:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            bottom: 0;
            z-index: -1;
            background: rgba(0, 0, 0, 0.5);
        }

.mt24vw {
    margin-top: calc(1.25vw);
}

.mt28vw {
    margin-top: calc(1.4583333333vw);
}

.mt30vw {
    margin-top: calc(1.5625vw);
}

.mt35vw {
    margin-top: calc(1.8229166667vw);
}

.layui-tab-bar {
    display: none;
}

.tab1 {
    margin: 0px;
}

    .tab1 .layui-tab-title {
        border: 0;
        height: auto;
    }

        .tab1 .layui-tab-title li {
            font-size: calc(1.25vw);
            padding: 0 calc(1.0416666667vw);
            border-left: 2px solid #666;
            line-height: 1;
        }

            .tab1 .layui-tab-title li:first-child {
                border-left: 0;
            }

        .tab1 .layui-tab-title .layui-this a {
            color: #cc2829;
        }

        .tab1 .layui-tab-title .layui-this:after {
            border: 0;
            height: auto;
        }

    .tab1 .layui-tab-content {
        overflow: hidden; /*.layui-row{ display: flex; align-items: center; justify-content: center; margin-bottom: 5px; padding: 7px 10px; .title{ @include text-overflow-2; line-height: 1.6; &:hover{color: $hover;} }
}*/
    }

/* /page2 */
/*page3*/
/* /page3 */
/*page4*/
.t-333, a.t-333 {
    color: #333333;
}

.head {
    height: 15vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.head-bg {
    background: #cc2829;
}

.head .logo {
    width: calc(17.96875vw);
}

.head .nav {
    width: 100%;
    height: 100%;
    text-align: center;
}

    .head .nav li {
        float: left;
        height: 100%;
        position: relative;
    }

        .head .nav li > a {
            font-size: calc(0.9375vw);
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-flow: column;
            width: calc(7.0083333333vw);
            height: 100%;
            line-height: 1.4;
        }

            .head .nav li > a i {
                font-size: calc(2.5vw);
            }

            .head .nav li > a span {
                font-weight: bold;
            }

        .head .nav li .on {
            background: #f89224;
        }

        .head .nav li:hover {
            transition: .3s;
            background: url("../images/nav-hover.png") no-repeat center bottom;
        }

.head .nav-sub {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    text-align: center;
    font-weight: bold;
    z-index: 9999;
}

    .head .nav-sub a {
        display: block;
        padding: 12px 0;
        font-size: calc(0.8333333333vw);
        background: #ffe3db;
        color: inherit;
        border-top: 1px solid #fff;
    }

        .head .nav-sub a:first-child {
            border-top: 0;
        }

        .head .nav-sub a.active, .head .nav-sub a:hover {
            color: #fff;
            background: #cc2829;
        }
.head-search {
    margin-left: calc(2.0833333333vw);
    margin-right: calc(1.0416666667vw);
    background: #fff;
    display: flex;
}

    .head-search button {
        padding: 0 10px;
    }

.head-search-input {
    width: calc(20.3333333333vw);
    display: inline-block;
}
.foot {
    height: 15vh;
    font-size: calc(0.8333333333vw);
    display: flex;
    align-items: center;
    background: #cc2829;
    color: white;
}

.main {
    min-height: 700px;
    display: flex; /* background: #ffefea url("../images/side-bg.jpg") no-repeat 0 bottom; */
}

.main-side {
    width: calc(31.25vw);
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.main-content {
    width: calc(68.75vw);
    background: #fff;
    height: 100%;
    overflow: auto;
    font-size: calc(0.8333333333vw);
}

.main-content-box {
    margin: calc(1.0416666667vw) 0 0 calc(2.6041666667vw);
    width: calc(52.0833333333vw);
}

.left-menu {
    width: calc(12.2916666667vw);
    margin-right: calc(3.125vw);
}

    .left-menu a {
        display: block;
        height: calc(2.6041666667vw);
        line-height: calc(2.6041666667vw);
        margin-top: 15px;
        font-size: calc(1.0416666667vw);
    }

        .left-menu a.on, .left-menu a:hover {
            background: #cc2829;
            color: #ffffff;
            border-radius: 5px;
        }

.crumbs {
    overflow: hidden;
    padding-bottom: 15px;
}

.full-content {
    height: calc(100% - 200px);
    background: url("../images/list-bg.jpg") no-repeat 0 bottom;
}

.news-list li {
    color: #999;
    overflow: hidden;
    line-height: 3;
    padding-left: 20px;
    border-bottom: 1px dashed #ddd;
    background: url("../images/disc.png") no-repeat 0 center;
}

    .news-list li a {
        float: left;
        max-width: 76%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-list li span {
        float: right;
        color: #666666;
        padding-right: 10px;
    }

.news-list-time li {
    display: flex;
    align-items: center;
    margin-top: calc(0.5208333333vw);
    background: #fafafa;
    padding: calc(0.5208333333vw) calc(0.78125vw);
}

    .news-list-time li:hover {
        background: #cc2829;
        color: #ffffff;
        transition: .3s;
    }

        .news-list-time li:hover .date {
            border-right: 1px solid #fff;
        }

        .news-list-time li:hover a {
            color: #ffffff;
        }

    .news-list-time li:first-child {
        margin-top: 0;
    }

    .news-list-time li .date {
        text-align: center;
        border-right: 1px solid #e67c2e;
        padding: 0 calc(0.78125vw) 0 0;
        margin-right: calc(0.78125vw);
    }

        .news-list-time li .date span {
            font-size: calc(1.5625vw);
        }

        .news-list-time li .date p {
            font-size: calc(0.7291666667vw);
        }

.news-list-time a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: calc(0.8333333333vw);
    line-height: 1.5;
}

.flex-around {
    display: flex;
    justify-content: space-around;
}

.default-hover a:hover {
    color: #ffd281;
}
/*.layui-container {
   width:1300px;
}*/
/*****************************************************************************************************************************/
.zdlygk_left p {
    padding: 7px 0;
    width: 100%;
    border-bottom: 4px solid #cc2829;
    display: block;
    color: #cc2829;
    height: calc(2.6041666667vw);
    line-height: calc(2.6041666667vw);
    margin-top: 15px;
    font-size: calc(1.0416666667vw);
}

img {
    max-width: 100%;
}

/*ËÑË÷ÁÐ±íÑùÊ½*/
.search-tit{ display:block; margin:0 30px; padding-top:15px; line-height:38px; border-bottom:1px solid #f0f0f0; }
    .search-tit h3{ display:inline-block; color:#cc2829; font-size:30px; font-weight:normal; }
    .search-tit span{ margin-left:15px; color:#999; font-size:14px; }
    .search-tit span strong{ margin:0 2px; color:#cc2829; font-weight:600; }
.n-list{ padding:15px 30px; }
	.n-list li{ display:block; padding-bottom:15px; border-bottom:1px solid #f0f0f0; overflow:hidden; }
	.n-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.n-list li h2{ padding:15px 0 15px; font-size:18px; line-height:24px; font-weight:normal;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.n-list li h2 a{ color:#333; text-decoration:none; }
	.n-list li h2 a:hover{ color:#cc2829; font-weight:bold;}
	.n-list li .note b{ position:relative; display:block; float:left; margin-right:16px; width:118px; height:118px; border:1px solid #e8e8e8; font-style:normal; }
	.n-list li .note b img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.n-list li .note p{ display:block; font-size:14px; max-height:84px; line-height:28px; font-weight:500; color:#666; overflow:hidden; }
	.n-list li .note .info{ padding-top:10px; height:20px; line-height:20px; }
	.n-list li .note .info span{ margin-right:10px; color:#999; font-size:12px; }
    .n-list li .note .info span i{ margin-right:3px; font-size:12px; }
	.n-list .nodata{ margin-top:30px; color:#666; font-size:14px; line-height:100px; text-align:center; }

.attach-list{ color:#757575;margin-top:5px; }
.attach-list ul li{ margin-top:5px; padding:3px; border-bottom:1px solid #ebebeb; }
.attach-list ul li .link-btn{ display:block; float:right; margin-top:-1px; padding:5px 12px; border:0px solid #e0e0e0; line-height:20px; font-size:14px; cursor:pointer; }
.attach-list ul li .link-btn i{ font-size:14px; }
.attach-list ul li .icon-box{ display:inline-block; margin-right:0px; line-height:0px; color:#ccc; }
.attach-list ul li .icon-box i{ font-size:20px; }
.attach-list ul li .info{ display:inline-block; }
.attach-list ul li .info h3{ line-height:20px; color:#333; font-size:14px; font-weight:normal; }
.attach-list ul li .info span{ margin-right:5px; line-height:18px; color:#999; font-size:12px; }