    @font-face {
        font-family: ZohoPuvi;
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.eot);
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.eot?#iefix) format("embedded-opentype"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2) format("woff2"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff) format("woff"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.ttf) format("truetype");
        font-style: normal;
        font-weight: 300;
        font-display: swap
    }

    @font-face {
        font-family: ZohoPuvi;
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.eot);
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.eot?#iefix) format("embedded-opentype"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2) format("woff2"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff) format("woff"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.ttf) format("truetype");
        font-style: normal;
        font-weight: 400;
        font-display: swap
    }

    @font-face {
        font-family: ZohoPuvi;
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_semibold.eot);
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_semibold.eot?#iefix) format("embedded-opentype"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_semibold.woff2) format("woff2"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_semibold.woff) format("woff"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_semibold.ttf) format("truetype");
        font-style: normal;
        font-weight: 500;
        font-display: swap
    }

    @font-face {
        font-family: ZohoPuvi;
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_bold.eot);
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_bold.eot?#iefix) format("embedded-opentype"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_bold.woff2) format("woff2"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_bold.woff) format("woff"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_bold.ttf) format("truetype");
        font-style: normal;
        font-weight: 600;
        font-display: swap
    }

    @font-face {
        font-family: ZohoPuvi;
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.eot);
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.eot?#iefix) format("embedded-opentype"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff2) format("woff2"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff) format("woff"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.ttf) format("truetype");
        font-style: normal;
        font-weight: 700;
        font-display: swap
    }

    @media (min-width: 992px) {
        @-webkit-keyframes fadeDown {
            from {
                -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
                opacity: 0
            }

            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1
            }
        }

        @keyframes fadeDown {
            from {
                -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
                opacity: 0
            }

            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1
            }
        }

        @-webkit-keyframes fadeUp {
            from {
                -webkit-transform: translateY(100px);
                transform: translateY(100px);
                opacity: 0
            }

            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1
            }
        }

        @keyframes fadeUp {
            from {
                -webkit-transform: translateY(100px);
                transform: translateY(100px);
                opacity: 0
            }

            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1
            }
        }

        @-webkit-keyframes fadeLeft {
            from {
                -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
                opacity: 0
            }

            to {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                opacity: 1
            }
        }

        @keyframes fadeLeft {
            from {
                -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
                opacity: 0
            }

            to {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                opacity: 1
            }
        }

        @-webkit-keyframes fadeRight {
            from {
                -webkit-transform: translateX(100px);
                transform: translateX(100px);
                opacity: 0
            }

            to {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                opacity: 1
            }
        }

        @keyframes fadeRight {
            from {
                -webkit-transform: translateX(100px);
                transform: translateX(100px);
                opacity: 0
            }

            to {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                opacity: 1
            }
        }

        @-webkit-keyframes fadeTop {
            from {
                -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
                opacity: 0
            }

            50% {
                -webkit-transform: translateY(20px);
                transform: translateY(20px);
                opacity: 1
            }

            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1
            }
        }

        @keyframes fadeTop {
            from {
                -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
                opacity: 0
            }

            50% {
                -webkit-transform: translateY(20px);
                transform: translateY(20px);
                opacity: 1
            }

            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1
            }
        }

        @-webkit-keyframes jump {
            from, to {
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }

            50% {
                -webkit-transform: translateY(-2px);
                transform: translateY(-2px)
            }
        }

        @keyframes jump {
            from, to {
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }

            50% {
                -webkit-transform: translateY(-2px);
                transform: translateY(-2px)
            }
        }/*.animate{opacity:0}
        .animate.animated{opacity:1}
        .animated.fade-up{-webkit-animation:fadeUp 1s cubic-bezier(.25,.46,.45,.94) both;animation:fadeUp 1s cubic-bezier(.25,.46,.45,.94) both}
        .animated.fade-down{-webkit-animation:fadeDown 1s cubic-bezier(.25,.46,.45,.94) both;animation:fadeDown 1s cubic-bezier(.25,.46,.45,.94) both}
        .animated.fade-right{-webkit-animation:fadeRight 1s cubic-bezier(.25,.46,.45,.94) both;animation:fadeRight 1s cubic-bezier(.25,.46,.45,.94) both}
        .animated.fade-left{-webkit-animation:fadeLeft 1s cubic-bezier(.25,.46,.45,.94) both;animation:fadeLeft 1s cubic-bezier(.25,.46,.45,.94) both}
        .animated.fade-top{-webkit-animation:fadeTop 2s ease both;animation:fadeTop 2s ease both}
        .animated.delay1{-webkit-animation-delay:.2s;animation-delay:.2s}
        .animated.delay2{-webkit-animation-delay:.3s;animation-delay:.3s}
        .animated.delay3{-webkit-animation-delay:.4s;animation-delay:.4s}
        .animated.delay4{-webkit-animation-delay:.5s;animation-delay:.5s}
        .animated.delay5{-webkit-animation-delay:.6s;animation-delay:.6s}
        .animated.delay6{-webkit-animation-delay:.7s;animation-delay:.7s}*/
    }

    #backToTop, #commonHeader, #scroll, .heading-menu {
        display: none !important
    }

    *, .main-page *, .main-page ::after, .main-page ::before, ::after, ::before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        font-weight: 300
    }

    .m-container {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        max-width: 1200px;
        padding: 0 24px;
        margin: 0 auto;
        position: relative
    }

    .main-page {
        font-family: ZohoPuvi, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 1
    }

    .main-page h2 {
        font-size: 34px;
        font-weight: 600;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 40px
    }

    .main-page strong {
        font-weight: 600
    }

    .main-page .header-color {
        display: inline-block;
        font: inherit;
        color: #d65572;
        position: relative
    }

    .benefit-sec .header-color, .feature-sec .header-color, .support-sec .header-color {
        color: #6c60c2
    }

    .main-page a {
        text-decoration: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .main-page p a {
        color: #2e79d5
    }

    .main-page p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.7;
        color: #020202
    }

    .main-page ul {
        list-style: none
    }

    .main-page img {
        width: 100%;
        height: auto
    }

    .lr-container {
        display: block;
        width: 100%;
        font-size: 0;
        position: relative
    }

    .lr-container .m-lhs, .lr-container .m-rhs {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        position: relative
    }

    .main-page .main-cta {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        color: #fff;
        background: #fe0101;
        border: 1px solid #fe0101;
        border-radius: 4px;
        padding: 10px 36px;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        cursor: pointer
    }

    .main-page .main-cta:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-box-shadow: 4px 6px 15px rgba(233, 21, 42, .5);
        box-shadow: 4px 6px 15px rgba(233, 21, 42, .5)
    }

    .dd-cta a {
        overflow: hidden
    }

    .dd-cta a.main-cta {
        font-size: 15px;
        border-radius: 6px;
        padding: 12px 22px 12px 54px
    }

    .dd-cta a.down-cta {
        margin-right: 10px
    }

    .dd-cta a.down-cta::before {
        background: #fff;
        content: "";
        width: 30px;
        height: 155px;
        position: absolute;
        top: -35px;
        left: -20px;
        opacity: 0;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out
    }

    .dd-cta a.down-cta:hover::before {
        left: 120%;
        opacity: .3
    }

    .dd-cta a.demo-cta {
        color: #068a8e;
        background: #fff;
        border-color: #068a8e;
        border-width: .5px
    }

    .dd-cta a.demo-cta:hover {
        color: #fff;
        background: #068a8e;
        -webkit-box-shadow: 4px 6px 15px rgba(6, 137, 142, .5);
        box-shadow: 4px 6px 15px rgba(6, 137, 142, .5)
    }

    .dd-cta a span {
        display: inline-block;
        position: absolute;
        left: 26px;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .dd-cta a .down-icon {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yMjEiIGhlaWdodD0iMjUuODg1IiB2aWV3Qm94PSIwIDAgMzMuMjIxIDI1Ljg4NSI+CiAgPGcgaWQ9Ikdyb3VwXzc4OTc2IiBkYXRhLW5hbWU9Ikdyb3VwIDc4OTc2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjU5IC00LjU1NSkiPgogICAgPHBhdGggaWQ9IlBhdGhfMjgyOTUiIGRhdGEtbmFtZT0iUGF0aCAyODI5NSIgZD0iTTIzLjkzMSwxMy4wN2wtNi41MzgsNi41ODdMMTAuODU1LDEzLjA3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4zNzMgMy41OCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMuMTgiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzQyIiBkYXRhLW5hbWU9IkxpbmUgNDIiIHkyPSIxNy4wODYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjAyIDYuMTUxKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMy4xOTIiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzUwNCIgZGF0YS1uYW1lPSJQYXRoIDUwNCIgZD0iTTI1LjYxOCwxLjZoNC41MDZhMS41MDgsMS41MDgsMCwwLDEsMS41LDEuNTEzVjIyLjc4MmExLjUwOCwxLjUwOCwwLDAsMS0xLjUsMS41MTNIMy4wODdhMS41MDgsMS41MDgsMCwwLDEtMS41LTEuNTEzVjMuMTA5QTEuNTA4LDEuNTA4LDAsMCwxLDMuMDg3LDEuNkg3LjU5MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNTg0IDQuNTU2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMy4xOCIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat;
        background-size: 20px;
        width: 20px;
        height: 16px
    }

    .dd-cta a .demo-cta {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOC4wOTkiIGhlaWdodD0iMzguMDk5IiB2aWV3Qm94PSIwIDAgMzguMDk5IDM4LjA5OSI+CiAgPGcgaWQ9InBsYXktY2lyY2xlLWR1b3RvbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPgogICAgPHBhdGggaWQ9IlBhdGhfMjgyOTQiIGRhdGEtbmFtZT0iUGF0aCAyODI5NCIgZD0iTTUwLjA1LDMyQTE4LjA1LDE4LjA1LDAsMSwwLDY4LjEsNTAuMDQ5LDE4LjA1LDE4LjA1LDAsMCwwLDUwLjA1LDMyWk00Ny4wNDEsNTYuMDY2VjQ0LjAzM2w5LjAyNSw2LjAxN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMiAtMzIpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwNjhhOGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px
    }

    .dd-cta a:hover .demo-cta {
        -webkit-filter: brightness(100);
        filter: brightness(100)
    }

    .fea-box i {
        display: inline-block;
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-management-tool-icons-24.png) no-repeat;
        background-size: 207px
    }

    .benf-box i {
        display: inline-block;
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-management-tool-banner-image-sprite.png) no-repeat;
        background-size: 453px 461px
    }

    .top-nav .logo, .top-nav .menu-list, .top-nav .menu-list li, .top-nav .menu-list ul {
        display: inline-block
    }

    .nav-main {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in
    }

    .top-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 18px 0
    }

    .nav-main.fix {
        background: #fff;
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
        position: fixed;
        top: 0;
        z-index: 11;
        -webkit-animation: fadeDown .4s linear;
        animation: fadeDown .4s linear
    }

    .fix .top-nav {
        padding: 10px 0
    }

    .top-nav .logo {
        display: inline-block
    }

    .top-nav .logo a {
        display: block;
        background: url(https://www.manageengine.com/sharepoint-management-reporting/images/sharepoint-manager-plus-logo-dark.png) no-repeat;
        background-size: 250px;
        width: 250px;
        height: 44px
    }

    .top-nav .menu-list {
        display: inline-block;
        font-size: 0
    }

    .top-nav ul li {
        margin-right: 24px;
        text-align: center;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .top-nav ul li:last-child, .top-nav ul li:nth-child(3) {
        margin-right: 0
    }

    .top-nav ul li a {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        color: #000;
        position: relative
    }

    .top-nav ul li:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    .top-nav ul li a:hover {
        color: #d53701
    }

    .top-nav ul li:not(:last-child) {
        padding-left: 22px
    }

    .top-nav .main-cta span, .top-nav .main-cta span::before, .top-nav ul li.icon1::before, .top-nav ul li.icon2::before {
        display: inline-block;
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-management-tool-nav-icons-24.png) no-repeat;
        background-size: 53px
    }

    .top-nav ul li::before {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .top-nav ul li.icon1::before {
        background-position: -1px -2px
    }

    .top-nav ul li.icon2::before {
        background-position: -20px -2px
    }

    .top-nav ul li .main-cta {
        display: inline-block;
        font-size: 16px;
        color: #fe0101;
        background: 0 0;
        border-radius: 6px;
        padding: 7px 20px 7px 40px
    }

    .top-nav .main-cta:hover {
        color: #fff;
        background: #fe0101;
        border-color: #fe0101
    }

    .top-nav .main-cta span {
        background-position: -40px -13px;
        width: 8px;
        height: 2px;
        position: absolute;
        left: 24px;
        top: 10px;
        bottom: 0;
        margin: auto
    }

    .top-nav .main-cta span::before {
        content: '';
        background-position: -40px -4px;
        width: 8px;
        height: 8px;
        position: absolute;
        left: 0;
        right: 0;
        top: -10px;
        margin: auto;
        -webkit-animation: jump 2s .4s infinite;
        animation: jump 2s .4s infinite
    }

    .top-nav .main-cta:hover span {
        -webkit-filter: brightness(10);
        filter: brightness(10)
    }

    .fix .top-nav .main-cta.pro-cta {
        display: inline-block;
        background: #fff
    }

    .top-nav .open ul li:nth-child(-1n + 3) {
        margin-right: 0
    }

    .top-nav .open ul li:nth-child(-1n + 2) {
        padding-left: 0
    }

    .top-nav .open ul li:nth-child(-1n + 2)::before {
        display: none
    }

    .mob-menu {
        display: none
    }

    @media (max-width: 767px) {
        .mob-menu {
            display: inline-block;
            vertical-align: middle;
            width: 26px;
            height: 20px;
            position: relative;
            z-index: 20
        }

        .mob-menu span {
            display: inline-block;
            background-color: #000;
            height: 2px;
            width: 25px;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: .3s ease all;
            -o-transition: .3s ease all;
            transition: .3s ease all
        }

        .mob-menu span::after, .mob-menu span::before {
            content: '';
            display: block;
            height: 2px;
            width: 80%;
            position: absolute;
            top: -8px;
            left: 0;
            background-color: #000;
            -webkit-transition: .3s ease all;
            -o-transition: .3s ease all;
            transition: .3s ease all
        }

        .fix .mob-menu span, .fix .mob-menu span::after, .fix .mob-menu span::before {
            background-color: #000,
        }

        .menu li a {
            color: #000
        }

        .mob-menu span::after {
            top: auto;
            bottom: -8px
        }

        .mob-menu.closed span {
            background-color: transparent
        }

        .mob-menu.closed span:before {
            width: 80%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0;
            background-color: #000
        }

        .mob-menu.closed span::after {
            width: 80%;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            bottom: 0;
            background-color: #000
        }

        .menu-list {
            width: 100vw;
            text-align: left;
            background: #fff;
            -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, .2);
            box-shadow: 0 15px 15px -15px rgba(0, 0, 0, .2);
            padding-bottom: 0;
            position: fixed;
            top: -102%;
            right: 0;
            opacity: 0;
            visibility: hidden;
            z-index: -1;
            -webkit-transition: .3s linear;
            -o-transition: .3s linear;
            transition: .3s linear
        }

        .mob-menu.closed {
            position: fixed;
            top: 30px;
            right: 24px;
            opacity: .8
        }

        .fix .mob-menu.closed {
            top: 22px
        }

        .menu-list a {
            display: block;
            text-align: left
        }

        .menu-list li {
            margin-left: 0;
            text-align: left
        }

        .menu-list.open {
            width: 100%;
            top: 0;
            padding-top: 70px;
            opacity: 1;
            visibility: visible
        }

        .fix .menu-list.open {
            top: 0
        }

        .menu-list li a.menu-download-btn {
            margin-left: 0;
            display: table;
            width: 100%;
            text-align: center;
            padding: 0 20px;
            margin-bottom: 10px;
            padding-left: 0;
            margin-left: 20px !important;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        .top-nav .menu-list {
            width: 100%
        }

        .top-nav .menu-list ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 10px 0
        }

        .top-nav ul li {
            padding-top: 18px;
            margin-right: 0
        }

        .top-nav ul li.icon1, .top-nav ul li.icon2, .top-nav ul li.icon3 {
            border: 0;
            padding: 16px 0
        }

        .top-nav ul li.icon2 {
            border-bottom: .5px solid #ffb8bc;
            border-top: .5px solid #ffb8bc
        }

        .top-nav ul li a, .top-nav ul li.main-cta.icon3 a {
            display: inline-block;
            color: #000
        }

        .top-nav .main-cta {
            background: 0 0;
            color: #fff;
            padding: 6px 20px
        }

        .top-nav ul li:last-child, .top-nav ul li:nth-child(3) {
            border: none
        }

        .top-nav ul li:nth-child(-1n + 2)::before {
            display: none
        }

        .top-nav ul li::before {
            display: none
        }
    }

    .ban-sec {
        background: #fff;
        position: relative;
        padding-top: 140px;
        margin-bottom: 80px
    }

    .ban-sec::before {
        content: '';
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-management-tool-ban-bg-24.png) no-repeat;
        background-size: cover;
        background-position: top center;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0
    }

    .ban-sec .lr-container {
        padding: 0 60px
    }

    .ban-sec .m-lhs {
        width: calc(100% - 463px);
        vertical-align: bottom;
        padding-right: 40px;
        padding-bottom: 60px
    }

    .ban-sec .m-rhs {
        width: 463px;
        /*-webkit-animation:fadeRight 1s .2s cubic-bezier(.25,.46,.45,.94) both;animation:fadeRight 1s .2s cubic-bezier(.25,.46,.45,.94) both*/
    }

    .ban-sec .m-lhs h1 {
        font-size: 33px;
        font-weight: 600;
        line-height: 1.3;
        max-width: 520px;
        margin-bottom: 30px;
        /*-webkit-animation:fadeTop 1s cubic-bezier(.25,.46,.45,.94) both;animation:fadeTop 1s cubic-bezier(.25,.46,.45,.94) both*/
    }

    .ban-sec .m-lhs h1 span::before {
        content: '';
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-management-tool-ban-header-line-24.png) no-repeat 0 0;
        background-size: 185px;
        width: 185px;
        height: 10px;
        position: absolute;
        left: 0;
        bottom: -3px;
        /*-webkit-animation:banLine 1s 1s linear both;animation:banLine 1s 1s linear both*/
    }

    @-webkit-keyframes banLine {
        0% {
            width: 0
        }
    }

    @keyframes banLine {
        0% {
            width: 0
        }
    }

    .ban-sec .m-lhs p {
        margin-bottom: 30px;
        /*-webkit-animation:fadeDown 1s .6s cubic-bezier(.25,.46,.45,.94) both;animation:fadeDown 1s .6s cubic-bezier(.25,.46,.45,.94) both*/
    }

    .ban-cta {
        padding: 10px 0
    }/*.ban-cta a.down-cta{-webkit-animation:fadeDown .6s .7s ease both;animation:fadeDown .6s .7s ease both}
    .ban-cta a.demo-cta{-webkit-animation:fadeDown .6s .8s ease both;animation:fadeDown .6s .8s ease both}*/

    .ban-sprite span {
        display: inline-block;
        background: url('https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-management-tool-banner-image-sprite.png') no-repeat;
        background-size: 550px 461px
    }

    .ban-sprite .ban-bg {
        background-position: -21px 0;
        background-size: 453px 461px;
        width: 406px;
        height: 370px
    }

    .ban-intro {
        text-align: center;
        background: #fff;
        border: 1px solid #e4888b;
        border-radius: 10px;
        -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, .16);
        box-shadow: 0 8px 40px rgba(0, 0, 0, .16);
        padding: 40px;
        /*-webkit-animation:fadeDown 1s .6s cubic-bezier(.25,.46,.45,.94) both;animation:fadeDown 1s .6s cubic-bezier(.25,.46,.45,.94) both*/
    }

    .ban-intro h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .ban-intro p {
        font-size: 15px;
        max-width: 1000px;
        margin: auto
    }

    .support-sec {
        text-align: center;
        margin-bottom: 80px
    }

    .support-sec h2 span {
        display: inline-block;
        font-weight: inherit
    }

    .support-icons span {
        display: inline-block;
        vertical-align: middle;
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-management-tool-support-logo-24.png) no-repeat;
        background-size: 361px;
        width: 177px;
        height: 37px
    }

    .support-icons span:not(:last-child) {
        margin-right: 40px
    }

    .support-icons .sup-icon1 {
        background-position: -4px -4px;
        width: 177px;
        height: 37px
    }

    .support-icons .sup-icon2 {
        background-position: -196px -6px;
        width: 137px;
        height: 47px
    }

    .support-icons .sup-icon3 {
        background-position: -10px -65px;
        width: 137px;
        height: 47px
    }

    .support-icons .sup-icon4 {
        background-position: -166px -66px;
        width: 137px;
        height: 47px
    }

    .support-icons .sup-icon5 {
        background-position: -7px -134px;
        width: 204px;
        height: 40px
    }

    .support-icons .sup-icon6 {
        background-position: -225px -134px;
        width: 131px;
        height: 40px
    }

    .tab-sec {
        background: #fffaf4;
        padding: 60px 0;
        margin-bottom: 80px
    }

    .tab-container {
        text-align: center;
        border-radius: 10px;
        padding: 0 30px;
        overflow: hidden
    }

    .tab-list-container {
        display: inline-block;
        position: relative
    }

    .tab-list {
        width: 100%;
        background: #fff;
        text-align: center;
        border-radius: 50px;
        padding: 6px;
        margin: 30px 0 80px
    }

    .tab-list li {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        color: #521853;
        background: 0 0;
        border: .5px solid transparent;
        border-radius: 6px;
        position: relative;
        margin-right: 20px;
        padding: 12px 40px;
        cursor: pointer;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in
    }

    .tab-list li:last-child {
        margin-right: 0
    }

    .tab-list li.active-tab, .tab-list li:not(.active-tab):hover {
        font-weight: 500;
        color: #521853
    }

    .tab-list-highlight {
        width: 270px;
        height: 45px;
        background: #fed;
        background: -o-linear-gradient(left, #fed, #ffe7ec);
        background: -webkit-gradient(linear, left top, right top, from(#fed), to(#ffe7ec));
        background: linear-gradient(to right, #fed, #ffe7ec);
        border: .5px solid #ffb37f;
        border-radius: 50px;
        -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, .1);
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, .1);
        position: absolute;
        left: 6px;
        top: 36px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .tab-content {
        display: none;
        text-align: left
    }

    .tab-content:first-child {
        display: block
    }

    .tab-content .lr-container .m-lhs {
        width: calc(100% - 600px);
        padding-right: 60px;
        /*-webkit-animation:fadeLeft 1s cubic-bezier(.25,.46,.45,.94) both;animation:fadeLeft 1s cubic-bezier(.25,.46,.45,.94) both*/
    }

    .tab-content .lr-container .m-rhs {
        width: 600px;
        /*-webkit-animation:fadeRight 1s cubic-bezier(.25,.46,.45,.94) both;animation:fadeRight 1s cubic-bezier(.25,.46,.45,.94) both*/
    }

    .tab-content .m-lhs h3 {
        font-size: 25px;
        font-weight: 600;
        line-height: 1.2;
        color: #d65572;
        margin-bottom: 14px
    }

    .tab-content .m-lhs ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.6
    }

    .tab-content .m-lhs ul li:not(:last-child) {
        margin-bottom: 24px
    }

    .tab-content .m-lhs ul li strong, .tab-content .m-lhs ul li strong a {
        display: block;
        font-weight: 600;
        color: #000;
        margin-bottom: 4px
    }

    .tab-content .m-lhs ul li strong a {
        text-decoration: underline
    }

    .tab-cta {
        margin-top: 60px;
        text-align: center
    }

    .benefit-sec {
        margin-bottom: 115px
    }

    .main-page .benefit-sec h2 span {
        display: block
    }

    .benf-list {
        font-size: 0
    }

    .benf-list .benf-box {
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 4 - 45px);
        position: relative
    }

    .benf-list .benf-box:not(:last-child) {
        margin-right: 60px
    }

    .benf-box::before {
        content: '';
        width: calc(100% - 60px);
        height: 3px;
        background: #ffd3d3;
        background: -o-linear-gradient(left, #ffd3d3 0, #fff 60%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffd3d3), color-stop(60%, #fff));
        background: linear-gradient(to right, #ffd3d3 0, #fff 60%);
        position: absolute;
        top: 20px;
        right: 0
    }

    .benf-box .benf-ic1 {
        background-position: -44px -406px;
        width: 52px;
        height: 53px
    }

    .benf-box .benf-ic2 {
        background-position: -95px -404px;
        width: 47px;
        height: 47px
    }

    .benf-box .benf-ic3 {
        background-position: -156px -403px;
        width: 59px;
        height: 51px
    }

    .benf-box .benf-ic4 {
        background-position: -227px -403px;
        width: 51px;
        height: 49px
    }

    .benf-box h3, .benf-box h3 a {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
        color: #020202;
        margin-bottom: 8px
    }

    .benf-box h3 a {
        text-decoration: underline
    }

    .benf-box p {
        font-size: 15px
    }

    .fea-header {
        text-align: center;
        margin-bottom: 40px
    }

    .fea-header h2 {
        margin-bottom: 0
    }

    .fea-header p {
        font-size: 22px;
        font-weight: 600
    }

    .fea-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: top;
        -ms-flex-align: top;
        align-items: top;
        gap: 20px
    }

    .fea-list .fea-box {
        -webkit-box-flex: 32%;
        -ms-flex: 32%;
        flex: 32%;
        border-radius: 10px;
        border: .5px solid transparent;
        padding: 60px 40px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .fea-box1 {
        background: #efffe9
    }

    .fea-box2 {
        background: #ecf2ff
    }

    .fea-box3 {
        background: #f9f2ff
    }

    .fea-box4 {
        background: #fef1f0
    }

    .fea-box5 {
        background: #fff6e8
    }

    .fea-box6 {
        background: #eefcff
    }

    .fea-list .fea-box:hover {
        background: 0 0;
        border-color: #c1c1c1
    }

    .fea-box i {
        margin-bottom: 14px
    }

    .fea-box1 i {
        background-position: -6px -66px;
        width: 42px;
        height: 44px
    }

    .fea-box2 i {
        background-position: -63px -61px;
        width: 45px;
        height: 55px
    }

    .fea-box3 i {
        background-position: -122px -63px;
        width: 42px;
        height: 50px
    }

    .fea-box4 i {
        background-position: -6px -130px;
        width: 42px;
        height: 45px
    }

    .fea-box5 i {
        background-position: -58px -135px;
        width: 59px;
        height: 37px
    }

    .fea-box6 i {
        background-position: -130px -130px;
        width: 52px;
        height: 44px
    }

    .fea-box h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 12px
    }

    .trust-comp {
        margin: 90px 0
    }

    .trust-comp h2 {
        font-size: 25px;
        font-weight: 300;
        max-width: 600px;
        margin: 0 auto 40px;
        z-index: 1
    }

    .trust-comp h2 strong {
        font-weight: 500;
        position: relative
    }

    .trust-comp h2 strong::before {
        content: '';
        width: 100%;
        height: 5px;
        background: #ffde26;
        position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1
    }

    .image-row {
        display: block;
        width: 100%;
        max-width: 1000px;
        overflow: hidden;
        margin: auto
    }

    .image-row.row-1 {
        margin-bottom: 10px
    }

    .image-row img {
        width: 1000px;
        float: left;
        display: table
    }

    .img-container {
        overflow: hidden;
        position: relative;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        width: 2000px
    }

    .row-2 .img-container {
        margin-left: -100%
    }

    .start-anim .row-1 .img-container {
        -webkit-animation: scroll-1 40s linear infinite;
        animation: scroll-1 40s linear infinite
    }

    @-webkit-keyframes scroll-1 {
        0% {
            margin-left: 0
        }

        50% {
            margin-left: -100%
        }

        100% {
            margin-left: 0
        }
    }

    @keyframes scroll-1 {
        0% {
            margin-left: 0
        }

        50% {
            margin-left: -100%
        }

        100% {
            margin-left: 0
        }
    }

    .start-anim .row-2 .img-container {
        -webkit-animation: scroll-2 40s linear infinite;
        animation: scroll-2 40s linear infinite
    }

    @-webkit-keyframes scroll-2 {
        0% {
            margin-left: -100%
        }

        50% {
            margin-left: 0
        }

        100% {
            margin-left: -100%
        }
    }

    @keyframes scroll-2 {
        0% {
            margin-left: -100%
        }

        50% {
            margin-left: 0
        }

        100% {
            margin-left: -100%
        }
    }

    .foot-ban {
        margin-bottom: 80px
    }

    .foot-ban-content {
        text-align: center;
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-management-tool-foot-ban-bg-24.png) no-repeat, #fff4e8;
        background-size: cover;
        border-radius: 10px;
        padding: 40px;
        margin: 15px;
        position: relative
    }

    .foot-ban-content::before {
        content: '';
        background: #fed;
        background: -o-linear-gradient(left, #fed, #ffe5ef);
        background: -webkit-gradient(linear, left top, right top, from(#fed), to(#ffe5ef));
        background: linear-gradient(to right, #fed, #ffe5ef);
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        position: absolute;
        left: -15px;
        top: -15px;
        border-radius: 10px;
        z-index: -1
    }

    .foot-ban-content h3 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px
    }

    .foot-ban-content h3 strong {
        display: block
    }

    .cr-sec {
        border-top: .5px solid #d5d5d5;
        text-align: center;
        padding: 16px 24px
    }

    div.cr-sec p {
        font-size: 14px;
        line-height: 1.3;
        color: #666
    }

    .tab-content .m-lhs ul li {
        position: relative
    }

    .tab-content .m-lhs ul li::before {
        position: absolute;
        content: '';
        background: url('https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-management-tool-banner-image-sprite.png') no-repeat -282px -417px;
        background-size: 453px 461px;
        width: 13px;
        height: 13px;
        left: -20px;
        top: 6px
    }

    .tab-content .m-lhs ul {
        padding-left: 20px
    }

    @media (max-width: 1280px) {
        .tab-list li {
            padding: 12px 20px
        }

        .tab-list-highlight {
            width: 230px
        }
    }

    @media (max-width: 1200px) {
        .ban-sec .lr-container {
            padding: 0
        }

        .support-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 30px
        }

        .support-icons span:not(:last-child) {
            margin-right: 0
        }

        .tab-content .lr-container .m-lhs {
            width: calc(100% - 500px);
            padding-right: 40px
        }

        .tab-content .lr-container .m-rhs {
            width: 500px
        }

        .foot-ban-content {
            padding: 40px 20px
        }

        .foot-ban-content h3 {
            font-size: 26px
        }

        .tab-list-highlight {
            width: 210px
        }

        .tab-list li {
            padding: 12px 13px
        }
    }

    @media (max-width: 1024px) {
        .tab-list li {
            padding: 12px 9px
        }
    }

    @media (max-width: 991px) {
        .ban-sec, .benefit-sec, .support-sec {
            margin-bottom: 60px
        }

        .main-page h2 {
            font-size: 28px
        }

        .ban-sec {
            padding-top: 100px
        }

        .ban-sec .m-rhs, .ban-sec::before {
            display: none
        }

        .ban-sec .m-lhs {
            display: block;
            width: 100%;
            padding: 0;
            text-align: center
        }

        .ban-sec .m-lhs h1 {
            margin: auto;
            margin-bottom: 20px
        }

        .ban-sec .m-lhs h1 span::before {
            -webkit-transform: scale(.86);
            -ms-transform: scale(.86);
            transform: scale(.86);
            left: -16px;
            bottom: -6px
        }

        .ban-sec .m-lhs p {
            max-width: 700px;
            margin: auto;
            margin-bottom: 30px
        }

        .ban-intro {
            margin-top: 50px
        }

        .ban-intro h2 {
            font-size: 22px
        }

        .tab-sec {
            padding: 40px 0
        }

        .tab-container {
            padding: 0
        }

        .tab-list-highlight {
            width: 182px
        }

        .tab-list {
            margin: 30px 0
        }

        .tab-list li {
            font-size: 13px;
            padding: 14px 10px
        }

        .tab-content {
            display: block;
            max-width: 600px;
            margin: auto
        }

        .tab-content .lr-container .m-lhs, .tab-content .lr-container .m-rhs {
            display: block;
            width: 100%;
            padding: 0
        }

        .tab-content .lr-container .m-rhs {
            margin-top: 20px
        }

        .benf-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 40px;
            max-width: 700px;
            margin: auto
        }

        .benf-list .benf-box {
            width: calc(100% / 2 - 20px)
        }

        .benf-list .benf-box:not(:last-child) {
            margin-right: 0
        }

        .fea-list .fea-box {
            padding: 40px
        }

        .fea-box h3 {
            font-size: 18px;
            margin-bottom: 8px
        }

        .trust-comp {
            margin: 60px 0
        }

        .trust-comp h2 {
            font-size: 24px
        }

        .foot-ban-content h3 strong {
            display: inline
        }

        .tab-list-container {
            display: none
        }
    }

    @media (max-width: 767px) {
        .ban-sec, .benefit-sec, .support-sec {
            margin-bottom: 50px
        }

        .main-page h2 {
            font-size: 22px;
            margin-bottom: 16px
        }

        .main-page p {
            font-size: 15px;
            line-height: 1.5
        }

        .ban-sec .m-lhs h1 {
            font-size: 26px
        }

        .ban-intro {
            padding: 30px 20px
        }

        .ban-intro h2 {
            font-size: 20px
        }

        .support-icons {
            gap: 16px
        }

        .support-icons span {
            -webkit-transform: scale(.7);
            -ms-transform: scale(.7);
            transform: scale(.7)
        }

        .tab-sec {
            background: #fff7ed
        }

        .tab-list-container {
            display: none
        }

        .tab-content {
            margin-bottom: 40px
        }

        .tab-content .m-lhs h3 {
            font-size: 22px;
            margin-bottom: 10px
        }

        .tab-cta {
            margin-top: 0
        }

        .benf-box h3, .benf-box h3 a {
            margin-bottom: 6px
        }

        .fea-header {
            margin-bottom: 20px
        }

        .fea-list .fea-box {
            padding: 30px 24px
        }

        .fea-header h2 {
            margin-bottom: 4px
        }

        .image-row img {
            width: 700px
        }

        .trust-comp h2 {
            font-size: 22px
        }

        .foot-ban-content {
            padding: 30px 10px
        }

        .foot-ban-content h3 {
            font-size: 18px
        }
    }

    @media (max-width: 600px) {
        .main-page p {
            font-size: 14px
        }

        .top-nav .logo a {
            background-size: 190px;
            height: 34px
        }

        .dd-cta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 10px
        }

        .dd-cta a.down-cta {
            margin-right: 0
        }

        .benf-list {
            gap: 20px;
            max-width: 400px
        }

        .benf-list .benf-box {
            width: 100%
        }

        .fea-list .fea-box {
            -webkit-box-flex: 100%;
            -ms-flex: 100%;
            flex: 100%
        }

        .fea-box h3 {
            font-size: 16px;
            margin-bottom: 6px
        }

        .trust-comp h2 {
            font-size: 18px
        }

        div.cr-sec p {
            font-size: 12px
        }
    }

    form > ul li input::-webkit-input-placeholder {
        color: #444;
        font-weight: 300
    }

    form > ul li input::-moz-placeholder {
        color: #444;
        font-weight: 300
    }

    form > ul li input:-ms-input-placeholder {
        color: #444;
        font-weight: 300
    }

    form > ul li input::-ms-input-placeholder {
        font-weight: 300;
        color: #444
    }

    form > ul li input::placeholder {
        color: #444;
        font-weight: 300
    }

    .form-type-box {
        background: #fff;
        border: 1px solid #e873f8;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        padding: 40px;
        margin-top: 40px;
        position: relative
    }

    .form-type-box::before {
        content: '';
        background: url('https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-management-tool-form-sprite.png') no-repeat 0 0;
        background-size: 102px 105px;
        width: 40px;
        height: 37px;
        position: absolute;
        left: -34px;
        top: -30px
    }

    .ffw-form-container h2 {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        color: #000;
        margin-bottom: 20px;
        line-height: 1.4
    }

    .ffw-form-container .gtQuoForm h2 {
        font-size: 17px
    }

    .ffw-form-container h2 span {
        font-weight: 300;
        font-size: 14px
    }

    .ffw-form form ul li {
        margin-bottom: 10px;
        position: relative
    }

    .ffw-form form ul li.ffw-submit {
        margin-top: 25px
    }

    .ffw-form form ul li:last-child {
        margin-bottom: 0
    }

    .ffw-form form ul li input, .ffw-form form ul li select {
        height: 45px;
        line-height: 20px;
        background-color: transparent;
        border: none;
        padding: 6px 10px 0 42px;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #000;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0;
        border-radius: 0;
        font-weight: 400;
        border-bottom: .5px solid #ccc;
        font-family: ZohoPuvi
    }

    .ffw-form form ul li input:focus, .ffw-form form ul li select :focus {
        border-color: #1e66c2
    }

    .ffw-form form ul li input[type=submit] {
        background: #e9152b;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
        border: none;
        padding: 0;
        margin-top: 20px;
        height: 44px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        border-radius: 1.5px
    }

    .ffw-form form ul li input[type=submit]:hover {
        background: #f3361d;
        -webkit-box-shadow: 4px 4px 15px rgba(188, 32, 11, .6);
        box-shadow: 4px 4px 15px rgba(188, 32, 11, .6)
    }

    .ffw-form.showing-state form ul li select {
        width: 49%;
        display: inline-block;
        padding-right: 20px
    }

    .ffw-form.showing-state form ul li .commonselect {
        padding-left: 12px;
        margin-left: 2%
    }

    .ffw-form textarea {
        display: none
    }

    .ffw-form form ul li .form-tip {
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        color: #898989;
        margin-top: 3px
    }

    .ffw-form .ffw-errmsg {
        display: none;
        position: relative;
        background: red;
        color: #fff;
        padding: 2px 3px;
        border-radius: 2px;
        font-size: 11px;
        top: -1px;
        left: 0;
        line-height: 11px
    }

    .ffw-form #meGDPRMessage, .ffw-form .ffw-privacy {
        font-weight: 300;
        font-size: 11px;
        line-height: 18px;
        color: #091936;
        margin-top: 8px
    }

    .ffw-form #meGDPRMessage label {
        cursor: pointer
    }

    .ffw-form .ffw-privacy a {
        text-decoration: underline;
        color: #091936
    }

    .ffw-form .ffw-privacy strong {
        font-weight: 500
    }

    #meGDPRMessage span.checkmarkgdpr.enableCheckgdpr:before {
        width: 3px;
        height: 6px;
        border-width: 0 1.5px 1.5px 0 !important;
        top: .5px;
        left: 2.5px
    }

    #meGDPRMessage .checkmarkgdpr {
        top: 1px
    }

    .ffw-form form ul li.ffw-ic::before {
        content: '';
        position: absolute;
        left: 18.5px;
        background: url('https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-management-tool-form-sprite.png') no-repeat 0 -1px;
        background-size: 102px 53px;
        width: 18px;
        height: 19px
    }

    .ffw-form #meGDPRMessage a {
        font-size: inherit;
        color: inherit;
        text-decoration: underline
    }

    .ffw-form form ul li.ffw-ic-name::before {
        background-position: 0 -1px;
        background-size: 102px 105px;
        width: 18px;
        height: 19px;
        top: 16px;
        left: 10.5px
    }

    .ffw-form form ul li.ffw-ic-mail::before {
        background-position: -30px -4px;
        background-size: 102px 105px;
        width: 17px;
        height: 14px;
        top: 17px;
        left: 10px
    }

    .ffw-form form ul li.ffw-ic-count::before {
        background-position: -82px 0;
        background-size: 102px 105px;
        width: 20px;
        height: 20px;
        top: 15px;
        left: 10px
    }

    .ffw-form form ul li.ffw-ic-phone::before {
        background-position: -55px -4px;
        background-size: 102px 105px;
        width: 16px;
        height: 16px;
        top: 15px;
        left: 13px
    }

    .ffw-form form ul li.ffw-ic-date::before {
        background-position: -1px -36px;
        background-size: 102px 105px;
        width: 15px;
        height: 17px;
        top: 16.5px;
        left: 10.5px
    }

    .ffw-form form ul li.ffw-ic-submit::before {
        display: none
    }

    .ffw-form form ul li.ffw-ic-submit.act input {
        padding: 0
    }

    .ffw-form form ul li.ffw-ic-submit.act::before {
        display: none
    }

    .ffw-form select {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background-image: -o-linear-gradient(45deg, transparent 50%, #5a5a5a 50%), -o-linear-gradient(315deg, #5a5a5a 50%, transparent 50%), -o-linear-gradient(left, #fff0, #fff0);
        background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0);
        background-position: calc(100% - 12px) calc(1em + 9px), calc(100% - 7px) calc(1em + 9px), calc(100% - 2.5em) .5em;
        background-size: 6px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat
    }

    input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
        border: 1px solid #c5c5c500 !important;
        background: #f1f9ff !important;
        font-weight: 400 !important;
        color: #454545 !important
    }

    .ui-datepicker td a, .ui-datepicker td span {
        width: 25px;
        height: 25px;
        border-radius: 50px;
        line-height: 18px;
        text-align: center !important;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .ui-widget.ui-widget-content {
        border: 0 solid #c5c5c5 !important;
        -webkit-box-shadow: 0 1px 23px -9px #3333339c;
        box-shadow: 0 1px 23px -9px #3333339c;
        padding: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 280px
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #eafff8 !important;
        background: #eafff8 !important;
        color: #000 !important
    }

    .ui-datepicker td a:hover, .ui-datepicker td span {
        border: 1px solid #90eecf !important;
        background: #90eecf !important;
        color: #000 !important
    }

    .ui-widget-header {
        border: 0 solid #f1f9ff !important;
        border-bottom: 1px solid #e2e2e2 !important;
        background: 0 0 !important;
        color: #333;
        font-weight: 700;
        border-radius: 0 !important
    }

    .ui-datepicker th {
        font-weight: 600;
        font-size: 13px;
        color: #7b90a0
    }

    .ui-state-default.ui-state-active {
        background: #90eecf !important
    }

    .popup-close {
        width: 14px;
        height: 14px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 15px;
        background: 0;
        cursor: pointer;
        border-radius: 50%
    }

    .popup-close::after, .popup-close::before {
        content: "";
        position: absolute;
        width: 1.5px;
        height: 100%;
        background: #000;
        left: 6.5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .popup-close::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .popup-close:hover {
        opacity: .8
    }

    .popup-close:hover::after, .popup-close:hover::before {
        width: 2px
    }

    .shake {
        -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
        animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    @-webkit-keyframes shake {
        10%, 90% {
            -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0)
        }

        20%, 80% {
            -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0)
        }

        30%, 50%, 70% {
            -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0)
        }

        40%, 60% {
            -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0)
        }
    }

    @keyframes shake {
        10%, 90% {
            -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0)
        }

        20%, 80% {
            -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0)
        }

        30%, 50%, 70% {
            -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0)
        }

        40%, 60% {
            -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0)
        }
    }

    .form-type-box .thanks-msg {
        display: none
    }

    .form-type-box .thanks-msg p {
        text-align: center;
        font-weight: 300;
        font-size: 15px;
        line-height: 24px;
        margin-top: 0
    }

    .form-type-box .thanks-msg p a {
        text-decoration: underline
    }

    .form-type-box .thanks-msg h3 {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        color: #13b123;
        margin-bottom: 10px
    }

    .main-pop-cont {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        display: none
    }

    .main-pop-cont .down-form-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8)
    }

    .main-pop-cont .form-type-box {
        display: block;
        width: 90%;
        max-width: 422px;
        max-height: 90vh;
        padding: 40px;
        border-radius: 8px;
        margin: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        overflow-y: auto
    }

    .main-pop-cont .ffw-form form ul .ffw-ic-domain input, .main-pop-cont .ffw-form form ul .ffw-ic-edi select, .main-pop-cont .ffw-form form ul .ffw-ic-techi input {
        padding: 6px 10px 0 8px
    }

    .ffw-form form ul li.ic-supp {
        background: 0 0;
        border: none;
        font-size: 12px;
        line-height: 18px;
        margin-top: 16px;
        margin-bottom: 0;
        margin-left: 10px;
        cursor: pointer
    }

    .ffw-form form ul li.ffw-ic-date {
        margin-top: 8px
    }

    input#demo {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 14px;
        margin-left: 0;
        padding-left: 0;
        appearance: auto;
        -webkit-appearance: auto;
        -moz-appearance: auto
    }

    input#demo {
        accent-color: #6C60C2
    }

    .ffw-form form ul li.ic-supp:before {
        display: none
    }

    label {
        cursor: pointer
    }

    .ic-supp label {
        font-size: 14px;
        padding-left: 5px;
        margin-top: 1px;
        display: inline-block;
        vertical-align: middle
    }

    li#date-show {
        display: none
    }

    @media (max-width: 991px) {
        .form-type-box {
            padding: 40px 24px
        }
    }

    @media (max-width: 767px) {
        .ffw-form-container h2 {
            font-size: 18px
        }
    }

    .demo-popup {
        display: none
    }

    .demo-form-container .ffw-field-demo-date {
        display: block
    }

    @media (max-width: 425px) {
        .main-pop-cont .form-type-box {
            padding: 40px 20px
        }
    }

    body [data-id=zsalesiq] #zsiq_chat_wrap {
        max-height: 480px !important;
        height: 480px !important;
        width: 350px;
    }
    
.tab-list-highlight {
    width: 170px;
 
}

.heading-menu, .breadcrumb{display: none}
div#btmscroll {
    display: none;
}
