#qrcode img {
  width: 7.8125vw;
  background-color: #fff;
  padding: 0.78125vw;
  border-radius: 0.521vw;
}

.container {
  box-sizing: border-box;
  text-align: center;
  width: 84.896vw;
  margin: 0 auto;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .7);
}

.time {
  position: absolute;
  top: 10.417vw;
  left: 50%;
  transform: translateX(-50%);
}


.download {
  position: absolute;
  display: flex;
  width: 37.240vw;
  height: 10.417vw;
  background-color: black;
  border-radius: 1.042vw;
  top: 36.458vw;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-evenly;
  align-items: center;
}

.qrcode {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.qrcode p {
  margin-right: 0.521vw;
}

.downloadBtn {
  margin-left: 1.042vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.downloadBtn img {
  margin-top: 1.042vw;
}

.downloadBtn img:first-child {
  margin-top: 0;
}

.downloadBtn img:hover {
  cursor: pointer;
}