@media (min-width: 1280px) {
    .banner {
        margin-bottom: 240px;
        position: relative;
    }

    .banner:after {
        content: "";
        display: block;
        width: 100%;
        height: 260px;
        position: absolute;
        bottom: 0; left: 0;
        z-index: 1;
        background: linear-gradient(180.00deg, rgb(0 0 0 / -3%), rgba(0, 0, 0, 1) 100%);
    }

    .banner .swiper-slide {
        height: 875px;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }

    .banner .swiper-slide .container {
        height: 100%;
        padding: 88px 0 176px;
        justify-content: space-between;
    }

    .banner-title {
        font-size: 54px;
        font-weight: 700;
    }

    .banner .description {
        background: linear-gradient(96.07deg, rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0) 100%);
        padding: 14px 40px;
    }

    .banner .description-title {
        font-size: 48px;
        font-weight: 700;
        line-height: 70px;
    }

    .banner .description-content {
        width: 770px;
        font-size: 24px;
        font-weight: 400;
        line-height: 42px;
    }

    /*------------------------------------------*/
    .menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 16px;
        row-gap: 16px;
        margin-top: -50%;
        position: absolute;
        z-index: 2;
        bottom: -130px; left: 0; right: 0;
    }

    .menu-item {
        background-color: var(--color-primary-card);
        padding: 14px 32px;
        overflow: hidden;
        transition: all 0.4s ease;
    }

    .menu-item:hover {
        transform: translateY(-5px) scale(1.05);
    }

    .menu-item .icon {
        width: 92px;
        height: 92px;
        float: left;
        margin-right: 20px;
    }

    .menu-item .t1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 41px;
        margin-top: 10px;
        margin-bottom: 4px;
        display: block;
    }

    .menu-item .t2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        color: var(--color-muted);
    }

    /*------------------------------------------*/
    .module1 {
        margin-bottom: 55px;
    }

    .module1-illustration {
        width: 610px;
        margin-right: 24px;
    }

    .module1-right {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
    }

    .module1-right-title {
        font-size: 38px;
        font-weight: 700;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .module1-right>.p {
        margin-bottom: 18px;
        display: flex;
        font-weight: 400;
    }

    .module1-right>.p:before {
        content: "";
        width: 5px;
        height: 20px;
        display: block;
        background-color: var(--color-primary-theme);
        transform: translateY(5px);
        margin-right: 10px;
    }

    /*------------------------------------------*/
    .module2 {
        margin-bottom: 148px;
    }
    .module2-title {
        text-align: center;
    }
    .module2-sub {
        text-align: center;
    }
    .module2-tags {
        margin: 10px auto 70px;
    }
    .module2-tags .tag {
        margin-right: 10px;
    }
    .module2-tags .tag:last-of-type {
        margin-right: 0;
    }
    .module2-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        margin-bottom: 74px;
    }
    .module2-grid-item {
        background-color: var(--color-primary-card);
        border-radius: 22px;
        padding: 55px 80px;
    }
    .module2-grid-item .item-title {
        font-size: 28px;
        font-weight: 700;
        line-height: 41px;
        margin-bottom: 14px;
    }
    .module2-grid-item .item-sub {
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        color: var(--color-muted);
        margin-bottom: 60px;
    }
    .module2-illustration {
        width: 360px;
        height: 360px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .module2-grid+.module2-title {
        height: 64px;
        margin-bottom: 12px;
    }
    .module2-grid+.module2-title+.module2-sub {
        height: 64px;
    }
    .module2-block {
        width: 100%;
    }
    .module2-block .module2-illustration {
        width: 100%;
        height: 800px;
    }

    /*------------------------------------------*/
    .module3 {
        margin-bottom: 180px;
    }
    .module3-title {
        margin-bottom: 0px;
    }
    .module3-sub {
        margin-bottom: 60px;
    }
    .module3-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }
    .module3-grid-item {
        position: relative;
        background-color: rgba(26, 26, 26, 0.8);;
        border-radius: 4px;
        height: 228px;
        padding: 46px 40px;
    }
    .module3-illustration {
        width: 134px;
        margin-right: 20px;
    }
    .module3-grid-item .item-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 46px;
        margin-bottom: 4px;
    }
    .module3-grid-item .item-sub {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        color: var(--color-muted);
    }
    .module3-grid-item .item-sub>.p {
        margin-bottom: 6px;
    }
    module3-grid-item .item-sub>.p:last-of-type {
        margin-bottom: 0;
    }
    .module3-grid-item .item-badge {
        position: absolute;
        right: 30px; top: 0;
        transform: translateX(-200%);
        width: 35px;
        height: 45px;
        background: var(--color-primary-theme);
        clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
        color: white;
        font-size: 18px;
        text-align: center;
        line-height: 38px;
    }

    /*------------------------------------------*/
    .module4 {
        padding-bottom: 300px;
    }
    .module4-title {
        margin-bottom: 80px;
    }
    .module4-illustration {
        width: 100%;
    }

    .hint {
        margin-bottom: 70px;
        font-size: 16px;
        font-weight: 300;
        line-height: 19px;
        color: var(--color-muted);
    }
}