.article-page[data-v-1e654f17] {
  width: 7.5rem;
  max-width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff9f3;
  color: #47261e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article-page[data-v-1e654f17],
.article-page *[data-v-1e654f17] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 顶部：老区米白风格 */
.top-nav[data-v-1e654f17] {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50%;
  width: 7.5rem;
  max-width: 100%;
  height: 0.88rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #efddcc;
  background: rgba(255, 250, 246, 0.98);
}
.back-btn[data-v-1e654f17] {
  position: absolute;
  left: 0.22rem;
  top: 50%;
  width: 0.48rem;
  height: 0.56rem;
  line-height: 0.52rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #111;
  font-size: 0.52rem;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.top-title[data-v-1e654f17] {
  color: #3b2118;
  font-size: 0.3rem;
  font-weight: 900;
}
.top-right[data-v-1e654f17] {
  position: absolute;
  right: 0.22rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.46rem;
  height: 0.46rem;
}
.top-right img[data-v-1e654f17] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* 分类 tabs */
.tabs-wrap[data-v-1e654f17] {
  padding-top: 0.88rem;
}
.article-page[data-v-1e654f17] .van-tabs__wrap {
  position: sticky;
  top: 0.88rem;
  z-index: 50;
  height: 0.82rem;
  border-bottom: 1px solid #f0dfce;
  background: #fffaf6 !important;
}
.article-page[data-v-1e654f17] .van-tabs__nav {
  background: #fffaf6 !important;
}
.article-page[data-v-1e654f17] .van-tab {
  color: #7e5546 !important;
  font-size: 0.23rem;
  font-weight: 700;
}
.article-page[data-v-1e654f17] .van-tab--active {
  color: #b20d10 !important;
  font-weight: 900;
}
.article-page[data-v-1e654f17] .van-tabs__line {
  width: 0.48rem !important;
  height: 0.05rem !important;
  border-radius: 0.05rem;
  background: -webkit-gradient(linear, left top, right top, from(#b80d10), to(#e7a62c)) !important;
  background: linear-gradient(90deg, #b80d10, #e7a62c) !important;
}
/* 内容 */
.level-con-item[data-v-1e654f17] {
  min-height: calc(100vh - 1.7rem);
  padding: 0.2rem 0.22rem 0.08rem;
}
.article-row[data-v-1e654f17] {
  margin-bottom: 0.18rem;
}
/* 第一篇 */
.first-card[data-v-1e654f17] {
  overflow: hidden;
  border: 1px solid #efd9c2;
  border-radius: 0.16rem;
  background: #fffdf9;
  -webkit-box-shadow: 0 0.05rem 0.15rem rgba(130, 64, 28, 0.06);
          box-shadow: 0 0.05rem 0.15rem rgba(130, 64, 28, 0.06);
}
.cover-img-first[data-v-1e654f17] {
  display: block;
  width: 100%;
  height: 3.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.first-title[data-v-1e654f17] {
  padding: 0.2rem 0.2rem 0.06rem;
  color: #681a16;
  font-family: "STKaiti", "KaiTi", "SimKai", serif;
  font-size: 0.31rem;
  font-weight: 900;
  line-height: 1.42;
}
.first-short[data-v-1e654f17] {
  padding: 0 0.2rem 0.2rem;
  color: #8a6858;
  font-size: 0.21rem;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 普通文章：左图右标题 */
.normal-card[data-v-1e654f17] {
  min-height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  border: 1px solid #efd9c2;
  border-radius: 0.15rem;
  background: #fffdf9;
  -webkit-box-shadow: 0 0.04rem 0.12rem rgba(130, 64, 28, 0.05);
          box-shadow: 0 0.04rem 0.12rem rgba(130, 64, 28, 0.05);
}
.cover-box[data-v-1e654f17] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.45rem;
          flex: 0 0 2.45rem;
  width: 2.45rem;
  min-height: 1.75rem;
  overflow: hidden;
  background: #f7eadc;
}
.cover-img[data-v-1e654f17] {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover-empty[data-v-1e654f17] {
  width: 100%;
  height: 100%;
  min-height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #b61314;
  font-family: "STKaiti", "KaiTi", "SimKai", serif;
  font-size: 0.28rem;
  font-weight: 900;
}
.title-wrap[data-v-1e654f17] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0.18rem 0.18rem 0.14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.title-text[data-v-1e654f17] {
  color: #4c271f;
  font-family: "STKaiti", "KaiTi", "SimKai", serif;
  font-size: 0.27rem;
  font-weight: 900;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.short-text[data-v-1e654f17] {
  margin-top: 0.08rem;
  color: #927466;
  font-size: 0.19rem;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.read-more[data-v-1e654f17] {
  margin-top: auto;
  padding-top: 0.08rem;
  color: #b31213;
  font-size: 0.18rem;
  font-weight: 800;
  text-align: right;
}
.empty[data-v-1e654f17],
.empty-page[data-v-1e654f17] {
  color: #a98a7b;
  font-size: 0.22rem;
  text-align: center;
}
.empty[data-v-1e654f17] {
  padding: 0.5rem 0;
}
.empty-page[data-v-1e654f17] {
  padding-top: 2rem;
}
/* 外链 */
.ext-iframe[data-v-1e654f17] {
  width: 100%;
  min-height: calc(100vh - 1.9rem);
  border: 0;
  background: #fff;
}

