.banner-section {
    background: #fff;
    margin-bottom: 10px;
    padding: 15px 15px 0;
    position: relative
}

.swiper-container-3d {
    overflow: hidden;
    padding-bottom: 30px;
    width: 100%
}

.swiper-slide-3d {
    background: #000;
    border-radius: 10px;
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 85%
}

.swiper-slide-3d img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.slide-overlay {
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);
    bottom: 0;
    left: 0;
    padding: 40px 15px 10px;
    position: absolute;
    right: 0;
    z-index: 10
}

.slide-title {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}

.highlight-red {
    color: #ff5252;
    margin-right: 4px
}

.custom-pagination {
    bottom: 5px!important;
    text-align: center;
    width: 100%
}

.custom-pagination .swiper-pagination-bullet {
    background: #d0d0d0;
    border-radius: 50%;
    height: 6px;
    margin: 0 4px!important;
    opacity: 1;
    transition: all .3s ease;
    vertical-align: middle;
    width: 6px
}

.custom-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,224,255,.4);
    width: 18px
}

.editor-rec-section {
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
    position: relative
}

.rec-header {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    position: relative
}

.rec-title-box {
    position: relative;
    z-index: 2
}

.rec-main-title {
    color: var(--primary);
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    margin-right: 8px
}

.rec-sub-title {
    color: #999;
    font-size: 12px;
    text-transform: uppercase
}

.scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    margin: 0 -15px;
    padding: 0 15px 0
}

.scroll-wrapper::-webkit-scrollbar {
    display: none
}

.rec-item {
    align-items: center;
    display: flex;
    flex: 0 0 80px;
    flex-direction: column;
    margin-right: 12px;
    min-width: 0;
}

.rec-icon {
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    height: 64px;
    margin-bottom: 6px;
    overflow: hidden;
    width: 64px
}

.rec-icon img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.rec-name {
    color: #333;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.rec-btn,.rec-name {
    font-size: 14px;
    text-align: center
}

.rec-btn {
    background: var(--primary-light);
    border-radius: 12px;
    color: var(--primary);
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    width: 60px
}

.collection-nav {
    background: linear-gradient(180deg,#e0fcff 0,#fff);
    /* border-bottom: 1px solid #f0f0f0; */
    display: flex;
    padding: 10px 15px
}

.nav-link {
    color: #666;
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 8px;
    position: relative;
    text-align: center
}

.nav-link.active {
    color: #333;
    font-size: 16px;
    font-weight: 900
}

.nav-link.active:after {
    background: var(--primary);
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20px
}

.collection-list {
    padding: 15px;
    background: #fff;
}

.col-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
    margin-bottom: 15px;
    overflow: hidden
}

.col-banner {
    background: #333;
    height: auto;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.col-banner img {
    height: 100%;
    opacity: .9;
    width: 100%;
    display: block;
}

.col-count-badge {
    background: var(--primary);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 8px;
    position: absolute;
    right: 10px;
    top: 10px
}

.col-title-overlay {
    background: rgba(0,0,0,0.5);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px 10px;
    position: absolute;
    right: 0
}

.col-main-title {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    /* text-shadow: 0 1px 2px rgba(0,0,0,.5); */
}

.col-sub-type {
    font-size: 12px;
    margin-top: 2px;
    opacity: .8
}

.col-app-row {
    align-items: center;
    animation: fadeIn .3s ease;
    background: #fff;
    display: none;
    padding: 12px 15px
}

.col-app-row.active {
    display: flex
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(5px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.col-app-icon {
    background: #eee;
    border-radius: 10px;
    flex-shrink: 0;
    height: 58px;
    margin-right: 12px;
    overflow: hidden;
    width: 58px
}

.col-app-icon img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.col-app-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

.col-app-name {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-app-tags {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}

.c-tag {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    color: #999;
    font-size: 12px;
    padding: 2px 6px
}

.col-switch-btn {
    align-items: center;
    background: var(--primary-light);
    /* border: 1px solid #f5f5f5; */
    border-radius: 50%;
    color: var(--primary);
    cursor: pointer;
    display: flex;
    height: 34px;
    justify-content: center;
    margin-left: 20px;
    width: 34px;
}

.col-switch-btn:active {
    background: #f0f0f0
}

.spin-anim {
    animation: spin .4s ease-in-out
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}
