.pagepost {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
}
.pagepost .info_content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.pagepost .info_content .to_user_info {
  padding: 0.28rem;
  display: flex;
  align-items: center;
  border-bottom: #D3E4FE 0.01rem solid;
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #FFF;
}
.pagepost .info_content .to_user_info .face {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
}
.pagepost .info_content .to_user_info .face img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.pagepost .info_content .to_user_info .name {
  font-size: 0.32rem;
  font-weight: 700;
  color: #292929;
  padding: 0 0.2rem;
}
.pagepost .info_content .addform {
  padding: 0.3rem 0;
}
.pagepost .info_content .addform .photo_list {
  height: calc(100% - 1.2rem);
}
.pagepost .info_content .addform .photo_list .date_group {
  padding: 0 0.2rem;
  display: flex;
  margin-bottom: 0.3rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.pagepost .info_content .addform .photo_list .date_group .toptit {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.6rem;
  width: 100%;
  margin-bottom: 0.2rem;
}
.pagepost .info_content .addform .photo_list .date_group .item {
  width: 2.23rem;
  height: 2.23rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  background: #EDF2FA;
  border-radius: 0.2rem;
  position: relative;
}
.pagepost .info_content .addform .photo_list .date_group .item .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.2rem;
}
.pagepost .info_content .addform .photo_list .date_group .item .shade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.2rem;
}
.pagepost .info_content .addform .photo_list .date_group .item .shade img {
  display: block;
  width: 30%;
  animation: shade_img_rotate 2s linear infinite;
}
.pagepost .info_content .addform .photo_list .date_group .item .del {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 0.6rem;
  background: #FFF;
  border-radius: 50%;
}
.pagepost .info_content .addform .photo_list .date_group .item .del img {
  width: 100%;
  height: 100%;
  display: block;
}
.pagepost .info_content .addform .photo_list .date_group .item:nth-of-type(3n) {
  margin-right: 0;
}
.pagepost .info_content .addform .photo_list .date_group::after {
  content: '';
  width: 100%;
  height: 0.02rem;
  background-color: #ADADAD;
  margin-top: 0.2rem;
}
.pagepost .info_content .addform .load_img {
  position: relative;
  width: 3.56rem;
  height: 1.3rem;
  border-radius: 0.2rem;
  border: #000 0.02rem solid;
  background: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 3rem;
}
.pagepost .info_content .addform .load_img img {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.26rem;
}
.pagepost .info_content .addform .load_img span {
  font-size: 0.4rem;
  font-weight: bold;
}
.pagepost .info_content .addform .load_img .upfile_photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.pagepost .info_content .addform .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.3rem;
  box-shadow: 0px -0.08rem 0.2rem 0px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.pagepost .info_content .addform .btns button {
  font-size: 0.34rem;
  padding: 0.15rem 0.6rem;
  margin: 0 0.5rem;
  display: block;
  font-weight: bold;
  appearance: none;
  background: #EFEFEF;
  border: #A8A8A8 0.02rem solid;
  border-radius: 0.1rem;
  color: #000000;
}
.pagepost .info_content .addform .btns .btn_save {
  background: #19C160;
  color: #FFF;
  border: #19C160 0.02rem solid;
}
.pagepost .info_content .addform.topblank {
  padding-top: 1.66rem;
}
#pagepost_settime {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 888;
  display: none;
}
#pagepost_settime .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#pagepost_settime .content_k {
  width: 7.5rem;
  height: 100%;
  position: absolute;
}
#pagepost_settime .content_k .content {
  position: relative;
  width: 6.4rem;
  height: 8rem;
  background: #FFF;
  border-radius: 0.2rem;
  margin-top: -0.5rem;
}
#pagepost_settime .content_k .content .bigtit {
  font-size: 0.32rem;
  color: #000;
  text-align: center;
  width: 100%;
  line-height: 0.84rem;
  margin-bottom: 0.16rem;
}
#pagepost_settime .content_k .content .lists {
  width: 6.4rem;
  height: calc(100% - 1rem);
  margin: 0 auto;
  padding-top: 0.12rem;
  overflow-x: hidden;
  overflow-y: auto;
}
#pagepost_settime .content_k .content .lists .item {
  width: 6rem;
  height: 1.6rem;
  margin: 0 auto;
  margin-bottom: 0.28rem;
  position: relative;
  display: flex;
}
#pagepost_settime .content_k .content .lists .item .img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  background: #efefef;
  object-fit: contain;
}
#pagepost_settime .content_k .content .lists .item .del {
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: 0.4rem;
  background: #FFF;
  border-radius: 50%;
}
#pagepost_settime .content_k .content .lists .item .del img {
  width: 100%;
  height: 100%;
  display: block;
}
#pagepost_settime .content_k .content .lists .item .cont {
  flex-grow: 1;
  padding-left: 0.16rem;
  border-bottom: rgba(0, 0, 0, 0.2) 0.02rem solid;
}
#pagepost_settime .content_k .content .lists .item .cont .btn_ditto {
  position: absolute;
  bottom: 0.1rem;
  right: 0rem;
  padding: 0.05rem 0.2rem;
  font-size: 0.24rem;
  font-weight: normal;
}
#pagepost_settime .content_k .content .lists .item:first-of-type .btn_ditto {
  display: none;
}
#pagepost_settime .content_k .content .lists .item:last-of-type {
  margin-bottom: 1.3rem;
}
#pagepost_settime .content_k .content .btn_ok {
  bottom: 0.28rem;
  padding: 0.1rem 0.6rem;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.4);
}
@keyframes shade_img_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=./m_pagepost.css.map */