<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (max-width: 768px) {
    body {
        background: #f6f7fb;
    }
}

.none {
    display: none !important;
}

.mb25 {
    margin-bottom: 25px;
}

.mr45 {
    margin-right: 45px;
}

@keyframes headerTagAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes spread {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -o-transform: scale(2);
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
    }
}

@-moz-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
    }
}

@-o-keyframes spread {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -o-transform: scale(2);
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes spread {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -o-transform: scale(2);
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
    }
}

@-moz-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
    }
}

@-o-keyframes spread {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -o-transform: scale(2);
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
    }
}


#efficient,
#special {
    min-width: 1200px;
    width: 100%;
    height: 703px;
    background-size: 100% 100%;
    background-image: url("../img/index/banner2.png");
    background-repeat: no-repeat;
}

    #efficient .efficient {
        padding-top: 85px;
    }

#comment {
    min-width: 1200px;
    width: 100%;
    height: 703px;
    background-size: 100% 100%;
    background-image: url("../img/index/banner3.png");
    background-repeat: no-repeat;
}

    #comment .comment,
    #special .special {
        padding-top: 65px;
    }

#more {
    min-width: 1200px;
    width: 100%;
    /*height: 900px;*/
    background: url("../img/index/banner4.png") top no-repeat;
    margin-bottom: 100px;
}

    #introduce .introduce,
    #efficient .efficient,
    #special .special,
    #comment .comment,
    #more .more {
        width: 1200px;
        margin: 0 auto;
    }

    #more .more {
        padding-top: 20px;
    }

h1.moreTitle {
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #222222;
    position: relative;
    z-index: 99;
    margin-bottom: 36px;
}

    h1.moreTitle:before {
        content: "";
        width: 434px;
        height: 13px;
        background-color: #ddc6e1;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -217px;
        z-index: 9;
    }

    h1.moreTitle span {
        position: relative;
        z-index: 99;
    }

h2.commonTitle {
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #222222;
    position: relative;
    z-index: 99;
    margin-bottom: 76px;
}

    h2.commonTitle:before {
        content: "";
        width: 364px;
        height: 13px;
        background-color: #ddc6e1;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -182px;
        z-index: 9;
    }

    h2.commonTitle span {
        position: relative;
        z-index: 99;
    }

#more .more &gt; ul {
    width: 1200px;
    height: 360px;
    margin: 0 auto;
}

    #more .more &gt; ul li {
        width: 370px;
        height: 155px;
        float: left;
        margin-top: 25px;
        position: relative;
    }

        #more .more &gt; ul li p {
            width: 370px;
            height: 135px;
            background-color: #ffffff;
            border-radius: 10px;
            position: absolute;
            top: 20px;
            left: 0;
            cursor: pointer;
            box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.05);
            transition: 0.5s;
        }

            #more .more &gt; ul li p:hover {
                top: 0;
                transition: 0.5s;
            }

            #more .more &gt; ul li p img {
                float: left;
                width: 70px;
                height: 70px;
                margin: 32.5px 34px;
            }

            #more .more &gt; ul li p:hover .title {
                color: #8c49d0;
            }

            #more .more &gt; ul li p .title {
                float: left;
                width: 230px;
                height: 20px;
                font-size: 20px;
                font-weight: bold;
                letter-spacing: 1px;
                color: #222222;
                margin: 40px 0 15px;
            }

            #more .more &gt; ul li p .int {
                float: left;
                width: 230px;
                height: 16px;
                font-size: 16px;
                letter-spacing: 1px;
                color: #666666;
            }

