/* section.thema-info */

section.thema-info {
    padding: 80px 0 0;
    position: relative;
}

section.thema-info .title-wrap {
    text-align: left;
    /* margin-bottom: 40px; */
	padding-top:40px;
}
section.thema-info .title-wrap .title span {
    display:block;
    font-size:14px;
    line-height:24px;
    font-weight:700;
    color:#999;
}
/* section.thema-info .category-wrap {
    margin-top: 30px;
} */
section.thema-info .category-wrap a {
    margin-right:10px;
    margin-bottom:10px;
    font-size:16px;
    /* line-height:26px; */
    color:#fff;
    border-radius:6px;
}
section.thema-info .category-wrap a span {
    font-size:0;
}
section.thema-info .category-wrap a.active {
    background:#D30084;
    border-color: #d30084;
}
section.thema-info .thema-wrap {
    display: grid;
    grid-template-columns: 20% 70%;
    align-items: center;
    gap: 50px;
}

section.thema-info .thema-wrap .img-wrap {
    width: 100%;
    display: flex;
}

section.thema-info .thema-wrap .img-wrap img {
    width: 100%;
}

section.thema-info .thema-wrap .text-wrap h1 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight:900;
    color: #fff;
}

section.thema-info .thema-wrap .text-wrap p {
    font-size: 12px;
    line-height: 22px;
    word-break: keep-all;
    white-space:pre;
    color:#999
}
section.thema-info .slick-prev:before {
    background-image: url("/static/images/arrow-left11.2057a0bdbe78.png");
}
section.thema-info .slick-next:before {
    background-image: url("/static/images/arrow-right11.cc999c234fac.png");
}
section.thema-info .thema-wrap .text-wrap .album-list {
    position:relative;
    /* display: flex; */
    margin-top: 10px;
    flex-wrap: wrap;
    /* height: 65px; */
    /* line-height: 30px; */
    overflow-x: auto;
    scroll-behavior: smooth;   
}

section.thema-info .thema-wrap .text-wrap .album-list::-webkit-scrollbar{
    display:none;
}

section.thema-info .thema-wrap .text-wrap .album-list .album-item {
    position: relative;
    /* margin-right:40px; */
    cursor: pointer;
}
.ruby-text{
    display: flex;
    gap: 35px;
}

section.thema-info .thema-wrap .text-wrap .album-list .album-item::after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
    right:-20px;
    top: 50%;
    transform: translateY(-50%);
}
section.thema-info .thema-wrap .text-wrap .album-list .album-item:last-of-type::after {
  display: none;
}

section.thema-info .thema-wrap .text-wrap .album-list h5 {
    display: block;
    font-size: 16px;
    font-weight:400;
}
section.thema-info .thema-wrap .text-wrap .album-list h5.active {
    color:#FF33B2;
}
span.slick-arrow {
    position:absolute;
    cursor: pointer;
    font-size: 30px;
}
span.slick-arrow:hover {
    color:#FF33B2;
}
span.slick-arrow.prev {
    left: -30px;
    display: none!important;
}
span.slick-arrow.next {
    right:-30px;
}


/* .thema-bg */

.thema-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(30px) brightness(50%);
    -webkit-filter: blur(30px) brightness(50%);
}

@media all and (max-width: 1440px) {
    section.thema-info {
        padding: 135px 20px 20px;
    }
    section.thema-info .thema-wrap {
        grid-template-columns: 25% 75%;
    }
}

@media all and (max-width: 1080px) {
    section.thema-info .thema-wrap {
        gap: 20px;
    }
}

@media all and (max-width: 768px) {
    section.thema-info {
        padding: 120px 20px 20px;
    }
    section.thema-info.page-start {
        padding:120px 20px 0px
    }
	section.thema-info .thema-wrap {
    gap: 10px;
}
    /* section.thema-info .thema-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap:0;
    } */
    /* section.thema-info .thema-wrap .text-wrap {
        padding-left:20px;
    } */

    section.thema-info .thema-wrap .img-wrap {
        width: 100%;
    }
    section.thema-info .thema-wrap .text-wrap p {
        white-space:normal;
        line-height: normal;
    }
    section.thema-info .thema-wrap .text-wrap h1 {
        font-size: 28px;
    }
    section.thema-info .thema-wrap .text-wrap .album-list h5 {
        font-size: 14px;
    }
    section.thema-info .category-wrap a {
        margin-right: 7px;
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 14px;
    }
    section.recommend {
        margin-top: 0;
        padding: 10px 0 40px;
    }
    section.thema-info .thema-wrap .text-wrap .album-list .album-item {
    position: relative;
    cursor: pointer;
    /* padding: 0px 0px; */
    /* width: 30%; */
    }
    section.thema-info .thema-wrap .text-wrap .album-list .album-item::after {
      display: none;
    }
    span.slick-arrow.next {
      right: 0px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    }
}
@media all and (max-width: 450px) {
    .thema-bg {
        height: 320px;
    }
    .ruby-text{
        display: ruby-text;
    }

    section.thema-info.page-start {
        padding:120px 10px 0px
    }
    section.thema-info .title-wrap .title span {
        font-size: 10px;
        line-height:15px;
    }
    section.thema-info .thema-wrap .text-wrap p {
        font-size: 10px;
    }
    section.thema-info .thema-wrap .text-wrap h1 {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 8px;
    }
    section.thema-info .thema-wrap .text-wrap .album-list h5 {
       font-size: 63%;
       font-weight: 400;
       border: 1px solid #535353;
       border-radius: 8px;
       text-align: center;
       margin-right: 5px;
       background: #141414;
       /* height: 26px; */
       /*min-width:80px;*/
       line-height:28px;
       padding: 0 10px;
    }
    section.thema-info .thema-wrap .text-wrap .album-list h5.active {
    color:#FFFFFF;
    background:#FF33B2;
    }
    section.thema-info .category-wrap a {
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 10px;
        line-height: 10px;
    }

    section.thema-info .category-wrap {
      padding: 0px 0 11px;
    }
    section.thema-info {
      padding: 120px 20px 0px;
    }
    section.thema-info .title-wrap {
      padding: 0px 0 16px;
    }
    section.thema-info .thema-wrap .text-wrap {
        padding-left: 9px;
    }
}
