#home-top {
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    background-image: url(../img/bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.text-info {
    position: absolute;
    left: 14.375rem;
    top: 28.4375rem;
    width: 32rem;
    height: 10.625rem;
    opacity: 1;

    font-size: 3rem;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0em;

    /* 纯白 */
    color: #FFFFFF;
}

.page-wrap {
    width: 100%;
    padding-bottom: 6.25rem;
    background-color: #000;
    overflow: hidden;
}

.main-content {
    width: 91.375rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    box-sizing: border-box;
}

.page-wrap .w1462 {
    width: 91.375rem;
    height: 51.375rem;
    opacity: 1;
    margin: 0 auto;
    margin-top: 2.5rem;
}

.page-wrap .w1462 img {
    width: 100%;
    height: 100%;
}

.page-wrap .c100 .title-info {
    width: 18rem;
    height: 8.75rem;
    opacity: 1;
    font-size: 3rem;
    font-weight: 350;
    line-height: normal;
    text-align: center;
    /* 文字色/纯白 */
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 3.0625rem;
}

.c100 .content .title {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 350;
    display: flex;
    justify-content: space-between;
}

.c100 .content .title p {
    width: 38.75rem;
    text-align: center;
}

.content-flex {
    display: flex;
    height: 39.875rem;
    margin-top: 7.3125rem;
    gap: 1.25rem;

    margin-bottom: 3rem;
}

.content-flex .flex-l {
    width: 45.625rem;
    height: 100%;
    background-image: url(../img/page-bg3.png);
    background-size: 100% 100%;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
}

.content-flex .flex-l p {
    position: absolute;
    left: 2.1875rem;
    top: 29.9375rem;
    width: 41.25rem;
    height: 2.5rem;
    opacity: 1;

    font-size: 1.25rem;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0em;

    /* 文字色/纯白 */
    color: #FFFFFF;
}

.content-flex .flex-r {
    width: 45.625rem;
    height: 100%;
    background-image: url(../img/page-bg4.png);
    background-size: 100% 100%;
    position: relative;
}

.content-flex .flex-r p {
    position: absolute;
    left: 2.1875rem;
    top: 29.9375rem;
    width: 41.25rem;
    height: 2.5rem;
    opacity: 1;

    font-size: 1.25rem;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0em;

    /* 文字色/纯白 */
    color: #FFFFFF;
}

.content-flex2 {
    display: flex;
    height: 39.875rem;
    margin-top: 7.3125rem;
    gap: 1.25rem;
}

.content-flex2 .flex-l {
    width: 45.625rem;
    height: 100%;
    background-image: url(../img/page-bg5.png);
    background-size: 100% 100%;
    position: relative;
}

.content-flex2 .flex-l p {
    position: absolute;
    left: 2.1875rem;
    top: 29.9375rem;
    width: 41.25rem;
    height: 2.5rem;
    opacity: 1;

    font-size: 1.25rem;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0em;

    /* 文字色/纯白 */
    color: #FFFFFF;
}

.content-flex2 .flex-r {
    width: 45.625rem;
    height: 100%;
    background-image: url(../img/page-bg2.png);
    background-size: 100% 100%;
    position: relative;
}

.content-flex2 .flex-r p {
    position: absolute;
    left: 2.1875rem;
    top: 29.9375rem;
    width: 41.25rem;
    height: 2.5rem;
    opacity: 1;

    font-size: 1.25rem;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0em;

    /* 文字色/纯白 */
    color: #FFFFFF;
}

.content-flex3 {
    display: flex;
    height: 39.875rem;
    margin-top: 7.3125rem;
    gap: 1.25rem;
}

.content-flex3 .flex-l {
    width: 45.625rem;
    height: 100%;
    background-image: url(../img/page-bg.png);
    background-size: 100% 100%;
    position: relative;
}

.content-flex3 .flex-l p {
    position: absolute;
    left: 2.1875rem;
    top: 29.9375rem;
    width: 41.25rem;
    height: 2.5rem;
    opacity: 1;

    font-size: 1.25rem;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0em;

    /* 文字色/纯白 */
    color: #FFFFFF;
}

.content-flex3 .flex-r {
    width: 45.625rem;
    height: 100%;
    background-image: url(../img/page-bg3.png);
    background-size: 100% 100%;
    position: relative;
}

.content-flex3 .flex-r p {
    position: absolute;
    left: 2.1875rem;
    top: 29.9375rem;
    width: 41.25rem;
    height: 2.5rem;
    opacity: 1;

    font-size: 1.25rem;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0em;

    /* 文字色/纯白 */
    color: #FFFFFF;
}

/* 最小尺寸保护 */
@media (max-width: 320px) {
    .text-info {
        font-size: 1.5rem !important;
    }
    .page-wrap .c100 .title-info {
        font-size: 1.5rem !important;
    }
    .c100 .content .title {
        font-size: 1.125rem !important;
    }
    .content-flex .flex-l p,
    .content-flex .flex-r p,
    .content-flex2 .flex-l p,
    .content-flex2 .flex-r p,
    .content-flex3 .flex-l p,
    .content-flex3 .flex-r p {
        font-size: 0.875rem !important;
    }
}
.flex-f {

}
.flex-f .flex-f-item {
    display: flex;
}
.flex-f .flex-f-item .icon {
    width: 17.6rem;
    height: 12.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #585858;
    border-radius: 30px;
    margin-bottom: 1.1rem;
}

.flex-f .flex-f-item img {
    width: 7.25rem;
    height: 7.25rem;
}

.flex-f .flex-f-item .icon-content  {
    width: 25.3rem;
    height: 12.5rem;
    background: #585858;
    padding: 30px 66px;
    border-radius: 30px;
    margin-bottom: 1.1rem;
    margin-left: 1rem;
}
.flex-f .flex-f-item .icon-content div:first-child {
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.flex-f .flex-f-item .icon-content div:last-child {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 2rem;
}
.title-name {
    font-size: 2.7rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: center;
}
.sub-title-name {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
}
.tab {
    display: flex;
    margin-bottom: 2rem;
}
.tab .tab-menu{
    width: 26.5rem;
    background: #585858;
    padding: 3.4rem 4rem;
    border-radius: 30px;
    margin-right: 2rem;
    margin-top: 2rem;
}
.tab .tab-menu .btn-menu {
    width: 19.71rem;
    height: 5.93rem;
    padding: 1rem 4rem;
    background: #909090;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
}

.tab .tab-menu .btn-menu img {
    width: 3.3rem;
    height: 3.3rem;
    margin-right: 1rem;
}
.tab .tab-menu-content {
    width: 64.25rem;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 2rem;
}
.tab .tab-menu-content img {
    width: 100%;
    height: 100%;
}
.tab .btn-menu.active {
    background-color: #D8D8D8;
    color: #0256FF;
}