#more .more .intCom {
    width: 1200px;
    margin: 180px auto 0;
}

    #more .more .intCom .intComTitle {
        height: 45px;
        font-size: 48px;
        font-weight: bold;
        color: #444444;
        margin: 0 auto;
        position: relative;
        line-height: 1;
        text-align: center;
    }

        #more .more .intCom .intComTitle &gt; i {
            width: 86px;
            height: 52px;
            display: block;
            position: absolute;
            right: -103px;
            bottom: 19px;
            background: url("../img/index/grb.png");
        }

    #more .more .intCom .intComMiddle {
        height: 24px;
        font-size: 24px;
        letter-spacing: 1px;
        color: #999999;
        text-align: center;
        line-height: 1;
        margin: 25px 0 55px;
    }

        #more .more .intCom .intComMiddle span {
            margin: 0 25px;
            float: left;
        }

        #more .more .intCom .intComMiddle &gt; i {
            margin: 11px 0;
            width: 130px;
            height: 2px;
            background-color: #dddddd;
            display: block;
            float: left;
        }

    #more .more .intCom .intComButton {
        width: 100%;
    }

        #more .more .intCom .intComButton .intCBLeft {
            width: 240px;
        }

            #more .more .intCom .intComButton .intCBLeft .intDownBut {
                width: 240px;
                height: 70px;
                background-image: linear-gradient(0deg, #8c49d0 0%, #ae89d4 100%), linear-gradient(#ff7447, #ff7447);
                background-blend-mode: normal, normal;
                border-radius: 35px;
                text-align: center;
                line-height: 70px;
                font-size: 28px;
                letter-spacing: 1px;
                color: #ffffff;
                cursor: pointer;
                margin-bottom: 15px;
            }

                #more .more .intCom .intComButton .intCBLeft .intDownBut:hover {
                    background-image: linear-gradient(0deg, #ae89d4 0%, #8c49d0 100%), linear-gradient(#ff7447, #ff7447);
                }

            #more .more .intCom .intComButton .intCBLeft p {
                width: 240px;
                text-align: center;
                font-size: 14px;
                line-height: 22px;
                color: #999999;
                margin-bottom: 3px;
            }

        #more .more .intCom .intComButton .intCBRight .intOpenBut {
            width: 236px;
            height: 66px;
            border-radius: 35px;
            border: solid 2px #8c49d0;
            text-align: center;
            line-height: 66px;
            font-size: 28px;
            letter-spacing: 1px;
            color: #8c49d0;
            cursor: pointer;
        }

            #more .more .intCom .intComButton .intCBRight .intOpenBut:hover {
                width: 240px;
                height: 70px;
                background-image: linear-gradient(0deg, #8c49d0 0%, #ae89d4 100%), linear-gradient(#aa57ff, #aa57ff);
                background-blend-mode: normal, normal;
                border-radius: 35px;
                border: none;
                line-height: 70px;
                color: #ffffff;
            }

    #more .more .intCom .intComMail {
        width: 100%;
        display: flex;
        display: -ms-flexbox;
        justify-content: center;
        -ms-flex-pack: center;
    }

        #more .more .intCom .intComMail li {
            position: relative;
            width: 270px;
            height: 306px;
            background-color: #ffffff;
            box-shadow: 0 0 16px 0 #eaeaea;
            border-radius: 10px;
            margin: 0 18px;
            display: flex;
            display: -ms-flexbox;
            justify-content: center;
            -ms-flex-pack: center;
            align-items: center;
            -ms-flex-align: center;
            flex-direction: column;
            -ms-flex-direction: column;
        }

            #more .more .intCom .intComMail li .title {
                font-size: 20px;
                color: #444444;
                margin: 20px 0;
            }

            #more .more .intCom .intComMail li .download {
                width: 180px;
                height: 48px;
                border-radius: 24px;
                border: solid 1px #8c49d0;
                display: flex;
                display: -ms-flexbox;
                justify-content: center;
                -ms-flex-pack: center;
                align-items: center;
                -ms-flex-align: center;
                font-size: 20px;
                color: #8c49d0;
                box-sizing: border-box;
            }

                #more .more .intCom .intComMail li .download i {
                    display: block;
                    width: 20px;
                    height: 20px;
                    background: url("../img/index/download_normal.png");
                    margin-left: 10px;
                }

                #more .more .intCom .intComMail li .download:hover {
                    width: 180px;
                    height: 48px;
                    background-image: linear-gradient(0deg, #9051d1 0%, #ad87d4 100%);
                    border-radius: 24px;
                    color: #fdfdfd;
                    border: none;
                }

                    #more .more .intCom .intComMail li .download:hover i {
                        background: url("../img/index/download_hover.png");
                    }

            #more .more .intCom .intComMail li .versionHistory {
                color: #8c49d0;
                font-size: 18px;
                position: absolute;
                top: 325px;
            }

                #more .more .intCom .intComMail li .versionHistory:hover {
                    text-decoration: underline;
                }

.common {
    width: 1200px;
    height: 455px;
}

    .common .commonLeft {
        width: 606px;
        height: 455px;
        box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        position: relative;
        border-radius: 20px;
    }

        .common .commonLeft .commonLeftImg {
            width: 606px;
            height: 455px;
            position: absolute;
            left: 0;
            top: 0;
            white-space: nowrap;
            overflow: hidden;
            border-radius: 20px;
        }

            .common .commonLeft .commonLeftImg img {
                width: 586px;
                height: 436px;
                position: absolute;
                top: 9.5px;
                left: 10px;
                z-index: 0;
                opacity: 0;
                transition: opacity 0.3s linear;
            }

                .common .commonLeft .commonLeftImg img.select {
                    z-index: 1;
                    opacity: 1;
                    transition: opacity 0.3s linear;
                }

    .common .commonRight {
        width: 537px;
    }

        .common .commonRight.commonThree {
            height: 455px;
        }

        .common .commonRight.commonTow {
            margin: 80px 0;
            height: 295px;
        }

        .common .commonRight .commonRightList {
            width: 537px;
            height: 135px;
            background-color: #ffffff;
            border-radius: 10px;
            position: relative;
            cursor: pointer;
        }

            .common .commonRight .commonRightList.select {
                box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.05);
            }

            .common .commonRight .commonRightList img {
                float: left;
                width: 60px;
                height: 60px;
                margin: 37.5px 24px 37.5px 26px;
            }

            .common .commonRight .commonRightList .commonRightListTitle {
                width: 410px;
                font-size: 20px;
                font-weight: bold;
                letter-spacing: 1px;
                color: #222222;
                margin: 27px 0 6px;
            }

                .common
                .commonRight
                .commonRightList
                .commonRightListTitle.commonRightListTitleThree {
                    margin: 13px 0 6px;
                }

            .common .commonRight .commonRightList.select .commonRightListTitle {
                color: #8c49d0;
            }

            .common .commonRight .commonRightList .commonRightListInt {
                width: 410px;
                font-size: 16px;
                line-height: 1.6;
                color: #666666;
            }

            .common .commonRight .commonRightList .commonRightListMore {
                position: absolute;
                bottom: 28px;
                right: 25px;
                font-size: 12px;
                color: #999999;
                cursor: pointer;
            }

                .common
                .commonRight
                .commonRightList
                .commonRightListMore.commonRightListMoreThree {
                    bottom: 18px;
                }

