#section2 {
    position: relative;
    width: 100%;
    background-color: #dff2ff;
    overflow: hidden;
}

.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
    margin-top: 0.6625rem;
    margin-bottom: 0.5875rem;
}

.carousel-wrapper {
    width: 21rem;
}

.carousel {
    display: flex;
    transition: transform 0.3s ease;
    align-items: center;
}

.card {
    width: 5.0625rem;
    height: 2.175rem;
    margin-right: 0.25rem;
    background-color: #ffffff;
    font-size: 0.25rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0.125rem 0;
    box-sizing: border-box;
}

.card.active {
    height: 2.4125rem;
    z-index: 1;
    transform: translateY(calc(-((2.4125rem - 2.175rem) / 2)))
}



.card-image {
    width: 3.5rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.card-text {
    margin-right: 0.2125rem;
    margin-left: 0.2125rem;
    margin-bottom: 0.3rem;
    margin-top: 0.125rem;
    font-size: 0.2rem;
    text-align: center;
    color: #333333;
}



.container2 {
    background-image: url('/images/case/组 38@2x.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 21.0125rem;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.top-image {
    position: relative;
    text-align: center;
}

.top-image img {
    display: block;
    margin: 0 auto;
    height: 1.0875rem;
    width: 8.4125rem;
}

.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.325rem;
    font-weight: bold;
    pointer-events: none;
}


.text-container {
    margin-top: 1.2125rem;
    display: flex;
    justify-content: space-between;
    /* 左右分开 */
    gap: 0.575rem;
    /* 左右间距 */
}

.left-part {
    display: flex;
    flex-direction: column;
    /* 垂直排列 */
    justify-content: space-between;
    flex: 1;
}

.top-text,
.bottom-text {
    margin-left: 0.525rem;
    padding: 0.125rem;
    font-size: 0.225rem;
}

.right-part {
    flex: 1;
    padding: 0.125rem;
    margin-right: 0.2875rem;
}


.top-text {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.icon-title {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.icon {
    width: 0.4rem;
    height: 0.4rem;
    object-fit: contain;
}

.title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #444444;
}

.description {
    font-size: 0.25rem;
    color: #333333;
    line-height: 1.6;
    margin: 0;
    margin-top: 0.25rem;
}

.image-row {
    display: flex;
    gap: 0.1rem;
}

.image-box {
    margin-top: 0.3375rem;
    position: relative;
    width: 3.1375rem;
    /* 根据需要调整宽高 */
    height: 1.5375rem;
}


.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1b89ff;
    font-weight: bold;
    font-size: 0.25rem;
    text-align: center;
    max-width: 90%;
    /* 控制最大宽度 */
    line-height: 1.2;
    white-space: nowrap;
    /* 防止换行 */
    padding: 0 0.05rem;
    /* 可选：稍微缩紧内部留白 */
}

.overlay-text1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1b89ff;
    font-weight: bold;
    font-size: 0.23rem;
    text-align: center;
    width: 2.25rem;
    line-height: 1.2;
    padding: 0 0.05rem;
    /* 可选：稍微缩紧内部留白 */
}

.right-bottom .bold-text {
    font-size: 0.25rem;
    font-weight: bold;
    color: #222;
    margin-top: 0.4375rem;
}

.right-bottom .normal-text {
    font-size: 0.25rem;
    font-weight: normal;
    color: #666;
    margin-top: 0.675rem;
    line-height: 0.45rem;
}



.container3 {
    margin-top: 0.5rem;
    padding: 0.625rem;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* 靠左 */
    gap: 0.1rem;
    /* 图片和标题间距 */
}


.content-blocks {
    margin-top: 0.6125rem;
    display: flex;
    flex-direction: column;
}

.content-block {
    height: 5.8375rem;
    box-sizing: border-box;
    padding: 0.2rem;
}

.block1 {
    background-image: url('/images/case/组 38.png');
}


.content-block.block2 {
    display: flex;
    background-color: #d8edff;
    gap: 0.25rem;
    padding: 0.2rem;
    box-sizing: border-box;
}



.content-block.block1 {
    display: flex;
    gap: 0.25rem;
    height: 5.8375rem;
    padding: 0.2rem;
    background-color: #f9f9f9;
    box-sizing: border-box;
    border: 0.0125rem solid #ddd;
}

.left-image {
    margin-left: 0.375rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.right-content {
    margin-left: 1.0375rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}


.text1 {
    color: #555555;
    font-size: 0.3rem;
    font-weight: bold;
    margin-top: 1rem;
}

.text2 {
    font-size: 0.225rem;
    margin-top: 0.75rem;
    line-height: 0.375rem;
    color: #555555;
}

.btn-action {
    font-size: 0.175rem;
    margin-top: 0.925rem;
    align-self: flex-start;
    padding: 0.1rem 0.2rem;
    background-color: #74ADF4;
    color: white;
    border: none;
    cursor: pointer;
}


.right-content2 {
    margin-left: 0.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}


.right-text1 {
    color: #555555;
    font-size: 0.3rem;
    font-weight: bold;
    margin-top: 1rem;
}

.right-text2 {
    font-size: 0.225rem;
    margin-top: 0.75rem;
    line-height: 0.375rem;
    color: #555555;
}

.left-image2 {
    margin-left: 0.375rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}