.pagedetail {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pagedetail .topback {
  width: 0.8rem;
  height: 0.8rem;
  position: fixed;
  top: 0.5rem;
  left: 0.2rem;
  z-index: 10;
  background: #cdcdcd;
  border-radius: 50%;
}
.pagedetail .topback img {
  height: 0.4rem;
  margin: 0.2rem auto 0;
  display: block;
}
.pagedetail .info_content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.pagedetail .info_content .media_view {
  width: 100%;
  touch-action: pan-y;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  position: relative;
}
.pagedetail .info_content .media_view .photo {
  max-width: 100%;
  max-height: calc(80vh);
  object-fit: contain;
  display: block;
}
.pagedetail .info_content .media_view .btn_big {
  font-size: 0.3rem;
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  padding: 0.1rem 0.4rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  z-index: 10;
  font-weight: bold;
}
.pagedetail .info_content .media_dian {
  padding: 0.2rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagedetail .info_content .media_dian .dian {
  flex-shrink: 0;
  margin: 0 0.12rem;
  flex-grow: 0;
  border-radius: 50%;
  width: 0.24rem;
  height: 0.24rem;
  background: #D8D8D8;
  margin: 0 0.12rem 0.12rem;
}
.pagedetail .info_content .media_dian .sel {
  background: #000;
}
.pagedetail .info_content .attach_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.28rem 0.2rem;
}
.pagedetail .info_content .attach_info .user_info {
  display: flex;
  justify-content: start;
  align-items: center;
}
.pagedetail .info_content .attach_info .user_info .face {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-right: 0.16rem;
  background: #efefef;
}
.pagedetail .info_content .attach_info .user_info .face img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.pagedetail .info_content .attach_info .user_info .face img[src=""] {
  opacity: 0;
}
.pagedetail .info_content .attach_info .user_info .name {
  font-size: 0.36rem;
  color: #292929;
  margin-right: 0.16rem;
}
.pagedetail .info_content .attach_info .user_info .call {
  font-size: 0.28rem;
  color: #9E9E9E;
}
.pagedetail .info_content .attach_info .time {
  font-size: 0.28rem;
  color: #9E9E9E;
}
.pagedetail .info_content .description {
  padding: 0.1rem 0.28rem 0.5rem;
  color: #9E9E9E;
  font-size: 0.28rem;
  line-height: 0.44rem;
}
.detail_bigview_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.detail_bigview_pop .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.detail_bigview_pop .setphoto {
  width: 100%;
  height: 100%;
}
.detail_bigview_pop .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.2rem 0;
}
.detail_bigview_pop .btns p {
  text-align: center;
  font-size: 0.24rem;
  color: #FFF;
}
.detail_bigview_pop .btns button {
  font-size: 0.3rem;
  padding: 0.03rem 0.4rem;
  margin: 0 0.5rem;
  display: block;
  font-weight: bold;
}
/*# sourceMappingURL=./m_pagedetail.css.map */