 /* æ¿å—å®¹å™¨ - å…¨æ–°ç±»å */
        .ui-showcase-block {
            width: 1580rem;
            margin: auto;
            margin-bottom: 50rem;
        }

        /* æ ‡é¢˜åŒºåŸŸ - å…¨æ–°ç±»å */
        .showcase-head {
            text-align: center;
            /* margin-bottom: 50px; */
        }
        .showcase-head h2 {
            font-size: 36px;
            color: #263c92;
            font-weight: 700;
            margin-bottom: 10px;
            transition: all 0.3s ease;
        }
        .showcase-head p {
            font-size: 20px;
            color: #666;
            font-weight: 400;
            letter-spacing: 1px;
        }
        .showcase-line {
            width: 60px;
            height: 3px;
            background-color: #ff3385;
            margin: 15px auto 0;
            border-radius: 2px;
        }

        /* ä¸»å›¾å¡ç‰‡ - å…¨æ–°ç±»å */
        .showcase-banner-card {
            height: 480rem;
            position: relative;
            width: 100%;
            border-radius: 16rem;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            margin-bottom: 30px;
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            cursor: pointer;
        }
        .showcase-banner-card:hover {
            transform: translateY(-6px) scale(1.01);
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        }
        .showcase-banner-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.6s ease;
        }
        .showcase-banner-card:hover img {
            transform: scale(1.03);
        }
        .showcase-badge {
            position: absolute;
            top: 0;
            right: 0;
            background-color: #e40082;
            color: #fff;
            padding: 13rem 20rem 13rem 50rem;
            border-radius: 0rem 0rem 0rem 91rem;
            font-size: 22rem;
            font-weight: 600;
            box-shadow: 0 4px 12px rgba(255, 51, 133, 0.3);
            transition: all 0.3s ease;
        }
        .showcase-banner-card:hover .showcase-badge {
            transform: scale(1.05);
            box-shadow: 0 6px 16px rgba(255, 51, 133, 0.4);
        }

        /* å¡ç‰‡ç½‘æ ¼ - å…¨æ–°ç±»å */
        .showcase-grid-layout {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 25px;
        }
        .showcase-item-card {
            background: #ffffff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 3px 15px rgba(0,0,0,0.06);
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            cursor: pointer;
        }
        .showcase-item-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.12);
        }
        .card-image-box {
            overflow: hidden;
            height: 331rem;
        }
        .card-image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .showcase-item-card:hover .card-image-box img {
            transform: scale(1.08);
        }
        .card-info-inner {
            padding: 20px;
            background: #c7e8fa;
            text-align: center;
        }
        .card-info-inner h3 {
            font-size: 24px;
            color: #263c92;
            margin-bottom: 8px;
            font-weight: 600;
            transition: color 0.3s ease;
        }
        .showcase-item-card:hover .card-info-inner h3 {
            color: #e40082;
        }
        .card-info-inner p {
            font-size: 16px;
            color: #263c92;
        }

        /* æŒ‰é’® - å…¨æ–°ç±»å */
        .showcase-custom-btn {
            display: block;
            margin: 40px auto 0;
            padding: 14px 40px;
            background-color: #165DFF;
            color: #fff;
            border: none;
            border-radius: 30px;
            font-size: 17px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(22, 93, 255, 0.25);
        }
        .showcase-custom-btn:hover {
            background-color: #0040cc;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(22, 93, 255, 0.35);
        }
        .showcase-custom-btn:active {
            transform: translateY(0);
            box-shadow: 0 2px 8px rgba(22, 93, 255, 0.2);
        }

        /* å“åº”å¼é€‚é… */
        @media (max-width: 768px) {
            .ui-showcase-block {
                padding: 40px 15px;
            }
            .showcase-head h2 {
                font-size: 28px;
            }
            .showcase-head p {
                font-size: 17px;
            }
            .showcase-badge {
                font-size: 16px;
                padding: 8px 16px;
            }
            .showcase-grid-layout {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .card-image-box {
                height: 180px;
            }
            .card-info-inner h3 {
                font-size: 21px;
            }
            .showcase-custom-btn {
                width: 100%;
                max-width: 300px;
            }
        }
        /*å…¬å¸ä¼˜åŠ¿*/
        /* ä¸»æ¿å—å®¹å™¨ */
        .biz-exp-block {
            width: 1580rem;
            margin: 80rem auto;
            margin-bottom: 5
        }

        /* æ ‡é¢˜åŒºåŸŸ */
        .biz-title-wrap {
            margin-bottom: 35px;
        }
        .biz-main-title {
            font-size: 40rem;
            color: #263c92;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .biz-sub-title {
            font-size: 20rem;
            color: #888;
            font-weight: 400;
        }

        /* å†…å®¹å¸ƒå±€ */
        .biz-layout-wrap {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 28px;
            /* align-items: center; */
            /* margin-bottom: 35px; */
        }

        /* å·¦ä¾§å¤§å›¾å¡ç‰‡ */
        .biz-large-card {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            cursor: pointer;
        }
        .biz-large-card:hover {
            transform: translateY(-6px) scale(1.01);
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        }
        .biz-large-card img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.6s ease;
        }
        .biz-large-card:hover img {
            transform: scale(1.03);
        }

        /* å³ä¾§å°å›¾ç½‘æ ¼ */
        .biz-grid-box {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px;
        }
        .biz-grid-item {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 3px 15px rgba(0,0,0,0.06);
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            cursor: pointer;
        }
        .biz-grid-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.12);
        }
        .biz-grid-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .biz-grid-item:hover img {
            transform: scale(1.08);
        }

        /* åº•éƒ¨ä¿¡æ¯æ  */
        .biz-info-bar {
            background: linear-gradient(to right, #e0f0ff, #f0f7ff);
            border-radius: 16px;
            padding: 30px;
            text-align: center;
        }
        .biz-info-main {
            font-size: 40rem;
            color: #263c92;
            font-weight: 700;
            margin-bottom: 14px;
        }
        .biz-info-desc {
            font-size: 20rem;
            color: #555;
            line-height: 1.6;
        }

        /* å“åº”å¼ */
        @media (max-width: 992px) {
            .biz-layout-wrap {
                grid-template-columns: 1fr;
            }
            .biz-main-title { font-size: 34px; }
            .biz-sub-title { font-size: 22px; }
            .biz-info-main { font-size: 28px; }
        }
        @media (max-width: 768px) {
            .biz-exp-block { padding: 40px 15px; }
            .biz-main-title { font-size: 28px; }
            .biz-sub-title { font-size: 19px; }
            .biz-info-bar { padding: 22px; }
            .biz-info-main { font-size: 24px; }
            .biz-info-desc { font-size: 16px; }
        }
        
        
        
        
        
        
        /*ä¸‰å¤§äº§å“*/
       .proseries-wrap {
            margin-top: 50rem;
            width: 1580rem;
            margin: 80rem auto;
            /* overflow: hidden; */
        }

        /* æ ‡é¢˜ â€”â€” ä¸ä¼šé‡å  */
        .proseries-head {
            text-align: center;
            height: 400rem;
            /* margin-bottom: 220rem; */
        }
        .proseries-title {
            font-size: 46px;
            color: #165DFF;
            font-weight: 700;
            margin-bottom: 12px;
        }
        .proseries-desc {
            font-size: 22px;
            color: #666;
        }

        /* äº§å“ç½‘æ ¼ */
        .proseries-grid {
            /* margin-top: 80rem; */
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 50px;
        }

        /* äº§å“å¡ç‰‡ */
        .proseries-card {
            position: relative;
            transition: all 0.45s ease;
            cursor: pointer;
        }
        .proseries-card:hover {
            transform: translateY(-12px);
        }

        /* ======================
           3D ç«‹ä½“åº•ç›˜ï¼ˆæ ¸å¿ƒæ•ˆæžœï¼‰
        ====================== */
        .proseries-3d-stage {
            position: relative;
            width: 100%;
            height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
        }

        /* åº•ç›˜æ¤­åœ† 3D æ•ˆæžœ */
        .proseries-ellipse {
            width: 82%;
            height: 70px;
            background: linear-gradient(180deg, #c5e2ff 0%, #eaf4ff 80%);
            border-radius: 50%;
            position: relative;
            box-shadow: 
                0 30px 35px -15px rgba(22,93,255,0.25),
                0 10px 20px -5px rgba(22,93,255,0.15),
                inset 0 -8px 15px rgba(255,255,255,0.6);
            transform: perspective(800px) rotateX(40deg);
            transition: all 0.5s ease;
        }

        /*  hover æ—¶åº•ç›˜å˜äº®ã€æ›´ç«‹ä½“ */
        .proseries-card:hover .proseries-ellipse {
            transform: perspective(800px) rotateX(40deg) scale(1.08);
            box-shadow: 
                0 40px 45px -18px rgba(22,93,255,0.35),
                0 15px 25px -8px rgba(22,93,255,0.25),
                inset 0 -10px 20px rgba(255,255,255,0.7);
        }

        /* é‡‘è‰²é«˜å…‰çº¿ */
        .proseries-gold-line {
            display: none;
            position: absolute;
            left: 10%;
            right: 10%;
            top: 50%;
            height: 3px;
            background: linear-gradient(90deg, #d4af37, #f6e28c, #d4af37);
            border-radius: 2px;
            opacity: 0.9;
        }

        /* äº§å“å›¾ç‰‡ */
        .proseries-img {
            position: absolute;
            top: -241rem;
            left: 50%;
            transform: translateX(-50%);
            width: 65%;
            height: auto;
            transition: transform 0.6s ease;
            z-index: 2;
        }
        .proseries-card:hover .proseries-img {
            transform: translateX(-50%) scale(1.12);
        }

        /* äº§å“æ–‡å­— */
        .proseries-name {
            text-align: center;
            font-size: 30rem;
            color: #263c92;
            font-weight: 600;
            margin-bottom: 10px;
        }
        .proseries-feature {
            text-align: center;
            font-size: 20rem;
            color: #263c92;
            line-height: 1.5;
        }

        /* å“åº”å¼ */
        @media (max-width: 768px) {
            .proseries-wrap { padding: 50px 15px; }
            .proseries-head { margin-bottom: 70px; }
            .proseries-title { font-size: 34px; }
            .proseries-desc { font-size: 18px; }
            .proseries-grid { grid-template-columns: 1fr; gap: 90px; }
            .proseries-name { font-size: 26px; }
            .proseries-feature { font-size: 17px; }
            .proseries-img { top: -110px; width: 60%; }
        }
        /*å…¬å¸æ–°é—»*/
        /* ========== ä¸»å®¹å™¨ ç‹¬ç«‹ç±»åï¼ˆä¸å†²çªï¼‰ ========== */
.admin-news-container {
                width: 1580rem;
                margin: 80rem auto;
                /* margin-bottom: 50px; */
}

/* ========== æ ‡é¢˜åŒºåŸŸï¼ˆåŽå°å¯æ”¹æ–‡å­—ï¼‰ ========== */
.admin-news-head {
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(20px);
    animation: adminFadeUp 0.8s 0.2s forwards;
}
@keyframes adminFadeUp {
    to { opacity: 1; transform: translateY(0); }
}
.admin-news-title {
    font-size: 44px;
    font-weight: 700;
    color: #111;
    position: relative;
    display: inline-block;
    /* åŽå°å¯ä¿®æ”¹æ ‡é¢˜æ–‡å­— */
}
.admin-news-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #165DFF;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%) scaleX(0);
    transition: transform 0.5s ease;
    animation: adminLine 0.8s 0.6s forwards;
}
@keyframes adminLine {
    to { transform: translateX(-50%) scaleX(1); }
}

/* ========== ä¸»å¸ƒå±€ ========== */
.admin-news-layout {
    width: 100%;
    display: flex;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 45px;
    align-items: start;
}

/* ========== å·¦ä¾§ä¸»æ–°é—»ï¼ˆåŽå°å¯å•ç‹¬ä¿®æ”¹ï¼‰ ========== */
.admin-news-main {
    /* height: 526rem; */
    width: 50%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    background: #fff;
    opacity: 0;
    transform: translateY(30px);
    animation: adminFadeUp 0.8s 0.4s forwards;
}
.admin-news-main:hover {
    transform: translateY(-12px) scale(1.01);
    box-shadow: 0 20px 50px rgba(22,93,255,0.15);
}

/* ä¸»æ–°é—»å›¾ç‰‡ï¼ˆåŽå°å¯ä¸Šä¼ /ä¿®æ”¹å›¾ç‰‡åœ°å€ï¼‰ */
.admin-news-main-img {
    width: 100%;
    height: 437rem;
    overflow: hidden;
    position: relative;
}
.admin-news-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s ease, filter 0.5s ease;
}
.admin-news-main:hover .admin-news-main-img img {
    transform: scale(1.08);
    filter: brightness(1.05);
}

/* ä¸»æ–°é—»å†…å®¹ï¼ˆåŽå°å¯ä¿®æ”¹æ ‡é¢˜ã€ç®€ä»‹ï¼‰ */
.admin-news-main-body {
    text-align: center;
    padding: 16rem;
}
.admin-news-main-title {
    font-size: 24rem;
    color: #222;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0rem;
    transition: color 0.3s ease;
    /* åŽå°å¯ä¿®æ”¹ä¸»æ–°é—»æ ‡é¢˜ */
}
.admin-news-main:hover .admin-news-main-title {
    color: #e40082;
    /* padding-left: 8px; */
}
.admin-news-main-desc {
    font-size: 14rem;
    color: #666;
    line-height: 1.7;
    /* åŽå°å¯ä¿®æ”¹ä¸»æ–°é—»ç®€ä»‹ */
}

/* ========== å³ä¾§æ–°é—»åˆ—è¡¨ï¼ˆåŽå°å¾ªçŽ¯è°ƒç”¨ï¼‰ ========== */
.admin-news-side {
    /* height: 700rem; */
    width: 50%;
    display: flex;
    flex-direction: column;
    /* gap: 28px; */
    opacity: 0;
    transform: translateY(30px);
    animation: adminFadeUp 0.8s 0.6s forwards;
}

/* åˆ—è¡¨é¡¹ï¼ˆåŽå°å¾ªçŽ¯è¿™ä¸€å—ï¼Œæ¯æ¡æ–°é—»å¯¹åº”ä¸€ä¸ªï¼‰ */
.admin-news-item {
    padding: 24px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
    transition: all 0.35s ease;
}
.admin-news-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background: #e40082;
    transition: width 0.4s ease;
}
.admin-news-item::after {
    content: "→";
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 18rem;
    color: #e40082;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.35s ease;
}

