/* 全局重置，根治高分屏盒子尺寸偏差，所有元素边框内计算宽高 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page {
    background-color: rgba(4, 7, 20, 1);
    position: relative;
    width: 100%;
    /* 删掉死写固定高度，交由内部元素自适应撑开，Mac缩放不会纵向错位 */
    min-height: 100vh;
    overflow: hidden;
}


.box_1 {
    width: 100%;

    background: url("../images/bg_1.png") no-repeat;
    background-size: 100% 100%;
}

.group_1 {
    width: 353px;
    height: 82px;
    /* 固定左侧边距在Mac高分会偏移，改用父容器flex流式布局 */
    margin: 206px 0 0 240px;
}

.image_1 {
    width: 353px;
    height: 82px;
}

.text_1 {
    width: 249px;
    height: 48px;
    overflow-wrap: normal;
    color: rgba(51, 51, 51, 1);
    font-size: 40px;
    font-family: yixinniangaoti;
    font-weight: normal;
    text-align: left;
    /* 移除强制单行禁止换行，Mac字体更宽极易溢出 */
    white-space: normal;
    line-height: 48px;
    margin-top: 17px;
}

.text-group_1 {
    width: 774px;
    height: 154px;
    margin: 117px 0 0 240px;
}

.text_2 {
    width: 774px;
    height: 58px;
    overflow-wrap: normal;
    color: rgba(51, 51, 51, 1);
    font-size: 42px;
    font-family: AlibabaPuHuiTiH;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 58px;
}

.paragraph_1 {
    width: 578px;
    height: 66px;
    overflow-wrap: normal;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 22px;
    margin-top: 30px;
}

.group_2 {
    background-color: rgba(111, 109, 251, 1);
    border-radius: 10px;
    width: 254px;
    height: 62px;
    margin: 117px 0 342px 240px;
    /* flex实现内部元素居中对齐 */
    display: flex;
    align-items: center;
}

