.setting-modal {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-box {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3.2vmin 4.2666666667vmin;
  border-radius: 1.0666666667vmin;
  margin-bottom: 23.4666666667vmin;
  font-size: 3.7333333333vmin;
  font-weight: 400;
  line-height: 5.3333333333vmin;
  color: #fff;
  text-align: center;
}

/*# sourceMappingURL=index.wxss.map */
