@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

@font-face {
  font-family: "Bilthers";
  src: url(../font/BILTHERS-2.TTF);
}

/**
 * 宋体
 * 使用宋体时字号不宜超过14px，并且不宜设置字体平滑
 */
.u-songti, body {
  font-family: "Songti SC", STSong, SimSun, "WenQuanYi Bitmap Song", serif;
}

body {
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #313131;
  padding-bottom: 0.37rem;
}

body a {
  color: #313131;
  text-decoration: none;
}

.fixed-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.login-info {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 0.8rem;
  font-size: 0.3rem;
  color: #c2272d;
  transition: all 0.2s linear;
}

.login-info .logout {
  margin-top: 0.6rem;
  border-radius: 0.1rem;
  background: #c2272d;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0.2rem 0;
}

.login-info .enter-cert {
  margin-top: 0.2rem;
  border-top: 0.04rem solid #c2272d;
  border-bottom: 0.04rem solid #c2272d;
  display: flex;
}

.login-info .enter-cert a {
  border-radius: 0.3rem;
  /* background: #c2272d; */
  color: #c2272d;
  text-align: center;
  width: 100%;
  padding: 0.2rem 0;
  text-align: center;
}

.header {
  width: 7.5rem;
  height: 5.72rem;
  background: url(../img2026/header.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.header-info {
  position: absolute;
  top: 0.14rem;
  right: 0;
  width: 2.41rem;
  height: 0.63rem;
  background: url(../img2026/header_info.png) center no-repeat;
  background-size: cover;
  padding: 0.15rem 0 0 0.26rem;
  overflow: hidden;
}

.header-info a {
  width: 0.4rem;
  height: 0.36rem;
  float: left;
}

.header-info .app-person {
  margin: 0 0.3rem 0 0.37rem;
}

.section-full {
  background: url(../img2026/full_bg.png) center no-repeat;
  background-size: cover;
  width: 7.5rem;
  height: 9.46rem;
  padding: 0.46rem 0.32rem;
}

.section-full .full-title {
  display: block;
  margin-bottom: 0.64rem;
  height: 0.55rem;
  width: 6.68rem;
}

.swiper-full {
  width: 6.47rem;
  margin: 0 auto;
  font-size: 0.24rem;
}

.swiper-full .swiper-slide {
  height: 3.63rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.swiper-full .swiper-slide img {
  display: block;
  width: 100%;
  height: 3.63rem;
  object-fit: cover;
}

.swiper-full .swiper-slide .full-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0.3rem;
  color: #ffdfbe;
  padding: 0.5rem 0.18rem 0.26rem;
  background-image: linear-gradient(to top, #502b25, rgba(80, 43, 37, 0));
}

.swiper-full .swiper-slide .full-desc span {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 0.26rem;
  background: url(../img2026/click.png) center no-repeat;
  background-size: cover;
  margin-left: 0.06rem;
}

.swiper-full.swiper-horizontal > .swiper-pagination-bullets,
.swiper-full .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.05rem;
  line-height: 1;
}

.swiper-full .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.06rem;
  background-color: #fffae4;
  border-radius: 0.06rem;
  opacity: 1;
}

.swiper-full .swiper-pagination-bullet-active {
  background-color: #c11920;
  width: 0.5rem;
}

.city-list {
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.24rem;
  margin-top: 0.25rem;
}

.city-list a {
  display: inline-block;
  vertical-align: middle;
  width: 0.64rem;
  height: 1.51rem;
  margin: 0 0.1rem 0.15rem;
  color: #ffffff;
  padding: 0.68rem 0.21rem 0;
}

.city-list a:nth-child(1) {
  background: url(../img2026/city_1.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(2) {
  background: url(../img2026/city_2.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(3) {
  background: url(../img2026/city_3.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(4) {
  background: url(../img2026/city_4.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(5) {
  background: url(../img2026/city_5.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(6) {
  background: url(../img2026/city_6.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(7) {
  background: url(../img2026/city_7.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(8) {
  background: url(../img2026/city_8.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(9) {
  background: url(../img2026/city_9.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(10) {
  background: url(../img2026/city_10.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(11) {
  background: url(../img2026/city_11.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(12) {
  background: url(../img2026/city_12.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(13) {
  background: url(../img2026/city_13.png) center no-repeat;
  background-size: cover;
}

.city-list a:nth-child(14) {
  background: url(../img2026/city_14.png) center no-repeat;
  background-size: cover;
}

.section-ai {
  width: 6.88rem;
  height: 1.95rem;
  background: url(../img2026/ai_bg.png) center no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  top: -0.2rem;
}

.section-activity {
  width: 7.22rem;
  height: 1.34rem;
  background: url(../img2026/activity_bg.png) center no-repeat;
  background-size: cover;
  margin: 0.13rem auto 0;
  padding-left: 1.8rem;
  padding-top: 0.14rem;
  position: relative;
}

.section-activity .activity-title {
  width: 1.48rem;
  height: 1.34rem;
  position: absolute;
  left: 0.06rem;
  top: 0;
  z-index: 2;
}

.swiper-activity {
  width: 5rem;
  height: 1rem;
}

.swiper-activity .swiper-slide {
  height: 0.94rem;
  line-height: 0.94rem;
}

.swiper-activity a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #191919;
}

.section-base .base-title {
  width: 7rem;
  height: 1.04rem;
  display: block;
  margin: 0.3rem auto 0;
  background: url(../img2026/base_title.png) center no-repeat;
  background-size: cover;
}

.news-list {
  width: 6.84rem;
  margin: 0.09rem auto 0;
  border-bottom: 1px solid #e0bbaf;
}

.news-list li {
  border-top: 1px solid #e0bbaf;
  padding: 0.34rem 0;
  overflow: hidden;
}

.news-list img {
  width: 2.28rem;
  height: 1.52rem;
  border-radius: 0.06rem;
  float: right;
  object-fit: cover;
}

.news-list .news-content {
  width: 4.3rem;
  float: left;
}

.news-list .news-title {
  width: 4.03rem;
  font-size: 0.3rem;
  color: #191919;
  line-height: 0.4rem;
  height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-top: -0.04rem;
}

.news-list .news-desc {
  margin-top: 0.05rem;
  font-size: 0.24rem;
  color: #4c4c4c;
  margin-top: 0.05rem;
}

.section-jidian .jidian-title {
  width: 6.88rem;
  height: 1.97rem;
  display: block;
  margin: 0.18rem auto 0;
  background: url(../img2026/jidian_title.png) center no-repeat;
  background-size: cover;
}

.section-theme {
  margin-top: 0.35rem;
  background: url(../img2026/theme_bg.png) center 0.5rem no-repeat;
  background-size: 7.47rem auto;
}

.section-theme .theme-title {
  width: 2.4rem;
  height: 0.6rem;
  display: block;
  margin: 0 auto 0.35rem;
  background: url(../img2026/theme_title.png) center no-repeat;
  background-size: cover;
}

.swiper-theme,
.swiper-poster {
  width: 6.82rem;
  margin: 0 auto;
}

.swiper-theme img,
.swiper-poster img {
  display: block;
  width: 100%;
  height: 5.9rem;
  object-fit: cover;
  border-radius: 0.1rem;
  margin-bottom: 0.17rem;
}

.swiper-theme p,
.swiper-poster p {
  font-size: 0.2rem;
  font-size: 0.15rem;
  text-align: center;
  padding: 0 0.2rem;
}

.swiper-theme p::before,
.swiper-poster p::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  vertical-align: 0;
  border-radius: 50%;
  background-color: #b1231c;
  margin-right: 0.04rem;
}

.swiper-theme.swiper-horizontal > .swiper-pagination-bullets,
.swiper-theme .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-poster.swiper-horizontal > .swiper-pagination-bullets,
.swiper-poster .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  margin-top: 0.1rem;
}

.swiper-theme .swiper-pagination-bullet,
.swiper-poster .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.06rem;
  background-color: #c11920;
  border-radius: 0.06rem;
}

.swiper-theme .swiper-pagination-bullet-active,
.swiper-poster .swiper-pagination-bullet-active {
  width: 0.5rem;
}

.section-info .info-title {
  width: 7rem;
  height: 1.04rem;
  display: block;
  margin: 0.3rem auto 0;
  background: url(../img2026/info_title.png) center no-repeat;
  background-size: cover;
}

.section-poster {
  margin-top: 0.35rem;
}

.section-poster .poster-title {
  width: 2.65rem;
  height: 0.6rem;
  display: block;
  margin: 0 auto 0.35rem;
  background: url(../img2026/poster_title.png) center no-repeat;
  background-size: cover;
}

.section-track .track-title {
  width: 7rem;
  height: 1.04rem;
  display: block;
  margin: 0.3rem auto 0.04rem;
  background: url(../img2026/track_title.png) center no-repeat;
  background-size: cover;
}

/* 瀑布流样式 */
.waterfall-container {
  width: 6.87rem;
  margin: 0 auto;
  padding: 0.25rem;
  background: url(../img2026/track_bg.png) center no-repeat;
  background-size: 100% 100%;
  display: flex;
  gap: 0.16rem;
}

.waterfall-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}

.waterfall-item {
  break-inside: avoid;
  background: white;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0rem 0.03rem 0.03rem 0rem rgba(146, 150, 153, 0.52);
  padding-bottom: 0.21rem;
}

.waterfall-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.waterfall-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.waterfall-item .track-content {
  margin: 0.18rem auto 0;
  padding: 0 0.22rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.waterfall-item .track-name {
  padding: 0 0.22rem;
  font-size: 0.2rem;
  color: #a20101;
  text-align: right;
}