#agentCookie {
    display: none;
}

.editor-p ul li .down-loading {
    border: 1px solid #ddd;
    color: #bbb;
    cursor: no-drop;
}

    .editor-p ul li .down-loading:hover {
        box-shadow: none;
    }

.ieButton {
    background: #8c49d0;
}

    .ieButton:hover {
        background: #efe0ff;
        color: #8c49d0;
    }

.ieOpenButton:hover {
    background: #efe0ff;
    color: #8c49d0;
}

.hasEdverts {
    margin-bottom: 108px;
}

.edverts {
    width: 100%;
    height: 108px;
    background: url("../img/index/edverts.png") no-repeat;
    position: fixed;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 100;
    cursor: pointer;
}

    .edverts i {
        width: 12px;
        height: 12px;
        background: url("../img/index/edvertsClose.png") no-repeat;
        display: block;
        position: absolute;
        right: 9px;
        top: 9px;
        cursor: pointer;
    }

.activityBanner {
    position: fixed;
    z-index: 666;
    bottom: 0;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.closeAD {
    position: absolute;
    right: 44px;
    right: 0;
    top: -40px;
    top: 0;
    width: 40px;
    height: 40px;
}

#header .header .integralPromote {
    height: 71px;
}

    #header .header .integralPromote .tab a {
        position: relative;
        margin-right: 60px;
        font-size: 16px;
        color: #333333;
    }

        #header .header .integralPromote .tab a span {
            padding: 0 5px;
            height: 18px;
            background-image: linear-gradient(90deg, #ff3c3d 0%, #ff7248 100%);
            border-radius: 10px 9px 9px 2px;
            font-size: 12px;
            line-height: 18px;
            color: #ffffff;
            position: absolute;
            top: -21px;
            right: -26px;
        }

    #header .header .integralPromote .windowsHref {
        display: block;
        width: 102px;
        height: 36px;
        background-image: linear-gradient(-90deg, #a185f6 0%, #7b56ee 100%), linear-gradient(#7b56ee, #7b56ee);
        background-blend-mode: normal, normal;
        border-radius: 18px;
        position: relative;
        font-size: 16px;
        line-height: 36px;
        text-align: center;
        color: #ffffff;
        overflow: hidden;
    }

        #header .header .integralPromote .windowsHref:hover::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            background: rgba(255, 255, 255, 0.2);
            width: 280px;
            height: 280px;
            border-radius: 50%;
            margin-left: -140px;
            margin-top: -140px;
            animation: spread 1.5s infinite both;
        }

    #header .header .integralPromote .nav-menu-task {
        position: absolute;
        top: 52px;
        left: 50%;
        margin-left: -76px;
        width: 124px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 12px;
        color: #444444;
        padding: 23px 14px 18px 14px;
        box-sizing: content-box;
        background: url("../img/index/vipmallLayer.png");
    }

        #header .header .integralPromote .nav-menu-task span {
            color: #8949ca;
        }

        #header .header .integralPromote .nav-menu-task i {
            display: block;
            position: absolute;
            top: 15px;
            right: 6px;
            cursor: pointer;
            margin: 0;
            width: 7px;
            height: 7px;
            background: url("../img/index/taskClose.png");
        }

#mobile {
    line-height: 1;
    padding-bottom: 1.78rem;
}

.none {
    display: none !important;
}

.mobile-banner {
    width: 100%;
    min-height: 100vh;
    background: url(/qiye/image/mobile-bg.png) no-repeat top;
    background-size: cover;
    position: relative;
    border-radius:14px;
}

    .mobile-banner h1 {
        position: relative;
    }

        .mobile-banner h1 span {
            font-size: 0.56rem;
            font-weight: bold;
            color: #222222;
        }

        .mobile-banner h1 .corner {
            width: 1.06rem;
            height: 0.58rem;
            position: absolute;
            right: -1.06rem;
            top: -0.12rem;
        }

    .mobile-banner p {
        font-size: 0.32rem;
        font-weight: normal;
        color: #464a7c;
        margin-top: 0.38rem;
    }

    .mobile-banner ul {
        margin-top: 0.49rem;
    }

        .mobile-banner ul li {
            padding: 0 0.17rem;
            font-size: 0.24rem;
            color: #464a7c;
        }

            .mobile-banner ul li em {
                width: 0.29rem;
                height: 0.28rem;
                border-radius: 0.04rem;
                border: solid 1px #327eff;
                margin-right: 0.1rem;
            }

                .mobile-banner ul li em img {
                    width: 0.19rem;
                    height: 0.19rem;
                }

    .mobile-banner &gt; img {
        width: 6.2rem;
        height: 6.15rem;
        margin: 1.22rem auto 0.93rem;
    }

    .mobile-footer .down_but,
    .mobile-banner .down_but {
        width: 6.3rem;
        height: 1rem;
        background-image: linear-gradient(-90deg, #609efe 0%, #5296ff 100%), linear-gradient(#000000, #000000);
        background-blend-mode: normal, normal;
        box-shadow: 0rem 0.07rem 0.129rem 0.001rem rgba(151, 121, 242, 0.25), inset 0rem 0rem 0.24rem 0rem rgba(255, 255, 255, 0.35);
        border-radius: 0.5rem;
        font-size: 0.38rem;
        color: #fbfcfe;
        animation: shadow-pulse 2s infinite linear;
    }

@keyframes shadow-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.mobile-banner .down_but img {
    width: 0.33rem;
    height: 0.4rem;
    margin-right: 0.2rem;
}

#mobile h2 {
    position: relative;
    font-size: 0.42rem;
    font-weight: bold;
    letter-spacing: 0.004rem;
    color: #3184ff;
    text-align: center;
}

    #mobile h2::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -0.29rem;
        width: 0.4rem;
        height: 0.1rem;
        background-color: #9a7ff2;
        border-radius: 0.05rem;
        opacity: 0.5;
    }

