.lbanner_text {
    display: none;
}

.big_title2 {
    text-align: left;
}

.album_swi_box {
    margin: 25px 0 40px;
    padding: 0 25px;
    position: relative;
}

.album_swi_box .swiper-slide {
    width: auto;
    min-width: 146px;
}

.tabs_div {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #666666;
    line-height: 42px;
}

.tabs_div.active {
    border: 1px solid #000000;
    color: #333333;
}

.album_swi_btn_left {
    width: 11px;
    height: 16px;
    background: url('img/left10.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.album_swi_btn_right {
    width: 11px;
    height: 16px;
    background: url('img/right10.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.tabs_content {
    display: none;
    position: relative;
    opacity: 0;
    column-count: 3;
    column-gap: 20px;
    transition: opacity 0.3s ease;
}

.tabs_content.active {
    display: block;
    opacity: 1;
}

.item_box {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    break-inside: avoid;
    position: relative;
}

.item_box img {
    width: 100%;
    height: auto;
    display: block;
}

.item_box_son {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000015;
}

.item_box_title {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #F4F4F4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 10px;
}

.item_box_bottom {
    width: 100%;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 0 25px 0 15px;
}

.item_box_bottomL {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.item_box_bottomL img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 8px;
}

.item_box_bottomR {
    width: 40px;
    height: 32px;
    background: #F4F4F4;
    border-radius: 5px;
    justify-content: center;
}

.item_box_bottomR img {
    width: 14px;
}

.item_box:hover .item_box_son {
    opacity: 1;
}


@media (max-width: 768px) {
    .tabs_content {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .tabs_content {
        column-count: 1;
    }
}