.detail-page {
  width: 100%;
  max-width: 7.5rem;
  margin: 0 auto;
  background: #FFFCF7;
  min-height: 100vh;
}

.flex1 {
  flex: 1;
  overflow-y: auto;
}

.detail_container {
  width: 100%;
}

.detail_cover {
  width: 100%;
  height: 3.8rem;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.detail_sort {
  width: 0.78rem;
  height: 0.4rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.08rem;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail_title {
  padding: 0.32rem;
  font-size: 0.36rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.5rem;
  box-sizing: border-box;
}

.detail_content {
  padding: 0 0.32rem 0.48rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.48rem;
  text-align: justify;
  box-sizing: border-box;
  text-indent: 2.1em;
}

.detail_content img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.28rem;
}

.detail_vote_num {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #AE5817;
  line-height: 0.34rem;
  padding-bottom: 0.32rem;
}