#mobile h3 {
    font-size: 0.42rem;
    font-weight: bold;
    letter-spacing: 0.004rem;
    color: #ffffff;
    text-align: center;
}

.mobile-fun {
    
    padding: 0.62rem 0 0.68rem;
    background-image: linear-gradient(0deg, #ffffff 0%, #bcddff 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
    border-radius: 0.3rem;
    margin: 0.54rem auto 1.19rem;
}

    .mobile-fun ul {
        width: 100%;
        margin-top: 0.1rem;
    }

        .mobile-fun ul li {
            width: calc(100% / 3);
            padding-top: 0.78rem;
        }

            .mobile-fun ul li img {
                width: 1.1rem;
                height: 1.1rem;
            }

            .mobile-fun ul li p {
                margin-top: 0.2rem;
                font-size: 0.24rem;
                letter-spacing: -0.005rem;
                color: #333333;
            }

.mobile-amend {
    width: 100%;
    padding: 0.67rem 0 0.62rem;
    background: url(/qiye/image/mobile-amend_bg.png) no-repeat center;
    background-size: cover;
    border-radius:15px;
}

    .mobile-amend .mobile-amend-card {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .mobile-amend .mobile-amend-card .mobile-amend-swiper {
            padding-bottom: 0.7rem;
            position: relative;
        }

            .mobile-amend .mobile-amend-card .mobile-amend-swiper h3 {
                margin-bottom: 0.71rem;
            }

            .mobile-amend .mobile-amend-card .mobile-amend-swiper .mobile-amend-item {
                width: 6.6rem;
                height: 2rem;
                background-color: #fafafa;
                box-shadow: 0rem 0.08rem 0.1rem 0rem rgba(47, 84, 235, 0.14);
                border-radius: 0.3rem;
                margin: 0 auto 0.4rem;
                padding-left: 0.24rem;
                box-sizing: border-box;
            }

                .mobile-amend .mobile-amend-card .mobile-amend-swiper .mobile-amend-item img {
                    width: 0.92rem;
                    height: 0.92rem;
                    margin-right: 0.2rem;
                }

                .mobile-amend .mobile-amend-card .mobile-amend-swiper .mobile-amend-item h4 {
                    font-size: 0.32rem;
                    font-weight: bold;
                    color: #424242;
                    margin-bottom: 0.1rem;
                }

                .mobile-amend .mobile-amend-card .mobile-amend-swiper .mobile-amend-item p {
                    font-size: 0.24rem;
                    line-height: 0.38rem;
                    color: #999999;
                }

            .mobile-amend .mobile-amend-card .mobile-amend-swiper .swiper-pagination {
                bottom: 0;
                z-index: 8;
            }

                .mobile-amend
                .mobile-amend-card
                .mobile-amend-swiper
                .swiper-pagination
                .swiper-pagination-bullet {
                    width: 0.16rem;
                    height: 0.16rem;
                    background: rgba(255, 255, 255, 0.5);
                    margin: 0 0.11rem;
                }

                .mobile-amend
                .mobile-amend-card
                .mobile-amend-swiper
                .swiper-pagination
                .swiper-pagination-bullet-active {
                    width: 0.28rem;
                    height: 0.28rem;
                    background: url(/qiye/image/swiper-pagination-bullet-active.png) no-repeat center;
                    background-size: 0.28rem;
                    margin: 0 0.05rem;
                }

.mobile-relation {
    padding: 1rem 0 0.37rem;
}

    .mobile-relation em {
        width: 4.8rem;
        height: 4.8rem;
        background-color: #ffffff;
        border-radius: 0.2rem;
        border: solid 1px #cccccc;
        margin: 0.89rem auto 0.4rem;
    }

        .mobile-relation em img {
            width: 4.2rem;
            height: 4.2rem;
        }

    .mobile-relation span {
        font-size: 0.28rem;
        color: #666666;
        margin-bottom: 0.66rem;
    }

    .mobile-relation p {
        font-size: 0.24rem;
        line-height: 0.32rem;
        color: #bbbbbb;
        text-align: center;
    }

        .mobile-relation p a {
            color: #bbbbbb;
        }

.mobile-footer {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.78rem;
    background-color: #ffffff;
    box-shadow: 0rem -0.1rem 0.21rem 0rem rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical &gt; .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-container-multirow &gt; .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column &gt; .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode &gt; .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-css-mode &gt; .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode &gt; .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode &gt; .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next'
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical &gt; .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

    .swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-container-horizontal.swiper-container-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal &gt; .swiper-pagination-progressbar, .swiper-container-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical &gt; .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal &gt; .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical &gt; .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
/*
*网站全局/CSS重置表
*http://www.lvyou114.com     2014-1-14
*小菜
*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td {
    margin: 0;
    padding: 0;
}

* {
    font-family: "微软雅黑"
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}
/*设置默认字体*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}
/*重置列表元素*/
ul, ol {
    list-style: none;
}
/*重置文本格式元素*/
a,
a:hover {
    text-decoration: none;
}


sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}
/*重置表单元素*/
legend {
    color: #000;
}
/* for ie6 */
fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}
/*重置表格元素*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}

mark {
    background: #ff0;
}
/*全局*/
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.s {
    font-weight: 400;
}

.b {
    font-weight: 700;
}

.b0 {
    border: 0 !important;
}
/*字体大小*/
.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f24 {
    font-size: 24px !important;
}

.f30 {
    font-size: 30px !important;
}

.f36 {
    font-size: 36px !important;
}

.f42 {
    font-size: 42px !important;
}
/*颜色*/
.f50 {
    color: #f50 !important;
}

.f80 {
    color: #f80 !important;
}

.c5 {
    color: #555 !important;
}

.c8 {
    color: #888 !important;
}
/*间距*/
.m0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.ml0 {
    margin-left: 0 !important
}

.ml10 {
    margin-left: 10px !important
}

.mr20 {
    margin-right: 20px !important
}

.p0 {
    padding: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pl0 {
    padding-left: 0 !important
}
/*字体图标*/
@font-face {
    font-family: 'iconfont';
    src: url('/libs/iconfont/iconfont.eot');
    src: url('/libs/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('/libs/iconfont/iconfont.woff') format('woff'), url('/libs/iconfont/iconfont.ttf') format('truetype'), url('/libs/iconfont/iconfont.svg#svgFontName') format('svg');
}

.iconfont {
    font-family: "iconfont";
    font-size: 16px;
}

.clear {
    clear: both
}

    .clear:after {
        content: "020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
&lt;div class="icon-home"&gt;&lt;/div&gt;

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
&lt;i class="icon icon-home"&gt;&lt;/i&gt;
*/
.icon-1 {
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    width: 280px;
    height: 360px;
}

.icon-2 {
    background-image: url(../img/sprite.png);
    background-position: 0px -360px;
    width: 280px;
    height: 360px;
}

.icon-3 {
    background-image: url(../img/sprite.png);
    background-position: -280px 0px;
    width: 280px;
    height: 360px;
}

.icon-4 {
    background-image: url(../img/sprite.png);
    background-position: -560px 0px;
    width: 280px;
    height: 360px;
}

.icon-checked {
    background-image: url(../img/sprite.png);
    background-position: -990px -310px;
    width: 14px;
    height: 14px;
}

.icon-close {
    background-image: url(../img/sprite.png);
    background-position: -984px -619px;
    width: 27px;
    height: 27px;
}

.icon-delete {
    background-image: url(../img/sprite.png);
    background-position: -991px -444px;
    width: 12px;
    height: 12px;
}

.icon-deleteAndInsert {
    background-image: url(../img/sprite.png);
    background-position: 0px -720px;
    width: 96px;
    height: 96px;
}

.icon-downArror {
    background-image: url(../img/sprite.png);
    background-position: -990px -280px;
    width: 16px;
    height: 16px;
}

.icon-edit {
    background-image: url(../img/sprite.png);
    background-position: -672px -424px;
    width: 96px;
    height: 96px;
}

.icon-editor {
    background-image: url(../img/sprite.png);
    background-position: -973px -549px;
    width: 32px;
    height: 32px;
}

.icon-group {
    background-image: url(../img/sprite.png);
    background-position: -940px -432px;
    width: 51px;
    height: 37px;
}

.icon-have {
    background-image: url(../img/sprite.png);
    background-position: -990px -351px;
    width: 15px;
    height: 12px;
}

.icon-headerFooter {
    background-image: url(../img/sprite.png);
    background-position: -376px -560px;
    width: 96px;
    height: 96px;
}

.icon-logo {
    background-image: url(../img/sprite.png);
    background-position: -840px -220px;
    width: 150px;
    height: 150px;
}

.icon-member {
    background-image: url(../img/sprite.png);
    background-position: -976px -667px;
    width: 29px;
    height: 32px;
}

.icon-mergerAndSplitting {
    background-image: url(../img/sprite.png);
    background-position: -576px -424px;
    width: 96px;
    height: 96px;
}

.icon-nothing {
    background-image: url(../img/sprite.png);
    background-position: -990px -339px;
    width: 15px;
    height: 12px;
}

.icon-payment {
    background-image: url(../img/sprite.png);
    background-position: -940px -370px;
    width: 69px;
    height: 62px;
}

.icon-paymentQQ {
    background-image: url(../img/sprite.png);
    background-position: -990px -324px;
    width: 13px;
    height: 15px;
}

.icon-pdfForm {
    background-image: url(../img/sprite.png);
    background-position: -472px -560px;
    width: 96px;
    height: 96px;
}

.icon-pdfToWord {
    background-image: url(../img/sprite.png);
    background-position: -568px -560px;
    width: 96px;
    height: 96px;
}

.icon-projection {
    background-image: url(../img/sprite.png);
    background-position: -664px -560px;
    width: 96px;
    height: 96px;
}

.icon-qq {
    background-image: url(../img/sprite.png);
    background-position: -768px -424px;
    width: 40px;
    height: 40px;
}

.icon-receive {
    background-image: url(../img/sprite.png);
    background-position: -480px -360px;
    width: 218px;
    height: 64px;
}

.icon-registered {
    background-image: url(../img/sprite.png);
    background-position: -973px -581px;
    width: 29px;
    height: 32px;
}

.icon-success {
    background-image: url(../img/sprite.png);
    background-position: -800px -590px;
    width: 40px;
    height: 40px;
}

.icon-tips {
    background-image: url(../img/sprite.png);
    background-position: -936px -619px;
    width: 48px;
    height: 48px;
}

.icon-toPdf {
    background-image: url(../img/sprite.png);
    background-position: -840px -619px;
    width: 96px;
    height: 96px;
}

.icon-u11 {
    background-image: url(../img/sprite.png);
    background-position: -936px -667px;
    width: 40px;
    height: 40px;
}

.icon-u13 {
    background-image: url(../img/sprite.png);
    background-position: -760px -590px;
    width: 40px;
    height: 40px;
}

.icon-u14 {
    background-image: url(../img/sprite.png);
    background-position: -840px -479px;
    width: 153px;
    height: 70px;
}

.icon-u16 {
    background-image: url(../img/sprite.png);
    background-position: -768px -464px;
    width: 40px;
    height: 40px;
}

.icon-u17 {
    background-image: url(../img/sprite.png);
    background-position: -840px -370px;
    width: 100px;
    height: 109px;
}

.icon-u23 {
    background-image: url(../img/sprite.png);
    background-position: -990px -240px;
    width: 20px;
    height: 20px;
}

.icon-u25 {
    background-image: url(../img/sprite.png);
    background-position: -990px -260px;
    width: 20px;
    height: 20px;
}

.icon-u26 {
    background-image: url(../img/sprite.png);
    background-position: -990px -220px;
    width: 20px;
    height: 20px;
}

.icon-u3 {
    background-image: url(../img/sprite.png);
    background-position: -1003px -324px;
    width: 9px;
    height: 13px;
}

.icon-u7 {
    background-image: url(../img/sprite.png);
    background-position: -280px -360px;
    width: 200px;
    height: 200px;
}

.icon-u8 {
    background-image: url(../img/sprite.png);
    background-position: -840px -549px;
    width: 133px;
    height: 70px;
}

.icon-u9 {
    background-image: url(../img/sprite.png);
    background-position: -760px -560px;
    width: 80px;
    height: 30px;
}

.icon-uncheck {
    background-image: url(../img/sprite.png);
    background-position: -990px -296px;
    width: 14px;
    height: 14px;
}

.icon-upArror {
    background-image: url(../img/sprite.png);
    background-position: -991px -432px;
    width: 12px;
    height: 12px;
}

.icon-watermark {
    background-image: url(../img/sprite.png);
    background-position: -480px -424px;
    width: 96px;
    height: 96px;
}

.icon-weixin_bg {
    background-image: url(../img/sprite.png);
    background-position: -840px 0px;
    width: 172px;
    height: 220px;
}

.icon-wordTranslation {
    background-image: url(../img/sprite.png);
    background-position: -280px -560px;
    width: 96px;
    height: 96px;
}

.icon-wx {
    background-image: url(../img/sprite.png);
    background-position: -698px -389px;
    width: 96px;
    height: 29px;
}

.icon-yl {
    background-image: url(../img/sprite.png);
    background-position: -698px -360px;
    width: 96px;
    height: 29px;
}

.icon-zfb {
    background-image: url(../img/sprite.png);
    background-position: -480px -520px;
    width: 96px;
    height: 29px;
}


    #beforeCopyright .w1200 {
        color: #888;
        height: 247px;
        width: 1200px;
        margin: 0 auto;
        padding: 30px 0;
        font-size: 0;
        box-sizing: border-box;
        text-align: center;
        white-space: nowrap;
    }

        #beforeCopyright .w1200 &gt; div {
            vertical-align: text-top;
        }

        #beforeCopyright .w1200 .title {
            font-size: 16px;
            line-height: 1;
            color: #c2c2c3;
        }

        #beforeCopyright .w1200 .links {
            min-width: 520px;
            text-align: left;
            padding-top: 5px;
            display: inline-block;
            height: calc(100% - 12px);
            border-right: 1px dashed #4e4c4f;
            line-height: initial;
        }

            #beforeCopyright .w1200 .links .realLinks {
                margin-top: 15px;
            }

            #beforeCopyright .w1200 .links ul {
                font-size: 16px;
                margin-right: 60px;
                max-width: 200px;
                display: inline-block;
                vertical-align: top;
            }

                #beforeCopyright .w1200 .links ul a {
                    line-height: 26px;
                    white-space: nowrap;
                    overflow: hidden;
                    width: 100%;
                    font-size: 14px;
                    color: #888;
                    text-overflow: ellipsis;
                }

                    #beforeCopyright .w1200 .links ul a:hover {
                        color: #fff;
                    }

            #beforeCopyright .w1200 .links a {
                display: inline-block;
            }

        #beforeCopyright .w1200 .contacts {
            display: inline-block;
            margin-left: 80px;
            text-align: left;
            line-height: initial;
        }

            #beforeCopyright .w1200 .contacts .icons {
                margin: 20px 0 30px;
            }

                #beforeCopyright .w1200 .contacts .icons i {
                    display: inline-block;
                    position: relative;
                }

                    #beforeCopyright .w1200 .contacts .icons i a {
                        display: block;
                        width: 80px;
                        height: 80px;
                    }

                    #beforeCopyright .w1200 .contacts .icons i + i {
                        margin-left: 50px;
                    }

                    #beforeCopyright .w1200 .contacts .icons i:not(:last-child)::after {
                        content: "";
                        width: 0;
                        border-right: 1px dashed #4e4c4f;
                        height: 54px;
                        position: absolute;
                        right: -25px;
                        top: 50%;
                        transform: translateY(-50%);
                    }

                #beforeCopyright .w1200 .contacts .icons .qq {
                    background: url("../img/qq.png") no-repeat;
                    background-size: cover;
                }

                    #beforeCopyright .w1200 .contacts .icons .qq:hover {
                        background-image: url("../img/qq_active.png");
                    }

                #beforeCopyright .w1200 .contacts .icons .mail {
                    background: url("../img/mail.png") no-repeat;
                    background-size: cover;
                }

                    #beforeCopyright .w1200 .contacts .icons .mail:hover {
                        background-image: url("../img/mail_active.png");
                    }

                #beforeCopyright .w1200 .contacts .icons .wechat {
                    background: url("../img/wechat.png") no-repeat;
                    background-size: cover;
                }

                    #beforeCopyright .w1200 .contacts .icons .wechat:hover {
                        background-image: url("../img/wechat_active.png");
                    }

                #beforeCopyright .w1200 .contacts .icons .gift {
                    background: url("../img/gift.png") no-repeat;
                    background-size: cover;
                }

                    #beforeCopyright .w1200 .contacts .icons .gift:hover {
                        background-image: url("../img/gift_active.png");
                    }

                #beforeCopyright .w1200 .contacts .icons a:hover ~ .layer {
                    display: block;
                }

                #beforeCopyright .w1200 .contacts .icons .layer {
                    display: none;
                    width: 140px;
                    height: 144px;
                    background-color: #ffffff;
                    border-radius: 7px;
                    position: absolute;
                    top: -158px;
                    left: -30px;
                }

                    #beforeCopyright .w1200 .contacts .icons .layer::after {
                        position: absolute;
                        content: "";
                        width: 0;
                        height: 0;
                        border-left: 7px solid transparent;
                        border-right: 7px solid transparent;
                        border-top: 10px solid #ffffff;
                        left: 63px;
                        bottom: -10px;
                    }

                    #beforeCopyright .w1200 .contacts .icons .layer img {
                        display: block;
                        width: 109px;
                        height: 109px;
                        margin: 8px auto 4px;
                    }

                    #beforeCopyright .w1200 .contacts .icons .layer p {
                        font-size: 12px;
                        color: #666666;
                        text-align: center;
                    }

            #beforeCopyright .w1200 .contacts .compareVersions {
                height: 24px;
                line-height: 24px;
                font-size: 14px;
                vertical-align: middle;
            }

                #beforeCopyright .w1200 .contacts .compareVersions .compare {
                    display: inline-block;
                    color: #c2c2c3;
                    background-color: #525255;
                    width: 80px;
                    height: 24px;
                    border-radius: 12px;
                    text-align: center;
                    margin-right: 10px;
                }

                #beforeCopyright .w1200 .contacts .compareVersions a {
                    color: #d6d6d7;
                }

                    #beforeCopyright .w1200 .contacts .compareVersions a:hover {
                        color: #fff;
                    }

