.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: .5rem;
}

.recomment-zone {
    margin-inline: 1rem;
}

.refresh-btn {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #888;
    cursor: pointer;
}

.list-title {
    font-size: 1.3rem;
    color: var(--text-color-f);
    font-weight: 500;
    /* padding: 1.75rem 0 1rem; */
}

.refresh-btn .xqbj-icon-refresh {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.3rem;
}


@media (max-width: 960px) {


    .xqbj-tags
    .xqbj-tags-group
    .xqbj-tags-group-right
    .van-tabs
    .van-tab
    .van-tab__text {
        font-size: 1.2rem;
        color: var(--tag-text);
    }

    .xqbj-tags
    .xqbj-tags-group
    .xqbj-tags-group-right
    .van-tabs
    .van-tab.van-tab--active
    .van-tab__text {
        color: var(--tag-text-active);
        font-weight: 200;
    }

    .label-tag {
        background: #fff;
        font-size: 1.4rem;
        color: var(--p-text-color);
        padding: 1rem;
        margin: 0.6rem 0;
        text-align: center;
        overflow: hidden;
        font-weight: 500;
        width: 100%;
        text-overflow: ellipsis;
        word-wrap: break-word;
        text-wrap: nowrap;
    }

    .label-tag .label-span {
        color: var(--primary-text-color);
        margin: 0;
    }

    .classify {
        /* display: flex; */
        padding: 1rem;
    }

    .classify .item {
        display: flex;
        font-size: 1.3rem;
        color: var(--detail-color);
    }

    .classify .item .name {
        flex-shrink: 0;
        margin-top: 0.5rem;
        margin-right: 0.5rem;
        width: auto;
        height: 2.5rem;
        text-align: center;
        line-height: 2.5rem;
        font-weight: 500;
    }

    .classify .item .types {
        flex: 1;
        display: flex;
        /* flex-wrap: wrap; */
    }

    .classify .item .type {
        margin: 0.5rem;
        padding: 0 0.7rem;
        height: 2.5rem;
        line-height: 2.5rem;
        border-radius: 2.5rem;
        background-color: #d3e0f6;
        color: var(--original-text-color);
        font-size: 1.2rem;
        cursor: pointer;
    }

    .classify .item .type.act {
        font-size: 1.3rem;
        color: var(--primary-text-color);
        font-weight: 500;
        /* border-bottom: 0.2rem solid var(--primary-text-color); */
    }

    .classify .item .type.act > a {
        color: var(--primary-text-color);
    }

    .classify .swiper-slide {
        width: auto !important;
    }

    .classify .item .swiper-wrapper {
        overflow-x: auto;
        scroll-snap-type: x mandatory; /* 沿 x 轴吸附，必须吸附 */
    }

    .classify .item .types .jc-left,
    .classify .item .types .jc-right {
        display: none !important;
    }
}

/* 标签高亮样式 */
.tag-highlight {
    color: #3276ff !important;
    padding: 0.1rem 0.2rem;
    border-radius: 0.2rem;
}

/* desktop */
@media (min-width: 960px) {
    .xqbj-tags
    .xqbj-tags-group
    .xqbj-tags-group-right
    .van-tabs
    .van-tab
    .van-tab__text {
        font-size: 1.2rem;
        color: var(--tag-text);
    }

    .xqbj-tags
    .xqbj-tags-group
    .xqbj-tags-group-right
    .van-tabs
    .van-tab.van-tab--active
    .van-tab__text {
        color: var(--tag-text-active);
        font-weight: 200;
    }

    .label-tag {
        background: #fff;
        font-size: 1.4rem;
        color: var(--p-text-color);
        padding: 1rem;
        margin: 0.6rem 0;
        text-align: center;
        overflow: hidden;
        font-weight: 500;
        width: 100%;
        text-overflow: ellipsis;
        word-wrap: break-word;
        text-wrap: nowrap;
    }

    .label-tag .label-span {
        color: var(--primary-text-color);
        margin: 0;
    }

    .xqbj-tags
    .xqbj-tags-group
    .xqbj-tags-group-right
    .van-tabs
    .van-tab
    .van-tab__text {
        font-size: 0.8rem;
    }

    .van-tabs.van-tabs--line {
        display: none;
    }

    .xqbj-tags .van-tabs.van-tabs--line {
        display: block;
    }

    .bubble-group-round .van-floating-bubble {
        /* right: 10rem; */
        right: 0;
    }

    .label-tag {
        background: #fff;
        font-size: 0.9rem;
        color: var(--p-text-color);
        padding: 1rem;
        margin: 0.6rem 0;
        text-align: center;
    }

    .label-tag .label-span {
        color: var(--primary-text-color);
        margin: 0;
    }

    .classify {
        /* display: flex; */
        margin-bottom: 0.5rem;
    }

    .classify .item {
        display: flex;
        font-size: 0.7rem;
        color: var(--detail-color);
    }

    .classify .item .name {
        flex-shrink: 0;
        margin-right: 0.5rem;
        width: auto;
        height: 1.2rem;
        text-align: left;
        line-height: 1.2rem;
        font-weight: 500;
        font-size: 0.8rem;
    }

    .classify .item .types {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .classify .item .types .jc-left svg,
    .classify .item .types .jc-right svg {
        vertical-align: text-top;
    }

    .classify .item .type {
        margin-right: 0.375rem;
        margin-left: 0.375rem;
        margin-bottom: 0.5rem;
        height: 1rem;
        line-height: 1rem;
        cursor: pointer;
    }

    .classify .item .type.act {
        background-color: rgba(76, 136, 230, 0.2);
        font-size: 0.8rem;
        color: var(--primary-text-color);
        border-radius: 0.65rem;
        padding: 0.2rem 0.4rem;
        height: 1.2rem;
    }

    .classify .item .type.act > a {
        color: var(--primary-text-color);
        font-weight: 500;
    }

    .classify .swiper-slide {
        width: auto !important;
    }

    .classify .swiper-wrapper {
        overflow-x: auto;
        min-width: calc(100% - 2.5rem);
        max-width: calc(100% - 2rem);
        width: auto;
        margin-right: 0.25rem;
    }

    .recomment-zone {
        margin-inline: 0;
    }

    .list-title {
        font-size: 1.1rem;
        font-weight: 500;
        /* padding: 1rem 0 1.2rem; */
        color: #070710;
    }

    .refresh-btn {
        font-size: 0.72rem;
    }

    .refresh-btn .xqbj-icon-refresh {
        width: 0.9rem;
        height: 0.9rem;
        margin-left: 0.2rem;
    }

    .recomment-group .list .img {
        width: 100%;
        height: 4.75rem;
        object-fit: contain;
    }
}
