/* 首页 */
.index-page {
  background: #fff;
  height: 100vh;
  padding-bottom: var(--app-footer-height);
  box-sizing: border-box;
  overflow: auto;
}
.index-page .top {
  position: relative;
  height: 5.25rem;
  margin-bottom: 0.93rem;
}
.index-page .top .top-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.8rem;
  overflow: hidden;
}
.index-page .top .swiper-wrapper {
  display: flex;
  height: 100%;
}
.index-page .top .swiper-wrapper .swiper-slide{
  width: 100%;
  height: 100%;
  flex: none;
  position: relative;
}
.index-page .top-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-page .top-swiper .swiper-slide h4{
  position: absolute;
  bottom: 0.88rem;
  font-size: 0.48rem;
  font-weight: 500;
  color: #fff;
  padding: 0 0.3rem;
}
.index-page .top-content {
  height: 100%;
  padding: 0.4rem 0.3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.index-page .top .history-today {
  width: fit-content;
  height: 0.52rem;
  background: rgba(255, 255, 255, 0.29);
  border-radius: 0.26rem;
  display: flex;
  align-items: center;
  padding: 0 0.19rem 0 0.22rem;
  box-sizing: border-box;
  pointer-events: auto;
}
.index-page .top .history-today span {
  font-size: 0.23rem;
  color: #fff;
  line-height: 1;
}
.index-page .top .history-today .icon9 {
  margin-left: 0.1rem;
}
.index-page .top .history-today .time {
  font-weight: bold;
  font-family: Helvetica-Bold;
}
.index-page .top .history-today .line {
  margin: 0 0.08rem;
}
.index-page .top .search {
  display: flex;
  flex-direction: column;
  gap: 1.09rem;
}
.index-page .top .daily-entry {
  width: 1.24rem;
  height: 0.44rem;
  background: #CD2022;
  border-radius: 0.22rem;
  color: #fff;
  font-size: 0.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.index-page .top .daily-entry h4 {
  font-size: 0.48rem;
  font-weight: 500;
}
.index-page .top .search-box {
  display: flex;
  gap: 0.05rem;
  pointer-events: auto;
}
.index-page .top .search-input {
  flex: 1;
  height: 0.98rem;
  background: #fff;
  box-shadow: 0 1px 0.26rem 0 rgba(0,0,0,0.14);
  border-radius: 0.14rem;
  padding: 0 0.19rem 0 0.33rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 0.26rem;
  min-width: 0;
}
.index-page .top .search-input input {
  flex: 1;
  height: 100%;
  padding: 0 0.21rem;
  min-width: 0;
  font-size: 0.26rem;
}
.index-page .top .search-input a {
  width: 1.08rem;
  height: 0.6rem;
  background: #CD2022;
  border-radius: 0.14rem;
  color: #fff;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page .top .search-btn {
  flex: none;
  height: 0.98rem;
  background: #F5F5F5;
  box-shadow: 0 1px 0.26rem 0 rgba(0,0,0,0.14);
  border-radius: 0.14rem;
  padding: 0 0.2rem;
  font-size: 0.26rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 今日热条目 */
.index-page .today-hot-topics {
  padding: 0 0.3rem;
  margin-bottom: 0.77rem;
}
.index-page .today-hot-topics .title-box{
  display: flex;
  align-items: center;
  gap: 0.11rem;
  color: #1A1A1A;
  font-size: 0.34rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.index-page .today-hot-topics .topics-swiper {
  margin-bottom: 0.45rem;
  overflow: hidden;
}
.index-page .today-hot-topics .swiper-wrapper {
  display: flex;
}
.index-page .today-hot-topics .swiper-wrapper .swiper-slide {
  width: 1.28rem;
  height: 1.28rem;
  flex: none;
}
.index-page .today-hot-topics .swiper-wrapper a {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  padding: 0.15rem;
  width: 100%;
  height: 100%;
  background: #F9FAFB;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
}
.index-page .today-hot-topics .reading {
  width: 100%;
  height: 0.92rem;
  background: #FAFAFA;
  border-radius: 0.14rem;
  border: 1px dashed #CD2022;
  padding: 0 0.42rem 0 0.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-page .today-hot-topics .reading .content {
  display: flex;
  align-items: center;
  flex: 1;
}
.index-page .today-hot-topics .reading .content span {
  margin: 0 0.46rem 0 0.15rem;
  color: #999;
  font-size: 0.26rem;
}
.index-page .today-hot-topics .reading .content p {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 1;
}
/* 精选词条 */
.index-page .selected-entries {
  padding: 0 0.3rem;
  margin-bottom: 0.72rem;
}
.index-page .selected-entries .title-box{
  display: flex;
  align-items: center;
  gap: 0.11rem;
  font-size: 0.34rem;
  font-weight: bold;
  padding-bottom: 0.33rem;
  border-bottom: 1px solid #E6E6E6;
}
.index-page .selected-entries a {
  display: flex;
  flex-direction: column;
  padding: 0.4rem 0;
  gap: 0.2rem;
  border-bottom: 1px solid #EDEDED;
}
.index-page .selected-entries a .title-info {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.26rem;
  color: #999;
}
.index-page .selected-entries a .title-info h4 {
  color: #000;
  font-size: 0.36rem;
}
.index-page .selected-entries a .title-img {
  width: 100%;
  height: 3.84rem;
  border-radius: 0.14rem;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.index-page .selected-entries a img {
  width: 100%;
}
.index-page .selected-entries a .belong {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  font-size: 0.24rem;
  color: #666;
}
.index-page .selected-entries a .line {
  color: #ccc;
}
.index-page .selected-entries a .images {
  width: 100%;
  gap: 0.12rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.index-page .selected-entries a .images img {
  height: 1.54rem;
  object-fit: cover;
}

/* 分类 */
.classify-page {
  padding-bottom: 0.4rem;
}
.classify-page .title-box {
  height: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.31rem;
  color: #333;
  font-size: 0.28rem;
  font-weight: 500;
  padding: 0 0.29rem;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 1;
}
.classify-page .title-box > div {
  display: flex;
  align-items: center;
  gap: 0.31rem;
}
/* 分类筛选 */
.classify-page .tabs {
  height: 0.95rem;
  display: flex;
  align-items: center;
}
.classify-page .tabs li {
  flex: 1;
  color: #666;
  font-size: 0.28rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.classify-page .tabs li.on {
  color: #CD2022;
  font-weight: bold;
}
.classify-page .tabs li.on::after {
  content: '';
  display: block;
  width: 0.28rem;
  height: 0.06rem;
  background: #CD2022;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1rem;
}
.classify-page .classes {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.classify-page .classe3 > li,
.classify-page .classe1 > li {
  background: #fff;
  border-radius: 0.24rem;
  padding: 0.48rem 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}
.classify-page .classe2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 0 0.3rem;
}
.classify-page .classe2 a {
  width: 0.96rem;
  height: 0.96rem;
  text-align: center;
  line-height: 0.96rem;
  background: #fff;
  font-size: 0.28rem;
}
.classify-page .classes .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  color: #1A1A1A;
  font-size: 0.3rem;
  padding-left: 0.24rem;
  position: relative;
}
.classify-page .classes .title .icon10 {
  transition: transform 0.3s ease;
}
.classify-page .classes .title .icon10.rotate {
  transform: rotate(180deg);
}
.classify-page .classes .title::before {
  content: '';
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #CD2022;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.02rem;
  transform: translateY(-50%);
}
.classify-page .classes .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.classify-page .classes .items a {
  height: 0.58rem;
  min-width: 1.32rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  background: #F4F7F6;
  border-radius: 0.1rem;
  font-size: 0.24rem;
  color: #1A1A1A;
  line-height: 0.58rem;
  text-align: center;
}
.classify-page .classes .items li.on a {
  background: #F6E6E6;
  border: 0.02rem solid #CD2022;
  color: #CD2022;
}
/* 分类 */
.classify-page .search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.18rem 0.3rem;
  gap: 0.15rem 0.4rem;
}
.classify-page .search-box .name {
  display: flex;
  align-items: center;
  gap: 0.04rem;
}
.classify-page .search-box .input-box {
  min-width: 3.26rem;
  flex: 1;
  height: 0.62rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  padding: 0 0.07rem;
}
.classify-page .search-box .input-box input {
  min-width: 0;
  flex: 1;
  height: 100%;
  padding-left: 0.14rem;
  font-size: 0.24rem;
}
.classify-page .search-box .input-box input::placeholder{
  color: #999;
  font-size: 0.24rem;
}
.classify-page .search-box .input-box button {
  width: 0.98rem;
  height: 0.49rem;
  background: #F5F5F5;
  border-radius: 0.14rem;
  font-size: 0.26rem;
  text-align: center;
  line-height: 0.49rem;
  flex: none;
}

/* 检索页 */
.search-page {
  padding-bottom: 0.4rem;
}
.search-page .search-box {
  background-color: #fff;
  box-shadow: 0 1px 0.12rem 0 rgba(89,89,89,0.14);
}
.search-page .search-box .top {
  height: 0.88rem;
  display: flex;
  align-items: center;
  gap: 0.38rem;
  color: #999;
  font-size: 0.28rem;
  padding: 0 0.42rem 0 0.3rem;
  box-sizing: border-box;
}
.search-page .search-box .input-box {
  flex: 1;
  height: 0.62rem;
  border: 1px solid rgba(205, 32, 34, 0.58);
  border-radius: 0.14rem;
  padding: 0.09rem 0.27rem 0.09rem 0.12rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.26rem;
  overflow: hidden;
}
.search-page .search-box .input-box ul {
  display: flex;
  gap: 0.08rem;
  color: #333;
  font-size: 0.24rem;
  flex: none;
}
.search-page .search-box .input-box li {
  height: 0.44rem;
  padding: 0 0.16rem;
  background: #F0F0F0;
  border-radius: 0.09rem;
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.search-page .search-box .input-box input {
  flex: 1;
  min-width: 0;
  height: 100%;
  font-size: 0.26rem;
}
.search-page .search-box .name {
  display: flex;
  align-items: center;
  gap: 0.09rem;
  padding: 0 0.3rem;
  margin-top: 0.2rem;
  font-size: 0.28rem;
  color: #666;
}
.search-page .search-box .btm {
  height: 0.88rem;
  color: #666;
  font-size: 0.28rem;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.66rem;
}
.search-page .search-box .btm div {
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.search-page input[type="checkbox"],
.advance-search-page input[type="checkbox"],
.member-page input[type="checkbox"],
.notice-modal input[type="checkbox"] {
  appearance: none;
  width: 0.26rem;
  height: 0.26rem;
  border: 1px solid #999;
  border-radius: 0.02rem;
  position: relative;
  vertical-align: middle;
}
.notice-modal input[type="checkbox"] {
  border: 1px solid #0F0F0F;
  border-radius: 0;
  width: 0.3rem;
  height: 0.3rem;
}
.search-page input[type="checkbox"]:checked,
.advance-search-page input[type="checkbox"]:checked,
.member-page input[type="checkbox"]:checked {
  background-color: #CD2022;
  border-color: #CD2022;
}
.search-page input[type="checkbox"]:checked::after,
.advance-search-page input[type="checkbox"]:checked::after,
.member-page input[type="checkbox"]:checked::after,
.notice-modal input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -45%);
  background: url('../img/icon.png') no-repeat top left;
  background-size: 0.62rem 14.94rem;
  background-position: 0 -0.12rem;
  width: 0.16rem;
  height: 0.12rem;
}
.notice-modal input[type="checkbox"]:checked::after {
  background: url('../img/checked.png') no-repeat top left;
  width: 0.19rem;
  height: 0.13rem;
  background-size: 0.19rem 0.13rem;
  transform: translate(-50%, -52%);
}
.search-page .search-box .btm label {
  line-height: 1;
}
.search-page .search-container {
  display: flex;
  flex-direction: column;
}
.search-page .totalNum {
  font-size: 0.24rem;
  font-weight: bold;
  height: 0.65rem;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
}
.search-page .empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  color: #999;
  font-size: 0.3rem;
  font-weight: bold;
  margin-top: 20%;
}
.search-page .empty.hide {
  display: none;
}

/* 详情页 */
/* 
  ** 四级标题、五级标题和三级标题一致即可
  **                  PC                                             微信
条目标题：   40px、加粗                                      0.8rem、加粗
一级标题：   【nav-title】24px、加粗、右侧横线            【table_title】0.48rem、加粗、右侧横线
二级标题：   【nav-title-2】20px、重黑色、左侧圆点        【second_title】0.4rem、重黑色、左侧圆点
三级标题：   【nav-title-3】18px、重黑色                  【third_title】0.36rem、重黑色
四级标题：   【nav-title-3】18px、重黑色                  【fourth_title】0.36rem、重黑色
五级标题：   【nav-title-3】18px、重黑色                  【table_title.h5】0.36rem、重黑色
正文：       16px、#333                                     0.32rem、#333
 */
.detail-page {
  user-select: none;
  -webkit-touch-callout: none;
  height: 100vh;
}
.detail-page .operation-btns {
  width: 100%;
  height: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.detail-page .operation-btns .btns {
  display: flex;
  align-items: center;
  gap: 0.32rem;
}
.detail-page .operation-btns .btns li {
  width: 0.58rem;
  height: 0.58rem;
  background: #F0F0F0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.detail-page .operation-btns .btns li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-page .operation-btns .icon3.active {
  background-position: 0 -3.59rem;
  width: 0.31rem;
}
.detail-page .detail-container {
  height: calc(100vh - 0.88rem);
  overflow: auto;
}
.detail-page .imgs-swiper {
  width: 100%;
  height: 5.34rem;
  overflow: hidden;
  padding: 0.24rem 0.21rem 0.4rem 0.21rem;
  box-sizing: border-box;
}
.detail-page .imgs-swiper.bg-active {
  background: #272727;
}
.detail-page .imgs-swiper .swiper-wrapper {
  display: flex;
  height: 100%;
}
.detail-page .imgs-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  line-height: 1;
  flex: none;
}
.detail-page .imgs-swiper img {
  width: auto;
  max-width: 100%;
  height: 100%;
  flex: 1;
  min-height: 0;
  object-fit: contain;
}
.detail-page .imgs-swiper span {
  text-align: center;
}
.detail-page .imgs-swiper .swiper-pagination-bullets {
  bottom: 0.04rem;
}
.detail-page .imgs-swiper .swiper-pagination-bullet-active {
  background-color: #C8160F !important;
}
.detail-page .imgs-swiper .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #fff;
}
.detail-page .img-info {
  margin-bottom: 0.52rem;
}
.detail-page .img-info p {
  color: #335A98;
  font-size: 0.22rem;
  padding: 0.33rem 0.3rem;
}
.detail-page .author-info {
  padding: 0 0.3rem;
}
.detail-page .author-info .name {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.24rem;
  margin-bottom: 0.37rem;
}
.detail-page .author-info .name h4 {
  font-size: 0.8rem;
  line-height: 1;
  font-weight: bold;
}
.detail-page .author-info .name span {
  font-size: 0.24rem;
  color: #CD2022;
}
.detail-page .author-info .item {
  background: #E4E9E7;
  padding: 0.3rem 0.3rem 0.43rem;
  font-size: 0.26rem;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  margin-bottom: 0.2rem;
}
.detail-page .author-info .item p {
  line-height: 0.46rem;
}
.detail-page .author-info .item p em {
  color: #CD2022;
}
.detail-page .author-info .item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.19rem;
}
.detail-page .author-info .item ul li a {
  height: 0.52rem;
  padding: 0 0.3rem;
  border-radius: 0.26rem;
  border: 1px solid #B4C1BC;
  line-height: 0.52rem;
  color: #335A98;
  font-size: 0.24rem;
}
.detail-page .author-info .info {
  background: #fff;
  padding: 0.32rem 0.32rem 0.32rem 0.16rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.32rem;
}
.detail-page .author-info .info li {
  display: flex;
  gap: 0.12rem;
  font-size: 0.24rem;
  color: #333;
  align-items: center;
  max-width: 33%;
}
.detail-page .author-info .info li div {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  line-height: 1;
}
.detail-page .author-info .info li label {
  color: #999;
  font-size: 0.2rem;
}
.detail-page .author-info .desc {
  border-top: 0.04rem solid #CD2022;
  margin-bottom: 0.74rem;
}
.detail-page .author-info .desc li {
  font-size: 0.26rem;
  line-height: 0.4rem;
  padding: 0.13rem 0.22rem;
  border-bottom: 1px dashed #B3B3B3;
  color: #0F0F0F;
  display: flex;
}
.detail-page .author-info .desc label {
  display: inline-block;
  color: #999;
  width: 2.06rem;
  flex: none;
}
.detail-page .main-content {
  padding: 0 0.1rem;
  margin-bottom: 1.5rem;
  text-align: justify;
  text-justify: inter-character;
  font-size: 0.34rem;
  line-height: 0.66rem;
  line-break: anywhere;
}
.detail-page .main-content .title,
.detail-page .main-content > .table_title {
  font-size: 0.48rem;
  line-height: 1;
  margin-bottom: 0.32rem;
  position: relative;
}
.detail-page .main-content .title h4,
.detail-page .main-content > .table_title h4,
.detail-page .main-content > .table_title > span:first-child { 
  display: block;
  font-weight: bold;
  width: fit-content;
  background: #F7F8FA;
  z-index: 4;
  position: relative;
  padding-right: 0.48rem;
}
.detail-page .main-content > .table_title {
  margin-top: 0.64rem;
  font-size: 0.48rem;
  word-break: break-all;
  display: block;
}
.detail-page .main-content .second_title,
.detail-page .main-content:not(:has(.second_title)) .third_title {
  font-size: 0.4rem;
  display: block;
  position: relative;
  margin: 0.28rem 0 0.1rem;
  text-indent: 2em;
}
.detail-page .main-content .second_title::after,
.detail-page .main-content:not(:has(.second_title)) .third_title::after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #CD2022;
  position: absolute;
  left: 1em;
  top: 0.3rem;
}
.detail-page .main-content .third_title,
.detail-page .main-content .fourth_title,
.detail-page .main-content .table_title.h5 {
  font-size: 0.36rem;
  margin: 0.28rem 0 0.04rem;
  display: inline-block;
  text-indent: 2em;
}
.detail-page .main-content.old .second_title,
.detail-page .main-content.old .third_title,
.detail-page .main-content.old .fourth_title,
.detail-page .main-content.old .table_title.h5 {
  display: inline;
  padding-left: 0;
}
.detail-page .main-content.old .second_title::after {
  display: none;
}
.detail-page .main-content .title_line {
  height: 1px;
  background: #CFD0D1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.detail-page .main-content p {
  font-size: 0.32rem;
  line-height: 0.66rem;
  text-indent: 2em;
  padding-bottom: 0.1rem;
  word-break: break-all;
  color: #333;
}
.detail-page .main-content p:has(img) img {
  width: auto;
  vertical-align: middle;
  max-width: calc(100% - 6em);
}
.detail-page .main-content img {
  max-width: 90%;
}
.detail-page .main-content > img {
  display: block;
  margin: auto;
}
.detail-page .main-content .story {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.detail-page .main-content .story.is-inline {
  display: inline-flex;
}
.detail-page .main-content .story:not(:has(video)) span,
.detail-page .main-content .story:not(:has(video)) span p {
  line-height: 1;
  text-align: center;
  font-size: 0.26rem !important;
}
.detail-page .main-content video {
  width: 100%;
  object-fit: cover;
}
.detail-page .main-content table {
  width: auto !important;
  max-width: 100%;
  overflow: auto;
  border-collapse: collapse;
  word-break: break-all;
  margin: 0.2rem auto;
}
.detail-page .main-content table td, 
.detail-page .main-content table th {
  border: 1px solid gray;
  word-break: break-all;
  overflow-wrap: break-word;
}
.detail-page .main-content table p {
  text-indent: 0;
}
.detail-page .main-content .center {
  text-align: center;
}
.detail-page .note-tag {
  color: #596fab;
  font-size: 0.24rem;
}
.detail-page .pic_title {
  color: #888;
  font-size: 0.24rem;
  line-height: 1;
  margin-bottom: 0.16rem;
}
@media screen and (orientation: landscape) {
  .detail-page .operation-btns {
    height: 0.66rem;
  }
  .detail-page .operation-btns .btns {
    gap: 0.2rem;
  }
  .detail-page .operation-btns .btns li {
    width: 0.48rem;
    height: 0.48rem;
  }
  .detail-page .operation-btns .icon {
    transform: scale(0.8);
  }
  .detail-page .detail-container {
    height: calc(100% - 0.66rem);
  }
}
.note-tooltip {
  position: fixed;
  display: none;
  height: 1.1rem;
  background-color: #fff;
  color: #333;
  font-size: 0.2rem;
  z-index: 9999;
  border: 1px solid #97abc7;
}
.note-tooltip .arrow {
  --arrow-width: 0.12rem;
  --arrow-bg: #97abc7;
  top: -0.12rem;
}
.note-tooltip .arrow::after {
  content: " ";
  --arrow-width: 0.13rem;
  --arrow-bg: #fff;
  top: 1px;
  left: 0;
  transform: translateX(-50%);
}
.note-tooltip .arrow,
.note-tooltip .arrow::after {
  width: 0;
  height: 0;
  border-left: var(--arrow-width) solid transparent;
  border-right: var(--arrow-width) solid transparent;
  border-bottom: var(--arrow-width) solid var(--arrow-bg);
  position: absolute;
}
.note-tooltip.top .arrow, 
.note-tooltip.top .arrow::after{
  top: auto;
  bottom: -0.12rem;
  border-bottom: none;
  border-top: var(--arrow-width) solid var(--arrow-bg);
}
.note-tooltip.top .arrow::after {
  bottom: 1px;
}
.note-tooltip p {
  width: 2rem;
  padding: 0.09rem 0.14rem;
  overflow: auto;
  flex: 1;
}
.note-tooltip h3 {
  width: 0.4rem;
  height: 100%;
  background: #97abc7;
  color: #fff;
  writing-mode: vertical-rl;
  font-weight: normal;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.4rem;
  flex: none;
}
.detail-page .related-items,
.detail-page .history-reading {
  padding: 0 0.4rem;
  margin-bottom: 0.8rem;
}
.detail-page .related-items h5.title,
.detail-page .history-reading h5.title {
  font-size: 0.34rem;
  line-height: 1;
  padding-bottom: 0.28rem;
  border-bottom: 1px solid #CD2022;
}
.detail-page .history-reading ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0.38rem;
  line-height: 1;
  gap: 0.3rem 0.1rem;
  background: #fff;
}

.detail-page .history-reading ul a,
.detail-page .history-reading p {
  color: #335A98;
  font-size: 0.26rem;
  padding-left: 0.27rem;
  position: relative;
  box-sizing: border-box;
}
.detail-page .history-reading ul li {
  min-width: 0;
}
.detail-page .history-reading ul a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-page .history-reading p {
  color: #000;
  text-align: justify;
}
.detail-page .history-reading ul a::before,
.detail-page .history-reading p::before {
  content: '';
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #335A98;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.detail-page .history-reading p::before {
  background: #CD2022;
  top: 0.3rem;
  transform: none;
}
.tip-modal,
.noauth-modal,
.image-modal,
.notice-modal {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 320px;
  max-width: 750px;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  z-index: 10;
  display: none;
}
.tip-modal .modal-body {
  border-radius: 0.3rem;
  padding: 0.4rem 0.28rem 0.6rem 0.38rem;
  display: flex;
  flex-direction: column;
  gap: 0.82rem;
  width: 90%;
  margin: 40% auto 0;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.tip-modal .modal-body::after,
.noauth-modal .modal-body::after,
.notice-modal .modal-body::after {
  content: '';
  display: block;
  width: 100%;
  height: 56%;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(205, 32, 34, 0.1) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.tip-modal .modal-body .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 0.3rem;
  z-index: 3;
}
.tip-modal .modal-body p {
  color: #111111;
  font-size: 0.32rem;
  line-height: 0.6rem;
  text-align: center;
  z-index: 3;
}
.tip-modal .modal-body p em {
  color: #CD2022;
}
.tip-modal .modal-body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 2.3rem;
  height: 0.74rem;
  line-height: 1;
  background: #CD2022;
  color: #fff;
  z-index: 3;
  font-size: 0.28rem;
}
.noauth-modal {
  display: block;
}
.noauth-modal .modal-body {
  border-radius: 0.3rem;
  padding: 0.36rem 0.76rem 0.6rem;
  width: 90%;
  margin: 40% auto 0;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.noauth-modal .modal-body::after,
.notice-modal .modal-body::after {
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(205, 32, 34, 0.46) 100%);
}
.notice-modal .modal-body::after {
  height: 2.44rem;
  width: calc(100% - 0.34rem);
  left: 0.17rem;
  border-radius: 0.3rem;
}
.noauth-modal .modal-body::before,
.notice-modal .modal-body::before {
  content: '';
  display: block;
  background: url("../img/xieyiBg.png") top right no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.81rem;
  height: 2.3rem;
  box-sizing: border-box;
  overflow: hidden;
}
.notice-modal .modal-body::before {
  right: 0.17rem;
}
.noauth-modal .modal-body .modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
  margin-bottom: 0.32rem;
  margin-right: -0.48rem;
}
.noauth-modal .content {
  display: flex;
  flex-direction: column;
  gap: 0.51rem;
  color: #111111;
  font-size: 0.32rem;
  z-index: 3;
  position: relative;
  align-items: center;
  margin-bottom: 0.92rem;
}
.noauth-modal .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.noauth-modal .btns button,
.noauth-modal .btns a {
  width: 2.3rem;
  height: 0.74rem;
  background: #fff;
  border: 1px solid #DBDBDB;
  color: #808080;
  font-size: 0.28rem;
  line-height: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noauth-modal .btns a {
  background: #CD2022;
  color: #fff;
  border: 1px solid #CD2022;
}
.image-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  gap: 0.4rem;
}
.image-modal .viewerImg {
  height: 100%;
}
.image-modal .img {
  width: 100%;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-modal .viewerImg .cutbg {
  max-width: 100%;
  height: auto;
  display: block;
  background: #fff;
}
.image-modal .viewerImg .pinch-zoom-container {
  height: 100% !important;
}
.image-modal .viewerImg .title {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  color: #fff;
  font-size: 0.28rem;
  z-index: 3;
}
.notice-modal {
  padding: 0.3rem;
  box-sizing: border-box;
}
.notice-modal .notice-container {
  position: relative;
  overflow: hidden;
  border-radius: 0.3rem;
  max-height: 85%;
  margin-top: 15%;
  padding: 0 0.17rem 0.34rem;
  box-sizing: border-box;
}
.notice-modal .modal-body {
  max-height: 80vh;
  border-radius: 0.3rem;
  background: #fff;
  color: #111;
  font-size: 0.28rem;
  display: flex;
  flex-direction: column;
  line-height: 0.48rem;
  padding: 0.68rem 0 1.4rem;
  box-sizing: border-box;
}
.notice-modal .modal-body .content {
  height: 100%;
  overflow: auto;
  padding: 0 0.52rem;
  z-index: 2;
  text-align: justify;
}
.notice-modal .icon {
  position: absolute;
  right: 0.38rem;
  top: 0.36rem;
  z-index: 999;
}
.notice-modal .modal-body .named {
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
}
.notice-modal .modal-body p {
  text-indent: 2em;
}
.notice-modal .modal-body .info {
  text-align: right;
  margin-top: 0.3rem;
}
.notice-modal .modal-body .title-img {
  width: 2.51rem;
  height: 0.41rem;
  text-align: center;
  display: block;
  margin: 0 auto 0.5rem;
}
.notice-modal .modal-body .checkbox {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.1rem;
  margin-top: 0.6rem;
  padding: 0 0.52rem;
}
.notice-modal .btn-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
/* 高级检索 */
.advance-search-page .title-box {
  height: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
  background: #fff;
  gap: 0.18rem;
  font-size: 0.28rem;
  color: #333;
  line-height: 1;
}
.advance-search-page .title-box > div {
  display: flex;
  align-items: center;
  gap: 0.18rem;
}
.advance-search-page .search-box {
  padding: 0 0.3rem;
}
.advance-search-page .search-lists {
  padding: 0.3rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.advance-search-page .search-lists li {
  display: flex;
  gap: 0.14rem;
}
.advance-search-page .search-item {
  width: 1.94rem;
  height: 0.92rem;
  background-color: #fff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.25rem;
  font-size: 0.3rem;
  color: #1A1A1A;
  position: relative;
  box-sizing: border-box;
  line-height: 1;
}
.advance-search-page .search-item .icon10 {
  transition: all 0.3s;
}
.advance-search-page .search-item .icon10.rotate {
  transform: rotate(180deg);
}
.advance-search-page .editions .search-item {
  height: 0.55rem;
  font-size: 0.24rem;
  padding: 0 0.23rem;
  flex: 1;
}
.advance-search-page .editions .search-item .icon10 {
  transform: scale(0.75);
}
.advance-search-page .editions .search-item .icon10.rotate {
  transform: scale(0.75) rotate(180deg);
}
.advance-search-page .options {
  position: absolute;
  right: 0;
  top: 0.92rem;
  width: 130%;
  max-height: 4.2rem;
  overflow: auto;
  z-index: 1;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.1rem 0;
  display: none;
}
.advance-search-page .editions .options {
  top: 0.55rem;
}
.advance-search-page .options li {
  align-items: center;
  padding: 0 0.28rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 0.18rem;
}
.advance-search-page .options li::after {
  content: '';
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background: #ccc;
  position: absolute;
  top: 0.18rem;
  left: 0.12rem;
  border-radius: 50%;
}
.advance-search-page .options li.second-level {
  margin-left: 1em;
}
.advance-search-page .options li.active {
  color: #CD2022;
}
.advance-search-page .options li.active::after {
  background: #CD2022;
}
.advance-search-page .search-lists input {
  min-width: 0;
  flex: 1;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0 0.32rem;
  font-size: 0.3rem;
}
.advance-search-page .search-lists input::placeholder {
  font-size: 0.3rem;
  color: #B3B3B3;
}
.advance-search-page .editions {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.3rem 0;
}
.advance-search-page .editions li {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  color: #666;
  font-size: 0.26rem;
}
.advance-search-page .search-btn {
  width: 100%;
  height: 0.88rem;
  background: #CD2022;
  border-radius: 0.06rem;
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.88rem;
  color: #fff;
  margin-top: 0.7rem;
}
/* 历史今日 */
.history-page {
  min-height: 100vh;
  background-color: #412C27;
  background-image: url("../img/historybg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  padding: 0.3rem 0.2rem 2.1rem;
  box-sizing: border-box;
}
.history-page .return {
  padding: 0 0.1rem;
  margin-bottom: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history-page .date {
  color: #fff;
  font-size: 0.34rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  padding-right: 0.81rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.history-page .date span:last-child {
  font-size: 0.58rem;
}
.history-page .content {
  background: #F7F8FA;
  border-radius: 0.3rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}
.history-page .content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.41rem 0.42rem 0.41rem;
  font-size: 0.34rem;
  font-weight: bold;
  background: linear-gradient(0deg, #F7F8FA 0%, #D7C7BC 100%);
  position: relative;
}
.history-page .content .title::before,
.history-page .content .title::after {
  content: '';
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: #412C27;
  border-radius: 50%;
  position: absolute;
  bottom: -0.26rem;
}
.history-page .content .title::before {
  left: -0.16rem;
}
.history-page .content .title::after {
  right: -0.16rem;
}
.history-page .content .title button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  width: 1.24rem;
  height: 0.56rem;
  background: #FD773F;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.24rem;
}
.history-page .calendar {
  position: relative;
}
.history-page .calendar .layui-input {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  height: 0.56rem;
  opacity: 0;
}
.history-page .things {
  padding: 0 0.23rem 1.19rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  position: relative;
}
.history-page .things::before {
  content: "";
  display: block;
  width: 88%;
  margin: auto;
  border-top: 1px dashed #BFBFBB;
  position: absolute;
  left: 6%;
  top: -0.24rem;
}
.history-page .things li {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem 0.31rem 0.39rem;
  font-size: 0.28rem;
  line-height: 0.44rem;
  text-align: justify;
}
.history-page .things .year {
  display: inline-block;
  font-size: 0.26rem;
  font-weight: bold;
  color: #FD773F;
  margin-bottom: 0.16rem;
  padding-left: 0.3rem;
  position: relative;
  line-height: 1;
}
.history-page .things .year::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #FD773F;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.history-page .things em {
  color: #335A98;
  margin-left: 0.12rem;
}
.history-page .things .images {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-top: 0.24rem;
}
.history-page .things img {
  width: auto;
  max-width: 100%;
  height: 1.54rem;
}

/* 个人中心 */
.user-page {
  padding: .3rem .3rem var(--app-footer-height) .3rem;
  background: url("../img/userBg.png") top right no-repeat;
  background-size: 3.34rem;
}
.user-page .head {
  display: flex;
  align-items: center;
  padding-left: .37rem;
}
.user-page .head img {
  width: 1.25rem;
  height: 1.25rem;
}
.user-page .head h4 {
  font-size: .34rem;
  margin-left: .22rem;
}
.user-page .member {
  height: 1.38rem;
  width: 100%;
  background: url("../img/hyBg.png") no-repeat;
  background-size: 100% 100%;
  margin-top: .4rem;
  padding: .35rem .3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .3rem;
}
.user-page .member b {
  color: #EED5C1;
  font-size: .28rem;
  line-height: .44rem;
}
.user-page .member p {
  color: #C09979;
  font-size: .24rem;
  line-height: .44rem;
}
.user-page .member a {
  width: 1.5rem;
  height: .6rem;
  background: linear-gradient(-90deg, #F0AE78 0%, #FFFDF4 100%);
  border-radius: .02rem;
  font-size: .26rem;
  color: #3C1903;
  text-align: center;
  line-height: .6rem;
}
.user-link a {
  display: flex;
  align-items: center;
  height: 1rem;
  background: #FFFFFF;
  border-radius: .14rem;
  margin-bottom: .24rem;
  font-size: .28rem;
  padding: 0 .28rem;
}
.user-link a.disabled {
  background: #ebebeb;
  pointer-events: none;
}
.user-link a i {
  margin-right: .25rem;
}
/* 个人信息 */
.user-top {
  width: 100%;
  height: .88rem;
  background: #FFFFFF;
  font-size: .28rem;
  display: flex;
  align-items: center;
  padding: 0 .3rem;
  box-sizing: border-box;
  max-width: 750px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
.user-top a {
  display: flex;
}
.user-top i {
  margin-right: .17rem;
}
.user-input-box {
  margin: 0 0.3rem 0.24rem;
  height: 0.72rem;
  background: #FFFFFF;
  border: 1px solid #DAD9D8;
  border-radius: 0.14rem;
  display: flex;
  align-items: center;
  padding: 0 0.25rem 0 0;
  overflow: hidden;
}
.user-input-box input {
  min-width: 0;
  flex: 1;
  height: 100%;
  padding-left: 0.27rem;
  font-size: 0.26rem;
}
.personal-page {
  padding-top: 0.88rem;
}
.personal-page .content {
  border-radius: .2rem;
  background: rgba(255,255,255,.78);
  padding: 0 .35rem;
  margin: .3rem;
}
.personal-page .content li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.08rem;
  color: #333333;
  border-bottom: 1px solid #E0E0E0;
}
.personal-page .content li:last-child {
  border-bottom: none;
}
.personal-page .content li span {
  font-size: .28rem;
  flex: none;
  margin-right: .5rem;
}
.personal-page .content li label {
  font-size: .3rem;
}
.personal-page .content li i {
  margin-left: .2rem;
}
.personal-page .content li a {
  flex: 1;
  overflow: hidden;
  text-align: right;
}
.personal-page input {
  height: 1.09rem;
  background: rgba(255,255,255,.78);
  border-radius: .2rem;
  margin: .3rem;
  width: 6.9rem;
  color: #999999;
  padding: 0 .35rem;
  font-size: .3rem;
  box-sizing: border-box;
}
.personal-page .modifyProfile {
  position: relative;
}
.personal-page .sexInput {
  background: #ffffff url("../img/jcxiala.png") 95% center no-repeat;
  background-size: .24rem .16rem;
}
.personal-page .sex {
  position: absolute;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 .17rem .49rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.2rem;
  padding: .15rem .4rem;
  box-sizing: border-box;
  left: .3rem;
  right: .3rem;
  top: 1.39rem;
  display: none;
}
.personal-page .sex li {
  padding: .1rem 0;
  font-size: .28rem;
}
.personal-page .sex .active {
  color: #CD2022;
}
.personal-page .save {
  width: 6.9rem;
  height: .88rem;
  background: #CD2022;
  border-radius: .06rem;
  font-size: .32rem;
  color: #FFFFFF;
  text-align: center;
  line-height: .88rem;
  margin: 2.7rem auto auto;
}
.phone-modal {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 320px;
  max-width: 750px;
  top: 0;
  background: rgba(0, 0, 0, .58);
  transition: .3s;
  z-index: 10;
}
.phone-modal .phone-body {
  width: 6.7rem;
  background: #FFFFFF;
  border-radius: .3rem;
  margin: 30% auto auto;
  padding: .35rem .3rem;
  box-sizing: border-box;
}
.phone-close {
  text-align: right;
}
.phone-modal .phone-body h4 {
  font-size: .36rem;
  color: #1A1A1A;
  text-align: center;
  font-weight: 500;
}
.phone-modal .phone-body .bond-hint {
  font-size: .24rem;
  color: #B3B3B3;
  text-align: center;
  margin-top: .2rem;
  margin-bottom: .5rem;
}
.phone-modal .phone-body .field {
  width: 100%;
  height: .92rem;
  border-radius: .04rem;
  margin-bottom: .23rem;
  border: 1px solid #E6E6E6;
  padding: 0 .3rem;
  box-sizing: border-box;
}
.phone-modal .phone-body .field-flex{
  height: 100%;
  display: flex;
  align-items: center;
}
.phone-modal .phone-body .field b {
  font-size: .3rem;
  margin-right: .4rem;
}
.phone-modal .phone-body .field input {
  min-width: 0;
  height: 100%;
  flex: 1;
  font-size: .3rem;
  border: none;
  outline: none;
  background: none;
}
.phone-modal .phone-body .field input::placeholder {
  font-size: .3rem;
}
.phone-modal .phone-body .field p {
  flex: none;
}
.phone-modal .phone-body .field p input {
  color: #52669F;
  font-size: .28rem;
}
.phone-modal .phone-body .phone-submit {
  width: 100%;
  height: .88rem;
  background: #CD2022;
  border-radius: .06rem;
  margin: .4rem 0;
  font-size: .32rem;
  color: #FFFFFF;
  text-align: center;
  line-height: .88rem;
}

  /* 阅读历史 */
.user-num {
  font-size: .24rem;
  color: #0A0A0A;
  margin: .2rem .3rem;
}
.read-history {
  padding-top: 0.88rem;
}
.read-history ul li,.collect-page ul li {
  background: #FFFFFF;
  padding: .45rem .3rem .3rem .3rem;
  margin-bottom: .23rem;
  word-break: break-all;
}
.read-history ul li a,.collect-page ul li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: .4rem;
}
.read-history li b {
  width: .46rem;
  height: .46rem;
  background: #F5F5F5;
  border-radius: 50%;
  font-weight: bold;
  font-size: .24rem;
  color: #999999;
  text-align: center;
  line-height: .46rem;
  margin-right: .3rem;
  flex: none;
}
.read-history li .info h4 {
  font-size: .30rem;
  color: #1A1A1A;
  margin-bottom: .2rem;
}
.read-history li .info label,.collect-page li .info label {
  font-size: .20rem;
  color: #52669F;
  border: 1px solid #52669F;
  padding: .04rem .08rem;
  margin-left: .15rem;
  vertical-align: middle;
}
.read-history li .info p,.collect-page li .info p {
  color: #999999;
  font-size: .24rem;
}
.read-history li .source,.collect-page li .source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .25rem;
  font-size: .24rem;
}
.read-history li .source p,.collect-page li .source p {
  color: #666;
}
.read-history li .source span,.collect-page li .source span {
  color: #52669F;
}
.read-history li .source span i,.collect-page li .source span i {
  margin-right: .09rem;
  vertical-align: text-top;
}
/* 我的收藏 */
.collect-page {
  padding-top: 0.88rem;
}
.collect-page li .info h4 {
  font-size: .32rem;
  color: #1A1A1A;
  margin-bottom: .25rem;
}
.collect-page li .info .ellipsis2 {
  font-size: .26rem;
  color: #000000;
  line-height: .4rem;
  margin-bottom: .25rem;
}
/* 我的会员 */
.member-page {
  min-height: 100vh;
  background: #FFFFFF;
}
.member-page .message {
  padding: .3rem;
  background: linear-gradient(0deg, #FFFFFF 0%, #F2C6C6 100%);
}
.member-page .message-flex {
  display: flex;
  align-items: center;
  padding-left: .3rem;
  padding-top: .4rem;
}
.member-page .message-flex img {
  width: 1.18rem;
  height: 1.18rem;
  margin-right: .2rem;
}
.member-page .message-flex h4 {
  font-size: .28rem;
}
.member-page .message-flex p {
  font-size: .24rem;
  margin-top: .1rem;
}
.member-page .swiper-container {
  padding-left: .3rem;
  margin-top: .3rem;
}
.member-page .swiper-slide {
  width: 1.9rem;
  height: 2.58rem;
  background: #F9F9F9;
  border-radius: .2rem;
  border: .02rem solid #E7E6EB;
  margin-right: 0.24rem;
  text-align: center;
  position: relative;
}
.member-page .swiper-slide div {
  font-size: .28rem;
  color: #030303;
  padding-top: .4rem;
}
.member-page .swiper-slide p {
  font-size: .24rem;
  color: #999999;
  padding-top: .2rem;
}
.member-page .swiper-slide b {
  color: #CD2022;
  font-size: .38rem;
  margin-top: .4rem;
  display: block;
}
.member-page .swiper-slide b span {
  font-size: .26rem;
}
.member-page .swiper-slide.on {
  background: linear-gradient(0deg, #FFFFFF 0%, #EABCBD 100%);
  border: .02rem solid #CD2022;
}
.member-page .swiper-slide.on::after {
  content: '';
  width: 1.58rem;
  height: 1.58rem;
  background: url("../img/memberBg.png") no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
}
.member-page .agreement {
  font-size: .26rem;
  color: #52669F;
  margin: 1.25rem .3rem .4rem .3rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  line-height: 1;
}
.member-page .dredge {
  margin: 0 .3rem .3rem;
  font-size: .32rem;
  color: #FFFFFF;
  height: .88rem;
  background: #CD2022;
  border-radius: .06rem;
  width: 6.9rem;
  text-align: center;
  line-height: .88rem;
}
.agreement-modal {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 320px;
  max-width: 750px;
  top: 0;
  background: rgba(0, 0, 0, .58);
  transition: .3s;
  z-index: 10;
  display: none;
}
.agreement-modal .purchase {
  height: calc(100vh - 2rem);
  background: #fff url("../img/xieyiBg.png") top right no-repeat;
  background-size: 3.76rem 2.3rem;
  border-radius: .4rem .4rem 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 320px;
  max-width: 750px;
  box-sizing: border-box;
  overflow: hidden;
}
.agreement-modal .purchase::before {
  position: absolute;
  content: '';
  height: 2.44rem;
  width: 100%;
  background: linear-gradient(0deg, #FFFFFF 0%, #CD2022 100%);
  border-radius: .30rem;
  opacity: 0.46;
}
.agreement-modal .purchase .purchase-cont {
  height: 100%;
  position: relative;
  z-index: 2;
}
.agreement-modal .purchase .purchase-close {
  padding-top: .35rem;
  padding-right: .3rem;
  text-align: right;
}
.agreement-modal .purchase .purchase-cont h4 {
  font-size: .34rem;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: .55rem;
}
.agreement-modal .purchase .purchase-cont .clause {
  padding: 0 .3rem .3rem .3rem;
  font-size: .28rem;
  color: #333333;
  line-height: .44rem;
  height: calc(100vh - 4.5rem);
  overflow-y: auto;
  word-break: break-all;
}
.agreement-modal .purchase .purchase-cont .consent {
  width: 6.9rem;
  height: .88rem;
  margin: .8rem auto auto;
  background: #CD2022;
  border-radius: .06rem;
  color: #ffffff;
  font-size: .32rem;
  text-align: center;
  line-height: .88rem;
}
/* 支付记录 */
.pay-page {
  padding-top: 0.88rem;
}
.pay-page li {
  background: #FFFFFF;
  margin-bottom: .2rem;
  padding: .3rem .3rem 0 .3rem;
}
.pay-page li h4 {
  font-size: .3rem;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  margin-bottom: .2rem;
}
.pay-page li h4 i {
  margin-right: .1rem;
}
.pay-page li p {
  line-height: .48rem;
  color: #999999;
}
.pay-page li p label {
  color: #1a1a1a;
  display: inline-block;
  width: 1rem;
  margin-right: .5rem;
}
.pay-page li .status {
  border-top: 1px solid #EBEBEB;
  margin-top: .2rem;
  padding: .22rem 0;
  font-size: .26rem;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pay-page li .status a {
  width: 1.18rem;
  height: .58rem;
  border: 1px solid #EBEBEB;
  text-align: center;
  line-height: .58rem;
  margin-left: .16rem;
}
/* 开发票 */
.invoice-page {
  padding-top: 0.88rem;
}
.invoice-page .hint {
  background: #FFFFFF;
  border-radius: .2rem;
  margin-top: .2rem;
  padding: .4rem .3rem;
}
.invoice-page .hint h4 {
  font-size: .3rem;
  color: #1A1A1A;
}
.invoice-page .hint p {
  font-size: .24rem;
  color: #999999;
  line-height: .36rem;
  margin-top: .25rem;
}
.invoice-page .message {
  background: #FFFFFF;
  border-radius: .2rem;
  padding: .2rem .4rem .4rem .4rem;
  margin-top: .25rem;
}
.invoice-page .message form>div {
  min-height: 1.08rem;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  font-size: .26rem;
}
.invoice-page .message div label {
  margin-right: .6rem;
  flex: none;
}
.invoice-page .message div label b {
  font-weight: normal;
  color: #CD2022;
}
.invoice-page .message div span {
  color: #999999;
}
.invoice-page .message .tab span {
  padding: .13rem .27rem;
  background: #F2F2F2;
  border-radius: .4rem;
  font-weight: bold;
  margin-right: .25rem;
  border: 1px solid #F2F2F2;
}
.invoice-page .message .tab .active {
  color: #CD2022;
  border: 1px solid #CD2022;
  box-sizing: border-box;
  background: #F8EDEC;
}
.invoice-page .message input {
  flex: 1;
}
.invoice-page .success {
  width: 6.9rem;
  height: .88rem;
  background: #CD2022;
  border-radius: .06rem;
  margin: .5rem auto 1rem auto;
  font-size: .32rem;
  color: #FFFFFF;
  text-align: center;
  line-height: .88rem;
}
.invoice-page .file {
  width: 1.34rem;
  height: .52rem;
  background: #CD2022;
  border-radius: .04rem;
  font-size: .24rem;
  color: #FFFFFF;
  text-align: center;
  line-height: .52rem;
  margin-right: .15rem;
  position: relative;
}
.invoice-page .file-box {
  display: flex;
  align-items: center;
}
.invoice-page .file-box img {
  width: 1.24rem;
  height: 1.24rem;
  border-radius: .04rem;
  margin: .3rem .3rem .3rem 0;
}
.invoice-page .file-input{
  position: absolute;
  width: 1.34rem;
  height: .52rem;
  opacity: 0;
  left: 0;
}
/* 聊天按钮 */
.chatBtn {
  width: 0.9rem !important;
  height: 0.9rem !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  bottom: 3rem !important;
  right: 0.5rem !important;
  z-index: 1 !important;
}
.chatBtn img {
  width: 0.5rem !important;
  height: 0.5rem !important;
}
#chatBtn span {
  display: none !important;
}
/*关于我们*/
.about-page {
  padding-top: 0.88rem;
}
.about-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
}
.about-tab p {
  width: 25%;
  text-align: center;
  height: .88rem;
  line-height: .88rem;
  font-size: .28rem;
  color: #333333;
}
.about-tab .active {
  background: #CD2022;
  color: #ffffff;
}
.about-cont {
  padding: .6rem;
}
.about-cont img {
  height: .4rem;
  display: block;
  margin: auto auto .5rem auto;
}
.about-cont .title {
  font-size: .30rem;
  color: #0F0F0F;
  line-height: .54rem;
}
.about-cont p {
  font-size: .30rem;
  color: #0F0F0F;
  line-height: .54rem;
  text-indent: .6rem;
  word-break: break-word;
}