#copyright {
    min-width: 1200px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #413d44;
    font-size: 12px;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
}

    #copyright a {
        color: #666666;
        margin-left: 4px;
    }

        #copyright a:hover {
            color: #666666;
        }

.suspend {
    position: fixed;
    width: 60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(244, 244, 244, 0.97);
    border-radius: 10px;
    right: 25px;
    bottom: 200px;
    z-index: 99999;
}

    .suspend * {
        box-sizing: border-box;
    }

    .suspend .list {
        width: 100%;
        position: relative;
        cursor: pointer;
        padding: 16px 0;
    }

        .suspend .list i {
            display: block;
            width: 36px;
            height: 36px;
            margin: 0 auto 4px;
        }

        .suspend .list .service {
            background: url(../img/serviceNor.png) no-repeat center;
        }

        .suspend .list .welfare {
            background: url(../img/giftNor.png) no-repeat center;
        }

        .suspend .list .goTop {
            width: 21px;
            height: 13px;
            background: url(../img/topNor.png) no-repeat center;
        }

        .suspend .list:hover .service {
            background: url(../img/serviceHover.png) no-repeat center;
        }

        .suspend .list:hover .welfare {
            background: url(../img/giftHover.png) no-repeat center;
        }

        .suspend .list:hover .goTop {
            background: url(../img/topHover.png) no-repeat center;
        }

        .suspend .list &gt; p,
        .suspend .list a &gt; p {
            font-size: 12px;
            line-height: 16px;
            color: #a7acbc;
            text-align: center;
        }

        .suspend .list:hover &gt; p,
        .suspend .list a:hover &gt; p {
            color: #8c49d0;
        }

        .suspend .list:not(:first-child)::after {
            position: absolute;
            content: "";
            top: 0;
            left: 20px;
            width: 20px;
            height: 1px;
            background-color: #eeeeee;
        }

        .suspend .list .layer {
            width: 180px;
            position: absolute;
            display: none;
            left: -180px;
            line-height: 18px;
            font-size: 12px;
            color: #333333;
            text-align: left;
        }

        .suspend .list .layerService {
            width: 200px;
            left: -200px;
            top: 0px;
        }

        .suspend .list .demand {
            cursor: auto;
            width: 184px;
            height: 356px;
            background-image: linear-gradient( 0deg, #d2c4ff 0%, #e4d9ff 50%, #f5f0ff 100% );
            box-shadow: 0px 0px 15px 0px rgba(244, 244, 244, 0.97);
            border-radius: 10px;
            border: solid 2px #ffffff;
            padding: 28px 18px 18px;
            text-align: center;
        }

            .suspend .list .demand h3 {
                font-size: 18px;
                font-weight: bold;
                color: #333333;
                margin-bottom: 22px;
            }

            .suspend .list .demand ul {
                padding-bottom: 26px;
            }

                .suspend .list .demand ul li {
                    width: 100%;
                    height: 40px;
                    background: #bfb2f9;
                    border-radius: 4px;
                    margin-bottom: 10px;
                    cursor: pointer;
                }

                    .suspend .list .demand ul li img {
                        margin: 0;
                    }

                    .suspend .list .demand ul li:hover {
                        background: #ccc1fa;
                    }

                    .suspend .list .demand ul li p {
                        font-size: 14px;
                        font-weight: bold;
                        color: #ffffff;
                        padding-left: 9px;
                    }

            .suspend .list .demand button {
                width: 144px;
                height: 40px;
                background-color: #ffffff;
                border-radius: 4px;
                border: none;
                outline: none;
                font-size: 14px;
                color: #8c49d0;
                cursor: pointer;
            }

                .suspend .list .demand button:hover {
                    background: #f6f4ff;
                }

        .suspend .list .layerWelfare {
            top: 0;
        }

            .suspend .list .layerWelfare .content {
                height: 188px;
                padding-top: 18px;
            }

        .suspend .list .layer .content {
            cursor: auto;
            width: 160px;
            background: #ffffff;
            position: relative;
            box-shadow: 0px 0px 15px 0px rgba(244, 244, 244, 0.97);
            border-radius: 10px;
        }

            .suspend .list .layer .content::after {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 13px solid #ffffff;
                right: -13px;
            }

        .suspend .list .layerWelfare .content::after {
            top: 30px;
        }

        .suspend .list .layer p {
            padding-left: 18px;
            margin: 4px 0;
        }

        .suspend .list .layer .title {
            font-size: 14px;
            font-weight: bold;
            padding-top: 17px;
        }

        .suspend .list .layer a {
            color: #8c49d0;
            margin-left: 4px;
        }

            .suspend .list .layer a:hover {
                color: #8c49d0;
            }

        .suspend .list .layer img {
            display: block;
            margin: 6px auto;
        }

        .suspend .list:hover .layer {
            display: block;
        }

.mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    touch-action: none;
}

