* {
  margin: 0;
  padding: 0;
}
html {
  background: #000;
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}
body {
  max-width: 500px;
  margin: 0 auto;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  color: #edecff;
  font-size: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --fc-100: rgba(255, 255, 255, 1);
  --fc-90: rgba(255, 255, 255, 0.9);
  --fc-80: rgba(255, 255, 255, 0.8);
  --fc-60: rgba(255, 255, 255, 0.6);
  --fc-50: rgba(255, 255, 255, 0.5);
}
ul {
  list-style: none;
}
a,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
.ml4 {
  margin-left: 0.08rem;
}
.mr4 {
  margin-right: 0.08rem;
}
.mt4 {
  margin-top: 0.08rem;
}
.mb4 {
  margin-bottom: 0.08rem;
}
.ml8 {
  margin-left: 0.16rem;
}
.mr8 {
  margin-right: 0.16rem;
}
.mt8 {
  margin-top: 0.16rem;
}
.mb8 {
  margin-bottom: 0.16rem;
}
.ml12 {
  margin-left: 0.24rem;
}
.mr12 {
  margin-right: 0.24rem;
}
.mt12 {
  margin-top: 0.24rem;
}
.mb12 {
  margin-bottom: 0.24rem;
}
.mla {
  margin-left: auto;
}
.mlr {
  margin-right: auto;
}
.flex-1 {
  flex: 1;
}
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.b {
  font-weight: 700;
}
.f12 {
  font-size: 0.24rem;
}
.f13 {
  font-size: 0.26rem;
}
.f14 {
  font-size: 0.28rem;
}
.f15 {
  font-size: 0.3rem;
}
.f16 {
  font-size: 0.32rem;
}
.f17 {
  font-size: 0.34rem;
}
.f18 {
  font-size: 0.36rem;
}
.lh20 {
  line-height: 0.4rem;
}
.p8 {
  padding: 0.16rem;
}
.vm {
  vertical-align: middle;
}
.cover {
  overflow: hidden;
}
.cover img {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}
.column-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.16rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
}
.light {
  color: #ff4366;
}
.txt-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.js-show-ios {
  display: none !important;
}
.js-show-android {
  display: none !important;
}
body {
  padding-bottom: 0.2rem;
}
.title-s1 {
  margin-top: 0.32rem;
  display: flex;
  align-items: center;
}
.title-s1 .zh {
  font-size: 0.32rem;
  color: #ff4366;
  font-weight: bold;
}
.title-s1 .en {
  margin-left: 0.08rem;
  font-size: 0.24rem;
  color: var(--fc-60);
}
.title-s1 .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  min-width: 1.52rem;
  height: 0.5rem;
  background: linear-gradient(90deg, #22497a 0%, #4487e6 100%);
  font-size: 0.24rem;
  border-radius: 0.64rem;
}
.title-s1 .more::after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.2rem;
  margin-left: 0.06rem;
}
.row-scroll-wrap {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  margin-top: 0.16rem;
}
.row-scroll-wrap .row-scroll {
  display: flex;
  flex-wrap: nowrap;
}
.row-scroll-wrap .row-scroll > * {
  flex-shrink: 0;
  margin-right: 0.16rem;
}
.header-nav-tabs {
  position: fixed;
  height: 0.92rem;
  width: 100%;
  max-width: 7.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: #000;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header-nav-tabs::-webkit-scrollbar {
  display: none;
}
.header-nav-tabs .main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  z-index: 99;
  height: 0.92rem;
  padding: 0 0.2rem;
  transition: all 0.2s linear;
  position: relative;
}
.header-nav-tabs .header-menu-icon {
  margin-left: auto;
  padding: 0 0.2rem;
  cursor: pointer;
  flex-shrink: 0;
}
.header-nav-tabs .header-menu-icon .iconfont {
  font-size: 0.4rem;
  color: var(--fc-80);
}
.header-nav-tabs .item {
  font-size: 0.32rem;
  color: var(--fc-80);
  cursor: pointer;
  flex-shrink: 0;
  padding: 0px 15px;
}
.header-nav-tabs .active {
  font-size: 0.32rem;
  color: #ff4366;
  font-weight: bold;
  position: relative;
}
.header-nav-tabs .active::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 0.04rem;
  background: #ff4366;
  border-radius: 0.02rem;
}
.header-nav-tabs .bar {
  display: none;
}
#my-swiper {
  width: 100%;
  max-width: 7.5rem;
  height: 4.06rem;
  margin: 1.84rem auto 0;
}
.render-main {
  margin-bottom: 0.92rem;
  padding-bottom: 1.2rem;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
#my-swiper .swiper-slide {
  width: 7.5rem;
  padding: 0 0.1rem;
  height: 4.06rem;
}
#my-swiper .swiper-slide img {
  width: 7.3rem;
  height: 4.06rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.layout-m {
  margin-top: 0.16rem;
}
.layout-m .swiper-slide {
  padding: 0 0.16rem;
}
.list-wrap {
  display: grid;
  grid-gap: 0.16rem 0.095rem;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0.16rem;
}
.item-nav {
  display: block;
  cursor: pointer;
  width: 1.36rem;
  text-align: center;
}
.item-nav .cover {
  width: 1.36rem;
  height: 1.36rem;
}
.item-nav img {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}
.item-nav .name {
  height: 0.36rem;
  margin: 0.08rem 0;
  font-size: 0.24rem;
  color: var(--fc-80);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.txt-list-grid {
  display: grid;
  grid-gap: 0.1rem;
  grid-template-columns: repeat(4, 1fr);
  margin: 0.16rem 0;
}
.txt-list-grid .item-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.72rem;
  height: 0.64rem;
  gap: 0.04rem;
  border-radius: 0.1rem;
  background: #222;
  font-size: 0.24rem;
  color: var(--fc-90);
  cursor: pointer;
}
.txt-list-grid a.item-txt:active,
.txt-list-grid a.item-txt:focus,
.txt-list-grid a.item-txt:visited {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.txt-list-grid a.item-txt:active {
  background: #222;
  color: var(--fc-90);
}
.txt-list-grid .tag-h {
  font-weight: bold;
  color: #ff4366;
}
.txt-list-grid .tag-h::before {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.24rem;
}
.txt-list-grid .tag-n {
  font-weight: bold;
  color: #01dd77;
}
.txt-list-grid .tag-n::before {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.24rem;
}
.panel-grid-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.16rem 0.12rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.16rem 0.2rem;
  margin: 0 -0.2rem;
}
.panel-grid-list::-webkit-scrollbar {
  display: none;
}
.panel-grid-list .item-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border-radius: 0.2rem;
  position: relative;
  padding: 0.12rem 0;
}
.panel-grid-list .item-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.2rem;
}
.panel-grid-list .flex-1 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 0.08rem;
}
.panel-grid-list .flex-1::after {
  display: none;
}
.panel-grid-list .cover {
  width: 1.36rem;
  height: 1.36rem;
  border-radius: 0.2rem;
  margin-right: 0;
  overflow: hidden;
  position: relative;
}
.panel-grid-list .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel-grid-list .name {
  font-size: 0.24rem;
  margin-top: 0.08rem;
  color: var(--fc-80);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.panel-grid-list .item-panel .badge {
  position: absolute;
  top: -0.04rem;
  right: -0.04rem;
  background: #ff4366;
  color: #fff;
  font-size: 0.18rem;
  padding: 0.02rem 0.06rem;
  border-radius: 0.08rem;
  z-index: 1;
  white-space: nowrap;
  color: var(--fc-100);
}
.panel-grid-list .sub {
  margin-top: 0.12rem;
  font-size: 0.24rem;
  color: var(--fc-50);
}
.item-live {
  --width: 3.52rem;
  --height: 6.42rem;
  --img-height: 5.26rem;
  display: block;
  width: var(--width);
  height: var(--height);
  background: #222;
  border-radius: 0.2rem;
  overflow: hidden;
}
.item-live .cover {
  position: relative;
  width: var(--width);
  height: var(--img-height);
  border-radius: 0.2rem;
}
.item-live .cover::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translate(-50%, -50%);
}
.item-live .title {
  height: 0.4rem;
  line-height: 0.4rem;
  margin-top: 0.16rem;
  padding: 0 0.16rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--fc-90);
  font-size: 0.28rem;
  font-weight: bold;
}
.item-live .info {
  margin-top: 0.08rem;
  padding: 0 0.16rem;
  font-size: 0.24rem;
  color: var(--fc-60);
}
.item-live .light {
  font-weight: bold;
  color: #ff4366;
}
.item-live .light:before {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.08rem;
  background: #ff4366;
  box-shadow: 0 0 0.08rem 0 #00ffb7;
  vertical-align: middle;
}
.item-live .icon-good {
  width: 0.24rem;
  height: 0.26rem;
}
.row-scroll-wrap .item-live {
  --width: 3.34rem;
  --height: 6.14rem;
  --img-height: 5rem;
}
.item-mall {
  --width: 3.52rem;
  --height: 5.28rem;
  position: relative;
  display: block;
  width: var(--width);
  height: var(--height);
  background: #222;
  border-radius: 0.2rem;
  overflow: hidden;
  color: var(--fc-60);
}
.item-mall .cover {
  width: var(--width);
  height: var(--width);
  border-radius: 0.2rem;
}
.item-mall .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: var(--fc-90);
  margin: 0.16rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-mall .price {
  margin-top: 0.16rem;
  height: 0.4rem;
}
.item-mall .light {
  font-weight: bold;
  font-size: 0.28rem;
}
.item-mall .icon-star {
  width: 1.26rem;
  height: 0.22rem;
}
.item-mall .flex-middle {
  padding: 0 0.16rem;
  font-size: 0.24rem;
}
.item-mall .tag-m,
.item-mall .tag-c {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
}
.item-mall .tag-c {
  /* Empty rule - kept for compatibility */
}
.row-scroll-wrap .item-mall {
  --width: 3.34rem;
  --height: 5.1rem;
}
.item-dating {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
  overflow: hidden;
  background: transparent;
  font-size: 0.24rem;
}
.item-dating::before {
  content: "";
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 3.94rem;
  width: 0.72rem;
  height: 0.72rem;
}
.item-dating .cover {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.item-dating .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-dating .tips {
  position: absolute;
  top: 0.12rem;
  left: 0.12rem;
  min-width: 1.2rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.12rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.18rem;
  font-size: 0.2rem;
  color: #fff;
  z-index: 1;
}
.item-dating .view-duration {
  position: absolute;
  width: 100%;
  top: 1.58rem;
  right: 0.12rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 0 0.24rem;
  border-radius: 0.18rem;
  font-size: 0.2rem;
  .view {
    align-items: center;
    justify-content: center;
    .icon {
      font-size: 0.26rem;
      margin-right: 0.04rem;
      position: relative;
      top: 0.04rem;
    }
  }
  .duration {
    font-size: 0.2rem;
    color: var(--fc-60);
  }
}
.item-dating .icon-love {
  width: 0.16rem;
  height: 0.14rem;
  margin-right: 0.04rem;
}
.item-dating .main {
  padding: 0.12rem 0.16rem 0.16rem;
}
.item-dating .title {
  font-size: 0.26rem;
  font-weight: normal;
  margin-top: 0.12rem;
  color: var(--fc-90);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 0.72rem;
}
.item-dating .info {
  display: flex;
  align-items: center;
  min-height: 0.32rem;
  margin-top: 0.08rem;
  font-size: 0.22rem;
  color: var(--fc-60);
}
.item-dating .light {
  flex-shrink: 0;
  margin-right: 0.08rem;
}
.item-sugar {
  display: block;
  padding: 0.24rem;
  border-radius: 0.2rem;
  margin-bottom: 0.16rem;
  background: #222;
}
.item-sugar .header {
  display: flex;
  align-items: center;
}
.item-sugar .avatar {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
}
.item-sugar .name {
  font-size: 0.4rem;
  height: 0.56rem;
  line-height: 0.56rem;
  font-weight: bold;
}
.item-sugar .address {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.44rem;
  padding: 0 0.2rem;
  margin-top: 0.04rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.14rem;
  font-size: 0.2rem;
  color: #25de8a;
}
.item-sugar .icon-address {
  width: 0.24rem;
  height: 0.24rem;
}
.item-sugar .btn-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 2.4rem;
  height: 0.72rem;
  border-radius: 0.6rem;
  background: linear-gradient(
    313.11deg,
    rgb(255, 45, 77) 18.01%,
    rgb(255, 45, 216) 81.27%
  );
  color: var(--fc-100);
  font-size: 0.28rem;
  font-weight: bold;
  cursor: pointer;
}
.item-sugar .desc {
  margin-top: 0.24rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: var(--fc-80);
}
.item-sugar .view-list {
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-sugar .view-list .cover {
  width: 2.1rem;
  height: 2.68rem;
}
.p-control {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.24rem;
}
.p-control .page-content {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.p-control .page-item {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.p-control .active {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(0, 0, 0, 0);
}
.p-control .prev {
  /* Empty rule - kept for compatibility */
}
.p-control .prev.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.p-control .next {
  /* Empty rule - kept for compatibility */
}
.p-control .next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-wrap .p-item {
  display: none;
}
.p-wrap .p-item.active {
  display: block;
}
.mask {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.mask .dialog-txt {
  position: absolute;
  width: 6.16rem;
  height: 8.64rem;
  left: 50%;
  top: 50%;
  margin-left: -3.08rem;
  margin-top: -4.32rem;
  transform: scale(70%);
}
.mask .close-btn {
  position: absolute;
  top: 1.08rem;
  right: 0.12rem;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}
.mask .btn-1,
.mask .btn-2 {
  position: absolute;
  bottom: 0.5rem;
  left: 0.4rem;
  width: 2.6rem;
  height: 0.8rem;
  cursor: pointer;
}
.mask .btn-2 {
  left: 3.16rem;
}
.list-wrap-n {
  display: grid;
  grid-gap: 0.16rem 0.095rem;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0.16rem;
}
.list-wrap-n .item {
  position: relative;
  display: block;
  cursor: pointer;
  width: 1.36rem;
  text-align: center;
}
.list-wrap-n img {
  width: 1.36rem;
  height: 1.36rem;
  border-radius: 0.2rem;
}
.list-wrap-n .name {
  height: 0.36rem;
  margin: 0.08rem 0;
  font-size: 0.24rem;
  color: var(--fc-80);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-wrap-n a {
  position: absolute;
  inset: 0;
}
div[i18n="en"] {
  display: grid;
  grid-gap: 0.16rem 0.095rem;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0.16rem;
}
div[i18n="en"] > div {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  cursor: pointer;
  width: 1.36rem;
  text-align: center;
}
div[i18n="en"] img {
  width: 1.36rem;
  height: 1.36rem;
  border-radius: 0.2rem;
}
div[i18n="en"] p {
  height: 0.36rem;
  margin: 0.08rem 0;
  font-size: 0.24rem;
  color: var(--fc-80);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div[i18n="en"] a {
  position: absolute;
  inset: 0;
}
.bottm-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1rem;
  z-index: 999;
  background: #000;
  width: 100%;
  max-width: 7.5rem;
  box-sizing: border-box;
}
.bottm-nav .bottm-nav-item {
  flex: 1;
  text-align: center;
  font-size: 0.2rem;
  color: var(--fc-80);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.04rem;
  text-decoration: none;
}
.bottm-nav .bottm-nav-item .iconfont {
  font-size: 0.4rem;
}
.bottm-nav .bottm-nav-item.active {
  color: #ff4366;
}
.bottm-nav .bottm-nav-item.active .iconfont {
  color: #ff4366;
}
.bottm-nav::after {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.5px solid var(--fc-50);
}

.detail-container {
  width: 7.5rem;
  .detail-video {
    width: 7.5rem;
    height: 4rem;
    video {
      width: 7.5rem;
      height: 4rem;
    }
  }
  .render-main {
    .title {
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 10px;
      font-weight: bold;
    }
    .operation {
      display: flex;
      align-items: center;
      justify-items: center;
      gap: 0.2rem;
      margin-bottom: 0.2rem;
      font-size: 12px;
      p {
        display: flex;
        align-items: center;
        justify-items: center;
        line-height: 100%;
        color: #888;
        .iconfont {
          font-size: 18px;
          margin-right: 3px;
        }
      }
    }
    .operation-bottom {
      justify-content: space-between;
      > div {
        display: flex;
        align-items: center;
        justify-items: center;
        gap: 0.2rem;
        font-size: 12px;
      }
    }
    .comment-container {
      .comment-container-item {
        display: flex;
        gap: 0.2rem;
        align-items: center;
        .comment-container-item-left {
          width: 1.2rem;
          height: 1.2rem;
          border-radius: 50%;
          overflow: hidden;
        }
        .comment-container-item-right {
          flex: 1;
          .title {
            color: #929292;
            margin-bottom: 0.1rem;
          }
          .content {
            margin-bottom: 0.1rem;
          }
          .des {
            display: flex;
            gap: 0.2rem;
            justify-content: space-between;
            p {
              color: #929292;
              font-size: 11px;
            }
            > div {
              display: flex;
              gap: 0.2rem;
            }
          }
        }
      }
    }
  }
}
.search-nav {
  position: fixed;
  width: 100%;
  max-width: 7.5rem;
  height: 0.92rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0.92rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0.2rem;
  background: #000;
  z-index: 99;
  box-sizing: border-box;
}
.search-nav .search-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  height: 0.6rem;
  line-height: 0.6rem;
  border: 0;
  border-radius: 0.3rem;
  font-size: 0.24rem;
  padding-left: 0.3rem;
  color: var(--fc-80);
  display: flex;
  align-items: center;
}
.search-nav .search-icon {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-nav .search-icon .iconfont {
  font-size: 0.32rem;
  color: var(--fc-80);
}
.search-nav .search-actions {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-left: 0.16rem;
}
.search-nav .search-action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.04rem;
  font-size: 0.2rem;
  color: var(--fc-80);
  cursor: pointer;
}
.search-nav .search-action-item .iconfont {
  font-size: 0.32rem;
}
.swiper-slide-control {
  display: flex;
  align-items: center;
  justify-content: center;
  .item {
    flex: 1;
    text-align: center;
    &.active {
      color: #e12859;
    }
  }
}
.left-bar {
  position: fixed;
  width: 50%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000;
  z-index: 999;
  padding: 0.2rem;
  transform: translateX(-100%);
  transition: 0.8s;
  &.active {
    transform: translateX(-0%);
  }
  .title {
    padding: 0.2rem;
  }
  .txt-list-grid-1 {
    display: grid;
    grid-gap: 0.2rem;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0.2rem;

    .item-txt {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 0.64rem;
      border-radius: 0.1rem;
      background: #222;
      font-size: 0.24rem;
      color: var(--fc-90);
      cursor: pointer;
      &.active {
        background-color: #e12859;
        color: #fff;
      }
    }
  }
}
.back-drop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  transition: 1s;
  z-index: 998;
  &.active {
    display: block;
  }
}
.head-bar {
  position: fixed;
  width: 0.92rem;
  height: 0.92rem;
  top: 0;
  right: 0;
  background: #000;
  z-index: 997;
  text-align: center;
  line-height: 0.92rem;
}
