/* project-detail-04 页面样式 */
.page-04 {
    background: #000000;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.page-04 .content-header {
    padding: 20px 30px 106px;
}

.page-04 .content-meta {
    padding: 0 30px 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-04 .video-section {
    padding: 0 30px 50px;
}

.page-04 .info-section {
    padding: 0 30px 108px;
}

.page-04 .video-intro {
    padding: 0 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-04 .video-section-dark {
    padding: 0 30px 20px;
}

.page-04 .image-section {
    padding: 0 30px 57px;
}

.page-04 .footer-text {
    padding: 28px 30px 10px 30px;
    margin-top: -57px;
    background: #D4D4D4;
    position: relative;
    z-index: 2;
}

.page-04 .footer-text .info-image {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.page-04 .footer-text .info-image img {
    /* margin-right: 30px; */
    max-width: 333px;
    height: auto;
    object-fit: contain;
}