.setting-modal {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-box {
  width: 76.8vmin;
  background-color: #fff;
  border-radius: 2.1333333333vmin;
  margin-bottom: 23.4666666667vmin;
}

.content-box {
  background-color: #fff;
  border-radius: 2.1333333333vmin;
  padding: 6.4vmin;
}

.setting-modal .title {
  color: #333;
  font-size: 4.2666666667vmin;
  font-weight: 500;
  text-align: center;
  line-height: 6.4vmin;
  margin-bottom: 2.1333333333vmin;
}

.content-box .content {
  font-size: 3.7333333333vmin;
  font-weight: 400;
  line-height: 5.3333333333vmin;
  color: #666;
  text-align: center;
}

.setting-modal .btn {
  display: flex;
}

.setting-modal .btn .cancel {
  flex: 1;
  height: 12.8vmin;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1472FF;
  font-weight: 500;
  line-height: 6.4vmin;
  box-shadow: inset 0 0.0133333333vmin 0 0 rgb(235, 235, 235);
}

/*# sourceMappingURL=index.wxss.map */
