    /* body{
        max-width: 100vw;
    } */
    /* 项目案例 */
    .comeinto-section {
        max-width: 100vw;
        height: 100vh;
        position: relative;
        background-color: #12161EFF;
        overflow: hidden;

    }



    .comeinto-section .bg-img {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        /* background-image: url("../image/contactus/view-banner.webp");
        background-size: 100% 100%; */
        width: 100%;
        height: 100%;

    }

    .bg-img img {
        width: 100%;
        height: 100%;
    }

    /* PC端：第一张图显示，第二张隐藏 */
    .comeinto-section .bg-img img:nth-child(1) {
        display: block;
    }

    .comeinto-section .bg-img img:nth-child(2) {
        display: none;
    }

    .comeinto-title {
        position: relative;
        left: 1.3rem;
        top: 40%;
        z-index: 4;
        padding: 0.3rem 0;
        font-family: Elevision_r;
    }


    .comeinto-section h2 {
        color: #FFFFFF;
        font-size: 0.48rem;
        font-weight: bold;

    }

    .comeinto-section p {
        color: #FFFFFFCC;
        font-size: 0.2rem;
        font-weight: 400;
    }



    .introduction {
        max-width: 100vw;
        padding: 0.25rem 1.55rem 0.5rem 1.1rem;
        box-sizing: border-box;
        height: 7.99rem;
        background:
            url("../image/comeinto/bg.webp"),
            #12161F;
        background-repeat: no-repeat;
        background-position: 100% 0.92rem;
        background-size: 4.46rem 6.16rem;
        overflow: hidden;
    }


    /* 面包屑 */
    .breadcrumbs {
        display: flex;
        align-items: center;
        color: #FFFFFF;
        font-weight: 400;
    }

    .breadcrumbs span {
        margin-right: 0.1rem;
    }

    .introduc-top {
        margin-top: 0.5rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .comp-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: 0.5rem;
    }

    .swiper-box {
        width: 5.8rem;
        height: 4rem;
        overflow: hidden;
        position: relative;
        border-radius: 0 1rem 0 0;
    }

    .swiper-pos {
        position: absolute;
        left: 0;
        top: 0;
        width: 11.6rem;
        height: 4rem;
        background: #7d87a0;
        display: flex;
        transition: 0.4s;
    }

    .banner-con img,
    .banner-con,
    .mySwiper1,
    .mySwiper2 {
        width: 5.8rem !important;
        height: 4rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .swiper-tab {
        width: 2rem;
        height: 0.56rem;
        background: #252F47;
        border-radius: 0.78rem;
        margin-top: 0.28rem;
        position: relative;
        cursor: pointer;
    }

    .swiper-btn {
        width: 1.36rem;
        height: 0.56rem;
        background: #1D8BC8;
        border-radius: 0.62rem;
        font-weight: 400;
        font-size: 0.2rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        transition: left 0.5s ease;
        border: 0.01rem solid rgba(253, 253, 253, 0.4);
        background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%);

    }

    .swiper-btn.active {
        left: 0.64rem;
    }

    .comp-dire {
        width: 5.43rem;
    }

    .comp-dire h2 {
        font-weight: bold;
        font-size: 0.48rem;
        color: #FFFFFF;
        margin: 0.8rem 0 0.26rem 0;
        white-space: nowrap;
    }

    .comp-dire p {
        font-weight: 300;
        color: #FFFFFF;
        line-height: 0.32rem;
        font-size: 0.14rem;
    }


    .news-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1.4rem;
        height: 0.4rem;
        background: #0076DF;
        border-radius: 0.3rem;
        font-size: 0.14rem;
        color: #fff;
        cursor: pointer;
        overflow: hidden;
        background: linear-gradient(147deg, #0656B2 0%, #12161E 49.87%, #1993B0 100%), #1D8BC8;
        box-shadow: 0px 2px 3px 0px rgba(0, 75, 117, 0.24);
    }

    .news-btn:hover {
        background: linear-gradient(142deg, #1EC4FB 0%, #E9FF9E 100%);
    }

    .icon-box {
        width: 0.4rem;
        height: 0.4rem;
        position: relative;
        overflow: hidden;
        color: #ffffff;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon-box .icon-box--before,
    .icon-box .icon-box--after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .grade-definite {
        font-weight: bold;
        color: #FFFFFF;
        width: 100%;
        font-size: 0.5rem;
        display: flex;
        justify-content: space-around;
    }



    .grade-definite li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
        margin-top: 0.46rem;

    }

    .threeview {
        transition: transform 0.3s;
        cursor: pointer;
    }

    .definite-text {
        font-size: 0.12rem;
        font-weight: 300;
    }

    .grade-definite li:hover {
        color: #007EC4FF;
        color: #0076DF;
        cursor: pointer;
    }

    /* 企业文化 */
    .culture {
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.6rem 1.2rem;
        /* background-color: #12161F; */
        background: url("../image/comeinto/light2.webp"), #12161F;
        background-size: 5.62rem 7.18rem;
        background-position: 4.92rem -1.18rem;
        background-repeat: no-repeat;
    }

    .culture-title {
        color: #FFFFFF;
        text-align: center;
    }

    .culture-title h2 {
        font-weight: bold;
        font-size: 0.48rem;
    }

    .culture-title p {
        font-weight: 400;
        font-size: 0.18rem;
        color: #FFFFFF;
        margin-top: 0.2rem;
    }

    .culture__list {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 0.3rem;
        margin-top: 0.4rem;
        width: 100%;
    }

    .culture__card {
        /* flex: 1; */
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .culture__media {
        position: relative;
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 0.04rem;
        overflow: hidden;
        cursor: pointer;
    }

    .culture__1 .culture__media {
        border-radius: 0.6rem 0 0 0;
    }

    .culture__3 .culture__media {
        border-radius: 0 0.6rem 0 0;
    }

    .culture__media img {
        width: 100%;
        height: 100%;
        ;
        transition: filter 0.4s ease, transform 0.4s ease;
    }

    .culture__media:hover img {
        filter: grayscale(0%);
        transform: scale(1.05);
    }

    .culture__overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0;
        opacity: 0;
        background: rgba(45, 126, 255, 0.6);
        background: linear-gradient(rgba(0, 127, 196, 0.9) 0%, rgba(0, 127, 196, 0.6) 100%);
        background: linear-gradient(rgba(0, 119, 223, 0.9) 0%, rgba(0, 119, 223, 0.6) 100%);

        transition: 0.45s;
        pointer-events: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .culture__overlay img {
        width: 0.4rem;
        height: 0.4rem;
    }

    .culture__overlay p {
        width: 0.32rem;
        height: 0.02rem;
        border-radius: 0.04rem;
        background-color: white;
        margin-top: 0.1rem;
    }

    .culture__media:hover .culture__overlay {
        height: 100%;
        opacity: 1;
    }

    /* ---------- 下方信息 ---------- */
    .culture__info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 0.18rem;
        width: 100%;
    }

    .culture__name {
        font-size: 0.18rem;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0.06rem;
    }

    .culture__desc {
        font-weight: 300;
        font-size: 0.12rem;
        color: rgba(255, 255, 255, 0.8);
    }

    .culture__1 .culture__info {
        align-items: start;
    }

    .culture__3 .culture__info {
        align-items: end;

    }

    /* 核心团队 */


    .team {
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: url("../image/comeinto/light3.webp") #12161F;

        background-size: 7.55rem 100%;
        background-position: 6.81rem 0;
        background-repeat: no-repeat;
        padding: 0.6rem 0;
        display: none;
        /*现不现实*/
    }

    .team-title {
        text-align: center;
        align-self: flex-end;
        margin-right: 1.2rem;
    }

    /* ---------- 主体内容 ---------- */
    .team__main {
        display: flex;
        justify-content: center;
        gap: 0.6rem;
        width: 100%;
        margin: 1rem 0 0.5rem 0;
        align-items: center;
        background: #161D2E;
    }

    /* 左侧大头像 */
    .team__avatar {
        width: 3.3rem;
        height: 3.27rem;
        overflow: hidden;
    }

    .team__pic {
        width: 100%;
        height: 100%;
    }

    /* 右侧信息 */
    .team__info {
        /* flex: 1; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 4.03rem;
        letter-spacing: 0.004rem;
    }

    .team__name {

        font-weight: 300;
        font-size: 0.2rem;
        color: #FFFFFF;
        line-height: 0.32rem;
    }

    .team__role {
        font-weight: 300;
        font-size: 0.12rem;
        color: #F7B300;
    }

    .team__bio {
        margin-top: 0.24rem;
        font-weight: 300;
        font-size: 0.12rem;
        color: rgba(255, 255, 255, 0.8);

    }

    /* ---------- 底部导航 ---------- */
    .team__nav {
        display: flex;
        align-items: center;
        gap: 0.16rem;
        width: 100%;
        max-width: 9.8rem;
    }

    /* 左右箭头 */
    .team__arrow {
        flex-shrink: 0;
        width: 0.3rem;
        height: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
        color: rgba(255, 255, 255, 0.45);
        cursor: pointer;
        border-radius: 50%;
        transition: color 0.2s, background 0.2s;
    }

    .team__arrow:hover {
        color: white;
        /* background: rgba(45, 126, 255, 0.08); */
        /* border: 0.01rem solid rgba(253, 253, 253, 0.4); */
        background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%);

    }

    .team__arrow svg {
        width: 0.16rem;
        height: 0.16rem;
    }

    /* 窗口可视区 */
    .team__window {
        flex: 1;
        overflow: hidden;
        border-radius: 1rem;
    }

    /* 卡片列表 (宽度 5/3, 每次移动 100/5 %) */
    .team__list {
        display: flex;
        list-style: none;
        width: calc(100% * 5 / 3);
        transform: translateX(0);
        transition: transform 0.35s ease;
    }

    /* 单张卡片 */
    .team__card {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0.05rem;
        cursor: pointer;
        transition: 0.4s;
        user-select: none;
        width: 3.16rem;
        height: 0.8rem;
        border-radius: 0.8rem;
    }

    .team__card:hover {
        background-color: #161D2E;
    }

    .team__card.is-active {
        background-color: #161D2E;
    }

    /* 小头像 */
    .team__mini {

        width: 0.94rem;
        height: 0.62rem;
        margin-left: 0.54rem;
        border-radius: 1rem;
    }

    /* 小卡片文字 */
    .team__meta {
        display: flex;
        flex-direction: column;
        gap: 0.04rem;
    }

    .team__mini-name {
        font-weight: 300;
        font-size: 0.2rem;
        color: #FFFFFF;
    }

    .team__mini-role {
        font-weight: 300;
        font-size: 0.12rem;
        color: #F7B300;
    }



    /* - 荣誉 */
    .honor {
        max-width: 100vw;
        display: flex;
        align-items: center;
        background-color: #12161F;
        display: flex;
        align-items: center;
        height: 100vh;
    }

    .honor-text {
        font-weight: bold;
        font-size: 0.48rem;
        color: #FFFFFF;
        margin-left: 1.2rem;

        flex: 1;
    }

    .honor-text p {
        width: 3.9rem;
        font-weight: 300;
        font-size: 0.16rem;
        color: rgba(255, 255, 255, 0.8);
        margin: 0.28rem 0 1rem 0;
        line-height: 0.28rem;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: 0.4s;
    }

    .honor-img {
        width: 8.46rem;
        height: 100%;
    }

    .honor-img img {
        width: 100%;
        height: 100%;
    }

    /* 发展历程 */
    .hist {
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.6rem 1.2rem;
        background-color: #12161F;
        /* background: url("../image/comeinto/histbg.webp"), #12161F; */
        background-size: 9rem 100%;
        background-position: 5.81rem 0;
        background-repeat: no-repeat;

    }

    /* ---------- 年份导航 ---------- */
    .hist__nav {
        display: flex;
        align-items: center;
        gap: 0.1rem;
        width: 100%;
        margin: 0.4rem 0 0.5rem 0;
    }

    .hist__arrow {
        flex-shrink: 0;
        width: 0.3rem;
        height: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
        color: white;
        cursor: pointer;
        transition: 0.2s;
        border-radius: 50%;
    }

    .hist__arrow:hover:not(:disabled) {
        background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%);
    }

    .hist__arrow:disabled {
        color: rgba(255, 255, 255, 0.25);
        cursor: not-allowed;
    }

    .hist__arrow svg {
        width: 0.16rem;
        height: 0.16rem;
    }

    .hist__years {
        flex: 1;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.4rem;
    }

    .hist__year {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 0.6rem;
        height: 0.6rem;
        font-size: 0.12rem;
        color: rgba(255, 255, 255, 0.8);
        cursor: pointer;
        border: 0.01rem solid transparent;
        border-radius: 50%;
        transition: color 0.2s, border-color 0.2s, background 0.2s;
        user-select: none;
    }

    .hist__year:hover {
        color: #fff;
    }

    .hist__year.is-active {
        color: #fff;
        border-color: #00A6FF;
        background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%);
    }

    /* ---------- 内容区 ---------- */
    .hist__body {
        display: flex;
        gap: 0.6rem;
        width: 100%;
        align-items: stretch;
        justify-content: center;
    }

    /* ---------- 左侧图片 ---------- */
    .hist__media {
        position: relative;
        border: 0.06rem solid #FFFFFF;
        border-radius: 0.04rem;
        overflow: hidden;
        background: #16243f;
        width: 5rem;
        height: 3rem;
        flex-shrink: 0;
    }

    .hist__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.4s ease;
    }

    .hist__badge {
        position: absolute;
        left: 0.27rem;
        bottom: 0.27rem;
        width: 0.46rem;
        height: 0.46rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hist__badge img {
        width: 100%;
        height: 100%;
    }

    /* ---------- 右侧时间轴 ---------- */
    .hist__timeline {
        flex: 1;
        max-width: 5.4rem;
        height: 3rem;
        overflow-y: auto;
        overflow-x: hidden;
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .hist__timeline::-webkit-scrollbar {
        display: none;
    }

    .hist__list {
        display: flex;
        flex-direction: column;
    }

    .hist__item {
        padding: 0.24rem 0;
        opacity: 0.35;
        transition: opacity 0.3s ease, transform 0.3s ease;
        cursor: pointer;
        display: none;
    }

    .hist__item.is-visible {
        display: block;
    }

    .hist__item:hover {
        opacity: 1;
    }

    .hist__item.is-active {
        opacity: 1;
    }

    .hist__item:first-child {
        padding-top: 0;
    }

    .hist__date {
        font-size: 0.26rem;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
    }

    /* ---------- 蓝色进度条 ---------- */
    .hist__bar {
        width: 100%;
        height: 0.04rem;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 0.02rem;
        overflow: hidden;
        margin: 0.16rem 0;
    }

    .hist__bar-fill {
        width: 100%;
        height: 100%;
        border-radius: 0.02rem;
        background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%);
    }

    .hist__desc {
        font-weight: 400;
        font-size: 0.13rem;
        color: rgba(255, 255, 255, 0.85);
        line-height: 0.24rem;
    }

    @media screen and (max-width: 750px) {

        /* 移动端：第一张图隐藏，第二张显示 */
        .comeinto-section .bg-img img:nth-child(1) {
            display: none;
        }

        .comeinto-section .bg-img img:nth-child(2) {
            display: block;
        }

        .comeinto-title {
            left: 0.4rem;
        }

        .culture-title h2,
        .comeinto-section h2 {
            font-size: 0.96rem;
        }

        .culture-title p,
        .comeinto-section p {
            font-size: 0.48rem;
            color: rgba(255, 255, 255, 0.8);
        }

        .comeinto-section {
            height: 14rem;

        }

        .introduction {
            height: auto;
            padding: 0.4rem;
            box-sizing: border-box;
            background-position: 100% 14rem;
            background-size: 8rem 11rem;
        }

        .introduc-top {
            flex-direction: column;
        }

        .comp-box {
            margin-right: 0;
        }

        .swiper-box {
            width: 13.4rem;
            margin: 0 auto;
            height: 9rem;
        }

        .banner-con img,
        .banner-con,
        .mySwiper1,
        .mySwiper2 {
            width: 13.4rem !important;
            height: 9rem !important;
        }

        .swiper-pos {
            width: 200%;
        }

        .swiper-tab {
            width: 4.8rem;
            height: 1.34rem;
            margin-top: 0.48rem;
        }

        .swiper-btn {
            height: 100%;
            width: 3.26rem;
            font-size: 0.48rem;
            border-radius: 1rem;
            border: 0.01rem solid #474747;
        }

        .swiper-btn.active {
            left: 1.5rem;
        }

        .comp-dire {
            width: 13.4rem;
        }

        .comp-dire h2 {
            font-size: 0.96rem;
        }

        .comp-dire p {
            font-size: 0.48rem;
            line-height: 0.8rem;
            width: 100%;
            letter-spacing: 0.01rem;
        }

        .grade-definite {
            font-size: 1.2rem;
            flex-wrap: wrap;
        }

        .grade-definite li {
            width: 50%;
            margin: 0.4rem 0;
        }

        .definite-text {
            font-size: 0.4rem;
        }

        .culture__list {
            flex-direction: column;

        }

        .culture__media {
            width: 12rem;
            height: 12rem;
            margin: 0.6rem 0;

        }

        .culture__name {
            font-size: 0.64rem;
        }

        .culture__desc {
            font-size: 0.4rem;
            color: rgba(255, 255, 255, 0.8);
        }

        .culture__overlay img {
            width: 2.4rem;
            height: 2.4rem;
        }

        .culture__overlay p {
            width: 1.4rem;
            height: 0.11rem;
            border-radius: 0.6rem;
        }

        .honor {
            margin: 0 auto;
            flex-direction: column;
            height: max-content;
        }

        .honor-text {
            width: 100%;
            padding: 1.2rem;
            box-sizing: border-box;
            margin-left: 0;
            font-size: 0.96rem;
            flex: unset;
        }

        .honor-text p {
            font-size: 0.48rem;
            width: 100%;
            line-height: 0.8rem;
            margin: 0;
            margin-top: 0.4rem;
        }

        .honor-img {
            width: calc(100% - 1.2rem);
            height: 13rem;
        }

        .hist__nav {
            margin: 1rem 0 0.5rem 0;
        }

        .hist__years {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            justify-content: flex-start;
            gap: 0.4rem;
            padding: 0 0.2rem;
        }

        .hist__years::-webkit-scrollbar {
            display: none;
        }

        .hist__year {
            width: 2.38rem;
            height: 2.38rem;
            font-size: 0.48rem;
            flex-shrink: 0;
        }

        .hist__arrow {
            width: 1.2rem;
            height: 1.2rem;
        }

        .hist__arrow svg {
            width: 0.8rem;
            height: 0.8rem;
        }

        .hist__body {
            flex-direction: column;
            gap: 0.6rem;
        }

        .hist__media {
            width: 100%;
            height: 7.2rem;
            border: 0.1rem solid #FFFFFF;
            border-radius: 0.2rem;
        }

        .hist__badge {
            width: 1rem;
            height: 1rem;
            left: 0.6rem;
            bottom: 0.6rem;
        }

        .hist__timeline {
            max-width: 100%;
            height: 7rem;
        }

        .hist__item {
            padding: 0.4rem 0;
        }

        .hist__date {
            font-size: 0.72rem;
        }

        .hist__bar {
            height: 0.1rem;
            margin: 0.3rem 0;
        }

        .hist__desc {
            font-weight: 400;
            font-size: 0.46rem;
            line-height: 0.72rem;
        }

        .news-btn {
            width: 5rem;
            height: 1rem;
            font-size: .4rem;
            margin-top: 10px;
        }
    }