/* åˆ—è¡¨é¡¹æ‚¬æµ®äº¤äº’ */
.admin-news-item:hover {
    padding-left: 20rem;
    /* background: rgba(22,93,255,0.03); */
    /* border-color: #165DFF; */
}
.admin-news-item:hover::before {
    width: 100%;
}
.admin-news-item:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* åˆ—è¡¨é¡¹æ–‡å­—ï¼ˆåŽå°å¯ä¿®æ”¹æ¯æ¡æ–°é—»çš„æ ‡é¢˜ã€ç®€ä»‹ï¼‰ */
.admin-news-item-title {
    font-size: 19px;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    transition: color 0.3s;
    /* åŽå°å¯ä¿®æ”¹åˆ—è¡¨æ–°é—»æ ‡é¢˜ */
}
.admin-news-item:hover .admin-news-item-title {
    color: #e40082;
    font-weight: 600;
}
.admin-news-item-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    /* åŽå°å¯ä¿®æ”¹åˆ—è¡¨æ–°é—»ç®€ä»‹ */
}

/* ========== å“åº”å¼é€‚é…ï¼ˆæ— éœ€åŽå°å¹²é¢„ï¼‰ ========== */
@media (max-width: 992px) {
    .admin-news-layout { grid-template-columns: 1fr; }
    .admin-news-main-img { height: 280px; }
}
@media (max-width: 768px) {
    .admin-news-container { padding: 50px 15px; }
    .admin-news-title { font-size: 32px; }
    .admin-news-main-img { height: 220px; }
    .admin-news-main-body { padding: 25px; }
}
.zbian{}
.da{}
.zbian h3{}
.zbian span{}



.click-guide-icon {
        position: absolute;
        bottom: 30px;
        right: 220px;
        width: 60px;  /* 根据你图标的大小调整 */
        height: 60px;
        
        /* === 关键：在这里设置你的图标图片 === */
        background-image: url('../image/dianji.png');
        background-size: contain;   /* 确保图片完整显示 */
        background-repeat: no-repeat;
        background-position: center;
        z-index: 5;
        animation: pulse 2s infinite; /* 保持跳动动画 */
    }

    /* 定义跳动动画 */
    @keyframes pulse {
        0% { transform: scale(0.8); }
        50% { transform: scale(1.1); } /* 图片也会跟着缩放，产生跳动感 */
        100% { transform: scale(0.8); }
    }




        
        