.pageaddfolk {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pageaddfolk .info_content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.pageaddfolk .info_content .addform {
  padding: 0.3rem 0;
}
.pageaddfolk .info_content .addform .group {
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: start;
  align-items: center;
  min-height: 1rem;
  padding: 0 0.3rem;
}
.pageaddfolk .info_content .addform .group h4 {
  font-size: 0.3rem;
  width: 2rem;
  text-align: right;
  padding-right: 0.4rem;
}
.pageaddfolk .info_content .addform .group .input_k {
  flex-grow: 1;
}
.pageaddfolk .info_content .addform .group .input_k select {
  width: 100%;
  min-height: 0.7rem;
  border-radius: 0.1rem;
  border: #767676 0.01rem solid;
  padding: 0 0.1rem;
  font-size: 0.28rem;
  color: #000000;
}
.pageaddfolk .info_content .addform .group .input_k input {
  width: 100%;
  min-height: 0.7rem;
  border-radius: 0.1rem;
  border: #767676 0.01rem solid;
  padding: 0 0.1rem;
  font-size: 0.28rem;
}
.pageaddfolk .info_content .addform .group .date_k {
  flex-grow: 1;
}
.pageaddfolk .info_content .addform .group .face_k {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #efefef;
}
.pageaddfolk .info_content .addform .group .face_k .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageaddfolk .info_content .addform .group .face_k .photo[src=""] {
  opacity: 0;
}
.pageaddfolk .info_content .addform .group .face_k .btn_up {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
}
.pageaddfolk .info_content .addform .group .face_k .upfile_face {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.pageaddfolk .info_content .addform .group .feature_k {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  background: #efefef;
  margin-right: 0.2rem;
}
.pageaddfolk .info_content .addform .group .feature_k .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageaddfolk .info_content .addform .group .feature_k .photo[src=""] {
  opacity: 0;
}
.pageaddfolk .info_content .addform .group .feature_k .btn_up {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
}
.pageaddfolk .info_content .addform .group .feature_k .btn_del {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  display: none;
}
.pageaddfolk .info_content .addform .group .feature_k .upfile_face {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.pageaddfolk .info_content .addform .group .feature_k.hasval .btn_up {
  display: none;
}
.pageaddfolk .info_content .addform .group .feature_k.hasval .upfile_face {
  display: none;
}
.pageaddfolk .info_content .addform .group .feature_k.hasval .btn_del {
  display: block;
}
.pageaddfolk .info_content .addform .btns {
  display: flex;
  justify-content: center;
  margin: 1rem 0 0;
}
.pageaddfolk .info_content .addform .btns button {
  font-size: 0.3rem;
  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;
}
.pageaddfolk .info_content .addform .btns .btn_save {
  background: #19C160;
  color: #FFF;
  border: #19C160 0.02rem solid;
}
.addfolk_setphoto_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.addfolk_setphoto_pop .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.addfolk_setphoto_pop .setphoto_k {
  width: 5.6rem;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -2.8rem;
  top: 50%;
  margin-top: -4rem;
  background: #FFF;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.7);
}
.addfolk_setphoto_pop .setphoto_k .setphoto {
  width: 5.6rem;
  height: 5.6rem;
}
.addfolk_setphoto_pop .setphoto_k .btns {
  display: flex;
  justify-content: center;
  margin: 0.3rem 0;
}
.addfolk_setphoto_pop .setphoto_k .btns button {
  font-size: 0.3rem;
  padding: 0.03rem 0.4rem;
  margin: 0 0.5rem;
  display: block;
  font-weight: bold;
}
/*# sourceMappingURL=./m_pageaddfolk.css.map */