#c_magiccube_009-17755307335790 {
    background-image: linear-gradient(rgba(11, 16, 22, 0), rgba(11, 16, 22, 0)), url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025120614212048756/cms/image/3761b1c6-e7f6-4f3e-bef1-8f78ecefd3b0.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#c_magiccube_009-17755307335790 .p_tab_wrapper {
    height: 100%;
}

#c_magiccube_009-17755307335790 .left {
    width: 220px;
    z-index: 10;
    background1: rgba(20, 25, 35, 0.35);
    backdrop-filter1: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow1: 5px 0 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#c_magiccube_009-17755307335790 .left .tab-item {
    width: 100%;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 25px;
    cursor: pointer;
    color: #f6faff;
    border-left: 4px solid transparent;
    transition: all 0.3s;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

#c_magiccube_009-17755307335790 .left .tab-item.p_active {
    background: linear-gradient(90deg, rgb(178 0 0 / 86%) 0%, transparent 100%);
    color: #fff;
    border-left: 4px solid #ff4d4f;
}

#c_magiccube_009-17755307335790 .left-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#c_magiccube_009-17755307335790 .p_content {
    width: 100%;
}

#c_magiccube_009-17755307335790 .content-box {
    overflow: visible;
}

/* 主体内容 */
#c_magiccube_009-17755307335790 .main-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 80px 50px 0;
    gap: 20px;
}

#c_magiccube_009-17755307335790 svg {
    width: 50%;
    height: 50%;
}

/* --- 扇形核心样式 --- */
#c_magiccube_009-17755307335790 .sector-path {
    fill: url(#normalGrad);
    stroke: #253347;
    stroke-width: 1.5;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* 鼠标悬浮及激活时的样式 */
#c_magiccube_009-17755307335790 .sector-group:hover .sector-path,
#c_magiccube_009-17755307335790 .sector-group.active .sector-path {
    fill: url(#activeGrad);
    stroke: url(#whiteBorderGrad);
    stroke-width: 2;
    filter: url(#glow);
}

#c_magiccube_009-17755307335790 .sector-text {
    fill: #7d96b5;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    pointer-events: none;
}

#c_magiccube_009-17755307335790 .sector-group:hover .sector-text,
#c_magiccube_009-17755307335790 .sector-group.active .sector-text {
    fill: #ffffff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

#c_magiccube_009-17755307335790 .sector-image {
    pointer-events: none;
    opacity: 0.6;
    transition: all 0.3s ease;
}

#c_magiccube_009-17755307335790 .sector-group:hover .sector-image,
#c_magiccube_009-17755307335790 .sector-group.active .sector-image {
    opacity: 1;
    transform: scale(1.08);
}

/* 中心圆形块 - 白底黑字 */
#c_magiccube_009-17755307335790 .center-circle {
    fill: #ffffff;
    stroke: #d0d7e2;
    stroke-width: 6;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.6));
}

#c_magiccube_009-17755307335790 .center-text {
    fill: #111;
    font-size: 22px;
    font-weight: bold;
    text-anchor: middle;
}

#c_magiccube_009-17755307335790 .center-sub {
    fill: #333;
    font-size: 13px;
    text-anchor: middle;
}

/* ================= 右侧信息面板 ================= */
#c_magiccube_009-17755307335790 .info-panel {
    width: 65%;
    overflow: visible;

    display: flex;
    justify-content: center;
    gap: 20px;
    height: 360px;
}

#c_magiccube_009-17755307335790 .info-Box {
    width: 100%;
    /* background: linear-gradient(135deg, rgba(41, 73, 98, 0.1), rgba(58, 104, 129, 0.1)); */
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    /* padding: 25px; */
    /* border-radius: 12px; */
    /* box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6); */
    /* backdrop-filter: blur(15px); */
    -webkit-backdrop-filter: blur(15px);
    overflow: visible;
    display: flex;
    gap: 20px;
    height: 330px;
    max-width: 800px;
    perspective: 1500px;
}

#c_magiccube_009-17755307335790 .info-left {
    background: linear-gradient(135deg, rgba(41, 73, 98, 0.1), rgba(58, 104, 129, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px);
    width: 100%;
    max-width: 440px;
    transform: rotateY(-40deg) skewY(0deg);
    transform-style: preserve-3d;
    position: absolute;
    right: 0;
}

#c_magiccube_009-17755307335790 .info-imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -35%;
    margin-bottom: -80px;
    width: calc(100% - 50px);
    padding-bottom: 20px;
}

#c_magiccube_009-17755307335790 .info-imgbox a{
    width: 100%;
    height: 100%;
}

