.pagehome {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pagehome .info_bgc {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 16.5rem;
}
.pagehome .info_bgc img {
  width: 100%;
}
.pagehome .info_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.pagehome .info_content .modify_k {
  position: absolute;
  right: 0.18rem;
  top: 0.24rem;
  display: flex;
  align-items: center;
}
.pagehome .info_content .modify_k span {
  margin-right: 0.12rem;
  font-size: 0.32rem;
  color: #949494;
  text-shadow: 0 0 0.08rem #FFF;
}
.pagehome .info_content .modify_k img {
  width: 0.8rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.pagehome .info_content .modify_k .on {
  display: none;
}
.pagehome .info_content .modify_k .off {
  display: block;
}
.pagehome .info_content .modify_k.on span {
  color: #19C160;
}
.pagehome .info_content .modify_k.on .on {
  display: block;
}
.pagehome .info_content .modify_k.on .off {
  display: none;
}
#folkmap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}
#folkmap .datas_k {
  position: relative;
  width: 70rem;
  height: 70rem;
}
#folkmap .datas_k .datas {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  display: flex;
}
#folkmap .datas_k .parent {
  text-align: center;
}
#folkmap .datas_k .people {
  width: 1.5rem;
  height: 2.5rem;
  position: absolute;
}
#folkmap .datas_k .people .face {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.08rem;
  background: #efefef;
}
#folkmap .datas_k .people .name {
  width: 100%;
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #292929;
  font-weight: 500;
  text-align: center;
}
#folkmap .datas_k .people .type {
  font-size: 0.28rem;
  color: #9E9E9E;
  font-weight: 500;
  text-align: center;
  line-height: 0.4rem;
}
#folkmap .datas_k .centpeople .face {
  border: #FBD664 0.05rem solid;
  box-shadow: 0 0 0.2rem #e02a2a;
}
#G_operate {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 888;
  display: none;
}
#G_operate .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#G_operate .content_k {
  width: 7.5rem;
  height: 100%;
  position: absolute;
}
#G_operate .content_k .content {
  position: relative;
  width: 6rem;
  background: #FFF;
  border-radius: 0.2rem;
}
#G_operate .content_k .content .close {
  width: 0.6rem;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
#G_operate .content_k .content .close img {
  width: 100%;
}
#G_operate .content_k .content .oper_area {
  padding: 0.44rem 0.44rem 0.7rem;
}
#G_operate .content_k .content .oper_area h2 {
  text-align: left;
  font-size: 0.35rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
#G_operate .content_k .content .oper_area h2 span {
  padding: 0 0.1rem;
}
#G_operate .content_k .content .oper_area .btns {
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-around;
}
#G_operate .content_k .content .oper_area .btns button {
  width: 44%;
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.6rem;
  appearance: none;
  background: #EFEFEF;
  border: #A8A8A8 0.02rem solid;
  border-radius: 0.1rem;
  color: #000000;
  white-space: nowrap;
}
#G_operate .content_k .content .oper_area .btns_small button {
  width: 30%;
  font-size: 0.26rem;
  line-height: 0.45rem;
}
#G_operate .content_k .content .oper_area .btns_small button span {
  font-size: 0.22rem;
}
#G_operate .content_k .content .oper_area .delbtn {
  font-size: 0.3rem;
  text-decoration: underline;
  position: absolute;
  bottom: 0.2rem;
  left: 0.6rem;
}
/*# sourceMappingURL=./m_pagehome.css.map */