.image-text_1 {
    width: 213px;
    height: 25px;
    margin: 0 0 0 21px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.text-group_2 {
    overflow-wrap: normal;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    text-align: center;
    white-space: normal;
    line-height: 25px;
}

.thumbnail_1 {
    width: 20px;
    height: 20px;
}

.box_2 {
    background-image: url("../images/bg_big.png");
    height: 815px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.group_3 {
    width: 100%;
    height: 142px;
    margin-top: 247px;
    align-items: center; /* 垂直居中对齐 */
    justify-content: center; /* 核心：让整体内容在容器中居中 */
    align-items: center;
    gap: 220px;
}

/* 确保图片能够响应式缩放，防止在大屏或小屏上变形、溢出 */
.group_3 img {
    max-width: 25%; /* 三张图，每张最多占 30% 宽度，留出剩余空间做间距 */
    height: auto; /* 保持图片原有比例 */
    object-fit: contain; /* 确保图片内容完整显示 */
}

.image-wrapper_1 {
    width: 48px;
    height: 89px;
    margin-top: 46px;
}

.thumbnail_2 {
    width: 14px;
    height: 14px;
}

.label_1 {
    width: 48px;
    height: 48px;
    margin-top: 27px;
}

.image_2 {
    width: 243px;
    height: 139px;
}

.image_40 {
    width: 249px;
    height: 143px;
}

.image-wrapper_2 {
    height: 143px;
    width: 249px;
}

.thumbnail_3 {
    width: 14px;
    height: 14px;
}

.image-wrapper_3 {
    width: 48px;
    height: 89px;
    margin-top: 46px;
}

.thumbnail_4 {
    width: 14px;
    height: 14px;
}

.label_2 {
    width: 48px;
    height: 48px;
    margin-top: 27px;
}

.image_3 {
    width: 253px;
    height: 137px;
}

.label_3 {
    width: 25px;
    height: 25px;
}

.group_4 {
    width: 100%;

    margin: 59px auto 246px;

    justify-content: center; /* 让文字组整体居中，这样两端留白绝对相等 */
    align-items: center;
}

.list_1 {
    display: flex;
    flex-direction: row;

    /*width: 1098px;*/
    /*height: 122px;*/
    /*align-items: center; !* 垂直居中对齐 *!*/
    /*justify-content: center; !* 核心：让整体内容在容器中居中 *!*/
    /*align-items: center;*/
    gap: 268px;
}

/* 3. 单个文字模块：确保模块内部的两行文字水平居中 */
.list_1 .flex-col {
    display: flex;
    flex-direction: column;
    align-items: center; /* 核心：让数字和下面的描述文字水平对齐居中 */
    text-align: center;  /* 确保多行文字自身的文本居中 */
}

.text-group_3-0 {
    position: relative;
    width: 194px;
    height: 122px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text_3-0 {
    position: absolute;
    left: 23px;
    top: 0;
    width: 147px;
    height: 69px;
    overflow-wrap: normal;
    color: rgba(51, 51, 51, 1);
    font-size: 50px;
    font-family: AlibabaPuHuiTiM;
    font-weight: normal;
    text-align: center;
    white-space: normal;
    line-height: 69px;
}

.text_5-0 {
    width: 194px;
    height: 33px;
    overflow-wrap: normal;
    color: rgba(102, 102, 102, 1);
    font-size: 24px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    text-align: center;
    white-space: normal;
    line-height: 33px;
    margin-top: 89px;
}

.text-group_3-1 {
    position: relative;
    width: 194px;
    height: 122px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text_4-1 {
    position: absolute;
    top: 0;
    width: 146px;
    height: 69px;
    overflow-wrap: normal;
    color: rgba(51, 51, 51, 1);
    font-size: 50px;
    font-family: AlibabaPuHuiTiM;
    font-weight: normal;
    text-align: center;
    white-space: normal;
    line-height: 69px;
}

.text_5-1 {
    width: 194px;
    height: 33px;
    overflow-wrap: normal;
    color: rgba(102, 102, 102, 1);
    font-size: 24px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    text-align: center;
    white-space: normal;
    line-height: 33px;
    margin-top: 89px;
}

.text-group_3-2 {
    position: relative;
    width: 194px;
    height: 122px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text_4-2 {
    position: absolute;
    top: 0;
    width: 146px;
    height: 69px;
    overflow-wrap: normal;
    color: rgba(51, 51, 51, 1);
    font-size: 50px;
    font-family: AlibabaPuHuiTiM;
    font-weight: normal;
    text-align: center;
    white-space: normal;
    line-height: 69px;
}

.text_5-2 {
    width: 194px;
    height: 33px;
    overflow-wrap: normal;
    color: rgba(102, 102, 102, 1);
    font-size: 24px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    text-align: center;
    white-space: normal;
    line-height: 33px;
    margin-top: 89px;
}

.label_4 {
    position: absolute;
    left: 588px;
    top: 266px;
    width: 25px;
    height: 25px;
}

.label_5 {
    position: absolute;
    left: 1047px;
    top: 273px;
    width: 25px;
    height: 25px;
}

.label_6 {
    position: absolute;
    left: 823px;
    top: 347px;
    width: 48px;
    height: 48px;
}

.box_30 {
    background-color: white;
    width: 100%;
    /* 关键修改：最小高度为 100% 视口高度，确保至少占满一屏，但不会写死高度 */
    min-height: 110vh;
    /* 如果里面有定位元素，确保它能自适应 */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 让里面的文字和右侧图片整体垂直居中，防止上下贴边 */

}

.box_3 {
    background-image: url("../images/bg_3.png");
    width: 100%;
    /* 保持和父级一样，使用 min-height 撑开 */
    min-height: 110vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


    display: flex;
    align-items: center; /* 垂直居中内容 */
}

.text-wrapper_1 {
    width: 692px;
    /* 1. 删掉写死的高度，让文字内容根据屏幕大小自由撑开 */
    height: auto;

    /* 2. 修改 margin：删掉顶部的 424px（设为 0），保留左侧的 240px 间距 */
    margin: 0 0 0 240px;

    /* 3. 变成 flex 列布局，确保内部两段文字上下排列并完美贴合 */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text_6 {
    width: 447px;
    height: auto; /* 同样建议改为 auto，防止字体放大时溢出 */
    overflow-wrap: normal;
    color: rgba(51, 51, 51, 1);
    font-size: 42px;
    font-family: AlibabaPuHuiTiM;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 58px;
}

.text_7 {
    width: 692px;
    height: auto; /* 改为 auto，防止长文本在小屏笔记本上显示不全 */
    overflow-wrap: normal;
    color: rgba(102, 102, 102, 1);
    font-size: 24px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 33px;
    margin-top: 30px; /* 调整段落间距 */
    white-space: normal;
}

.group_5 {
    width: 602px;
    height: 602px;
    background-size: 100% 100%;
    margin: 203px 307px 0 79px;
}

.group_6 {
    border-radius: 50%;
    position: absolute;
    left: 955px;
    top: 147px;
    width: 719px;
    height: 719px;
    border: 2px solid rgba(177, 190, 255, 0.6);
}

.group_7 {
    border-radius: 50%;
    position: absolute;
    left: 904px;
    top: 96px;
    width: 816px;
    height: 816px;
    border: 2px solid rgba(177, 190, 255, 0.4);
}

.group_8 {
    border-radius: 50%;
    height: 910px;
    border: 2px solid rgba(177, 190, 255, 0.2);
    width: 910px;
    position: absolute;
    left: 857px;
    top: 49px;
}


.group_9 {
    border-radius: 26px;
    width: 309px;
    height: 600px;
    margin: 114px 0 0 133px;
}


.box_5 {
    background-image: url("../images/bg_sur.png");
    width: 100%;
    height: 1009px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.list_2 {
    max-width: 1440px;
    width: 96%;
    height: 432px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 192px auto 0;
    gap: 16px;
}

.image-text_2-0 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    flex: 1;
    max-width: 342px;
    height: 432px;
}

.group_12-0 {

    background-image: url("../images/tai_3.png");
    width: 310px;
    height: 288px;

    margin: 20px 0 0 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-group_4-0 {
    width: 175px;
    height: 77px;
    margin: 20px 0 27px 16px;
}

.text_8-0 {
    width: 175px;
    height: 33px;
    overflow-wrap: normal;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: AlibabaPuHuiTiM;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 33px;
}

.text_9-0 {
    width: 241px;
    height: 27px;
    overflow-wrap: normal;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 27px;
    margin-top: 17px;
}

.image-text_2-1 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    flex: 1;
    max-width: 342px;
    height: 432px;
}

.group_12-1 {

    background-image: url("../images/tai_2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 310px;
    height: 288px;

    margin: 20px 0 0 16px;

}

.text-group_4-1 {
    width: 175px;
    height: 77px;
    margin: 20px 0 27px 16px;
}

.text_8-1 {
    width: 175px;
    height: 33px;
    overflow-wrap: normal;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: AlibabaPuHuiTiM;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 33px;
}

.text_9-1 {
    width: 241px;
    height: 27px;
    overflow-wrap: normal;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 27px;
    margin-top: 17px;
}

.image-text_2-2 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    flex: 1;
    max-width: 342px;
    height: 432px;
}

.group_12-2 {

    background-image: url("../images/tai_1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 310px;
    height: 288px;

    margin: 20px 0 0 16px;

}

.text-group_4-2 {
    width: 175px;
    height: 77px;
    margin: 20px 0 27px 16px;
}

.text_8-2 {
    width: 175px;
    height: 33px;
    overflow-wrap: normal;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: AlibabaPuHuiTiM;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 33px;
}

.text_9-2 {
    width: 241px;
    height: 27px;
    overflow-wrap: normal;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 27px;
    margin-top: 17px;
}

.image-text_2-3 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    flex: 1;
    max-width: 342px;
    height: 432px;
}

.group_12-3 {

    background-image: url("../images/tai_4.png");
    background-size: cover;
    background-position: center;
    width: 310px;
    height: 288px;

    margin: 20px 0 0 16px;
}

.text-group_4-3 {
    width: 175px;
    height: 77px;
    margin: 20px 0 27px 16px;
}

.text_8-3 {
    width: 175px;
    height: 33px;
    overflow-wrap: normal;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: AlibabaPuHuiTiM;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 33px;
}

.text_9-3 {
    width: 241px;
    height: 27px;
    overflow-wrap: normal;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    line-height: 27px;
    margin-top: 17px;
}

.text-group_5 {
    width: 1244px;
    height: 111px;
    margin: 88px auto 186px;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.text_10 {
    width: 100%;
    height: 58px;
    overflow-wrap: normal;
    color: rgba(51, 51, 51, 1);
    font-size: 42px;
    font-family: AlibabaPuHuiTiM;
    font-weight: normal;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    white-space: normal;
    line-height: 58px;
}

.text_11 {
    width: 1244px;
    height: 33px;
    overflow-wrap: normal;
    color: rgba(102, 102, 102, 1);
    font-size: 24px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    white-space: normal;
    line-height: 33px;
    margin-top: 20px;
}