@charset "utf-8";
.model-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 2;
  visibility: hidden;
}
.remind-img {
  width: 325px;
  height: 200px;
  margin-top: 20px;
}
.download-div {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  visibility: hidden;
}
.download-div button {
  color: #ffffff;
  background: #59a9fe;
  width: 200px;
  height: 30px;
  border-radius: 5px;
  border: none;
}
.download-div p {
  color: gray;
  font-size: 16px;
}
.download-div b {
  color: black;
}
#download-div ~ .footer {
  display: none;
}
