/* 内页全新设计样式 - 现代化风格 */

/* 响应式图片样式 */
.iron-17fb,
.layout-c127 {
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 1.5rem auto;
    display: block;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    border-radius: 2rem;
}

/* 英雄区域保持不变 */
.photo_b38d {
    background: rgba(30, 58, 95, 0.1);
    padding: 2.5rem 0;
    margin: 1rem 0;
    border-radius: 20px;
    border: 1px solid rgba(59, 130, 246, 0.1);
}

.photo_b38d h1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.photo_b38d p {
    color: #e9ecef;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

/* 全新内容区域设计 */
.accent_fast_ad7d {
    background: linear-gradient(135deg, #0A1929 0%, #1E3A5F 50%, #1E3A5F 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.accent_fast_ad7d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.pressed_6a2d.dim-601b/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.1;
    pointer-events: none;
}

/* 功能卡片网格 */
.dirty-7030 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.wrapper-white-6f87 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.wrapper-white-6f87::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.15), transparent);
    transition: left 0.6s ease;
}

.wrapper-white-6f87:hover::before {
    left: 100%;
}

.wrapper-white-6f87:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(30, 58, 95, 0.35);
    border-color: rgba(59, 130, 246, 0.35);
}

.tall_fe23 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* Image sizing for feature icons */
.tall_fe23 img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: inline-block;
}

@media (max-width: 480px) {
    .tall_fe23 img {
        width: 192px;
        height: 192px;
    }
}

.large-4262 {
    text-align: center;
}

.title_5ccf {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.active_879b {
    font-size: 1rem;
    color: #e9ecef;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    line-height: 1.5;
}

.pink-e9ad {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.modal_selected_c33e {
    background: linear-gradient(135deg, #3B82F6 0%, #60A5FA 100%);
    color: #ffffff;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.35);
}

.main_8d89 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #00D4FF 0%, #3B82F6 100%);
    color: #0A1929;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.35);
    position: relative;
    overflow: hidden;
}

.main_8d89::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.6s ease;
}

.main_8d89:hover::before {
    left: 100%;
}

.main_8d89:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 12px 35px rgba(0, 212, 255, 0.55);
    color: #0A1929;
    text-decoration: none;
}

.glass-0ae7 {
    font-style: normal;
    transition: transform 0.3s ease;
}

.main_8d89:hover .glass-0ae7 {
    transform: translateX(5px);
}

/* 步骤流程设计 */
.border-steel-3eb2 {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.25) 0%, rgba(30, 58, 95, 0.15) 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
    margin: 3rem 0;
    border: 1px solid rgba(59, 130, 246, 0.35);
    position: relative;
    overflow: hidden;
}

.border-steel-3eb2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.pressed_6a2d.dim-601b/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,107,107,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.aside-under-ab48 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2rem;
    text-shadow: 0 4px 20px rgba(59, 130, 246, 0.35);
    background: linear-gradient(135deg, #3B82F6 0%, #00D4FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.grid_4076 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.primary_82b3 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 15px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
}

.primary_82b3:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(30, 58, 95, 0.35);
    border-color: rgba(59, 130, 246, 0.35);
}

