.page-container, .user-content {
    width: 1200px;
    margin: 0 auto;
    /* min-height: 300rem; */
}

.user-header-tab {
    margin: 40px 0 20px;
}

.user-content {
    display: flex;
    justify-content: space-between;
}

.left-container {
    width: 180px;
}

.right-container {
    margin-bottom: 40px;
    width: 1000px;
    font-size: 12px;
}

.images-container, .images-container img {
    width: 100%;
}
