.setlists {
    width: 1400px;
    margin: 120px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.setBanner {
    padding: 60px 0;
    background-image: url(/al/202408/RJ-img/setbanner.webp);
    background-size: cover;
    background-position: center;
}

.setBannerInfo h1 {
    color: #2A2B2E;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
}

.setBannerInfo .n-project-btns {
    margin-top: 40px;
}

.setBannerInfo {
    margin-left: calc((100% - 1400px)/2);
}

.setlist {
    position: relative;
    background: #F7F9FA;
}

.setlist:nth-child(n+13) {
    display: none;
}

.setlist a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.setlistImg {
    overflow: hidden;
}

.setlist img {
    width: 100%;
    transition: transform .16s linear;
}

.setlist h3 {
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.setlist b {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #2A2B2E;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.setlist p {
    margin-top: 16px;
    margin-bottom: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #6A6B6D;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.setlist span {
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.setlist span::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/al/202408/RJ-img/arrow.svg);
    margin-left: 8px;
    transition: margin-left .16s linear;
}

.setlistText {
    padding: 16px;
}

.moreBtn {
    text-align: center;
    color: #E60039;
    font-size: 24px;
    margin-bottom: 36px;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
}

.contactCont {
    background-image: url(/al/202408/RJ-img/contactBg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.contactInfo {
    display: flex;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
}

.contactCont .contactInfo img {
    width: unset;
    height: 220px;
    margin-right: 60px;
}

.contactInfo h2 {
    color: #2A2B2E;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
}

.contactInfo a.n-project-btn.red {
    margin-top: 24px;
    padding: 0 68px;
}

@media screen and (min-width:768px) {
    .setlist:hover .setlistImg img {
        transform: scale(1.05);
    }
    .setlist:hover span::after {
        margin-left: 16px;
    }
}

@media screen and (max-width:1600px) {
    .setBannerInfo {
        margin-left: calc((100% - 1200px)/2);
    }
    .setlistSection .n-breadcrumb {
        width: 1200px;
    }
    .setlists {
        width: 1200px;
    }
    .setlist h3,
    .moreBtn {
        font-size: 20px;
    }
    .contactInfo {
        width: 1200px;
    }
}

@media screen and (max-width: 1440px) {
    .ys_header {
        height: 74px !important;
    }
}

@media screen and (max-width: 1400px) {
    .setBannerInfo {
        margin-left: calc((100% - 1024px)/2);
    }
    .setlists,
    .setlistSection .n-breadcrumb {
        width: 1024px;
    }
    .setBannerInfo h1 {
        font-size: 28px;
    }
    .setlists {
        gap: 16px;
    }
    .setlist b {
        font-size: 14px;
    }
    .setlist span {
        font-size: 14px;
    }
    .setlist span::after {
        width: 20px;
        height: 20px;
    }
    .setlists {
        margin: 90px auto;
    }
    .contactInfo h2 {
        font-size: 24px;
    }
    .setlistSection .n-project-btn {
        height: 40px;
        line-height: 40px;
        padding: 0 36px;
        font-size: 14px;
    }
    .contactInfo a.n-project-btn.red {
        padding: 0 48px;
    }
}

@media screen and (max-width: 1240px) {
    .setlistSection .n-breadcrumb {
        display: none;
    }
    .setBannerInfo {
        margin-left: 100px;
    }
    .setlists {
        width: 100%;
        padding: 0 100px;
    }
    .contactInfo {
        width: 100%;
        padding: 0 100px;
    }
}

@media screen and (max-width: 1200px) {
    .setBannerInfo {
        margin-left: 60px;
    }
    .setlists {
        padding: 0 60px;
    }
    .contactInfo {
        padding: 0 60px;
    }
    .ys_header {
        height: 64px!important;
    }
}

@media screen and (max-width: 1068px) {
    .setlists {
        gap: 24px;
        grid-template-columns: repeat(2, 1fr);
    }
    .setlist b {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .setlist b {
        font-size: 14px;
    }
    .setlists {
        padding: 0 24px;
        gap: 16px;
    }
    .setBannerInfo {
        margin-left: 24px;
    }
    .contactInfo {
        padding: 0 24px;
    }
    .contactInfo img {
        margin-right: 24px;
    }
    .moreBtn {
        font-size: 18px;
    }
    .contactInfo h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 580px) {
    .setlists {
        margin: 80px auto;
        padding: 0 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .setlist h3 {
        font-size: 22px;
    }
    .setlist b {
        font-size: 16px;
    }
    .setlist span {
        display: none;
    }
    .setlist p {
        margin-bottom: 0;
    }
    .contactInfo {
        padding: 40px 20px;
        flex-direction: column-reverse;
    }
    .contactText {
        text-align: center;
    }
    .contactInfo h2 {
        font-size: 20px;
    }
    .contactInfo img {
        margin-right: 0;
        margin-top: 20px;
    }
    .setBanner {
        background-image: url(/al/202408/RJ-img/setBanner_750.webp);
        padding: 258px 0 40px 0;
    }
    .setBannerInfo {
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }
    .setBannerInfo h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 360px) {
    .setBannerInfo h1 {
        font-size: 22px;
    }
    .setlistSection .n-project-btns .n-project-btn {
        margin-right: 12px;
    }
    .setlistSection .n-project-btns .n-project-btn:last-child {
        margin-right: 0;
    }
    .setlist h3 {
        font-size: 18px;
    }
    .setlist b {
        font-size: 14px;
    }
}