.swiper-top {
  position: relative;
  overflow: hidden;
}

.swiper-top-zp {
  position: relative;
  overflow: hidden;
}

.ad-text-wrap {
  padding: 0 0.12rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.08rem;
  font-weight: 400;
  font-size: 14px;
}
.ad-text-wrap .title-icon {
  width: 0.06rem;
  background: #497779;
  height: 0.24rem;
}
.ad-text-wrap .first-title {
  color: #497779;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ad-text-wrap span {
  color: rgba(0, 0, 0, 0.5);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.yp-1-container {
  display: flex;
  flex-direction: column;
  background: #FFF;
  position: relative;
  border-radius: 0.16rem;
}
.yp-1-container .big-img {
  width: 100%;
  height: 4.72rem;
  border-radius: 0.16rem;
}
.yp-1-container .rz {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 0.48rem;
}
.yp-1-container .bottom-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 3.72rem;
  border-radius: 4px;
}
.yp-1-container .bottom-wrapper .bottom-wrapper-top {
  padding: 0 0.16rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.yp-1-container .bottom-wrapper .like-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.04rem;
  background: linear-gradient(90deg, #4800FF 0%, #FF0066 100%);
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  padding: 0.06rem 0.08rem;
  border-radius: 0.54rem;
}
.yp-1-container .bottom-wrapper .name {
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.yp-1-container .bottom-wrapper .bottom-wrapper-bottom {
  padding: 0 0.16rem;
  margin-top: 0.16rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.08rem;
}
.yp-1-container .bottom-wrapper .bottom-wrapper-bottom .small-people {
  width: 0.68rem;
  height: 0.68rem;
}
.yp-1-container .zone-tag-wrap {
  margin-top: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.08rem;
  padding: 0 0.16rem;
}
.yp-1-container .zone-tag-wrap .tag {
  padding: 0.02rem 0.12rem;
  border-radius: 30px;
  background: #DBFFFD;
  color: #008A81;
  font-family: "PingFang SC";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.yp-1-container .zone-text-wrap {
  margin-top: 0.2rem;
}
.yp-1-container .info-wrap-1 {
  margin-top: 0.08rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.16rem;
  gap: 0.3rem;
}
.yp-1-container .info-wrap-1 .info-wrap-1-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.yp-1-container .info-wrap-1 .info-wrap-1-item img {
  width: 0.28rem;
  height: 0.28rem;
}
.yp-1-container .info-wrap-1 .info-wrap-1-item .address-txt {
  color: #E17C60;
}
.yp-1-container .info-wrap-1 .info-wrap-1-item .time-txt {
  color: #06DD55;
}
.yp-1-container .info-wrap-2 {
  margin-top: 0.08rem;
  padding: 0 0.16rem;
}
.yp-1-container .music-img {
  margin-top: 0.08rem;
  margin-left: 0.16rem;
  width: 2.34rem;
  height: 0.52rem;
}

.product-card {
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
}
.product-card .img-box {
  width: 100%;
  height: 3.54rem;
  border-radius: 0.1rem;
}
.product-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-card .content {
  padding: 0.12rem 0.16rem;
}
.product-card .content .title {
  color: rgba(0, 0, 0, 0.9);
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-card .content .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
  margin-top: 0.12rem;
}
.product-card .content .price-row .price {
  color: rgba(0, 171, 163, 0.98);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-card .content .price-row .sold {
  color: #777;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-card .content .rate-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card .content .rate-row .stars {
  color: #F80;
  letter-spacing: 2px;
  font-size: 11px;
}
.product-card .content .rate-row .comment {
  color: #777;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.video-card {
  margin-bottom: 0.06rem;
}
.video-card .img-box {
  position: relative;
  width: 100%;
  height: 2rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.video-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.08rem;
}
.video-card .img-box .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.6rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.video-card .img-box .view {
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
}
.video-card .img-box .view .icon-eye {
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.video-card .img-box .duration {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.video-card .title {
  margin-top: 8px;
  color: #547274;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.action-row {
  display: flex;
  gap: 12px;
  padding: 12px;
}
.action-row .action-item {
  flex: 1;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.17rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  color: #547274;
  transition: all 0.2s;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.action-row .action-item:active {
  transform: scale(0.97);
  background: #e6ebeb;
}
.action-row .action-item i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.action-row .refresh .icon-refresh {
  background: url("refresh.svg") no-repeat center/contain;
}
.action-row .more .icon-arrow {
  background: url("arrow-right.svg") no-repeat center/contain;
}

.live-card {
  background: #ffffff;
  border-radius: 0.08rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.live-card .live-card-img {
  width: 100%;
  height: 5.2rem;
  object-fit: cover;
  display: block;
}
.live-card .cover__badges {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem;
  width: 100%;
}
.live-card .cover__badges .badge-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3019607843);
  color: #FFF;
  border-radius: 0.64rem;
  padding: 0.12rem 0.2rem;
  gap: 0.1rem;
}
.live-card .cover__badges .badge-left .play-svg {
  width: 0.3rem;
  height: 0.3rem;
}
.live-card .body {
  padding: 0.2rem;
}
.live-card .body .title {
  color: rgba(0, 0, 0, 0.9);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.live-card .body .two-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 0.04rem;
}
.live-card .body .two-col .col-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.live-card .body .two-col .col-block__label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00A4EF;
}
.live-card .body .two-col .col-block__heading {
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5019607843);
}
.live-card .body .two-col .col-block__text {
  font-size: 13px;
  color: #6b6b67;
  line-height: 1.7;
}

.mt-10 {
  margin-top: 0.2rem;
}

.mt-5 {
  margin-top: 0.1rem;
}

.fc-text-fix {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.qq-top-container {
  margin: 0 0.16rem;
  position: relative;
  height: 4.86rem;
  padding-top: 1.3rem;
}
.qq-top-container .qq-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.qq-top-container .swiper-top-qq {
  overflow: hidden;
  padding: 0.2rem;
}
.qq-top-container .swiper-top-qq .swiper-top-qq-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.2rem;
  background: #7B4644;
}
.qq-top-container .swiper-top-qq .swiper-top-qq-item img {
  border-radius: 0.2rem;
  width: 100%;
  height: 2.18rem;
}
.qq-top-container .swiper-top-qq .swiper-top-qq-item .qq-text-well {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  margin-top: 0.1rem;
  padding: 0.16rem 0.12rem;
}
.qq-top-container .swiper-top-qq .swiper-top-qq-item .qq-text-well .title {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 12px;
}
.qq-top-container .swiper-top-qq .swiper-top-qq-item .qq-text-well .price {
  font-size: 14px;
  color: #FF9E3D;
}

.bc-bg-fix-1 {
  background: #FFF;
}

.bc-header-0 {
  margin: 0 0.16rem;
  height: 1rem;
  background: url(../../img/abcd/0.svg) center/100% 100% no-repeat;
  padding-bottom: 0.16rem;
}

.bc-header-1 {
  width: 100%;
  height: 1.5rem;
  background: url(../../img/abcd/1.svg) center/100% 100% no-repeat;
}

.bc-header-2 {
  width: 100%;
  height: 1.5rem;
  background: url(../../img/abcd/2.svg) center/100% 100% no-repeat;
}

.bc-header-3 {
  width: 100%;
  height: 2.48rem;
  background: url(../../img/abcd/3.svg) center/100% 100% no-repeat;
}

.bc-fix-top {
  padding: 0.2rem;
  margin-top: -0.4rem;
  border-radius: 0.4rem;
  background: #EEFFF7;
}

.bc-fix-top-fix {
  padding: 0.2rem;
  margin-top: -1.4rem;
  border-radius: 0.4rem;
}

.grid-item-bc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.2rem;
  padding: 0.14rem 0.2rem;
  border-radius: 0.2rem;
}
.grid-item-bc img {
  width: 1.4rem;
  height: 1.4rem;
}
.grid-item-bc .grid-item-bc-text-well {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 1.2rem;
}
.grid-item-bc .grid-item-bc-text-well .title {
  font-family: PingFang SC;
  font-weight: 600;
  font-style: Semibold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.grid-item-bc .grid-item-bc-text-well .subTitle {
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.5019607843);
}
.grid-item-bc .grid-item-bc-text-well .btn {
  font-family: PingFang SC;
  font-weight: 600;
  font-style: Semibold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.bc-bg1 {
  background-image: url("../../img/abcd/l-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bc-bg2 {
  background-image: url("../../img/abcd/l-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bc-bg3 {
  background-image: url("../../img/abcd/l-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bc-bg4 {
  background-image: url("../../img/abcd/l-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bc-bg1-r {
  background-image: url("../../img/abcd/r-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bc-bg2-r {
  background-image: url("../../img/abcd/r-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bc-bg3-r {
  background-image: url("../../img/abcd/r-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bc-bg4-r {
  background-image: url("../../img/abcd/r-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bc-bg1-btn {
  font-size: 0.24rem;
  padding: 0.07rem 0.22rem;
  color: #fff;
  border-radius: 22px;
  background: linear-gradient(90deg, #2F56FF 0%, #24B7DD 100%), #D9D9D9;
}

.bc-bg2-btn {
  font-size: 0.24rem;
  padding: 0.07rem 0.22rem;
  color: #fff;
  border-radius: 22px;
  background: linear-gradient(90deg, #FF512F 0%, #DD2476 100%), #D9D9D9;
}

.bc-img-4 {
  width: 1.62rem !important;
  height: 1.62rem !important;
}

.user-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #e8f4fb;
  border-radius: 0.2rem;
  padding: 12px 16px;
}
.user-row__avatar {
  width: 56px;
  height: 56px;
  border-radius: 0.2rem;
  object-fit: cover;
  flex-shrink: 0;
}
.user-row__info {
  flex: 1;
  min-width: 0;
}
.user-row__info .user-row__name {
  color: #333;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.user-row__info .user-row__name-zy {
  color: #F95C08;
}
.user-row__info .user-row__desc {
  color: rgba(0, 0, 0, 0.5);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.user-row__btn {
  flex-shrink: 0;
  background: #29b6f6;
  color: #000;
  border: none;
  border-radius: 0.8rem;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
.user-row__btn:hover {
  background: #0399d4;
}

.user-row-bg-1 {
  background: linear-gradient(180deg, #B3E3FE -11.03%, #D9F8FF 50%);
}
.user-row-bg-1 .user-row__btn {
  background: #08C2EC;
  color: #000000;
}

.user-row-bg-2 {
  background: linear-gradient(180deg, #F4CCF9 -11.03%, #FBE2FF 50%);
}
.user-row-bg-2 .user-row__btn {
  background: #EB7AFF;
  color: #000000;
}

.user-row-bg-3 {
  background: linear-gradient(180deg, #FEEE97 -11.03%, #FCF8D9 50%);
}
.user-row-bg-3 .user-row__btn {
  background: #EBC11F;
  color: #000000;
}

.user-row-bg-4 {
  background: linear-gradient(180deg, #B4FEB3 -11.03%, #DFFFD9 50%);
}
.user-row-bg-4 .user-row__btn {
  background: #31E427;
  color: #000000;
}

.photo-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  width: 180px;
}
.photo-card__cover {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.photo-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo-card__cover .photo-card__badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  border-radius: 0.82rem;
  padding-bottom: 0.06rem;
  padding-top: 0.06rem;
  padding-right: 0.08rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}
.photo-card__cover .photo-card__badge .photo-card__badge-icon {
  width: 0.4rem;
  height: 0.4rem;
}
.photo-card__body {
  padding: 10px 12px 12px;
}
.photo-card__body .photo-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.photo-card__body .photo-card__row .photo-card__name {
  color: #222;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.photo-card__body .photo-card__row .photo-card__location {
  color: #999;
  font-family: "PingFang SC";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.photo-card__body .photo-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.photo-card__body .photo-card__tags .photo-card__tag {
  padding: 0.02rem 0.12rem;
  background: #EBFFE4;
  color: #006C04;
  font-family: "PingFang SC";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.photo-card__body .photo-card__desc {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.live-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.live-item__avatar {
  position: relative;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 2px solid #e53935;
  overflow: hidden;
}
.live-item__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.live-item__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.live-item__info .live-item__name {
  font-size: 0.28rem;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 4px;
  font-style: normal;
  line-height: normal;
}
.live-item__info .live-item__status {
  color: #F00;
  font-family: "PingFang SC";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.live-item__btn {
  flex-shrink: 0;
  background: transparent;
  color: #e53935;
  border: 1.5px solid #e53935;
  border-radius: 40px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
.live-item__btn:hover {
  background: #e53935;
  color: #fff;
}

.tab-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #DEEBEB;
  border-radius: 100px;
  padding: 4px;
  overflow-x: auto;
  white-space: nowrap;
}
.tab-nav::-webkit-scrollbar {
  display: none;
}
.tab-nav__item {
  flex-shrink: 0;
  background: transparent;
  border: none;
  border-radius: 0.4rem;
  padding: 4px 16px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.tab-nav__item--active {
  background: #547274;
  color: #fff;
}
.tab-nav__item--active:hover {
  color: #fff;
}

.video-zan {
  width: 0.4rem;
  height: 0.4rem;
}
.swiper-top-qq-2 {
    overflow: hidden;
}
.swiper-top-tab-movie {
  overflow: hidden;
}

.grid-cols-2-fix .video-card:first-child {
  grid-column: span 2; /* 第一个占满一整行 */
}

.grid-cols-2-fix .video-card:first-child .img-box {
  height: 4rem;
}

.movie-item-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.16rem;
  background: #DEECEC;
  border-radius: 0.1rem;
}
.movie-item-2 .movie-item-left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.08rem;
}
.movie-item-2 .movie-item-left .movie-item-left-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.04rem;
}
.movie-item-2 .movie-item-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0.32rem;
  height: 0.32rem;
}
.movie-item-2 img {
  width: 0.88rem;
  height: 0.88rem;
}

.pill-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  overflow-x: auto;
  white-space: nowrap;
  background: #fff;
}
.pill-nav::-webkit-scrollbar {
  display: none;
}
.pill-nav__pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #DEF3F3;
  border: none;
  border-radius: 0.1rem;
  padding: 8px 16px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.pill-nav__pill:hover {
  background: #e0e8f0;
}
.pill-nav__pill--on {
  background: linear-gradient(90deg, #53168A 0%, #A02B8F 100%);
  color: #fff;
}
.pill-nav__pill--on:hover {
  background: linear-gradient(90deg, #53168A 0%, #A02B8F 100%);
}
.pill-nav__pill .pill-nav__emoji {
  font-size: 15px;
  line-height: 1;
}
.pill-nav__pill .pill-nav__text {
  font-weight: 500;
  letter-spacing: 0.01em;
}

.fixed-header-container .fixed-top-img {
  height: 2.34rem;
}

.jgg-load-fix {
  background: linear-gradient(273.24deg, #B9EFB8 -71.76%, #F6FFDD 159.59%);
  padding: 0.02rem 0.3rem;
  border-radius: 0.2rem;
  color: #3B4E3F;
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.text-fix-fix {
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #0B1E1A;
}

.text-last-4 {
  margin-top: 0.08rem;
  font-family: PingFang SC;
  font-weight: 600;
  font-style: Semibold;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6980392157);
}

.fixed-text {
  color: #000000;
}

.text-container-bg {
  background: #E8F1F1;
}
.text-container-bg .grid-item {
  border-radius: 0.12rem !important;
}

.text-a {
  width: 100%;
  background-color: #F4F9F9;
  padding: 0.02rem 0.2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #547274;
  font-size: 12px;
}

.text-a-fix {
  padding: 0.2rem 0.12rem;
  background-color: #DDEBEB;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.04rem;
  border-radius: 0.12rem !important;
}
.text-a-fix span {
  font-size: 12px;
}

.grid-cols-2 {
  padding: 0 0.16rem;
}

.grid-cols-5 {
  padding: 0.16rem;
}

.grid-cols-1 {
  padding: 0 0.16rem;
}
.grid-cols-1 .video-card .img-box {
  height: 4rem;
}

.live-wrap {
  padding: 0 0.16rem;
}

.ad-item-wrap .grid-cols-2 {
  padding: 0 !important;
}

.waterfall-flow {
  padding: 0 0.16rem;
}

.mt-8 {
  margin-top: 0.16rem;
}

.pad-8 {
  padding: 0.16rem;
}

.mt-4 {
  margin-top: 0.08rem;
}

.swiper-pagination-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1111;
}
