#app .dload {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .dload .btn_box {
  width: 90%;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  background: #FF8A00;
  border-radius: 48px;
  padding: 15px 10px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  background: #00C839;
}
#app .dload > div {
  padding: 10px;
  background-color: #fff;
  display: flex;
  border-radius: 20px;
  white-space: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 300px;
}
#app .dload > div img {
  position: absolute;
  width: 20px;
  height: auto;
  right: 20px;
  top: 20px;
}
#app .dload .header_box {
  display: flex;
  align-items: center;
}
#app .dload .header_box h2 {
  width: 250px;
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
