@charset "UTF-8";
:root {
  --bg-color: #e9eef9;
  --box-color: #fff;
  --head-color: #e9eef9;
  --notice-color: #fff;
  --notice-font: #849448;
  --text-color: #333;
  --tabs-active: #333;
  --btn-bg: #e0e7f5;
  --btn-text: #6c7892;
  --tc-bg: #e8eefa;
  --text-gray: #00000099;
  --text-gold: #dfb454;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: #202023;
    --box-color: #2e313c;
    --head-color: #272f4a;
    --notice-color: #171b2a;
    --notice-font: #ced8ab;
    --text-color: #fff;
    --tabs-active: #333;
    --btn-bg: #464b5c;
    --btn-text: #b8c3ee;
    --tc-bg: #3a3e4a;
    --text-gray: #ffffff99;
    --text-gold: #dfb454;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  color: var(--text-color);
}

body {
  background-color: var(--bg-color);
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: var(--text-color);
  font-size: 14px;
  text-decoration: none;
}

/*清除浮动*/
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/*清除浮动*/
.none {
  display: none;
}

.over_ell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_gray {
  color: var(--text-gray);
}

.text_gold {
  color: var(--text-gold);
}

.font_bold {
  font-weight: bold;
}

.head {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
  z-index: 999;
  background-color: var(--head-color);
}

.body {
  padding: 0 5px;
  padding-top: 90px;
}

.marquee_box {
  display: flex;
  align-items: center;
  background-color: var(--notice-color);
  border-radius: 100px;
}
.marquee_box .icon {
  margin-left: 10px;
  margin-right: 5px;
}
.marquee_box .marquee {
  padding: 5px 0;
  padding-right: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--notice-font);
}

.nav_tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  padding-top: 10px;
}
.nav_tabs li {
  padding: 5px 10px;
  border-radius: 100px;
}
.nav_tabs li.active {
  color: var(--tabs-active);
  background: linear-gradient(90deg, #f1ff2f 0%, #24dd6e 100%);
}

.items_box {
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: var(--box-color);
}
.items_box > .title {
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.items_box > .title .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.items_box .items_ul {
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.items_box .items_ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.items_box .items_ul li .cover {
  width: 100%;
  aspect-ratio: 1;
}
.items_box .items_ul li .cover img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.items_box .items_ul li .name {
  text-align: center;
  padding: 5px 0;
}
.items_box .items_ul li .btn {
  color: var(--btn-text);
  background-color: var(--btn-bg);
  padding: 4px 15px;
  border-radius: 100px;
}

.ff_items_ul {
  background-color: var(--box-color);
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.ff_items_ul .item {
  display: flex;
  align-items: center;
}
.ff_items_ul .item .cover {
  width: 50px;
  height: 50px;
}
.ff_items_ul .item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.ff_items_ul .item .info {
  padding-left: 10px;
  flex: 1;
}
.ff_items_ul .item .info .title {
  font-weight: bold;
  font-size: 16px;
}
.ff_items_ul .item .info .desc {
  color: #888888;
}

.qp_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding-top: 10px;
}
.qp_box .item {
  display: flex;
  align-items: center;
  background-color: var(--box-color);
  border-radius: 10px;
}
.qp_box .item .cover {
  width: 66px;
  height: 66px;
}
.qp_box .item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.qp_box .item .name {
  padding-left: 5px;
  font-weight: bold;
  font-size: 16px;
  flex: 1;
}

.tc_box {
  background-color: var(--box-color);
  border-radius: 5px;
  padding: 10px;
}
.tc_box .tc_swiper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.tc_box .tc_swiper .item {
  padding-bottom: 5px;
  flex-shrink: 0;
  margin-right: 10px;
  background-color: var(--tc-bg);
  display: flex;
  flex-direction: column;
  width: 167px;
  border-radius: 10px;
  overflow: hidden;
}
.tc_box .tc_swiper .item .cover {
  width: 100%;
  height: 250px;
  position: relative;
}
.tc_box .tc_swiper .item .cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tc_box .tc_swiper .item .cover .play {
  position: absolute;
  z-index: 1;
  height: 35px;
  left: 5px;
  bottom: -17px;
}
.tc_box .tc_swiper .item .cover .play img {
  height: 100%;
}
.tc_box .tc_swiper .item .cover .btn {
  position: absolute;
  z-index: 1;
  border-radius: 100px;
  background: linear-gradient(270deg, #dfb454 0%, #fc8d0a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  right: 5px;
  bottom: -17px;
  color: #fff;
  padding: 0 15px;
}
.tc_box .tc_swiper .item .cover .icon_box {
  position: absolute;
  bottom: -9px;
  width: 81px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
}
.tc_box .tc_swiper .item .cover .icon_box.like {
  left: 0px;
  background: url("../images/g-left.svg") no-repeat;
}
.tc_box .tc_swiper .item .cover .icon_box.address {
  right: 0px;
  background: url("../images/g-right.svg") no-repeat;
}
.tc_box .tc_swiper .item .cover .icon_box .icon {
  height: 10px;
}
.tc_box .tc_swiper .item .title {
  padding: 0 5px;
  padding-top: 25px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tc_box .tc_swiper .item .title .location {
  font-size: 12px;
  display: flex;
  align-items: center;
  column-gap: 3px;
  color: #dfb454;
}
.tc_box .tc_swiper .item .title .location img {
  height: 12px;
}
.tc_box .tc_swiper .item .desc {
  padding: 0 5px;
  color: red;
  padding-top: 5px;
}
.tc_box .tc_swiper .item .price {
  padding: 0 5px;
  padding-top: 5px;
  font-size: 12px;
}

.swiper_box {
  padding-bottom: 10px;
}

.swiper {
  height: 250px;
}
.swiper img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  border-radius: 15px;
}

/*# sourceMappingURL=index.css.map */
