h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.text-center{
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--original-blue);
}

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

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

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

.refresh-btn:hover {
    color: #bb8550;
}

.list-title {
    font-size: 1.4rem;
    color: var(--text-color-f);
    font-weight: 600;
}

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

/* 轮播图样式 start */
.home-banner {
    margin: 0 0 1rem 0;
    position: relative;
    overflow: hidden;
}

.home-banner .banner-swiper {
    border-radius: 0;
    overflow: hidden;
}

.home-banner .banner-swiper .swiper-slide {
    transition: transform 0.3s ease;
}

.home-banner .banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 分页指示器样式 */
.home-banner .swiper-pagination {
    bottom: 1rem;
}

.home-banner .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
}

.home-banner .swiper-pagination-bullet-active {
    width: 2rem;
    border-radius: 0.4rem;
    background-color: #bb8550;
}

/* 左右切换按钮样式 */
.home-banner .swiper-button-prev,
.home-banner .swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
    background-color: transparent;
    color: #777778;
    transition: all 0.3s ease;
}

.home-banner .swiper-button-prev:after,
.home-banner .swiper-button-next:after {
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.home-banner .swiper-button-prev:hover,
.home-banner .swiper-button-next:hover {
    color: #bb8550;
    text-shadow: 0 2px 12px rgba(187, 133, 80, 0.6);
    transform: scale(1.15);
}

.home-banner .swiper-button-prev {
    left: 1.5rem;
}

.home-banner .swiper-button-next {
    right: 1.5rem;
}

/* 移动端样式 */
@media (max-width: 960px) {
    .home-banner .swiper-button-prev,
    .home-banner .swiper-button-next {
        width: 2.5rem;
        height: 2.5rem;
    }

    .home-banner .swiper-button-prev:after,
    .home-banner .swiper-button-next:after {
        font-size: 1rem;
    }

    .home-banner .swiper-button-prev {
        left: 0.5rem;
    }

    .home-banner .swiper-button-next {
        right: 0.5rem;
    }

    .home-banner .banner-swiper {
        border-radius: 0;
    }

    .home-banner .swiper-pagination {
        bottom: 0.8rem;
    }

    .home-banner .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.6rem;
    }

    .home-banner .swiper-pagination-bullet-active {
        width: 1.5rem;
        border-radius: 0.3rem;
    }
}
/* 轮播图样式 end */

@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 {
        padding: 1rem;
        background: #fff;
        border-radius: 8px;
        margin-bottom: 1rem;
    }
    .classify .item {
        display: flex;
        font-size: 1.3rem;
        color: var(--detail-color);
        margin-bottom: 0.8rem;
    }
    .classify .item:last-child {
        margin-bottom: 0;
    }
    .classify .item .name {
        flex-shrink: 0;
        margin-top: 0.5rem;
        margin-right: 0.8rem;
        width: auto;
        height: 2.5rem;
        text-align: center;
        line-height: 2.5rem;
        font-weight: 600;
        color: #222;
    }
    .classify .item .types {
        flex: 1;
        display: flex;
    }
    .classify .item .type {
        margin: 0.5rem;
        padding: 0 1rem;
        height: 2.5rem;
        line-height: 2.5rem;
        border-radius: 2.5rem;
        background-color: #f5f5f5;
        color: var(--original-text-color);
        font-size: 1.2rem;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .classify .item .type:hover {
        background-color: #e8e8e8;
    }
    .classify .item .type.act {
        background-color: #bb8550;
        font-size: 1.3rem;
        color: #ffffff;
        font-weight: 600;
        box-shadow: 0 2px 8px rgba(187, 133, 80, 0.3);
    }
    .classify .item .type.act > a {
        color: #ffffff;
    }
    .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;
    }
}

/* desktop */
@media (min-width: 960px) {
    .main-container {
        background: #f5f5f5;
        padding: 1rem;
        border-radius: 4px;
    }

    .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: 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 {
        margin-bottom: 0.8rem;
        background: #fff;
        padding: 0.8rem 1rem;
        border-radius: 4px;
    }
    .classify .item {
        display: flex;
        font-size: 0.7rem;
        color: var(--detail-color);
        margin-bottom: 0.6rem;
    }
    .classify .item:last-child {
        margin-bottom: 0;
    }
    .classify .item .name {
        flex-shrink: 0;
        margin-right: 0.8rem;
        width: auto;
        height: 1.2rem;
        text-align: left;
        line-height: 1.2rem;
        font-weight: 600;
        font-size: 0.85rem;
        color: #222;
    }
    .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.5rem;
        margin-left: 0.5rem;
        margin-bottom: 0.6rem;
        height: 1rem;
        line-height: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .classify .item .type:hover {
        color: #bb8550;
    }
    .classify .item .type.act {
        background-color: #bb8550;
        font-size: 0.8rem;
        color: #ffffff;
        border-radius: 0.65rem;
        padding: 0.25rem 0.5rem;
        height: 1.3rem;
        font-weight: 600;
    }
    .classify .item .type.act > a {
        color: #ffffff;
        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;
    }

    /* 轮播图样式 start */
    .home-banner {
        margin: 0 0 0.8rem 0;
    }
        
    .home-banner .banner-swiper {
        border-radius: 0;
    }

    .home-banner .swiper-button-prev,
    .home-banner .swiper-button-next {
        width: 1rem;
        height: 3rem;
    }

    .home-banner .swiper-button-prev:after,
    .home-banner .swiper-button-next:after {
        font-size: 1rem;
    }

    .home-banner .swiper-button-prev {
        left: 1rem;
    }

    .home-banner .swiper-button-next {
        right: 1rem;
    }

    .home-banner .swiper-pagination {
        bottom: 0.8rem;
    }

    .home-banner .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.6rem;
    }

    .home-banner .swiper-pagination-bullet-active {
        width: 1.6rem;
        border-radius: 0.3rem;
    }
    /* 轮播图样式 end */
    .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;
    }
}
@media(max-width:768px) {
    .recommend-part {
        padding-inline: 1rem;
    }
}