.album {
    padding: 0 0 8rem;
    background-color: #FFFFFF;
}

.album-center {
    display: flex;
    justify-content: space-between;
    width: 140rem;
    height: 65.8rem;
}

.album-center-for {
    width: 81rem;
    height: 65.8rem;
    padding: 3.2rem;
    background-color: #F5F5F7;
    border-radius: 1rem;
    position: relative;
}

.album-center-for-title {
    width: 16.2rem;
    height: 2.7rem;
    background-color: #05173C;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 400;
}

.album-center-for .name {
    font-size: 2.8rem;
    font-weight: 600;
    color: #05173C;
    flex-wrap: wrap;
    margin: 2.4rem 0;
    line-height: 3.4rem;
}

.album-center-for .name:hover {
    color: #F16522;
}

.album-center-for p {
    line-height: 1.9rem;
    font-size: 1.6rem;
    color: #999999;
    margin-bottom: 4.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.album-center-for-img {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    left: 0;
    padding: 0 3.2rem 3.2rem;
}

.album-center-for-img-tabs {
    position: absolute;
    bottom: 4.8rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.album-center-for-img-tabs .tab {
    width: 0.8rem;
    height: 0.8rem;
    background-color: #05173C;
    opacity: 0.1;
    margin-right: 0.8rem;
    border-radius: 10rem;
}

.album-center-for-img-tabs .tab:last-child {
    margin-right: 0;
}

.album-center-for-img-tabs .active {
    opacity: 1;
    width: 2.4rem;
    border-radius: 10rem;
}

.album-center-for-img>img {
    width: 38rem;
    height: 38rem;
}

.album-center-for-img .button-h {
    position: absolute;
    left: 3.2rem;
    top: 0;
}

.album-center-for:nth-child(2) .album-center-for-img .button-h {
    position: absolute;
    left: 3.2rem;
    top: -4.2rem;
}

.album-center-for:nth-child(2) {
    width: 57.4rem;
    
}

.album-center-for:nth-child(2) .name {
    width: 100%;
}

.album-center-for:nth-child(2) .album-center-for-img>img {
    width: 51rem;
    height: 34.3rem;
    border-radius: 0.8rem;
}

.album-center-for:nth-child(2) p {
    -webkit-line-clamp: 4;
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
    .album {
        padding: 0 0 4rem;
        background-color: #FFFFFF;
    }

    .album-center {
        display: block;
        width: 34.3rem;
        height: auto;
    }

    .album-center-for {
        width: 34.3rem;
        height: auto;
        padding: 1.2rem;
        background-color: #F5F5F7;
        border-radius: 1rem;
        position: relative;
    }

    .album-center-for-title {
        width: 10.9rem;
        height: 2.1rem;
        background-color: #05173C;
        border-radius: 10rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        font-size: 1rem;
        font-weight: 400;
    }

    .album-center-for .name {
        font-size: 2rem;
        font-weight: 600;
        color: #05173C;
        flex-wrap: wrap;
        margin: 1.2rem 0;
        line-height: 2.4rem;
    }

    .album-center-for .name:hover {
        color: #F16522;
    }

    .album-center-for p {
        line-height: 1.5rem;
        font-size: 1.2rem;
        color: #999999;
        margin-bottom: 2.4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .album-center-for-img {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        bottom: 0;
        left: 0;
        padding: 0;
    }

    .album-center-for-img-tabs {
        position: absolute;
        bottom: 0.8rem;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
    }

    .album-center-for-img-tabs .tab {
        width: 0.4rem;
        height: 0.4rem;
        background-color: #05173C;
        opacity: 0.1;
        margin-right: 0.4rem;
        border-radius: 10rem;
    }

    .album-center-for-img-tabs .tab:last-child {
        margin-right: 0;
    }

    .album-center-for-img-tabs .active {
        opacity: 1;
        width: 1.2rem;
        border-radius: 10rem;
    }

    .album-center-for-img>img {
        width: 20rem;
        height: 20rem;
    }

    .album-center-for-img .button-h {
        position: relative;
        left: 0;
        top: 0;
    }

    .album-center-for:nth-child(2) .album-center-for-img .button-h {
        left: 0;
        top: -2.2rem;
    }

    .album-center-for:nth-child(2) {
        width: 34.3rem;
        margin-top: 1.6rem;
    }

    .album-center-for:nth-child(2) .name {
        width: 100%;
    }

    .album-center-for:nth-child(2) .album-center-for-img>img {
        width: 31.9rem;
        height: 20rem;
        border-radius: 0.8rem;
    }

    .album-center-for:nth-child(2) p {
        -webkit-line-clamp: 3;
        margin-bottom: 2.4rem;
    }
}