﻿.process {
    padding: 0 60px;
    width: 1280px;
    margin: 0 auto;
}

.process-title {
    font-size: 36px;
    line-height: 52px;
    font-weight: 500;
    color: #1F2D3D;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.process-img {
    height: 60px;
    width: 127px;
}

.process-title {
    font-size: 36px;
    line-height: 52px;
    font-weight: 500;
    color: #1F2D3D;
    text-align: center;
    width: 100%;
}

.demand-content {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.enterprise-demand {
    padding-top: 30px;
    padding-bottom: 30px
}

.content-list {
    display: flex;
    align-items: center;
    width: 380px;
    margin-bottom: 40px;
}

.content-img {
    background-color: #558ed5;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

    .content-img img {
        width: 35%;
    }

    .content-img span {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

.content-text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.main-tail {
    /*background-color: rgba(26, 26, 28, 1);*/
}

.background {
    background-image: url('/PlatWeb/assets/img/index/b1.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: 600px;
    padding-top: 112px;
    padding-bottom: 32px;
}

.b1 {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.b2 {
    margin-top: 280px;
    padding-top: 12px;
    padding-bottom: 20px;
    border-radius: 24px;
    background-color: hsla(0,0%,100%,.6);
}

.b3 {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 10px;
}

.b4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c1 {
    padding-top: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.d1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    overflow: hidden;
    cursor: default;
}

.e1 {
    padding-bottom: 40px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.e2 {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-left: 20px;
    padding-right: 20px;
}

.e3 {
    height: 430px;
    --tw-bg-opacity: 1;
    background-color: rgb(232 254 255 / var(--tw-bg-opacity));
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.e31 {
    height: 430px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(216 255 243 / var(--tw-bg-opacity));
}

.et {
    font-size: 16px;
    padding-top: 12px;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
    margin-top: 6px;
}

.e4 {
    visibility: hidden;
    display: flex;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    left: 24px;
    right: 24px;
    bottom: 16px;
}

.e3:hover .e4 {
    visibility: visible;
}

.e31:hover .e4 {
    visibility: visible;
}

.e3:hover {
    background-color: aquamarine;
}

.e31:hover {
    background-color: aquamarine;
}

.f1 {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.tab-header {
    width: 390px;
    height: 44px;
    border-bottom: 1px solid #eaeaea;
    border-radius: 22px;
    background-color: hsla(0, 0%, 100%, .6);
    cursor: pointer;
    padding-left: 4px;
    padding-right: 2px;
}

.tab-btn {
    border: none;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 22px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 4px;
}

    .tab-btn.active {
        color: #ffffff;
        background-color: rgb(0, 0, 0);
    }

.tab-content {
    margin-top: 20px;
    display: none;
}

    .tab-content.active {
        display: block;
        animation: fadeIn 0.5s ease;
        font-size: 23px;
        line-height: 60px;
        font-weight: 700;
    }

    .tab-content p {
        line-height: 1.6;
        color: #000000;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.c-tab-header {
    display: flex;
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaeaea;
    justify-content: center;
}

.c-tab-btn {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 80px;
    padding-bottom: 14px;
    display: flex;
}

    .c-tab-btn img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-top: 2px;
    }

    .c-tab-btn:hover {
        color: #2575fc;
    }

    .c-tab-btn.active {
        --tw-text-opacity: 1;
        color: rgb(2 185 128 / var(--tw-text-opacity));
        --tw-border-opacity: 1;
        border-bottom: 2px solid rgb(2 185 128 / var(--tw-border-opacity));
    }

.c-tab-content {
    display: none;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(241 244 244 / var(--tw-bg-opacity));
}

    .c-tab-content.active {
        display: flex;
        align-items: center;
        justify-content: space-between;
        animation: fadeIn 0.5s ease;
    }

.c-tab-content-1 {
    line-height: 30px;
    font-size: 20px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 300px;
}

    .c-tab-content-1 h3 {
        margin-bottom: 18px;
    }

    .c-tab-content-1 p {
        margin-bottom: 12px;
        font-size: 17px;
        color: #444
    }

.carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
    padding: 10px 0;
}

.carousel-item {
    flex: 0 0 calc(100% / 3);
    transition: all 0.5s ease;
    opacity: 0.7;
    transform: scale(0.9);
    width: 393.333px;
}

    .carousel-item.active {
        opacity: 1;
        transform: scale(1);
    }

.carousel-item-content {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 300px;
    transition: all 0.5s ease;
    background: white;
}

.carousel-item.active .carousel-item-content {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.carousel-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    display: block;
}

.carousel-text {
    padding: 15px;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f0f0f0;
    transition: background-color 0.5s ease;
}

.carousel-item.active .carousel-text {
    background-color: #ff4757 !important;
    color: white;
}

.carousel-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
    font-size: 15px;
    line-height: 25px;
}

.carousel-item.active .carousel-desc {
    color: #f8f8f8;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
    gap: 20px;
}

.carousel-btn {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-color: #333;
}

    .carousel-btn:hover {
        background-color: #555;
        transform: translateY(-2px);
    }

    .carousel-btn:active {
        transform: translateY(1px);
    }

.carousel-indicators {
    display: flex;
    gap: 10px;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .indicator.active {
        background: #ff4757;
        transform: scale(1.2);
    }

.moduletitle {
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.swiper-container {
    margin: 20px auto; /* 容器水平居中，不影响内部导航定位 */
    overflow: hidden; /* 仅隐藏轮播项多余部分 */
    position: relative; /* 导航绝对定位的基准（关键） */
}

/* 轮播包裹层：恢复Swiper默认布局，确保轮播项正常渲染 */
.swiper-wrapper {
    display: flex;
    align-items: center; /* 垂直居中，优化轮播项显示 */
}

/* 轮播项：精准尺寸+不溢出，确保正常显示+无多余项泄露 */
.swiper-slide {
    flex: 0 0 auto; /* 固定尺寸，不自动伸缩 */
    width: calc((100% - 30px) / 3) !important; /* 匹配spaceBetween:15，3项填满容器 */
    height: 350px; /* 明确高度，确保轮播项正常显示 */
    background-color: #f5f5f5;
    border-radius: 8px;
    display: flex;
    font-size: 24px;
    color: #333;
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
    opacity: 0.7;
    position: relative;
    z-index: 1;
    overflow: hidden; /* 防止内部内容溢出 */
    flex-direction: column;
    cursor: pointer;
}

/* 中间激活项：高亮+放大+不遮挡导航 */
.swiper-slide-active {
    background-color: #409eff;
    color: #fff;
    opacity: 1;
    transform: scale(1);
    z-index: 10; /* 低于导航，避免遮挡 */
    box-shadow: 0 0 20px rgba(64, 158, 255, 0.5);
}

/* 导航容器：重置+强制内部双居中+作为绝对定位载体 */
.swiper-nav-wrapper {
    padding: 0 10px !important;
    border: 0 !important;
    display: flex !important;
    align-items: center !important; /* 内部垂直居中 */
    justify-content: center !important; /* 内部水平居中 */
    flex-direction: row !important;
    gap: 40px !important; /* 左右对称间距 */
    z-index: 20 !important;
    width: auto !important;
    height: 50px !important;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}

/* 左右箭头：重置+强制居中对齐 */
.swiper-button-prev, .swiper-button-next {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: none !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #333 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #FFF !important;
    cursor: pointer !important;
    position: static !important;
    flex-shrink: 0 !important;
    vertical-align: middle !important;
}

    .swiper-button-prev::after, .swiper-button-next::after {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 18px !important;
        font-weight: bold !important;
        line-height: 1 !important;
    }

/* 分页指示器：重置+强制双居中 */
.swiper-pagination {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
    height: 100% !important;
    width: auto !important;
}

.swiper-pagination-bullet {
    margin: 0 !important;
    padding: 0 !important;
    width: 12px !important;
    height: 12px !important;
    background-color: #dcdcdc !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
    vertical-align: middle !important;
}

.swiper-pagination-bullet-active {
    background-color: #409eff !important;
    width: 24px !important;
    border-radius: 6px !important;
}

.swiper-slide-img {
    width: 100%;
    height: 200px;
}

.titleAndTags {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 15px;
    align-items: center;
}

.titleAndTags_title {
    font-size: 20px;
    font-weight: 600;
}

.titleAndTags_tags {
    font-size: 15px;
}

.description {
    padding: 0 10px;
    font-size: 15px;
    line-height: 24px;
}