/********** Template CSS **********/

:root {
    --primary: #1C6BFF;
    --secondary: #1C6BFF;
    --light: #F7FAFF;
    --dark: #1D1D27;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1320px;
    }
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

.footer-btn {
    position: fixed;
    right: 15px;
    z-index: 99;
    width: 64px !important;
    height: 64px !important;
    background: #fff !important;
    box-shadow: 0 .25rem .94rem 0 rgba(0, 46, 121, .1), 0 0 .38rem 0 rgba(0, 46, 121, .03);
    border-radius: 8px !important;
    padding-top: .75rem;
    text-align: center;
    color: #27274A !important;
    border: none !important;
    padding: .15rem .15rem;
}

.back-to-top {
    bottom: 25px;
    display: none;
}

.online-chat {
    bottom: 100px;
}

.phone-chat {
    bottom: 175px;
}

.footer-btn:hover {
    background: #fff;
    color: #1C6BFF !important;
}

.footer-btn i {
    display: block;
    font-size: 24px;
    margin-top: -5px;
}

.footer-btn div {
    display: block;
    font-size: 12px;
    /*    margin-top:-5px;*/
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus {
        outline: none;
        box-shadow: none;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin: 0 1.25rem;
    padding: 18px 0px;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 18px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
    font-weight: bold;
}

.navbar-light .navbar-brand {
    color: #FFFFFF;
    width: 250px;
    height: 45px;
    background-image: url(../img/logo/zflogo2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar-light .navbar-brand {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand {
    /* max-height: 45px; */
    background-image: url(../img/logo/zflogo.png);
}

.navbar-light .navbar-nav {
    /*    margin-right: 30px;*/
}

.navbar-collapse {
    display: flex;
    justify-content: space-between; /* Ensures left and right sections are spaced */
    align-items: center;
}

.navbar-nav {
    display: flex; /* Align items horizontally */
}

.navbar-btn {
    display: flex;
    justify-content: flex-end; /* Align button to the right */
}

    .navbar-btn .btn {
        font-size: 14px;
    }

        .navbar-btn .btn.admin {
            background-color: transparent;
            border-color: #1C6BFF;
            color: #1C6BFF !important;
        }

.sticky-top.navbar-light .btn-secondary.admin {
    background: #fff;
    border: 1px solid #e7e7e7;
    color: #000 !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        bottom: -1px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Hero Header ***/

.hero-header {
    /* background: url(../img/bg-dot.png), url(../img/bg-dot.png), url(../img/bg-round.png), url(../img/bg-tree.png), url(../img/bg-bottom-hero.png);
    background-position: 10px 10px, bottom 190px right 10px, left 55% top -1px, left 45% bottom -1px, center bottom -1px;
    background-repeat: no-repeat; */
}


/*** Section Title ***/

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: -10px;
    left: 0;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: -10px;
    left: 50px;
    background: var(--primary);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    /* position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    left: 0;
    background: rgb(71 119 245 / 50%); */
    display: none;
}

.text-gray {
    color: #888;
}

.section-title h6::after {
    top: 8px;
    left: 3px;
}


/*** Service ***/

.service-item {
    height: 300px;
    position: relative;
    padding: 10px 25px 15px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.solution-wrap .service-item {
    height: 400px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item:hover {
    /* background: var(--primary); */
    box-shadow: 0 0 45px rgba(41, 128, 240, 0.3);
}

.provide-item .provide-icon,
.service-item .service-icon {
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    /* background: url(../img/icon-shape-primary.png) center center no-repeat; */
    transition: .5s;
    width: 54px;
    height: 54px;
    background-size: contain !important;
}

.service-item .service-icon-1 {
    background: url(../img/title/title-img01.png) center center no-repeat;
}

.service-item .service-icon-2 {
    background: url(../img/title/title-img02.png) center center no-repeat;
}

.service-item .service-icon-3 {
    background: url(../img/title/title-img03.png) center center no-repeat;
}

.service-item .service-icon-4 {
    background: url(../img/title/title-img04.png) center center no-repeat;
}

.service-item .service-icon-5 {
    background: url(../img/title/title-img05.png) center center no-repeat;
}

.service-item .service-icon-6 {
    background: url(../img/title/title-img06.png) center center no-repeat;
}

.service-item .service-icon-7 {
    background: url(../img/title/title-img07.png) center center no-repeat;
}

.service-item .service-icon-8 {
    background: url(../img/title/title-img08.png) center center no-repeat;
}

.service-item:hover .service-icon {
    color: var(--primary);
    /* background: url(../img/icon-shape-white.png); */
}


.provide-item {
    position: relative;
    height: 290px;
    padding: 10px 25px 15px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
}

    .provide-item:hover {
        transition: .5s;
        /* box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .08); */
        box-shadow: 0 0 45px rgba(41, 128, 240, 0.3);
    }

    .provide-item .provide-icon {
        width: 90px;
        height: 90px;
        background-size: cover !important;
    }

    .provide-item .provide-icon-1 {
        background: url(../img/title/provide-1.png) center center no-repeat;
    }

    .provide-item .provide-icon-2 {
        background: url(../img/title/provide-2.png) center center no-repeat;
    }

    .provide-item .provide-icon-3 {
        background: url(../img/title/provide-3.png) center center no-repeat;
    }

    .provide-item .provide-icon-4 {
        background: url(../img/title/provide-4.png) center center no-repeat;
    }

    .provide-item .provide-icon-5 {
        background: url(../img/title/provide-5.png) center center no-repeat;
    }

    .provide-item .provide-icon-6 {
        background: url(../img/title/provide-6.png) center center no-repeat;
    }

    .provide-item h5,
    .provide-item p {
        transition: .5s;
        font-size: 16px;
    }

    .provide-item h5 {
        font-weight: bold !important;
        font-size: 24px;
    }

.service-item h5,
.service-item p {
    transition: .5s;
    font-size: 16px;
}

.service-item h5 {
    font-weight: bold !important;
    font-size: 24px;
}

.service-item p {
    color: #555f6f;
    margin-bottom: 0;
}

.service-item:hover h5,
.service-item:hover p {
    /* color: var(--light); */
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: #fff;
    transition: .5s;
    z-index: 1;
    margin-bottom: 10px;
    display: none;
    width: 100%;
}

.service-item:hover a.btn {
    /* color: #fff; */
    display: block;
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 6px;
    background: #1C6BFF;
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    /* background: var(--light); */
}


/*** Testimonial ***/

.newsletter,
.testimonial {
    background: url(../img/bg-top.png), url(../img/bg-bottom.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-color: var(--light);
}

    .testimonial-carousel .owl-item.center .testimonial-item * {
        color: #888888;
    }

    .testimonial-carousel .owl-item.center .testimonial-item i {
        color: var(--primary) !important;
    }

    .testimonial-carousel .owl-item.center .testimonial-item h6 {
        color: var(--dark) !important;
    }


/*** Team ***/

.team-item {
    position: relative;
    transition: .5s;
    z-index: 1;
}

    .team-item::after {
        position: absolute;
        content: "";
        top: 3rem;
        right: 3rem;
        bottom: 0;
        left: 0;
        border-radius: 10px;
        background: #FFFFFF;
        box-shadow: 0 0 45px rgba(0, 0, 0, .1);
        transition: .5s;
        z-index: -1;
    }

    .team-item:hover::after {
        background: var(--primary);
    }

    .team-item h5,
    .team-item small {
        transition: .5s;
    }

    .team-item:hover h5,
    .team-item:hover small {
        color: var(--light);
    }


/*** Project Portfolio ***/

#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
}

    #portfolio-flters .btn::after {
        position: absolute;
        content: "";
        right: -1px;
        bottom: -1px;
        border-left: 20px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 50px solid #FFFFFF;
    }

    #portfolio-flters .btn:hover,
    #portfolio-flters .btn.active {
        color: var(--light);
        background: var(--primary);
    }

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: var(--primary);
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}


/*** Footer ***/

.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

    .footer .btn.btn-social {
        margin-right: 5px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--light);
        border: 1px solid rgba(256, 256, 256, .1);
        border-radius: 40px;
        transition: .3s;
    }

        .footer .btn.btn-social:hover {
            color: var(--primary);
        }

    .footer .btn.btn-link {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        color: var(--light);
        font-weight: normal;
        transition: .3s;
    }

        .footer .btn.btn-link::before {
            position: relative;
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-right: 10px;
        }

        .footer .btn.btn-link:hover {
            letter-spacing: 1px;
            box-shadow: none;
        }

    .footer .copyright {
        padding: 20px 0;
        font-size: 12px;
        border-top: 1px solid rgba(256, 256, 256, .1);
    }

        .footer .copyright a {
            color: var(--light);
        }

    .footer .footer-menu a {
        margin-right: 5px;
        padding-right: 5px;
        border-right: 1px solid rgba(255, 255, 255, .1);
    }

        .footer .footer-menu a:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }

.btn-regist {
    background-color: #ed701a;
    border-color: #ed701a;
    color: #fff;
    border-radius: 10rem;
}

.banner-image {
    /* width: 680px;
    right: 0;
    top: 0; */
}

.function-box h6 {
    font-size: 20px;
    color: #071b3fcc;
    display: flex;
}

    .function-box h6 i {
        margin-top: 3px;
    }

    .function-box h6 p {
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .function-box h6 span.title {
        font-weight: bold;
    }

    .function-box h6 span.sub-title {
        font-size: 16px !important;
        margin-left: 10px !important;
    }

.background-gray {
    background-color: #f8fbff;
}

.background-dark {
    background-color: #091633;
}

.sticky-top.navbar-light .navbar-nav .nav-link:hover,
.sticky-top.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link::before {
    background: var(--primary);
}

.sticky-top.navbar-light .btn-secondary {
    background-color: #1C6BFF;
    border-color: #1C6BFF;
    color: #fff;
}

    .sticky-top.navbar-light .btn-secondary:hover {
        background-color: #0668e7;
        border-color: #0668e7;
        color: #fff !important;
    }

.btn-more {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
    border-radius: 5px !important;
    font-size: 18px !important;
}

    .btn-more:hover {
        /* padding: 0.575rem 2.75rem !important; */
    }

.btn-outline {
    border-color: #1C6BFF;
    background-color: #fff;
    color: #1C6BFF;
}

    .btn-outline:hover {
        background-color: #fff;
        border-color: #0668e7 !important;
        color: #0668e7 !important;
    }

.btn-full-register {
    font-size: 18px;
    color: #1C6BFF;
    font-weight: bold;
}

    .btn-full-register:hover {
        color: #0668e7;
    }

.footer p {
    font-size: 12px;
}

.footer .btn-link {
    font-size: 12px;
}

.footer .logo {
    width: 250px;
    /* margin-top: -30px; */
}

.footer .footer-header {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
    padding-bottom: 30px;
}

.footer .qrcode {
    width: 80px;
}

.footer .qrcode-title {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: hsla(0, 0%, 100%, .4) !important;
}

.footer .te-social-widget {
    text-align: right;
    font-size: 18px;
    vertical-align: middle;
    margin-top: 10px;
}

    .footer .te-social-widget a {
        font-size: 28px;
        color: #ed701a;
        margin-left: 10px;
    }

.footer .contact-phone a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.footer .contact-widget p i {
    width: 12px;
    height: 12px;
    text-align: center;
}

.footer .te-social-widget a i {
    margin-right: 10px;
}

.p0 {
    padding: 0;
}

.client-container {
    background-color: #fff;
}

.client-box {
    width: 100%;
    height: 950px;
    background-color: #fff;
    background-image: url('../img/client/client-bg2.png');
    background-size: 54%;
    background-position: right 120px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

    .client-box .title {
        color: #071b3fcc;
        text-align: center;
        padding-top: 68px;
    }

        .client-box .title h1 {
            font-size: 32px;
            font-family: PingFangSC-Medium, PingFang SC;
            font-weight: 500;
            margin-bottom: 2px;
            letter-spacing: 1px;
        }

        .client-box .title h2 {
            font-size: 20px;
            font-family: PingFangSC-Light, PingFang SC;
            font-weight: 300;
            letter-spacing: 2px;
        }

    .client-box .client-row {
        width: 460px;
        color: #071b3fcc;
        margin-left: 0px;
        margin-top: 110px;
        /* border-left: 4px solid #1c6bff; */
        /* padding-left: 24px; */
        padding-top: 5px;
        padding-bottom: 10px;
    }

        .client-box .client-row .h1 {
            font-size: 24px;
            font-family: PingFangSC-Medium, PingFang SC;
            font-weight: bold;
            margin-bottom: 34px;
            line-height: 32px;
            color: #071b3fcc;
        }

        .client-box .client-row .desc {
            font-size: 16px;
            font-family: PingFangSC-Light, PingFang SC;
            font-weight: 300;
            /* color: rgba(255, 255, 255, 0.8); */
            line-height: 28px;
            margin-bottom: 40px;
        }

            .client-box .client-row .desc.mb-0 {
                margin-bottom: 0;
            }

.client-row-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0px 0;
}

.client-card {
    width: 30%;
    height: 300px;
    padding: 25px 30px 25px;
    /* background: #1a2948; */
    border-radius: 1px;
    /* border: 1px solid #091633; */
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    text-align: center;
    border-radius: 5px;
}

    .client-card:hover {
        /* background: #0f1e3d; */
        /* border: 1px solid #091633; */
        box-shadow: 0 0 45px rgba(41, 128, 240, 0.3);
    }

    .client-card img {
        width: 58px;
        height: 58px;
    }

    .client-card .h1 {
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: bold;
        /* color: #FFFFFF; */
        margin-top: 28px;
        margin-bottom: 24px;
    }

    .client-card .desc {
        font-size: 14px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        /* color: rgba(255, 255, 255, 0.8); */
        color: #071b3fcc;
        line-height: 28px;
        text-align: left;
    }

.custom-wrap .content {
    width: 78rem;
    height: 31.5rem;
    background-image: url(../img/custom.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.background-blue {
    background-color: #1C6BFF;
}

.bg-about {
    background-image: url(../img/banner/bg_about.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    height: 350px;
    padding-top: 100px;
}

.bg-news {
    background-image: url(../img/banner/bg_news.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    height: 450px;
    padding-top: 100px;
}

.background-dark2 {
    background-color: #20436f;
}

.background-blue2 {
    background-color: #042f7e;
}

.banner-header .sub-title {
    font-size: 18px;
}

.banner-header .btn {
    font-size: 1.2rem !important;
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
    border-radius: 10px !important;
}

.btn-blue {
    background-color: #1C6BFF;
    border-color: #1C6BFF;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 0.505rem 0.75rem;
}

    .btn-blue:hover {
        background-color: #166eff;
        border-color: #166eff;
        color: #fff;
        font-size: 16px;
    }

.btn-outline-blue {
    background-color: #fff;
    border-color: #1C6BFF;
    color: #1C6BFF;
    font-size: 16px;
    border-radius: 5px;
    padding: 0.505rem 0.75rem;
}

    .btn-outline-blue:hover {
        background-color: #fff;
        border-color: #166eff;
        color: #166eff;
        font-size: 16px;
    }

.btn-block {
    display: block;
}

.price-wrap {
    margin-top: -180px;
}

    .price-wrap .card {
        border: none;
        box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
        border-radius: 7px;
        margin-bottom: 30px;
    }

        .price-wrap .card.plan-box {
            height: 400px;
        }

    .price-wrap .card-body h5 {
        font-size: 15px;
        color: #2a2a2a;
        padding-top: 0px;
    }

    .price-wrap .card-body .price-version {
        width: 80px;
        height: 80px;
    }

    .price-wrap .card-body sup {
        top: -0.1em;
        font-size: 28px;
    }

    .price-wrap .card-body h3 {
        color: #1C6BFF;
        font-size: 36px;
        font-weight: normal !important;
    }

    .price-wrap .card-body .text-muted {
        color: rgba(0, 0, 0, .85) !important;
        font-size: 16px;
        vertical-align: middle;
    }

    .price-wrap .plan-features p {
        text-align: left;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .price-wrap .item {
        padding: 0px 0 0;
        text-align: left;
    }

        .price-wrap .item .title {
            font-size: 14px;
            line-height: 20px;
            color: #2a2a2a;
            font-weight: bold;
        }

        .price-wrap .item .list {
            margin-top: 10px;
            padding-left: 0;
            font-size: 14px;
        }

        .price-wrap .item:nth-child(2) .list {
            column-count: 2;
        }

        .price-wrap .item .list .list-item {
            font-size: 14px;
            line-height: 28px;
            color: #555f6f;
            list-style: none;
            padding: 0;
            position: relative;
        }

            .price-wrap .item .list .list-item i {
                position: absolute;
                right: 0px;
                top: 0px;
                color: #1C6BFF;
                font-style: normal;
            }

    .price-wrap .btn-wrap {
        display: flex;
    }

        .price-wrap .btn-wrap .btn {
            flex: 1;
        }

            .price-wrap .btn-wrap .btn:first-child {
                /*                margin-right: 10px;*/
            }

.module-consulting .consulting-apply {
    width: 580px;
    margin: 0px auto 0;
}

    .module-consulting .consulting-apply .form-row {
        margin-bottom: 32px;
    }

        .module-consulting .consulting-apply .form-row input {
            display: block;
            width: 580px;
            height: 50px;
            border: 1px solid #dcdfe6;
            border-radius: 12px;
            margin-top: 10px;
            position: relative;
            text-indent: 12px;
            font-size: 14px;
        }

.module-consulting .tip {
    color: #FF4B50;
    font-size: 12px;
}

.module-consulting .consulting-apply .apply-button {
    cursor: pointer;
    width: 200px;
    height: 50px;
    background: #3977ff;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    display: block;
    margin: 0 auto;
}

.module-consulting .consulting-apply .form-row .btn-verify-code {
    font-size: 16px;
    color: #3977ff;
    line-height: 24px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.footer .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer h5.text-white {
    font-size: 14px;
}

.footer p,
.footer p a,
.footer .btn-link {
    color: hsla(0, 0%, 100%, .4) !important;
}

    .footer p:hover,
    .footer p:hover a,
    .footer .btn-link:hover {
        color: #fff !important;
    }

.footer .copyright,
.footer .copyright a {
    color: hsla(0, 0%, 100%, .4) !important;
}

.epPartner .fr_process .fp_bx {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 78px;
}

.epPartner .fr_process .fp_item0 img {
    width: 70px;
}

.epPartner .fr_process .fp_item0 p {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222429;
    margin-top: 20px;
}

.epPartner .fr_process .fp_item1 {
    width: 125px;
    height: 15px;
    margin-left: 66px;
    margin-right: 66px;
    margin-top: 31px;
}

.text-primary .sub-title {
    font-size: 14px;
}

/**********************Solution-common**************************/

.solution-wrap .service-icon {
    background-image: none;
}

    .solution-wrap .service-icon i {
        width: 40px;
        height: 40px;
        background-size: cover !important;
    }

.solution-wrap .service-icon {
    width: 80px !important;
    height: 80px !important;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
}

.solution-wrap .solution-item {
    display: flex;
    margin-bottom: 40px;
}

    .solution-wrap .solution-item .solution-icon {
        width: 70px;
        height: 70px;
        border-radius: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 20px 40px;
        padding: 20px;
    }

        .solution-wrap .solution-item .solution-icon i {
            width: 32px;
            height: 32px;
            background-size: contain !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
        }

    .solution-wrap .solution-item h5 {
        color: #071B3F;
        font-weight: bold !important;
        font-size: 22px;
    }

    .solution-wrap .solution-item p {
        color: rgba(7, 27, 63, 0.6);
        width: 85%;
        margin-bottom: 8px;
    }

.hero-header .subtitle {
    font-size: 22px;
    margin-bottom: 15px !important;
}

/**********************Solution-compus**************************/
.solution-compus .service-icon {
    background-color: rgba(98, 111, 255, 0.1);
}

.solution-compus .service-icon-1 i {
    background: url(../img/solution/compus/1-1.png);
}

.solution-compus .service-icon-2 i {
    background: url(../img/solution/compus/1-2.png);
}

.solution-compus .service-icon-3 i {
    background: url(../img/solution/compus/1-3.png);
}

.solution-compus .service-icon-4 i {
    background: url(../img/solution/compus/1-4.png);
}

.solution-compus .solution-item .icon-1 {
    background-color: rgba(234, 82, 81, 0.1);
}

.solution-compus .solution-item .icon-2 {
    background-color: rgba(86, 189, 127, 0.1);
}

.solution-compus .solution-item .icon-3 {
    background-color: rgba(150, 114, 255, 0.1);
}

.solution-compus .solution-item .icon-4 {
    background-color: rgba(77, 223, 253, 0.1);
}

.solution-compus .solution-item .icon-1 i {
    background: url(../img/solution/compus/2-1.png);
}

.solution-compus .solution-item .icon-2 i {
    background: url(../img/solution/compus/2-2.png);
}

.solution-compus .solution-item .icon-3 i {
    background: url(../img/solution/compus/2-3.png);
}

.solution-compus .solution-item .icon-4 i {
    background: url(../img/solution/compus/2-4.png);
}

/**********************Solution-social**************************/
.solution-social .service-icon {
    background-color: #ED701A1a;
}

.solution-social .service-icon-1 i {
    background: url(../img/solution/social/1-1.png);
}

.solution-social .service-icon-2 i {
    background: url(../img/solution/social/1-2.png);
}

.solution-social .service-icon-3 i {
    background: url(../img/solution/social/1-3.png);
}

.solution-social .service-icon-4 i {
    background: url(../img/solution/social/1-4.png);
}

.solution-social .solution-item .icon-1 {
    background-color: #1C6BFF;
}

.solution-social .solution-item .icon-2 {
    background-color: #56BD7F;
}

.solution-social .solution-item .icon-3 {
    background-color: #9672FF;
}

.solution-social .solution-item .icon-4 {
    background-color: #4DDFFD;
}

.solution-social .solution-item .icon-1 i {
    background: url(../img/solution/social/2-1.png);
}

.solution-social .solution-item .icon-2 i {
    background: url(../img/solution/social/2-2.png);
}

.solution-social .solution-item .icon-3 i {
    background: url(../img/solution/social/2-3.png);
}

.solution-social .solution-item .icon-4 i {
    background: url(../img/solution/social/2-4.png);
}

/**********************Solution-contest**************************/
.solution-contest .service-icon-1 {
    background-color: rgba(96, 28, 255, 0.15);
}

.solution-contest .service-icon-2 {
    background: rgba(11, 186, 181, 0.15);
}

.solution-contest .service-icon-3 {
    background: rgba(255, 167, 38, 0.15);
}

.solution-contest .service-icon-4 {
    background: rgba(28, 107, 255, 0.15);
}

.solution-contest .service-icon-1 i {
    background: url(../img/solution/contest/1-1.png);
}

.solution-contest .service-icon-2 i {
    background: url(../img/solution/contest/1-2.png);
}

.solution-contest .service-icon-3 i {
    background: url(../img/solution/contest/1-3.png);
}

.solution-contest .service-icon-4 i {
    background: url(../img/solution/contest/1-4.png);
}

.solution-contest .solution-item .solution-icon {
    padding: 10px !important;
}

    .solution-contest .solution-item .solution-icon i {
        width: 75px !important;
        height: 75px !important;
    }

.solution-contest .solution-item .icon-1 i {
    background: url(../img/solution/contest/2-1.png);
}

.solution-contest .solution-item .icon-2 i {
    background: url(../img/solution/contest/2-2.png);
}

.solution-contest .solution-item .icon-3 i {
    background: url(../img/solution/contest/2-3.png);
}

.solution-contest .solution-item .icon-4 i {
    background: url(../img/solution/contest/2-4.png);
}

.solution-contest .solution-item .icon-5 i {
    background: url(../img/solution/contest/2-5-1.png);
}

.solution-contest .solution-item .icon-6 i {
    background: url(../img/solution/contest/2-6.png);
}

/**********************Solution-xinchuang**************************/
.solution-xinchuang .service-icon-1 {
    background-color: rgba(96, 28, 255, 0.15);
}

.solution-xinchuang .service-icon-2 {
    background: rgba(11, 186, 181, 0.15);
}

.solution-xinchuang .service-icon-3 {
    background: rgba(255, 167, 38, 0.15);
}

.solution-xinchuang .service-icon-4 {
    background: rgba(28, 107, 255, 0.15);
}

.solution-xinchuang .service-icon-1 i {
    background: url(../img/solution/xinchuang/1-1.png);
}

.solution-xinchuang .service-icon-2 i {
    background: url(../img/solution/xinchuang/1-2.png);
}

.solution-xinchuang .service-icon-3 i {
    background: url(../img/solution/xinchuang/1-3.png);
}

.solution-xinchuang .service-icon-4 i {
    background: url(../img/solution/xinchuang/1-4.png);
}

.solution-xinchuang .solution-item .solution-icon {
    padding: 10px !important;
}

    .solution-xinchuang .solution-item .solution-icon i {
        width: 75px !important;
        height: 75px !important;
    }

.solution-xinchuang .solution-item .icon-1 i {
    background: url(../img/solution/xinchuang/2-1.png);
}

.solution-xinchuang .solution-item .icon-2 i {
    background: url(../img/solution/xinchuang/2-2.png);
}

.solution-xinchuang .solution-item .icon-3 i {
    background: url(../img/solution/xinchuang/2-3.png);
}

.solution-xinchuang .solution-item .icon-4 i {
    background: url(../img/solution/xinchuang/2-4.png);
}

.solution-xinchuang .solution-item .icon-5 i {
    background: url(../img/solution/xinchuang/2-5.png);
}

.solution-xinchuang .solution-item .icon-6 i {
    background: url(../img/solution/xinchuang/2-6.png);
}

/**********************Solution-university**************************/
.solution-university .service-icon {
    background-color: #1c6bff1a;
}

.solution-university .service-icon-1 i {
    background: url(../img/solution/university/1-1.png);
}

.solution-university .service-icon-2 i {
    background: url(../img/solution/university/1-2.png);
}

.solution-university .service-icon-3 i {
    background: url(../img/solution/university/1-3.png);
}

.solution-university .service-icon-4 i {
    background: url(../img/solution/university/1-4.png);
}

.solution-university .solution-item .icon-1 {
    background-color: rgba(234, 82, 81, 0.1);
}

.solution-university .solution-item .icon-2 {
    background-color: #1488c61a;
}

.solution-university .solution-item .icon-3 {
    background-color: rgba(150, 114, 255, 0.1);
}

.solution-university .solution-item .icon-4 {
    background-color: #1c6bff1a;
}

.solution-university .solution-item .icon-1 i {
    background: url(../img/solution/university/2-1.png);
}

.solution-university .solution-item .icon-2 i {
    background: url(../img/solution/university/2-2.png);
}

.solution-university .solution-item .icon-3 i {
    background: url(../img/solution/university/2-3.png);
}

.solution-university .solution-item .icon-4 i {
    background: url(../img/solution/university/2-4.png);
}

.solution-wrap .solution-item p {
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
}

    .solution-wrap .solution-item p i {
        background-color: #1c6bff;
        border-radius: 10rem;
        width: 5px;
        height: 5px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

/**********************Solution-social**************************/
.solution-government .service-icon {
    background-color: #1C6BFF1a;
}

.solution-wrap .service-icon i {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.solution-government .service-icon-1 i {
    background: url(../img/solution/government/2-1.png);
}

.solution-government .service-icon-2 i {
    background: url(../img/solution/government/2-2.png);
}

.solution-government .service-icon-3 i {
    background: url(../img/solution/government/2-3.png);
}

.solution-government .service-icon-4 i {
    background: url(../img/solution/government/2-4.png);
}

.solution-government .service-icon-5 i {
    background: url(../img/solution/government/2-5.png);
}

.solution-government .service-icon-6 i {
    background: url(../img/solution/government/2-6.png);
}

.solution-government .service-icon-7 i {
    background: url(../img/solution/government/2-7.png);
}

.solution-government .service-icon-8 i {
    background: url(../img/solution/government/2-8.png);
}

.solution-government .solution-item .icon-1 {
    background-color: #1C6BFF1a;
}

.solution-government .solution-item .icon-2 {
    background-color: #56BD7F1a;
}

.solution-government .solution-item .icon-3 {
    background-color: #9672FF1a;
}

.solution-government .solution-item .icon-4 {
    background-color: #4DDFFD1a;
}

.solution-government .solution-item .icon-1 i {
    background: url(../img/solution/government/1-1.png);
}

.solution-government .solution-item .icon-2 i {
    background: url(../img/solution/government/1-2.png);
}

.solution-government .solution-item .icon-3 i {
    background: url(../img/solution/government/1-3.png);
}

.solution-government .solution-item .icon-4 i {
    background: url(../img/solution/government/1-4.png);
}

/**********************Solution-privatization**************************/
.solution-privatization .service-icon {
    background-color: #1C6BFF1a;
    margin: 0 auto 20px;
}

.solution-privatization .service-item {
    height: 260px;
}

.solution-privatization .service-icon-1 i {
    background: url(../img/solution/privatization/2-1.png);
}

.solution-privatization .service-icon-2 i {
    background: url(../img/solution/privatization/2-2.png);
}

.solution-privatization .service-icon-3 i {
    background: url(../img/solution/privatization/2-3.png);
}

.solution-privatization .service-icon-4 i {
    background: url(../img/solution/privatization/2-4.png);
}

.solution-privatization .service-icon-5 i {
    background: url(../img/solution/privatization/2-5.png);
}

.solution-privatization .service-icon-6 i {
    background: url(../img/solution/privatization/2-6.png);
}


.solution-privatization .solution-item .solution-icon {
    padding: 10px !important;
}

    .solution-privatization .solution-item .solution-icon i {
        width: 75px !important;
        height: 75px !important;
    }

.solution-privatization .solution-item .icon-1 i {
    background: url(../img/solution/privatization/3-1.png);
}

.solution-privatization .solution-item .icon-2 i {
    background: url(../img/solution/privatization/3-2.png);
}

.solution-privatization .solution-item .icon-3 i {
    background: url(../img/solution/privatization/3-3.png);
}

.solution-privatization .solution-item .icon-4 i {
    background: url(../img/solution/privatization/3-4.png);
}

.solution-privatization .solution-item .icon-5 i {
    background: url(../img/solution/privatization/3-5.png);
}

.solution-privatization .solution-item .icon-6 i {
    background: url(../img/solution/privatization/3-6.png);
}



.pl-100 {
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.steps-privatization {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* justify-content: space-evenly; */
    margin: 30px;
    display: flex;
    align-items: center;
}

.steps .step-item {
    position: relative;
    text-align: center;
}

    .steps .step-item .icon {
        width: 5rem;
        height: 5rem;
        border-radius: 1.875rem;
        transform: rotate(45deg);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 1rem;
    }

    .steps .step-item .icon1 {
        background-color: rgba(77, 223, 253, 0.08);
    }

    .steps .step-item .icon2 {
        background-color: rgba(255, 144, 101, 0.08);
    }

    .steps .step-item .icon3 {
        background-color: rgba(86, 189, 127, 0.08);
    }

    .steps .step-item .icon4 {
        background-color: rgba(150, 114, 255, 0.08);
    }

    .steps .step-item .icon5 {
        background-color: rgba(86, 189, 127, 0.08);
    }

    .steps .step-item .icon img {
        transform: rotate(-45deg);
        width: 2.5rem;
        height: 2.5rem;
    }

    .steps .step-item .tit {
        font-size: 1.25rem;
        color: #050931;
    }

        .steps .step-item .tit.tit-active {
            color: #234AFE;
        }

    .steps .step-item .arrow {
        position: absolute;
        top: 2.125rem;
        right: -7.625rem;
        width: 2rem;
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .steps .step-item .icon {
        width: 6rem;
        height: 6rem;
        border-radius: 1.8rem;
    }

    .steps .step-item .tit {
        font-size: 1.2rem;
        margin-top: 30px;
    }

@media screen and (max-width: 1024px) {
    .steps {
        margin: 0 !important;
        padding: 0 !important;
    }

        .steps .step-item .arrow {
            display: none;
        }

    .pl-100,
    .pr-100 {
        padding: 0 !important;
    }
}


/* 瑙ｅ喅鏂规涓嬫媺鏍峰紡 */
.solution-big-box {
    display: none;
    position: fixed;
    left: -55px;
    /*    right: -490px;*/
    z-index: 100000;
    border: none;
    padding: 0 !important;
}

    .solution-big-box .solution-t:hover .solution-big-box {
        display: block;
    }

    .solution-big-box .solution-big-panel {
        display: block;
        margin: 0 auto;
        width: 1200px;
        background: #FFFFFF;
        box-shadow: 0px 0px 16px 0px rgba(116, 168, 207, 0.15);
        border: 1px solid rgba(28, 107, 255, 0.2);
        padding: 30px 30px 10px;
    }

    .solution-big-box .solution-item {
        display: inline-block;
        vertical-align: middle;
        width: 260px;
        height: 190px;
        margin: 0 10px 20px;
        padding: 15px 6px 10px;
        cursor: pointer;
    }

        .solution-big-box .solution-item:hover {
            background-color: rgba(28, 107, 255, 0.06);
            border-radius: 2px;
        }

    .solution-big-box .solution-item-logo {
        text-align: center;
        margin-bottom: 12px;
    }

        .solution-big-box .solution-item-logo img {
            width: 48px;
            height: 48px;
        }

    .solution-big-box .solution-item-title {
        font-size: 18px;
        color: #071B3F !important;
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }

    .solution-big-box .solution-item-desc {
        font-size: 14px;
        color: #838D9F;
        line-height: 22px;
        height: 100px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: justify;
    }

    .solution-big-box .solution-item-imgs {
        display: flex;
    }

        .solution-big-box .solution-item-imgs img {
            width: 50%;
        }

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.45rem;
    }

    h2, .h2 {
        font-size: 2.3rem;
    }
}

.more-solution-box {
    background-color: rgb(242, 246, 255);
    padding: 30px 30px 0;
}

    .more-solution-box .solution-item {
        padding: 5px 10px;
        height: 60px;
        line-height: 60px;
        color: #071B3F;
        font-size: 16px;
        margin-bottom: 34px;
        margin-right: 0;
        position: relative;
        border-radius: 4px;
    }

        .more-solution-box .solution-item:hover {
            background-color: rgb(255, 255, 255);
        }

    .more-solution-box .row a {
        display: inline-block;
    }

    .more-solution-box .solution-item .arrow-right {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 5px;
        top: 0px;
    }

        .more-solution-box .solution-item .arrow-right img {
            width: 100%;
            visibility: hidden;
        }

    .more-solution-box .solution-item:hover .arrow-right img {
        visibility: visible;
    }

    .more-solution-box .solution-item h5 {
        margin-bottom: 0 !important;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        color: #333;
        font-weight: normal !important;
        margin-left: 2px;
    }

    .more-solution-box .solution-item .solution-icon {
        width: 48px;
        height: 48px;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 52px;
        vertical-align: middle;
    }

    .more-solution-box .solution-item .icon-1 i {
        background: url(../img/solution/nav/icon_compus.png);
    }

    .more-solution-box .solution-item .icon-2 i {
        background: url(../img/solution/nav/icon_social.png);
    }

    .more-solution-box .solution-item .icon-3 i {
        background: url(../img/solution/nav/icon_contest.png);
    }

    .more-solution-box .solution-item .icon-4 i {
        background: url(../img/solution/nav/icon_xinchuang.png);
    }

    .more-solution-box .solution-item .icon-5 i {
        background: url(../img/solution/nav/icon_university.png);
    }

    .more-solution-box .solution-item .icon-6 i {
        background: url(../img/solution/nav/icon_government.png);
    }

    .more-solution-box .solution-item .icon-7 i {
        background: url(../img/solution/nav/icon_privatization.png);
    }



#chat-widget-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 355px;
    height: 570px;
    z-index: 1050;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border-radius: 12px;
    overflow: hidden;
}

    #chat-widget-container.minimized {
        height: 60px;
        width: 200px;
        border-radius: 30px;
    }

    #chat-widget-container.hidden {
        display: none;
    }

.chat-header {
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 0px;
    width: 100%;
}

#chat-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.minimized .chat-header span {
    display: none;
}

.minimized #chat-iframe {
    display: none;
}


.phone-wrapper {
    position: relative;
    cursor: pointer;
}

.phone-chat {
    align-items: center;
    background: #007bff;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
}

.phone-tooltip {
    position: fixed;
    right: -20px;
    bottom: 145px;
    transform: translateX(-50%);
    margin-bottom: 12px;
    background: white;
    color: #333;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    pointer-events: none;
}

    .phone-tooltip .big-num {
        font-size: 24px;
        font-weight: bold;
        color: #007bff;
        margin-bottom: 4px;
    }

    .phone-tooltip .work-time {
        font-size: 13px;
        color: #666;
    }

    .phone-tooltip::after {
        content: "";
        position: absolute;
        top: calc(50% - 6px);
        right: -13px;
        transform: rotate(260deg);
        border: 8px solid transparent;
        border-top-color: white;
    }

/* Hover 鏃舵樉绀� */
.phone-wrapper:hover .phone-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-8px);
}


ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.module {
    width: 100%;
    position: relative;
}

.gray-bg {
    background: #FAFBFC;
}

.main-content {
    width: 1280px;
    height: 100%;
    margin: 0px auto !important;
    position: relative;
    padding-top: 15px;
}

.module-breadcrumb .main-content {
    padding: 0px;
}

.main-content.auto {
    height: auto;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hidden {
    display: none !important;
}

.module-title {
    font-size: 38px;
    line-height: 56px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 50px;
    font-weight: 500;
}

    .module-title.dark {
        color: #3B426B;
    }

.module > .title {
    text-align: center;
    padding-top: 50px;
    font-size: 0;
}

    .module > .title span {
        display: inline-block;
        font-size: 38px;
        color: #3B426B;
        line-height: 56px;
        margin-bottom: 16px;
        width: 100%;
        font-weight: 500;
    }

.module-intro {
    font-size: 16px;
    line-height: 24px;
    color: #6D717C;
    text-align: center;
    vertical-align: middle;
    margin-top: 15px;
}

.blue-border {
    width: 28px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #1C6BFF;
}

.blue-dot {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    background: #3977FE;
    margin-right: 15px;
}

.blue-circle {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #3877FE;
    margin-right: 15px;
}

.dark-dot {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    display: inline-block;
    background: #3B426B;
    margin-right: 15px;
}

.page-intro.hasImg {
    padding-top: 130px;
}

.page-intro {
    height: 500px;
}

    .page-intro.center {
        text-align: center;
    }

    .page-intro .title {
        font-size: 44px;
        color: #FFF;
        font-weight: 500;
    }

    .page-intro .sub-title {
        color: #F1F3F8;
    }

.classify-nav {
    font-size: 0;
}

    .classify-nav li {
        border-radius: 6px;
        font-size: 14px;
        letter-spacing: 0;
        text-align: center;
        line-height: 38px;
        color: #3B426B;
        width: 140px;
        height: 38px;
        font-weight: 500;
        display: inline-block;
    }

        .classify-nav li a {
            display: block;
            width: 100%;
            height: 100%;
        }

    .classify-nav li {
        background: #F1F3F8;
    }

        .classify-nav li:hover {
            background: #1C6BFF;
        }

            .classify-nav li:hover a,
            .classify-nav li.active a {
                color: #FFF;
            }

        .classify-nav li.active {
            color: #FFF;
            background: #1C6BFF;
            box-shadow: 0 5px 10px 0 rgba(55,118,255,0.50);
        }

        .classify-nav li + li {
            margin-left: 20px;
        }

.pagination {
    display: initial;
    text-align: center;
    font-size: 0;
}

    .pagination li {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #FFFFFF;
        box-shadow: 0 1px 5px 0 rgba(58,62,81,0.05);
        border-radius: 2px;
        font-size: 14px;
        color: #6D717C;
        text-align: center;
        vertical-align: middle;
        line-height: 30px;
        margin: 0 5px;
    }

        .pagination li.prev,
        .pagination li.prev.disabled, .pagination li.prev.disabled:hover,
        .pagination li.next,
        .pagination li.next.disabled, .pagination li.next.disabled:hover
        .pagination li.prev.active, .pagination li.prev:hover,
        .pagination li.next.active, .pagination li.next:hover {
            background-image: url('../img/arrow.png');
        }

            .pagination li.prev,
            .pagination li.prev.disabled, .pagination li.prev.disabled:hover {
                background-position: 1px -34.5px !important;
            }

            .pagination li.next,
            .pagination li.next.disabled, .pagination li.next.disabled:hover {
                background-position: -55px -1.5px !important;
            }

        .pagination li.active, .pagination li:hover {
            background-color: #1C6BFF;
            color: #FFFFFF !important;
        }

            .pagination li.active a, .pagination li:hover a {
                color: #FFFFFF !important;
            }

        .pagination li.prev.active, .pagination li.prev:hover {
            background-position: 1px -1.5px !important;
        }

        .pagination li.next.active, .pagination li.next:hover {
            background-position: -27px -1.5px !important;
        }

        .pagination li.disabled, pagination .page.disabled:hover {
            background-color: #fff;
            cursor: not-allowed;
            color: #B4B6BD;
        }

        .pagination li + .page {
            margin-left: 10px;
        }

        .pagination li a {
            display: block;
            width: 100%;
            height: 100%;
        }

.breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #3B426B;
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li + li:before {
            content: "-";
            margin-left: 5px;
            margin-right: 5px;
            color: #ccc !important;
        }

        .breadcrumb li a {
            color: #3B426B;
        }

            .breadcrumb li a:hover, .breadcrumb li a:focus {
                color: #1C6BFF;
            }

.content-header {
    margin-top: 65px !important;
}


.verify-header {
    width: 340px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 6px;
    background-color: #0177fb;
    color: #fff;
    margin-top: -35px;
}

    .verify-header .verify-title {
        font-size: 16px;
    }

    .verify-header .verify-tip {
        font-weight: 700;
        font-size: 18px;
    }

    .verify-header .close-icon {
        color: #fff;
    }

.remote-vertify .el-dialog__body {
    padding: 15px 10px;
}

.remote-vertify .captcha__actions {
    padding: 16px 20px 0px 0 !important;
}

.remote-vertify .el-dialog__headerbtn {
    top: 30px !important;
}

    .remote-vertify .el-dialog__headerbtn .el-dialog__close {
        color: #fff !important;
        font-size: 24px;
    }

.remote-vertify .el-dialog {
    border-radius: 8px !important;
}

.white-text-loading .el-loading-text {
    color: white !important;
}

.white-text-loading .el-icon-loading {
    color: white !important;
}

.ql-align-left {
    text-align: left;
}

.ql-align-center {
    text-align: center;
}

.ql-align-right {
    text-align: right;
}

.preserve-whitespace {
    white-space: pre-wrap;

}
.footer-fixed-btns{
    display:none;
}

