.jmtj {
    width: 25%;
    text-align: center;
}

.jmtj2 {
    width: 30%;
    text-align: center;
}

.button1 {
    position: relative;
    right: -2%;
    display: inline-block;
    padding: 12px 30px;
    background-color: white;
    color: #D20062;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 112, 201, 0.3);
}

.button1:hover {
    background-color: #D20062;
    color: white;
}

.button2 {
    position: relative;
    left: 7%;
    display: inline-block;
    padding: 12px 30px;
    background-color: #D20062;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 112, 201, 0.3);
    cursor: pointer;
}

.button2:hover {
    background-color: white;
    color: #D20062;
}

.text-qdzy {
    font-weight: bold;
    font-family: "Microsoft YaHei Light", "微软雅黑 Light", "Microsoft YaHei", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 2;
}

/* 添加图片悬停增亮效果 */
.jmtj img {
    transition: all 0.5s ease;
    filter: brightness(100%);
}

.jmtj img:hover {
    filter: brightness(250%);
}

.jmtj2 img {
    transition: all 0.5s ease;
    filter: brightness(100%);
}

.jmtj2 img:hover {
    filter: brightness(250%);
}

.smooth-scroll {
    color: #D20062;
    font-size: 16px;
    font-weight: bold;
}

/* Banner蒙版样式 */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 黑色半透明蒙版 */
    z-index: 1;
}

.banner .banner_txt,
.banner .gallery-button-container {
    position: relative;
    z-index: 2;
    /* 确保文字和按钮在蒙版上方 */
}

.text2-qdzy {
    font-family: "Microsoft YaHei Light", "微软雅黑 Light", "Microsoft YaHei", sans-serif;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.inline {
    border-radius: 5px;
    width: 25%;
    background: #D20062;
    height: 8px;
    margin: 45px auto;
}

.text3-qdzy {
    font-weight: 600;
    line-height: 2;
    color: rgb(0, 0, 0);
    font-size: 20px;
}

.image-item-qdzc {
    text-align: center;
    position: relative;
    flex: 1;
    margin: 0 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.image-item-qdzc2 {
    text-align: center;
    position: relative;
    flex: 1;
    margin: 0 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* 图片样式 - 关键部分 */
.image-item img {
    width: 100%;
    /* 宽度100%填充容器 */
    height: 300px;
    /* 设置固定高度 */
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 112, 201, 0.3);
}


.card-body {}

.gallery-button:hover {
    background-color: #0077cc;
    box-shadow: 0 6px 16px rgba(0, 112, 201, 0.4);
    transform: translateY(-2px), scale(1.02);
    color: white;
    background: #D20062;
}

.gallery-button:active {
    transform: translateY(1px), scale(1.02);
}

.gallery-button2 {
    display: inline-block;
    padding: 12px 30px;
    background-color: white;
    color: #D20062;
    border-radius: 10px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}


.gallery-button2:hover {
    box-shadow: 0 6px 16px rgba(0, 112, 201, 0.4);
    transform: translateY(-2px);
    color: white;
    background: #D20062;
}

.gallery-button2:active {
    transform: translateY(1px);
}

.btn1-group {
    padding: 10px;
    border-radius: 34px;
    display: flex;
    justify-content: center;
}

.btn1:active {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.btn1 {
    text-align: center;
    width: 10%;
    /* min-width: 25px; */
    margin: 10px 50px;
    border-radius: 22px;
    box-shadow: 0 0 7px rgb(0, 0, 6, 0.5);
    padding: 9px 4px;
}

.btn1:hover {
    background: #D20062;
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.btn1:hover li a {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
}

.btn1 li a:active {
    color: #D20062;
}

/*  */



.section-title {
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--accent);
    margin: 15px auto 0;
    border-radius: 2px;
}

.feature-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 200px;
    border: none;
    padding: 9px;

}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    color: var(--primary);
    margin-bottom: 20px;
}

.container2 {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 15px;
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); */
}

