@media (min-width: 1280px) {
    main {
        padding: 88px 0;
        background-position: bottom 0 left 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .section-title {
        font-size: 54px;
        font-weight: 700;
        line-height: 38px;
        margin-bottom: 50px;
    }
    .module1 {
        padding: 74px 0;
        background-size: auto 100%;
        background-position: right 0 top 0;
        background-repeat: no-repeat;
    }
    .module1>.container {
        position: relative;
    }
    .module1-content {
        width: 852px;
        padding: 40px;
        background-color: rgba(17, 17, 17, 0.7);
    }
    .module1-content-title {
        font-size: 38px;
        font-weight: 700;
        line-height: 55px;
        padding-bottom: 24px;
        position: relative;
        margin-bottom: 22px;
    }
    .module1-content-title:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0; left: 0;
        width: 50px;
        height: 2px;
        background-color: var(--color-primary-theme);
    }
    .module1-content-description {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 40px;
    }
    .module1-content-bottom .qrcode {
        width: 120px;
        height: 120px;
        margin-right: 10px;
    }
    .module1-content-bottom .recruit {
        height: 120px;
        padding: 20px 30px;
        background-color: var(--color-primary-theme);
    }
    .module1-content-bottom .recruit .r1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
    }
    .module1-content-bottom .recruit .r2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: 22px;
    }
}