.de_mask{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.de_pop{
  width: 66.93%;
  position: fixed;
  top: 20%;
  left: 16.535%;
  z-index: 1000;
}
.de_pop .de_go_recharge{
  display: block;
  width: 100%;
}
.de_pop .de_go_recharge img{
  display: block;
  width: 100%;
}
.de_pop .close{
  display: block;
  margin-top: 40px;
  text-align: center;
}
.de_pop .close img{
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 415px) {
  .de_pop{
    width: 300px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
  }
}