.Page1{
  background: #418be5;
}
.hide{display: none}
.abs{position: absolute;}
.fix{position: fixed;}
.rela_tive{position: relative;}
.w_90{width: 90%;margin: 0 auto;}
.w_80{width: 80%;margin: 0 auto;}
.w_70{width: 70%;margin: 0 auto;}
.w_100{width: 100%}
.block{display: block;}
.loading_jindu{
  height: 100%;
  display: block;
  background: #ffcd8b;
  left: 0;
  top: 0;
  border-radius: 7px;
}
.loading_{top: -4px;padding: 0;margin-block: auto;line-height: 4px;/* height: 7px; */}
.close{
  width: 10%;
  margin: 16px auto;
}
.Page{width: 100%;height: 100%;overflow: hidden;}