/* 🌟 破框而出的右侧图片 */
#c_magiccube_009-17755307335790 .info-out-img {
    width: 100%;
    height: auto;
    /* 确保盖在面板最上方 */
    pointer-events: none;

    /* 模拟3D图片的悬浮阴影感 */
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.7));

    /* 为了测试方形图片好看加的圆角。使用真实透明PNG机器图时，可删掉圆角 */
    border-radius: 10px;

    /* 增加一点入场动画效果 */
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#c_magiccube_009-17755307335790 .info-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    font-weight: bold;
    width: 100%;
    /* 给右边的破框图片留出文字空间 */
}

#c_magiccube_009-17755307335790 .info-title:hover{
    color: #c52828;
}

#c_magiccube_009-17755307335790 .info-data {
    color: #8aa1be;
    font-size: 18px;
    line-height: 1.6;
}

#c_magiccube_009-17755307335790 .info-data span {
    color: #00ff88;
    font-size: 18px;
    font-weight: bold;
}

#c_magiccube_009-17755307335790 #info-img-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

/* 生成的图片共用样式 */
#c_magiccube_009-17755307335790 .info-out-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.7));
    border-radius: 10px;

    /* 核心：默认透明度为0，并添加平滑过渡动画 */
    opacity: 0;
    transform: translateX(50px) scale(0.9);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* 激活状态的图片 */
#c_magiccube_009-17755307335790 .info-out-img.active {
    opacity: 1;
    transform: translateX(0px) scale(1);
}

/* ================= 🌟 新增：外围渐变圆圈样式 ================= */

/* 靠近扇形的渐变实线圈 */
#c_magiccube_009-17755307335790 .outer-ring-solid {
    fill: none;
    stroke: url(#outerRingGrad);
    stroke-width: 22;
    /* 🌟 调整：从 1.5 加粗到 5 */
    opacity: 0.9;
    pointer-events: none;
}

/* 外围的辅助虚线圈（如果觉得虚线太细，也可以把这里的 stroke-width 从 1 改成 2） */
#c_magiccube_009-17755307335790 .outer-ring-dashed {
    fill: none;
    stroke: rgba(138, 161, 190, 0.4);
    stroke-width: 1.5px;
    stroke-dasharray: 5 6;
    pointer-events: none;

    transform-origin: 340px 340px;
    animation: spinRing 60s linear infinite;
}

#c_magiccube_009-17755307335790 .detail-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 9px 25px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s;
}

#c_magiccube_009-17755307335790 .detail-btn:hover {
    background: #c52828; /* 鼠标悬停变红，呼应你的主题色 */
    border-color: #ff4d4f;
    color: #fff;
}

/* 虚线圈的缓慢旋转动画 (如果觉得不需要可以把上面那两行和这段删掉) */
@keyframes spinRing {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:768px) {
    #c_magiccube_009-17755307335790 .main-content {
        display: flex;
        flex-direction: column;
        padding: 30px 0px 0;
    }

    #c_magiccube_009-17755307335790 svg {
        width: 96%;
        height: 96%;
    }

    #c_magiccube_009-17755307335790 .info-panel {
        width: 100%;
        height: auto;
        padding-bottom: 44px;
    }

    #c_magiccube_009-17755307335790 .info-Box {
        perspective: 0;
        flex-direction: column;
        height: auto;
        gap: 10px;
    }

    #c_magiccube_009-17755307335790 .info-imgbox {
        margin-left: 0;
        margin-bottom: 0;
        padding-bottom: 0px;
        width: 100%;
    }

    #c_magiccube_009-17755307335790 #info-img-container {
        height: 260px;
    }

    #c_magiccube_009-17755307335790 .info-out-img {
        position: absolute;
        height: 100%;
        object-fit: contain;
    }

    #c_magiccube_009-17755307335790 .info-left {
        transform: rotateY(0deg) skewY(0deg);
        position: static;
        width: 94%;
        padding: 18px 15px;
        margin: 0 auto;
    }

    #c_magiccube_009-17755307335790 .p_tab_wrapper {
        flex-direction: column;
    }

    #c_magiccube_009-17755307335790 .left {
        flex-direction: row;
        flex-wrap: wrap;
        border: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #c_magiccube_009-17755307335790 .info-title {
        font-size: 18px;
        color: #fff;
        margin-bottom: 12px;
        text-align: center;
        padding-bottom: 8px;

    }

    #c_magiccube_009-17755307335790 .info-data span {
        font-size: 14px;
    }

    #c_magiccube_009-17755307335790 .info-data {
        font-size: 14px;
        line-height: 2.1;
    }

    #c_magiccube_009-17755307335790 .left .tab-item {
        width: auto;
        font-size: 16px;
        padding: 8px 18px;
        border-left: 0;
        margin: 2px;
        background-color: #0000004d;
    }

    #c_magiccube_009-17755307335790 .left .tab-item.p_active {
        border-left: 0 solid #ff4d4f;
        background: linear-gradient(0deg, rgb(178 0 0 / 86%) 0%, transparent 100%);
    }
}