/* 区块1 */
.habitat-section1-container{
    width: 100%;
    padding-top: 6.6875rem;
}
.habitat-section1-container-content{
    width: 100%;
    height: 30.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.habitat-section1-container-content-bg{
    width: 100%;
    height: 30.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.habitat-section1-container-content-bg-img{
    width: 100%;
    height: 30.875rem;
    object-fit: cover;
}
.habitat-section1-container-content-info{
    width: 100%;
    height: 30.875rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.habitat-section1-container-content-info-wrap{
    width: 100%;
    height: 30.875rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.habitat-section1-container-title{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    color: #FFFFFF;
    font-weight: 500;
}
.habitat-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;
}
.habitat-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;
}
.habitat-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;
}
.habitat-section1-container-category-title{
    font-size: 1.125rem;
    font-weight: 500;
}
.habitat-section1-container-category-active{
    background: #eb5c21;
    color: #FFFFFF;
}

/* 区块2 */
.habitat-section2-container{
    width: 100%;
    padding: 6.25rem 0;
}
.habitat-section2-sample-list{
    width: 100%;
}
.habitat-section2-sample-group{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 52.1875rem);
    grid-column-gap: 4.6875rem;
    grid-row-gap: 4.6875rem;
    margin-bottom: 4.6875rem;
}
.habitat-section2-sample-group:last-of-type{
    margin-bottom: 0;
}
.habitat-section2-sample{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.habitat-section2-sample-poster{
    width: 100%;
    height: 52.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.habitat-section2-sample-poster-img{
    width: 100%;
    height: 52.1875rem;
    object-fit: cover;
}
.habitat-video-dialog-video-wrap{
    width: 100%;
    height: max-content;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #000000;
}
.habitat-video-dialog-video{
    width: 100%;
    object-fit: contain;
    height: 31.25rem;
    background: #000000;
}