.section-container {
    background-color: #fff;
    padding-bottom: 50px;
    text-align: center;
}

.page-top-sticky {
    padding: 50px 0 0 0;
    position: sticky;
    top: 88px;
    z-index: 1;
    background: #f6f6f6;
}

.section-top {
    padding: 46px 30px 30px 30px;
    text-align: left;
}

.section-top .left-corner {
    font-size: 14px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #202325;
    position: relative;
    padding: 0 22px;
    letter-spacing: 1.5px;
}

.section-top .left-corner::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #b72b26;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -6px
}

@media screen and (max-width:1024px) {
    .section-top {
        padding: 20px 20px;
        font-size: 10px
    }

    .section-top .left-corner::before {
        width: 8px;
        height: 8px;
        margin-top: -5px
    }

    .page-top-sticky {
        top: 70px;
        padding-top: 0;
    }

}

.work-category-wrapper {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}

.work-category {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px;
}

.work-category-mobile {
    display: none;
}

.work-category::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #BFBFBF;
    z-index: 1;
}

.work-category-item {
    padding: 12px 45px;
    height: 100%;
    font-size: 18px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: #595757;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.work-category-item.active {
    background-color: #fff;
    color: #000000;
}

.work-category-item::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 15%;
    right: 15%;
    height: 2px;
    background-color: transparent;
    z-index: 1;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.work-category-item.active::after {
    left: 15%;
    right: 15%;
    background-color: #ca101a;
}

@media screen and (max-width: 1440px) {
    .work-category-item {
        padding: 12px 26px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .work-category-wrapper {
        display: block;
        padding: 0 20px;
    }

    .work-category {
        display: none;
    }

    .work-category-mobile {
        display: flex;
    }

    .work-category-mobile .work-category-item {
        width: 16.66%;
        flex-shrink: 0;
        text-align: center;
        transition: background-color .3s;
        padding: 15px 10px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .work-category-mobile .work-category-item::after {
        display: none;
    }

    .work-category-mobile .work-category-item.active {
        background: #B80101;
        color: #FFFFFF;
        letter-spacing: 2px;
    }
}


@media screen and (max-width:600px) {
    .work-category-mobile .work-category-item {
        padding: 15px 5px;
        font-size: 10px;
    }
}

.work-list-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.work-item-card {
    width: 24.5%;
    margin-right: 0.66%;
    margin-bottom: 40px;
}

.work-item-card:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width:1024px) {
    .section-container {
        padding-bottom: 0;
    }

    .work-item-card {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .work-item-card:nth-child(4n) {
        margin-right: 2%;
    }

    .work-item-card:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:600px) {
    .section-container {
        padding-bottom: 0;
    }

    .work-list-container {
        margin: 20px 20px 0 20px;
        display: block;
    }

    /*.work-list-container.cut {*/
    /*    height: 1688px;*/
    /*    overflow-y: hidden;*/
    /*}*/

    .work-item-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .work-item-card:nth-child(4n) {
        margin-right: 0;
    }

    .work-item-card:nth-child(2n) {
        margin-right: 0;
    }
}


.anti-cut-container {
    text-align: center;
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(80%, #f6f6f6));*/
    /*background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0, #f6f6f6 80%);*/
    /*padding-top: 210px;*/
    padding-top: 10px;
    padding-bottom: 50px;
    /*margin-top: -200px;*/
    position: relative;
    display: none
}

.anti-cut-container .anti-cut-more {
    margin: 30px auto 0 auto;
    border: 1px solid #aaa;
    border-radius: 17px;
    padding: 22px 20px;
    font-size: 12px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: #ca101a;
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.bottom-banner-section {
    margin: 0 0 50px 0;
}

@media screen and (max-width:600px){
    .bottom-banner-section {
        margin: 20px 20px 50px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .fullscreen-mask {
        display: none !important;
    }
}
