
        .fixed-right {
            display: block !important;
        }

        .s-rt img {
            transition: 0.5s;
        }

        .line-height {
            line-height: 50px !important;
        }

        @keyframes fadeIn {
            0% {
                opacity: 0;
            }

            40% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @keyframes fadeOut {
            0% {
                opacity: 1;
            }

            40% {
                opacity: 0;
            }

            100% {
                opacity: 0;
            }
        }

        .fade-in {
            animation: fadeIn 0.8s;
        }

        .fade-out {
            animation: fadeOut 0.8s;
        }

        .product-link .kdright_column_btn {
            border: 1px solid #2183e9 !important;
            color: #2183e9;
            background-color: #fff;
        }

        .info_logo img {
            width: 72%;
            height: 67%;
        }

        .item .info h3 {
            font-size: 26px;
        }

        .item .info p {
            font-size: 16px;
        }

        .item .info .product-label a {
            font-size: 20px;
            color: #2183e9;
        }

        .item .info .product-label a:hover span {
            border-bottom: 1px solid;
        }

        .index-industry {
            padding-top: 50px;
            text-align: center;
        }

        .index-bank {
            padding-top: 120px;
            text-align: center;
        }

        .index-bank .swiper-bank .swiper-slide .title a {
            color: #2183e9;
        }

        .more-btn {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .more-btn a {
            display: inline-block;
            text-align: center;
            border-radius: 5px;
            border: 1px solid #fff;
            box-sizing: border-box;
            height: 50px;
            line-height: 50px;
            border: none;
            font-size: 16px;
            min-width: 150px;
            text-align: center;
            margin-right: 10px;
            color: #fff;
            background-color: #2183e9;
        }

        .more-btn a::after {
            transform: translateY(-1px);
            content: "";
            transition: all 0.4s ease;
            font-family: "iconfont";
            display: inline-block;
            vertical-align: middle;
        }

        .more-btn a:hover::after {
            content: "\e683";
            margin-left: 5px;
        }

        .index-cloudpro {
            padding-top: 0px;
        }

        .index-cloudpro .item .info .product-label {
            border-top: none;
            padding: 0;

        }

        .top-banner {
            position: fixed;
            height: 100px;
            opacity: 1;
            overflow: visible;
            transition: all 0.3s;
            display: block;
            top: 0;
            text-align: center;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
        }

        @media screen and (max-width: 750px) {
            .top-banner {
                height: 165px;
            }
        }

        .top-banner.hide {
            opacity: 0;
            overflow: hidden;
            display: none;
        }

        .top-banner>img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .top-close-icon {
            position: absolute;
            top: 0;
            right: 0;
            padding: 10px 5px;
            cursor: pointer;
        }

        .top-close-icon img {
            width: 22px;
            height: auto;
        }

        header.header-nav {
            position: relative;

        }

        header.header-nav.bg_white {
            position: relative !important;
        }

        header.header-nav.bg_white.fixed {
            position: fixed !important;
        }

        .header-top {
            display: block !important;
        }

        .main-center {


            z-index: 999;
            /* 确保它在banner之上 */
            position: relative;
            background: #fff;

            transition: all 0.1s linear;
            /* 更快响应滚动变化 */
        }

        /* 新增一个用于重置 transform 的类 */
        .reset-transform {
            margin-top: 0px !important;
            transition: all 0.3s ease;
        }

        .reset-transform1 {
            margin-top: 0px !important;
            transition: none;
        }

        .index-banner .txt {
            padding: 128px 0 148px;

        }

        .banner-swiper {
            position: relative;
        }

        .banner-swiper .swiper-pagination-bullet {
            width: 10% !important;
            height: 4px !important;
            margin-left: 1% !important;
            border-radius: 0 !important;
            background: rgba(140, 140, 140, 0.2);
            overflow: hidden;
            position: relative;
        }

        .banner-swiper .swiper-pagination-bullet::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .btn2 {
            border: 1px solid #2183e9 !important;
            color: #2183e9 !important;
            background-color: #fff !important;
        }

        .banner-swiper .swiper-pagination-bullet-active::before {
            background-color: #FFF;
            animation: slide-progress 4s cubic-bezier(.3, 0, .3, 1) forwards;
        }

        .banner-swiper .swiper-paused .swiper-pagination-bullet-active::before {
            animation: none !important;
        }

        @keyframes slide-progress {
            0% {
                transform: translateX(-100%);
            }

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