* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}
html {
  width: 100%;
  height: 100vh;
  font-size: 13.33vw;
}
body{
  -webkit-text-size-adjust: 100% !important; /* 禁用字体自动调整 */
  text-size-adjust: 100% !important;
  -webkit-user-select: none;
  user-select: none;
  /* touch-action: pan-y;
  -ms-touch-action: pan-y;  */
}
[v-cloak] {
  display: none;
}
:root {
  --background-color: #fff;
  --text-color: #ffffff;
  --safe-area-inset-top: constant(safe-area-inset-top);
  --safe-area-inset-top: env(safe-area-inset-top);
}
#app {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
  /* overflow-y: auto;
  overflow-x: hidden; */
  position: relative;
  box-sizing: border-box;
  background-color: var(--background-color);
  color: var(--text-color);
}
.note-box{
  position: relative;
}
.note-page-box{
  width: 100%;
  height: calc(100vh - 1rem);
  overflow-y: auto;
  overflow-x: hidden;
}
#app .no-data{
  margin-top: 6rem;
  height: 0.44rem;
  text-align: center;
  line-height: 0.44rem;
  font-size: 0.30rem;
  color: #666;
}
#app .safeDistance {
  height: 1rem;
  background-color: var(--background-color);
  color: var(--text-color);
}
#app .header {
  position: absolute;
  left: 0;
  top: 0;
  height: 1.8rem;
  width: 100vw;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
  display: flex;
  justify-content: space-between;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.36rem;
  color: #FFFFFF;
  padding: 0 0.3rem 0.2rem;
  box-sizing: border-box;
}
#app .header .logo {
  height: 0.5rem;
  line-height: 0.5rem;
  margin-left: 0.5rem;
}
#app .header .operate-box .share-box {
  width: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.44rem;
}
#app .header .operate-box .share {
  width: 0.44rem;
  height: 0.44rem;
  background: url(../img/icon-share.png) no-repeat;
  background-size: contain;
  box-sizing: border-box;
}
#app .header .operate-box .evoke {
  margin-top: 1rem;
  height: 0.6rem;
  width: 1.58rem;
  background: url(../img/button-open.png) no-repeat;
  background-size: contain;
}
#app .is-in-bestv-evoke {
  top: 0;
}
#app .swiper-box{
  width: 100%;
  height: 10rem;
  color: #000;
  position: relative;
}
.swiper-slide{
  width: 100%;
  height: 10rem;
  overflow: hidden;
}
.swiper-slide img{
  width: 100%;
  height: 10rem;
  object-fit: cover;
}
.pagination-indicator-box{
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
  color: #fff;
  z-index: 999;
  font-size: 0.24rem;
  height: 0.36rem;
  box-sizing: border-box;
  padding: 0 0.06rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.04rem;
}
.pagination-indicator-box .separate{
  margin-left: 0.01rem;
  margin-right: 0.01rem;
  font-weight: bold;
}
.swiper-pagination{
  bottom: 0.24rem !important;
}
.swiper-pagination-bullets{
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet{
  display: inline-block;
  width: 0.10rem;
  height: 0.10rem;
  background-color: #C5C4B6;
}
.swiper-pagination-bullet-active{
  width: 0.16rem;
  height: 0.16rem;
  background-color: #fff;
}
#app .note-content-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.36rem 0.24rem 0;
}
#app .note-title{
  width: 100%;
  color: #000;
  line-height: 0.4rem;
  font-size: 0.32rem;
  font-weight: 500;
  word-break: break-all;
  margin-bottom: 0.2rem;
  /* overflow: hidden; 
  white-space: nowrap;  
  text-overflow: ellipsis; */
}
#app .topic-box{
  width: 100%;
  box-sizing: border-box;
  padding: 0.20rem 0 0.32rem;
  color: #1C3281;
  font-size: 0.28rem;
  line-height: 0.44rem;
  display: flex;
  flex-wrap: wrap;
}

#app .topic-box .topic-item{
  color: #1C3281;
  line-height: 0.44rem;
  margin-right: 0.08rem;
}
#app .note-content-box .content{
  width: 100%;
  line-height: 0.44rem;
  color: #000;
  font-size: 0.28rem;
  padding-bottom: 0.24rem;
  white-space: pre-wrap; /* 保留换行和空格，自动换行 */
  word-break: break-word;
}
#app .note-content-box .bottom-box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.3rem;
  margin-bottom: 0.4rem;
}
#app .note-content-box .note-update-time{
  color: #666666;
  height: 0.22rem;
  font-size: 0.22rem;
  line-height: 0.22rem;
}
#app .operate-box{
  height: 1rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 0.01rem solid #E1E1E1;
  padding: 0.34rem 0.36rem 0 0.24rem;
  background-color: #fff;
}

#app .like-it{
  width: 0.3rem;
  height: 0.3rem;
  background: url(../img/icon-like-it.png) no-repeat;
  background-size: contain;
  margin-right: 0.2rem;
}

#app .collection{
  width: 0.3rem;
  height: 0.3rem;
  background: url(../img/icon-collection.png) no-repeat;
  background-size: contain;
}
