.change__btn[data-v-4edcd562] {
    align-items: center;
    background: #212122;
    border-radius: 8px;
    color: #606266;
    cursor: pointer;
    display: flex;
    font-size: 34px;
    height: 34px;
    justify-content: center;
    width: 34px
}

.change__btn[data-v-4edcd562]:hover {
    color: #000
}

.grid__box[data-v-4edcd562] {
    row-gap: 30px;
    -moz-column-gap: 5.5%;
    column-gap: 5.5%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr)
}

@media (max-width: 1439.9px) {
    .grid__box[data-v-4edcd562] {
        row-gap: 2.08333vw
    }
}

.release__item:hover img[data-v-4edcd562] {
    transform: scale(1.07);
    transition: all .5s
}

.release__title[data-v-4edcd562] {
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: auto
}

@media (max-width: 1439.9px) {
    .release__title[data-v-4edcd562] {
        height: auto;
        font-size: 1.38889vw;
        line-height: 1.38889vw
    }
}

.release__tag[data-v-4edcd562] {
    margin-top: 10px;
    padding: 1px 10px;
    font-size: 18px;
    font-weight: 300;
    color: #f20765;
    align-items: center;
    border: .5px solid #f20765;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width: 1439.9px) {
    .release__tag[data-v-4edcd562] {
        margin-top: .69444vw;
        font-size: 1.25vw;
        padding: .06944vw .69444vw
    }
}

.release__intro[data-v-4edcd562] {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #91939a
}

@media (max-width: 1439.9px) {
    .release__intro[data-v-4edcd562] {
        margin-top: 1.25vw;
        font-size: 1.11111vw
    }
}