.page-title {
    color: var(--primary);
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.lead {
    text-align: center;
    margin-bottom: 40px;
    color: #666;
}

.back-link {
    display: block;
    text-align: center;
    margin-top: 40px;
    color: var(--primary);
    text-decoration: none;
}

.back-link:hover {
    text-decoration: underline;
}

.img-hxys {
    width: 20%;
}

.card {
    width: 20%;
    background: rgba(255, 255, 255, 0.1);
    /* border-radius: 15px; */
    overflow: hidden;
    position: relative;
    height: 380px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.card-image {
    height: 70%;
    overflow: hidden;
    position: relative;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card:hover .card-image img {
    transform: scale(1.1);
}

.card-content {
    justify-items: center;
    height: 30%;
    padding: 25px;
}

.card-content-text {
    margin-top: 10px;
    position: relative;
    z-index: 100;
    box-shadow: 3px 3px 5px rgb(57 57 57 / 60%);
    padding: 5px;
    border-radius: 26px;
    border: 1.5px solid #D20062;
    color: rgb(51, 112, 255, 1);
    text-align: center;
    width: 45%;
    font-size: 24px;
}

.card-content-text-middle {
    margin-top: 10px;
    position: relative;
    z-index: 100;
    box-shadow: 3px 3px 5px rgb(57 57 57 / 60%);
    padding: 5px;
    border-radius: 26px;
    border: 1.5px solid #D20062;
    color: rgb(51, 112, 255, 1);
    text-align: center;
    width: 45%;
    font-size: 24px;
}


.overlay {
    position: absolute;
    background: rgba(51, 112, 255, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
    z-index: 10;
}

.overlay-content {
    box-sizing: border-box;
    line-height: 1.5;
    text-align: left;
    padding: 40px 15px;
    width: 100%;
    height: 100%;
    border: 1px solid;
    font-size: 18px;
    font-weight: 400;
}

.overlay-content-middle {
    line-height: 1.5;
    text-align: left;
    padding: 115px 15px 40px 15px;
    width: 100%;
    height: 100%;
    border: 1px solid;
    font-size: 18px;
    font-weight: 400;
}

/* 不同方向的蒙版初始位置 */
.overlay-top {
    width: 100%;
    height: 100%;
    /* top: 0; */
    top: -100%;
    left: 0;
}

.overlay-right {
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
}

.overlay-bottom {
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
}

.overlay-left {
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
}

/* 鼠标悬停时蒙版滑入 */
.card.animate-top .overlay-top {
    top: 0;
}

.card.animate-right .overlay-right {
    right: 0;
}

.card.animate-bottom .overlay-bottom {
    bottom: 0;
}

.card.animate-left .overlay-left {
    left: 0;
}

.card.animate-top .card-content-text {
    transform: translateY(-10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-right .card-content-text {
    transform: translateY(-10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-bottom .card-content-text {
    transform: translateY(-10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-left .card-content-text {
    transform: translateY(-10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-top .card-content-text-middle {
    transform: translateY(10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-right .card-content-text-middle {
    transform: translateY(10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-bottom .card-content-text-middle {
    transform: translateY(10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-left .card-content-text-middle {
    transform: translateY(10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.container2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
}

.functions {
    height: 500px;
    gap: 170px;
    padding: 0 110px;
    justify-content: center;
    display: flex;
}

.functions-title {
    width: 99%;
    justify-content: space-between;
    display: flex;
}

.functions-text1 {
    padding-top: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #D20062;
    font-size: 18px;
    font-weight: 600;
}

.functions-text2 {
    line-height: 1.35;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 35px;
    color: #000000;
}

.functions-text2 h {
    font-size: 16px;
}

.functions-text3 {
    margin-bottom: 20px;
    font-size: 15px;
    color: #D20062;
    font-weight: bold;
    text-align: end;
}

.dinggou {
    right: 45px;
    bottom: 20px;
    position: absolute;
}


.dinggou a {
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 24px;
    color: #D20062;
    text-align: right;
    font-weight: 600;
}

.dinggou a:hover {
    transition: all 0.3s ease;
    color: #000000;
    transform: translateX(5px);
}

.point-top {
    margin-top: -2px;
    position: relative;
    left: 83.2%;
    border-radius: 3px;
    background: #D20062;
    height: 6px;
    width: 6px;
}

.line-top {
    margin-bottom: 10px;
    left: 80%;
    position: relative;
    width: 16%;
    height: 1.5px;
    background: #D20062;
}

.line-right {
    margin-top: 5px;
    height: 60px;
    margin-left: 5%;
    width: 0.2%;
    background: #D20062;
}

.line-bottom {
    margin-bottom: 15px;
    width: 23%;
    height: 1px;
    background: #D20062;
}

.function-img {
    left: 5%;
    position: absolute;
    width: 45%;
    z-index: 2;
}

.function-img img {
    height: 350px;
    width: 100%;
}

.function-img img:hover {
    transform: scale(1.02);
    box-shadow: 5px 5px 10px #646464;
    transition: all 0.3s ease-in-out;
}

.function-img video {
    box-shadow: 3px 3px 7px #646464;
    height: 100%;
    width: 100%;
}

.function-img video:hover {
    transform: scale(1.02);
    box-shadow: 5px 5px 10px #646464;
    transition: all 0.3s ease-in-out;
}

.function-text {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 2% 3% 4% 12%;
    left: 40%;
    box-shadow: 3px 3px 7px #646464;
    height: 80%;
    position: absolute;
    width: 55%;
    z-index: 1;
}

.function-tab {
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    padding-bottom: 35px;
    border-bottom: 2px solid transparent;
}

.function-tab.active {
    font-weight: bold;
    color: #D20062;
    border-bottom: 2px solid #D20062;
}

.functions-container {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.functions {
    transition: all 0.5s ease;
    display: none;
}

.functions.active {
    display: flex;
}

.functions.slide-in-right {
    display: flex;
    animation: slideInRight 0.5s ease;
}

.functions.slide-in-left {
    display: flex;
    animation: slideInLeft 0.5s ease;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.adv-card {
    overflow: hidden;
    border: 1px solid rgba(51, 112, 255, 0.1);
    position: relative;
    width: 35%;
    border-radius: 25px 25px 0 0;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.adv-title {
    font-size: 16px;
    padding-left: 15px;
    text-align: left;
    position: relative;
    color: white;
    background: #D20062;
    height: 2vw;
    line-height: 30px;

}

.adv-text {
    height: 170px;
    text-align: left;
    color: #5a5a5a;
    background: #f5f5f5;
    padding: 15px;
    font-size: 16px;
    letter-spacing: 1px;
}

/* ————————————————————————————————————————————产品使用场景—————————————————————————————————————— */
/* 按钮容器 */
.buttons-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.adv-title-left {
    align-content: end;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    height: 50%;
    width: 100%;
    color: black;
}

.adv-title-right {
    font-weight: bold;
    top: 40%;
    font-size: 26px;
    position: absolute;
    left: 15%;
    height: 50px;
    width: 110px;
    color: black;
}

/* 交互容器 */
.interactive-container {
    width: 30vw;
    display: flex;
    position: absolute;
    margin: 20px auto;
}

/* 圆形按钮 */
.circle-btn {
    width: 10px;
    height: 10px;
    background: #D20062;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 165px;
    right: 0;
    z-index: 10;
    transition: all 0.3s ease;
}

.circle-btn:hover {
    transform: scale(1.2);
}

.circle-btn:active {
    transform: scale(0.9);
}

/* 圆形按钮 */
.circle-btn2 {
    width: 10px;
    height: 10px;
    background: #D20062;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 165px;
    left: 0;
    z-index: 10;
    transition: all 0.3s ease;
}

.circle-btn2:hover {
    transform: scale(1.2);
}

.circle-btn2:active {
    transform: scale(0.9);
}

/* 涟漪容器 */
.ripple-container {
    position: absolute;
    top: 170px;
    width: 10px;
    height: 10px;
    z-index: 9;
}

.ripple-container.right {
    right: -5px;
}

.ripple-container.left {
    left: 5px;
}

/* 涟漪元素 */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: #d20062a6;
    transform: translate(-50%, -50%);
    animation: rippleAnimation 3.5s infinite;
}

.ripple:nth-child(2) {
    animation-delay: 0.5s;
}

.ripple:nth-child(3) {
    animation-delay: 1s;
}

/* 涟漪动画 */
@keyframes rippleAnimation {
    0% {
        width: 10px;
        height: 10px;
        opacity: 0.7;
    }

    100% {
        width: 50px;
        height: 50px;
        opacity: 0;
    }
}

/* SVG线条容器 */
.line-svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: 200px;
}

/* SVG线条容器 */
.line-svg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 200px;
}


/* 折线 */
.polyline {
    stroke: #D20062;
    stroke-width: 2;
    fill: none;
}

/* 默认隐藏的线条 */
#line1,
#line2,
#line3,
#line4,
#line5,
#line6,
#card1,
#card2,
#card3,
#card4,
#card5,
#card6 {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

/* 确保SVG元素可见 */
svg {
    display: block;
}

path {
    vector-effect: non-scaling-stroke;
}


.form-content {
    display: flex;
    padding: 0;
    justify-content: center;
    width: 40%;
    /* height: 100%; */
    justify-items: center;
    /* top: 50%; */
    position: relative;
}

.form1 {
    text-align: center;
    border-radius: 40px 0 40px 0;
    height: 65%;
    flex: 1;
    padding: 0 15px;
    background: #f9fbfd;
    border-right: 1px solid #eaeef2;
    top: 25%;
    left: 46%;
    width: 72%;
    background: white;
    align-items: center;
    justify-items: center;
    position: absolute;
}

.form-group {
    justify-content: space-between;
    margin-bottom: 20px;
    display: flex;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
    width: 30%;
}

.submit-btn {
    width: 60%;
    padding: 14px;
    /* background: linear-gradient(135deg, #1a6fc4, #2c8de0); */
    background: #D20062;
    color: white;
    border: none;
    border-radius: 18px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #D20062;
    /* background: linear-gradient(135deg, #155a9d, #1a6fc4); */
    box-shadow: 0 4px 12px #D20062;
}

.form-title {
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000000;
}

.form-control {
    width: 60%;
    padding: 12px 15px 12px 45px;
    /* 增加左侧内边距以容纳图片 */
    border: 1px solid #dce2e8;
    border-radius: 5px;
    font-size: 15px;
    transition: all 0.3s;
    position: relative;
    /* 为伪元素定位做准备 */
    background: #e8e8e8;
}

.form-control2 {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #dce2e8;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s;
    position: relative;
}


.modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    /* 固定定位 */
    z-index: 10;
    /* 置于顶层 */
    left: 0;
    top: 0;
    width: 100%;
    /* 宽度为100% */
    height: 100%;
    /* 高度为100% */
    overflow: auto;
    /* 滚动条 */
    background-color: rgb(0, 0, 0);
    /* 背景颜色 */
    background-color: rgba(0, 0, 0, 0.4);
    /* 黑色半透明背景 */
}

/* 模态框内容 */
.modal-content {
    height: 370px;
    top: 30%;
    left: 35%;
    width: 30%;
    position: absolute;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 60px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/* 关闭按钮 */
.close {
    right: 6%;
    top: 5%;
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.demand_form2 {
    height: 65%;
    position: absolute;
    top: 25%;
    left: 10%;
    width: 80%;
    justify-items: center;
}


.verification-code {
    display: flex;
    gap: 10px;
}

.verification-code input {
    flex: 1;
}

.send-code-btn {
    padding: 0 7px;
    background: white;
    color: #D20062;
    border: 0.5px solid #D20062;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 15px;
    transition: background 0.3s;
}

.send-code-btn:hover {
    background: #D20062;
    color: white;
}


.form-control2.phone-input {
    background-image: url('../iMES/手机号.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px;
}

.form-control2.yz-input {
    background-image: url('../iMES/验证码.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px;
}

.form-control2.gs-input {
    background-image: url('../iMES/公司名称.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px;
}

.form-control:focus {
    border-color: #D20062;
    box-shadow: 0 0 0 3px rgba(44, 141, 224, 0.2);
    outline: none;
}

.form-control2:focus {
    border-color: #D20062;
    box-shadow: 0 0 0 3px rgba(44, 141, 224, 0.2);
    outline: none;
}

.adv-img {
    justify-content: center;
    width: 35%;
    display: flex;
    align-items: end;
}

.btn-Frame {
    font-size: 16px;
    margin-top: 5px;
    background: #D20062;
    color: white;
    width: 10%;
    height: 50px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

.btn-Frame:hover {
    background: white;
    color: #D20062;
    transform: translateY(-5px);
    box-shadow: 0 0 10px #d2006283;
}

.img-container {
    overflow: hidden;
    position: relative;
    width: 10%;
    height: 450px;
}

.function-img2 {
    height: 100%;
}

/*  */
.gallery-container {
    width: 100%;
    /* max-width: 1200px; */
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    /* padding: 25px; */
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); */
}

.image-gallery {
    display: flex;
    height: 509px;
    gap: 8px;
    border-radius: 15px;
    overflow: hidden;
    /* padding: 0 10%; */
}

.image-item2 {
    flex: 2;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: flex 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    filter: brightness(0.85);
}

.image-item2.default-active {
    flex: 3;
    filter: brightness(1.1);
}

.image-item2.default-active .slide-in-content {
    left: 0;
}

.image-item2.default-active .image-overlay {
    background-color: #000000a5;
}

.image-item2:hover .image-overlay {
    background-color: #000000a5;
}


.image-item2:hover {
    flex: 3;
    filter: brightness(1.1);
    z-index: 2;
}

.image-item2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-item2:hover img {
    transform: scale(1.05);
}

/* 半透明灰色蒙版 */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3555b182;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.4s ease;
}

/* 蒙版内容容器 */
.overlay-content {
    text-align: center;
    color: white;
    width: 100%;
    padding: 20px;
    position: relative;
    z-index: 2;
}

/* 标题样式 */
.featured-image-caption {
    margin-top: 85px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* 详细信息样式 */
.featured-image-details {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* 滑入内容区域（默认隐藏） */
.slide-in-content {
    justify-items: center;
    position: absolute;
    left: -100%;
    bottom: 65px;
    width: 100%;
    padding: 20px;
    color: white;
    background: none;
    transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
}

/* 立即体验按钮样式 */
.explore-btn {
    margin-top: 20px;
    background: #D20062;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.explore-btn:hover {
    background: white;
    color: #D20062;
    transform: translateY(-5px);
    box-shadow: 0 0px 8px #d200624d;
}

/* 滑入文本样式 */
.slide-in-text {
    width: 80%;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}

/* 悬停时滑入内容从右侧进入 */
.image-item2:hover .slide-in-content {
    left: 0;
}

.instructions {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.2rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 15px 25px;
    border-radius: 10px;
    max-width: 600px;
}

.sceneContainer {
    position: relative;
    width: 40vw;
    height: 40vw;
    background-image: url(/template/pc/skin/iMES/车间.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.adv-card2 {
    width: 25%;
}

.dian {
    background: black;
    position: absolute;
    height: 1vh;
    width: 1vh;
    border-radius: 1vh;
}

.dian-ys {
    top: 0;
    right: -0.5vh;
}

.dian-yx {
    bottom: 0;
    right: -0.5vh;
}

.dian-zs {
    top: 0;
    left: -0.5vh;
}

.dian-zx {
    bottom: 0;
    left: -0.5vh;
}

.adv-line {
    height: 25%;
    width: 100%;
    border-top: 1.5px solid black;
    border-right: 1.5px solid black;
    position: relative;
}

.adv-line-ys {
    height: 25%;
    width: 100%;
    border-top: 1.5px solid black;
    border-right: 1.5px solid black;
    position: relative;
}

.adv-line-yx {
    height: 25%;
    width: 100%;
    border-bottom: 1.5px solid black;
    border-right: 1.5px solid black;
    position: relative;
}

.adv-line-zx {
    height: 25%;
    width: 100%;
    border-bottom: 1.5px solid black;
    border-left: 1.5px solid black;
    position: relative;
}

.adv-line-zs {
    height: 25%;
    width: 100%;
    border-top: 1.5px solid black;
    border-left: 1.5px solid black;
    position: relative;
}

.symk {
    margin-bottom: 10px;
}

.anli-cards {
    margin-top: 50px;
    display: none;
    justify-content: space-between;
}

.anli-cards.active{
    display: flex;
}

.anli-card {
    box-sizing: border-box;
    width: 30%;
    padding: 2%;
    box-shadow: 1px 1px 3px #d1d1d1;
    height: 320px;
}

.anli-top {
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D20062;
}

.anli-logo {
    margin-bottom: 15px;
    height: 60px;
}


.anli-logo img{
    height: 100%;
}

.anli-title {
    font-size: 25px;
    color: black;
    font-weight: 600;
}

.anli-title2 {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.anli-bottom {
    font-size: 16px;
    line-height: 1.6;
    color: black;
}

.last-dians{
    margin-top: 30px;
    gap: 10px;
    box-sizing: border-box;
    padding: 0 40%;
    display: flex;
    width: 100%;
    justify-content: center;
}

.last-dian{
    transition: all 0.3s ease-in-out;
    border: 1.5px solid #D20062;
    height: 8px;
    width: 8px;
    border-radius: 8px;
}

.last-dian.active{
    width: 40px;
    background-color: #D20062;
}

.huan{
    padding: 10px 0px 10px 10px;
    cursor: pointer;
}
