/* 区块1 */
.samples-section1-container{
    width: 100%;
    padding-top: 6.6875rem;
}
.samples-section1-container-content{
    width: 100%;
    height: 30.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.samples-section1-container-content-bg{
    width: 100%;
    height: 30.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.samples-section1-container-content-bg-img{
    width: 100%;
    height: 30.875rem;
    object-fit: cover;
}
.samples-section1-container-content-info{
    width: 100%;
    height: 30.875rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.samples-section1-container-content-info-wrap{
    width: 100%;
    height: 30.875rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.samples-section1-container-title{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    color: #FFFFFF;
    font-weight: 500;
}
.samples-section1-container-content-info-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 3.125rem;
    left: 0;
}
.samples-section1-container-category-list{
    width: max-content;
    height: 4rem;
    padding: 0 0.4375rem;
    background: #FFFFFF;
    border-radius: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.samples-section1-container-category{
    width: 10.25rem;
    height: 3.125rem;
    border-radius: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #080404;
}
.samples-section1-container-category-title{
    font-size: 1.125rem;
    font-weight: 500;
}
.samples-section1-container-category-active{
    background: #eb5c21;
    color: #FFFFFF;
}

/* 区块2 */
.samples-section2-container{
    width: 100%;
    padding: 8.75rem 0;
}
.samples-section2-container-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.samples-section2-recommend-desc-swiper-wrap{
    width: 100%;
}
.samples-section2-recommend-desc-swiper{
    width: 100%;
}
.samples-section2-recommend-desc{
    width: 100%;
    height: 36.125rem;
    background: #e1e2e2;
    border-radius: 1.875rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000000;
}
.samples-section2-recommend-desc-poster{
    width: 59.8125rem;
    height: 36.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.samples-section2-recommend-desc-poster-img{
    width: 59.8125rem;
    height: 36.125rem;
    object-fit: cover;
}
.samples-section2-recommend-desc-info{
    flex: 1;
    height: calc(36.125rem - 4.6875rem - 7.5rem);
    padding: 4.6875rem 5.625rem 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.samples-section2-recommend-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 100
}
.samples-section2-recommend-desc-description{
    width: 100%;
    text-align: left;
    padding-top: 2.5rem;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.5;
    color: #878787;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
}
.samples-section2-recommend-desc-swiper .swiper-pagination{
    width: max-content;
    left: 5.625rem;
    top: unset;
    bottom: 4.9375rem;
}
.samples-section2-recommend-desc-swiper .swiper-pagination-bullet{
    width: 0.25rem;
    height: 0.8125rem;
    background: #FFFFFF;
    border-radius: unset;
    opacity: 1;
}
.samples-section2-recommend-desc-swiper .swiper-pagination-bullet-active{
    height: 1.4375rem;
    background: #eb5c21;
}
.samples-section2-desc-list{
    width: 100%;
    padding-top: 4.375rem;
}
.samples-section2-desc-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3.75rem;
}
.samples-section2-desc-group:last-of-type{
    margin-bottom: 0;
}
.samples-section2-desc{
    width: calc(50% - 2.1875rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 1.875rem;
    overflow: hidden;
    background: #e1e2e2;
    text-decoration: none;
    color: #000000;
}
.samples-section2-desc-poster{
    width: 100%;
    height: 26.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.samples-section2-desc-poster-img{
    width: 100%;
    height: 26.125rem;
    object-fit: cover;
}
.samples-section2-desc-info{
    width: calc(100% - 6.25rem);
    padding: 2.1875rem 3.125rem;
    height: calc(8.125rem - 4.375rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.samples-section2-desc-title{
    font-size: 1.25rem;
    font-weight: 100;
}