.reporter-pages .tabbar-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  padding-top: var(--status-bar-height);
  width: 100%;
  background: transparent;
  border-bottom: 1px solid transparent;
}
.reporter-pages .tabbar-box .tabbar-con {
  width: 100%;
  height: 0.8rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.reporter-pages .tabbar-box .tabbar-con .l-arrow {
  height: 0.38rem;
}
.reporter-pages .tabbar-box .tabbar-con .share-btn {
  width: 0.5rem;
}
.reporter-pages .scroll-tabbar {
  background: #fff;
  opacity: 0;
  z-index: 998;
}
.reporter-pages .scroll-tabbar .name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.34rem;
  color: #000;
}
.reporter-pages .scroll-tabbar .r-action {
  display: flex;
  align-items: center;
}
.reporter-pages .scroll-tabbar .r-action .card {
  width: 1.2rem;
  height: 0.48rem;
  background: #ffffff;
  border-radius: 0.05rem;
  border: 0.01rem solid #3b81f7;
  font-size: 0.24rem;
  color: #3B81F7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.18rem;
  cursor: pointer;
}
.reporter-pages .mescroll {
  position: fixed;
  top: 0;
  bottom: 0;
  height: auto;
  max-width: 750px;
}
.reporter-pages .reporter-content .top-img {
  width: 100%;
  padding-bottom: calc(100% * 0.453);
  height: 0;
  position: relative;
}
.reporter-pages .reporter-content .top-img .t-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.reporter-pages .reporter-content .reporter-info {
  margin-top: -0.64rem;
  background: #fff;
  border-radius: 0.15rem 0.15rem 0px 0px;
  padding: 0 0.3rem 0.29rem;
  border-bottom: 0.16rem solid #f0f0f0;
  border-top: 1px solid transparent;
  position: relative;
  z-index: 10;
}
.reporter-pages .reporter-content .reporter-info .base-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -0.42rem;
  margin-bottom: 0.18rem;
   /* IOS 禁止用户自定义设置字体大小 */
   -webkit-text-size-adjust: 100% !important;
   text-size-adjust: 100% !important;
   -moz-text-size-adjust: 100% !important;
}
.reporter-pages .reporter-content .reporter-info .base-info .avatar-name {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.reporter-pages .reporter-content .reporter-info .base-info .avatar-name .avatar {
  width: 1.36rem;
  height: 1.36rem;
  border-radius: 50%;
}
.reporter-pages .reporter-content .reporter-info .base-info .avatar-name .name {
  font-size: 0.42rem;
  color: #303030;
  margin: 0 0.24rem 0 0.16rem;
  flex-shrink: 0;
}
.reporter-pages .reporter-content .reporter-info .base-info .avatar-name .position {
  font-size: 0.28rem;
  color: #303030;
}
.reporter-pages .reporter-content .reporter-info .base-info .card {
  min-width: 1.2rem;
  min-height: 0.48rem;
  background: #ffffff;
  border-radius: 0.05rem;
  border: 1px solid #3B81F7;
  font-size: 0.24rem;
  color: #3B81F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reporter-pages .reporter-content .reporter-info .info-it {
  font-size: 0.26rem;
  color: #303030;
  line-height: 0.46rem;
  margin-bottom: 0.07rem;
}
.reporter-pages .reporter-content .reporter-article {
  padding: 0.4rem 0.3rem 0.2rem;
}
.reporter-pages .reporter-content .reporter-article .module-title {
  font-size: 0.36rem;
  color: #0b182a;
  margin-bottom: 0.07rem;
}
.reporter-pages .reporter-content .reporter-article .article-list .art-item {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 0.01rem solid #f0f0f0;
}
.reporter-pages .reporter-content .reporter-article .article-list .art-item:last-child {
  border-bottom: 0;
}
.reporter-pages .reporter-content .reporter-article .article-list .art-item .cover-box {
  position: relative;
  width: 2rem;
  height: 1.32rem;
  border-radius: 0.05rem;
  overflow: hidden;
  margin-right: 0.24rem;
  flex-shrink: 0;
}
.reporter-pages .reporter-content .reporter-article .article-list .art-item .cover-box .cover {
  width: 100%;
  height: 100%;
}
.reporter-pages .reporter-content .reporter-article .article-list .art-item .cover-box .top {
  width: 0.66rem;
  height: 0.38rem;
  background: #3B81F7;
  border-radius: 0.05rem 0 0.05rem 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.24rem !important;
  color: #f1f4ff;
  line-height: 0.38rem;
  text-align: center;
  /* IOS 禁止用户自定义设置字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
.reporter-pages .reporter-content .reporter-article .article-list .art-item .r-con {
  flex: 1;
  min-height: 1.32rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reporter-pages .reporter-content .reporter-article .article-list .art-item .r-con .title {
  font-size: 0.34rem;
  color: #262626;
  line-height: 0.46rem;
}
.reporter-pages .reporter-content .reporter-article .article-list .art-item .r-con .title .origin {
  display: inline-block;
  width: 0.64rem;
  height: 0.36rem;
  background: #f0f0f0;
  border-radius: 0.05rem;
  margin-right: 0.05rem;
  font-size: 0.24rem;
  color: #777777;
  line-height: 0.36rem;
  text-align: center;
}
.reporter-pages .reporter-content .reporter-article .article-list .art-item .r-con .time-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-top: 0.17rem; */
}
.reporter-pages .reporter-content .reporter-article .article-list .art-item .r-con .time-tag .time {
  font-size: 0.24rem;
  color: #9d9d9d;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.reporter-pages .reporter-content .reporter-article .article-list .art-item .r-con .time-tag .tag-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.reporter-pages .reporter-content .reporter-article .article-list .art-item .r-con .time-tag .tag-box .tag {
  background: #EAF3FE;
  border-radius: 0.05rem;
  line-height: 1;
  padding: 0.06rem 0.1rem;
  font-size: 0.22rem;
  color: #3B81F7;
  margin: 0.02rem 0.1rem 0.02rem 0;
}
.reporter-pages .card-modal-box {
  display: none;
  position: fixed;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 750px;
  width: 100%;
  height: 100vh;
  z-index: 1001;
}
.reporter-pages .card-modal-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
}
.reporter-pages .card-modal-box .card-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -65%);
  z-index: 999;
}
.reporter-pages .card-modal-box .card-box .card {
  height: 8.6rem;
  cursor: pointer;
}
.reporter-pages .card-modal-box .share-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: #f8f8f8;
  border-radius: 0.25rem 0.25rem 0px 0px;
}
.reporter-pages .card-modal-box .share-content .main-content {
  height: 3rem;
  box-sizing: border-box;
  padding: 0.38rem 0.31rem 0;
}
.reporter-pages .card-modal-box .share-content .main-content .title {
  font-size: 0.28rem;
  color: #999999;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.51rem;
}
.reporter-pages .card-modal-box .share-content .main-content .action-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.reporter-pages .card-modal-box .share-content .main-content .action-btn .btn-it {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reporter-pages .card-modal-box .share-content .main-content .action-btn .btn-it img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.2rem;
}
.reporter-pages .card-modal-box .share-content .main-content .action-btn .btn-it span {
  text-align: center;
  font-size: 0.2rem;
  color: #000000;
  line-height: 1;
}
.reporter-pages .card-modal-box .share-content .cancel-box {
  padding-bottom: constant(safe-area-inset-bottom) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
  background: #ffffff;
}
.reporter-pages .card-modal-box .share-content .cancel-box .cancel {
  height: 1.08rem;
  text-align: center;
  line-height: 1.08rem;
  font-size: 0.32rem;
  color: #000000;
}