.dialog {
    width: 580px;
    height: 248px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0rem 0.05rem 0.22rem 0.04rem rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -139px 0 0 -290px;
    z-index: 999999;
    padding-top: 30px;
}

    .dialog .close {
        width: 16px;
        height: 16px;
        background: url(../img/close.png);
        position: absolute;
        top: 16px;
        right: 16px;
        cursor: pointer;
    }

    .dialog .codeWrapper {
        padding-left: 74px;
        width: 208px;
    }

        .dialog .codeWrapper:last-child {
            border-left: 1px dashed #dddddd;
            width: auto;
        }

        .dialog .codeWrapper .head {
            position: relative;
            height: 44px;
        }

            .dialog .codeWrapper .head img {
                position: absolute;
                left: -42px;
                top: 6px;
            }

            .dialog .codeWrapper .head .title {
                font-size: 16px;
                color: #666666;
            }

            .dialog .codeWrapper .head .int {
                font-size: 12px;
                color: #999999;
                margin-top: 7px;
            }

        .dialog .codeWrapper .imgTier {
            margin-top: 14px;
            width: 140px;
            height: 140px;
            border-radius: 10px;
            border: solid 1px #efefef;
        }

        .dialog .codeWrapper .number {
            padding-top: 12px;
            font-size: 26px;
            color: #8c49d0;
            letter-spacing: -1px;
            margin-bottom: 45px;
            line-height: 1;
        }

            .dialog .codeWrapper .number a {
                color: #8c49d0;
            }

            .dialog .codeWrapper .number:last-child {
                margin-bottom: 0;
            }

