.elementor-5914 .elementor-element.elementor-element-4d078b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5914 .elementor-element.elementor-element-86bc410{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5914 .elementor-element.elementor-element-b211381{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c42c76c */<style>
/* 容器设置 */
.apple-hero-fixed {
    display: flex !important;
    flex-direction: column !important;
    /* 核心：确保 Flex 子元素在水平轴居中 */
    align-items: center !important; 
    justify-content: center !important;
    text-align: center !important;
    /* 上边距调小到 20px (您可以根据需要改为 10px 或 0) */
    padding: 0px 0px 0 !important; 
    background-color: #ffffff !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif !important;
}

/* 文字内容包裹层 */
.hero-content {
    width: 100% !important; /* 必须撑满宽度才能实现内部居中 */
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 25px !important; 
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* 每一行文字的强制居中 */
.hero-title, .hero-subtitle, .hero-date {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.hero-title {
    font-size: clamp(30px, 8vw, 60px) !important;
    font-weight: 700 !important;
    color: #1d1d1f !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.1 !important;
}

.hero-subtitle {
    font-size: clamp(16px, 4vw, 24px) !important;
    margin: 5px 0 15px 0 !important;
    color: #1d1d1f !important;
    line-height: 1.4 !important;
}

.hero-date {
    font-size: clamp(12px, 2vw, 17px) !important;
    color: #86868b !important;
    text-transform: uppercase !important;
    margin-bottom: 25px !important;
    letter-spacing: 0.05em !important;
}

/* 按钮组居中 */
.hero-buttons {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 35px !important; /* 控制按钮到图片的距离 */
    width: 100% !important;
}

.btn {
    text-decoration: none !important;
    font-size: clamp(13px, 2vw, 17px) !important;
    font-weight: 500 !important;
    padding: 10px 24px !important;
    border-radius: 980px !important;
    transition: 0.3s !important;
    white-space: nowrap !important;
}

.btn-blue {
    background-color: #0071e3 !important;
    color: #ffffff !important;
}

.btn-outline {
    border: 1px solid #1d1d1f !important;
    color: #1d1d1f !important;
}

/* 图片居中 */
.hero-image {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.hero-image img {
    width: 100% !important;
    max-width: 850px !important;
    height: auto !important;
    display: block !important;
}

/* 针对手机端的极简补丁 */
@media (max-width: 767px) {
    .apple-hero-fixed {
        padding-top: 10px !important;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4884f00 */<style>
/* 1. 网格容器设置 */
.apple-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* 电脑端 2 列 */
    gap: 12px !important; /* 间距 */
    padding: 12px !important;
    background-color: #ffffff !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* 2. 单个产品块设置 */
.grid-item {
    background-color: #f5f5f7 !important; /* Apple 经典的浅灰色背景 */
    padding: 50px 20px 0 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    overflow: hidden !important;
    min-height: 500px !important;
    position: relative !important;
}

/* 3. 文字内容 */
.item-content {
    z-index: 2 !important;
}

.item-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #1d1d1f !important;
    margin: 0 !important;
}

.item-desc {
    font-size: 17px !important;
    color: #1d1d1f !important;
    margin: 8px 0 !important;
}

.item-link {
    color: #0066cc !important;
    text-decoration: none !important;
    font-size: 17px !important;
}

.item-link:hover {
    text-decoration: underline !important;
}

/* 4. 图片处理 */
.item-image {
    margin-top: 30px !important;
    flex-grow: 1 !important;
    display: flex !important;
    align-items: flex-end !important; /* 图片靠下对齐 */
    justify-content: center !important;
}

.item-image img {
    width: auto !important;
    max-width: 90% !important;
    height: auto !important;
    max-height: 350px !important;
    transition: transform 0.5s ease !important; /* 动画效果 */
}

/* 悬浮图片稍微放大 */
.grid-item:hover .item-image img {
    transform: scale(1.05);
}

/* 5. 手机端适配：改为 1 列 */
@media (max-width: 734px) {
    .apple-grid {
        grid-template-columns: 1fr !important;
    }
    .grid-item {
        min-height: 450px !important;
        padding-top: 40px !important;
    }
}
</style>/* End custom CSS */