/* 边缘计算盒子页面样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    display: none;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
    background: #f5f7fb;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.page {
    width: 100%;
    /* padding-top: 2.667rem; */
}

/* Hero 区域 */
.hero {
    background: linear-gradient(rgba(3, 67, 122, 0.24), rgba(63, 109, 192, 0.12)), url('../../../assets/images/product/edge-box/fa6b57f7367043a9ac7e8a196f552c03_mergeImage.png') center/cover;
    height: 17.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding-top: 2.667rem;
}

.hero__title {
    font-size: 2.133rem;
    font-weight: 600;
    margin-bottom: 0.533rem;
    margin-top: -0.1rem;
}

.hero__subtitle {
    font-size: 0.85333rem;
    opacity: 0.9;
}

/* 核心特点区域 */
.features {
    max-width: 51.2rem;
    padding: 3.413rem 2.133rem 3.413rem;
    background: #fff;
}

.features__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.133rem;
}

.features__left {
    width: 100%;
    text-align: center;
}

.features__title {
    font-size: 1.493rem;
    color: #1a1a1a;
    margin-bottom: 1.067rem;
    font-weight: 600;
    text-align: center;
}

.features__desc {
    font-size: 0.587rem;
    color: #666;
    line-height: 1.8;
    text-align: left;
}

.features__grid {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
}

.feature-card {
    background: #F5F7FB;
    padding: 1.07rem 0.83rem;
    border-radius: 0.32rem;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    flex: 0 0 auto;
    width: 6.67rem;
    height: 8.21rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-0.267rem);
    box-shadow: 0 0.533rem 1.6rem rgba(0,0,0,0.06);
}

.feature-card img {
    width: 1.49rem;
    height: 1.49rem;
    margin: 0 0 0.64rem 0;
    display: block;
}

.feature-card h3 {
    font-size: 0.8rem;
    color: #1a1a1a;
    margin-bottom: 0.59rem;
    font-weight: 500;
    text-align: center;
}

.feature-card p {
  display: flex;
  align-items: center;
  gap: 0.21rem;
  font-size: 0.48rem;
  color: #5A5A5A;
  line-height: 1rem;
    /* text-align: center; */
}
.feature-card p::before{
  content: '';
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: linear-gradient(180deg, #0070AB 0%, #003D72 100%);
}

/* 核心流程区域 */
.workflow {
    max-width: 51.2rem;
    margin: 0 auto;
    padding: 3.413rem 2.133rem;
    background-image: url('/assets/images/product/edge-box/5518865d5f524d10b69086e3fa49e4de_mergeImage.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.workflow__title {
    font-size: 1.493rem;
    color: #1a1a1a;
    margin-bottom: 2.667rem;
    font-weight: 600;
    text-align: center;
}

.workflow__images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.133rem;
}

.workflow__images img:first-child {
    width: 45.333rem;
    height: 10.24rem;
}

.workflow__images img:last-child {
    width: 45.333rem;
    height: 9.387rem;
}

/* 流程详细说明区域 */
.process {
    max-width: 51.2rem;
    margin: 3.2rem auto;
    padding: 2.133rem;
    display: flex;
    align-items: center;
    gap: 1.067rem;
    flex-wrap: wrap;
}

.process__step {
    flex: 1;
    min-width: 5.333rem;
    background: white;
    padding: 1.6rem;
    border-radius: 0.853rem;
}

.process__step h3 {
    font-size: 1.067rem;
    color: #003d72;
    margin-bottom: 0.853rem;
}

.process__step p {
    font-size: 0.907rem;
    color: #666;
    line-height: 1.6;
}

.process__arrow {
    width: 0.533rem;
    height: 0.533rem;
}

/* 部署方案区域 */
.deployment {
    max-width: 51.2rem;
    margin: 0 auto;
    padding: 3.413rem 2.133rem;
    background-color: #F5F7FB;
}

.deployment__title {
    font-size: 1.493rem;
    color: #1a1a1a;
    margin-bottom: 2.667rem;
    font-weight: 600;
    text-align: center;
}

.deployment__content {
    display: flex;
    gap: 2.667rem;
    align-items: flex-start;
    width: 45.333rem;
    margin: 0 auto;
    padding: 0.640rem 1.067rem;
    background-image: url('/assets/images/product/edge-box/deploy-bj.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.427rem;
    background-color: #fff;
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
}

.deployment__left {
    flex: 1;
    margin-top: 0.533rem;
}

.deployment__table {
    width: 18.4rem;
    background: white;
    border: 1px solid #E6E6E6;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0.23rem;
    overflow: hidden;
    margin-bottom: 1.6rem;
}

.deployment__table th,
.deployment__table td {
    padding: 0.533rem 0.8rem;
    text-align: center;
    font-size: 0.427rem;
    border: 1px solid #E8EBF0;
}

.deployment__table th {
    background: #F5F7FB;
    font-weight: 500;
    color: #003D72;
}

.deployment__table td {
    color: #666;
    background: white;
}

.deployment__notes {
    list-style: none;
    padding: 0;
}

.deployment__notes li {
  display: flex;
  gap: 0.160rem;
  align-items: center;
  font-size: 0.48rem;
  color: #5A5A5A;
  margin-bottom: 0.853rem;
}

.deployment__notes li:before {
  display: block;
  content: "●";
  font-size: 0.587rem;
  color: #3F6DC0;
}

.deployment__right {
    flex-shrink: 0;
}

.deployment__right img {
    width: 21.333rem;
    height: 14.56rem;
    object-fit: cover;
}

/* 响应式 */
@media (max-width: 1440px) {
    .deployment__content {
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .deployment__content {
        flex-direction: column;
    }
    .deployment__left,
    .deployment__right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .deployment__content {
        padding: 1.600rem 0.640rem;
        flex-direction: column;
    }

    .workflow__diagram,
    .process {
        flex-direction: column;
    }
}

/* 动画效果 */
section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s, transform 0.6s;
}

section.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* 图片懒加载 */
img {
    loading: lazy;
}