.flex {
    display: -ms-flexbox;
    display: flex;
}
/*主轴为水平方向，起点在左边*/
.flexRow {
    -ms-flex-direction: row;
    flex-direction: row;
}
/*主轴为垂直方向，起点在上沿*/
.flexColumn {
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex1 {
    -ms-flex: 1;
    flex: 1;
}
/*交叉轴的起点对齐*/
.alignStart {
    -ms-flex-align: start;
    align-items: flex-start;
}
/*交叉轴的终点对齐*/
.alignEnd {
    -ms-flex-align: end;
    align-items: flex-end;
}
/*交叉轴的中点对齐*/
.alignCenter {
    -ms-flex-align: center;
    align-items: center;
}
/*项目的第一行文字的基线对齐*/
.alignBaseline {
    -ms-align-items: baseline;
    align-items: baseline;
}
/*如果项目未设置高度或设为auto，将占满整个容器的高度*/
.alignStretch {
    -ms-align-items: stretch;
    align-items: stretch;
}
/*换行，第一行在上方*/
.flexWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*主轴左对齐*/
.justifyStart {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
/*主轴右对齐*/
.justifyEnd {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/*主轴居中对齐*/
.justifyCenter {
    -ms-flex-pack: center;
    justify-content: center;
}
/*主轴两端对齐,项目之间的间隔都相等*/
.justifyBetween {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍*/
.justifyAround {
    -ms-flex-pack: justify;
    justify-content: space-around;
}
/* 显示一行文字 */
.line1 {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 显示2行文字 */
.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
</pre></body></html>