.dirty_2da8 {
    background: linear-gradient(135deg, #3B82F6 0%, #00D4FF 100%);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 auto 1rem;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.35);
}

.feature_c32e {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.border-4721 {
    font-size: 0.9rem;
    color: #e9ecef;
    opacity: 0.8;
    line-height: 1.4;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .accent_fast_ad7d {
        padding: 3rem 0;
    }
    
    .dirty-7030 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .wrapper-white-6f87 {
        padding: 1.5rem;
    }
    
    .tall_fe23 {
        font-size: 2.5rem;
    }
    
    .title_5ccf {
        font-size: 1.3rem;
    }
    
    .border-steel-3eb2 {
        padding: 2rem 1rem;
    }
    
    .aside-under-ab48 {
        font-size: 1.8rem;
    }
    
    .grid_4076 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .accent_fast_ad7d {
        padding: 2rem 0;
    }
    
    .wrapper-white-6f87 {
        padding: 1.2rem;
    }
    
    .tall_fe23 {
        font-size: 2rem;
    }
    
    .title_5ccf {
        font-size: 1.2rem;
    }
    
    .pink-e9ad {
        gap: 0.3rem;
    }
    
    .modal_selected_c33e {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .border-steel-3eb2 {
        padding: 1.5rem 1rem;
    }
    
    .aside-under-ab48 {
        font-size: 1.6rem;
    }
}

.photo_b38d .soft_7567 {
    font-size: 1.1rem;
    padding: 0.8rem 2rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    position: relative;
    z-index: 1;
}

/* 内页网格布局 */
.north_1e67 {
    margin-top: 2rem;
    gap: 1rem;
}

/* PC端横向显示 */
@media (min-width: 992px) {
    .north_1e67 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 1.5rem;
    }
    
    .north_1e67 .pink_4199.preview_7cda {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        display: flex;
    }
    
    .north_1e67 .current-1f8c {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* 大屏幕横向显示 */
@media (min-width: 1200px) {
    .north_1e67 {
        gap: 2rem;
    }
    
    .north_1e67 .pink_4199.preview_7cda {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

/* 超大屏幕横向显示 */
@media (min-width: 1400px) {
    .north_1e67 {
        gap: 2.5rem;
    }
    
    .north_1e67 .pink_4199.preview_7cda {
        flex: 0 0 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
    }
}

/* 内页卡片样式 */
.current-1f8c {
    background: #1E3A5F;
    border: 2px solid #1E3A5F;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.current-1f8c::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: left 0.6s ease;
}

.current-1f8c:hover::before {
    left: 100%;
}

.current-1f8c:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: #3B82F6;
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
}

.current-1f8c h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.top-6e4f {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    margin: 1rem 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.current-1f8c p {
    color: #e9ecef;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.current-1f8c .soft_7567 {
    background-color: #3B82F6;
    color: #ffffff;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}

.current-1f8c .soft_7567:hover {
    background-color: #2563EB;
    transform: scale(1.05);
}

/* 特色内容区域 */
.heading-under-92de {
    background: rgba(30, 58, 95, 0.08);
    border-radius: 18px;
    padding: 2.5rem;
    margin: 2.5rem 0;
    border: 1px solid rgba(59, 130, 246, 0.2);
    position: relative;
    overflow: hidden;
}

.heading-under-92de::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #3B82F6;
    border-radius: 20px;
    z-index: -1;
    opacity: 0.2;
}

.heading-under-92de h2 {
    color: #00D4FF;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.heading-under-92de p {
    color: #e9ecef;
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

/* 信息列表样式 */
.narrow-ac6a {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.narrow-ac6a li {
    background: rgba(255, 255, 255, 0.05);
    margin: 0.75rem 0;
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: #e9ecef;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.narrow-ac6a li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #3B82F6;
    border-radius: 0 2px 2px 0;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.narrow-ac6a li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(8px) scale(1.02);
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.2);
}

.narrow-ac6a li:hover::before {
    transform: scaleY(1);
}

/* 步骤指示器 */
.new_2c83 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.5rem 0;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(30, 58, 95, 0.04);
    border-radius: 16px;
    border: 1px solid rgba(59, 130, 246, 0.1);
}

.info-upper-1e3c {
    background: #1E3A5F;
    border: 2px solid #3B82F6;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.3rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.info-upper-1e3c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.info-upper-1e3c:hover::before {
    transform: scale(1);
}

.info-upper-1e3c:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5);
    border-color: #60A5FA;
}

/* 导航菜单当前页面高亮 - 已禁用 */
/* .badge-last-13a1 a[href*=".modal-lite-8469"] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.25) 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(156, 39, 176, 0.3);
    transform: translateY(-2px);
} */

/* 响应式调整 */
@media (max-width: 768px) {
    .photo_b38d {
        padding: 1.5rem 0;
        border-radius: 15px;
        margin: 0.5rem 0;
    }
    
    .photo_b38d h1 {
        font-size: 1.75rem;
    }
    
    .current-1f8c {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .top-6e4f {
        font-size: 2rem;
    }
    
    .heading-under-92de {
        padding: 1.5rem;
        border-radius: 15px;
        margin: 1.5rem 0;
    }
    
    .heading-under-92de::before {
        border-radius: 17px;
    }
    
    .narrow-ac6a li {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .new_2c83 {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .info-upper-1e3c {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* 移动端防止图片溢出 */
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden;
    }
    
    section img {
        max-width: 100%;
        height: auto;
    }
    
    .pink_4199 img,
    .preview_7cda img {
        max-width: 100%;
        height: auto;
    }
    
    .iron-17fb,
    .layout-c127 {
        max-width: 100%;
    }
}

/* 小屏幕额外保护 */
@media (max-width: 480px) {
    .iron-17fb,
    .layout-c127 {
        margin: 0.75rem auto;
    }
    
    img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* css-noise: f877 */
.phantom-card-n1 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
