.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 0.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.5rem;
    color: var(--detail-color);
  }
  .classify .item  .swiper-wrapper{
    overflow-x: scroll;
  }
  .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.3rem;
    cursor: pointer;
  }
  .classify .item .type.act {
    font-size: 1.5rem;
    color: var(--primary-text-color);
    font-weight: 500;
    background-color: rgba(var(--original-blue-rgb), 0.2);
    /* 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;
  }
}

/* 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.9rem;
    color: var(--detail-color);
  }
  .classify .item .name {
    flex-shrink: 0;
    margin-right: 0.5rem;
    width: 3rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    font-weight: 500;
  }
  .classify .item .types {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .classify .item .type {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    margin-bottom: 0.5rem;
    height: 2rem;
    line-height: 2rem;
    cursor: pointer;
  }
  .classify .item .type.act {
    color: var(--primary-text-color);
    border-bottom: 0.2rem solid var(--primary-text-color);
    font-weight: 500;
  }
  .classify .item .type.act > a {
    color: inherit;
  }
  .classify .swiper-slide {
    width: auto !important;
  }
  .classify .swiper-wrapper {
    /* flex-wrap: wrap; */
    overflow-x: scroll;
  }
  .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;
  }
}
