.photo-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6.4rem;
}

.photo-content>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.photo-content-item {
    width: 100%;
    position: relative;
    margin-bottom: 1.6rem;
    border-radius: 1rem;
    overflow: hidden;
}

.photo-content-item .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.photo-content-item .img img {
    width: auto;
    height: auto;
}

.photo-height {
    height: 100% !important;
}

.photo-width {
    width: 100% !important;
}

.photo-content-item>div:last-child{
    width: 100%;
    height: 100%;
    padding: 3.2rem;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: Medium;
    font-size: 2rem;
    color: #fff;
    line-height: 2.8rem;
    position: relative;
    z-index: 10;
    background: linear-gradient(180deg, rgba(5, 23, 60, 0.6) 0%, rgba(5, 23, 60, 0) 100%);
}

.photo-content-img1 {
    width: 28.6rem;
}

.photo-content-img1 .photo-content-item {
    height: 45.6rem;
}

.photo-content-img1 .photo-content-item:last-child {
    height: 18.9rem;
}

.photo-content-img2 {
    width: 34.8rem;
}

.photo-content-img2 .photo-content-item {
    height: 22rem;
}

.photo-content-img2 .photo-content-item:last-child {
    height: 18.9rem;
}

.photo-content-img3 {
    width: 39.2rem;
}

.photo-content-img3 .photo-content-item {
    height: 22rem;
}

.photo-content-img3 .photo-content-item:last-child {
    height: 18.9rem;
}

.photo-content-img4 {
    width: 32.6rem;
}

.photo-content-img4 .photo-content-item {
    height: 34.6rem;
}

.photo-content-img4 .photo-content-item:last-child {
    height: 29.9rem;
}

@media screen and (max-width: 768px) {
    .photo-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 3.2rem;
    }

    .photo-content>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .photo-content-item {
        width: 100%;
        position: relative;
        margin-bottom: 0.8rem;
        border-radius: 1rem;
        overflow: hidden;
    }

    .photo-content-item img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .photo-content-item div {
        width: 100%;
        height: 100%;
        padding: 1.2rem;
        position: absolute;
        left: 0;
        top: 0;
        font-weight: Medium;
        font-size: 1.2rem;
        color: #fff;
        line-height: 1.5rem;
        position: relative;
        z-index: 10;
        background: linear-gradient(180deg, rgba(5, 23, 60, 0.6) 0%, rgba(5, 23, 60, 0) 100%);
    }

    .photo-content-img1 {
        width: 15.1rem;
    }

    .photo-content-img1 .photo-content-item {
        height: 24rem;
    }

    .photo-content-img1 .photo-content-item:last-child {
        height: 10rem;
    }

    .photo-content-img2 {
        width: 18.4rem;
    }

    .photo-content-img2 .photo-content-item {
        height: 11.6rem;
    }

    .photo-content-img2 .photo-content-item:last-child {
        height: 10rem;
    }

    .photo-content-img3 {
        width: 19rem;
    }

    .photo-content-img3 .photo-content-item {
        height: 11.6rem;
    }

    .photo-content-img3 .photo-content-item:last-child {
        height: 10rem;
    }

    .photo-content-img4 {
        width: 14.5rem;
    }

    .photo-content-img4 .photo-content-item {
        height: 18.2rem;
    }

    .photo-content-img4 .photo-content-item:last-child {
        height: 15.8rem;
    }
}