html {
  background-color: #f6f6f6;
}

.nav {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 0.46rem;
  padding: 0 0.2rem;
}

.nav .left {
  width: 0.2rem;
}

.nav .left:active {
  opacity: 0.8;
}

.nav .left img {
  width: 0.2rem;
  height: 0.16rem;
}

.nav .middle {
  width: 2rem;
  margin: 0 auto;
  color: #333;
  font-weight: bold;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  padding: 0 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav .right:active {
  opacity: 0.8;
}

.nav .right img {
  width: 0.22rem;
  height: 0.22rem;
}

.main {
  background-color: #fff;
  padding: .22rem .18rem;
  /* margin-top: 0.16rem; */
}

.main h2 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.2rem;
}

.main .source {
  color: #999;
  font-size: 0.13rem;
  margin-top: 0.12rem;
}

.main .time {
  color: #999;
  font-size: 0.13rem;
  margin-top: 0.12rem;
}

.main .content {
  color: #333;
  margin-top: 30px;
  font-size: 0.16rem;
  line-height: 0.2rem;
  position: relative;
}

.main .reading-count {
  color: #999;
  font-size: 0.13rem;
  margin-top: 0.12rem;
}

.main .description {
  display: flex;
  justify-content: center;
}

.main .description .left {
  flex: 1;
}

/* .main .description .right{
  flex: 1;
} */
.main .description .right img {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.1rem;
}

.video-content {
  width: 100%;
  margin: 0.1rem 0;
}

.content video {
  max-width: 100% !important;
  height: 1.92rem;
  border-radius: 0.01rem;
  object-fit: fill;
}

.video-content video {
  width: 100%;
  height: 1.92rem;
  border-radius: 0.01rem;
  object-fit: fill;
}

.oldmodel .main-title {
  font-size: 0.24rem;
  line-height: 0.25rem;
}

.oldmodel .source {
  font-size: 0.15rem;
}

.oldmodel .time {
  font-size: 0.15rem;
}

.oldmodel .content {
  font-size: 0.2rem;
  line-height: 0.22rem;
}

.oldmodel .reading-count {
  font-size: 0.15rem;
}
