.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;
}

.instructor {
  position: absolute;
  top: 14.9333333333vmin;
  left: 124.9333333333vmin;
  color: #fff;
  border-radius: 8rpx;
  background-color: #1472FF;
  padding: 3.2vmin 4.2666666667vmin;
  font-size: 3.7333333333vmin;
  font-weight: 400;
  line-height: 5.8666666667vmin;
  box-shadow: 0 -4rpx 10.6666666667vmin 0 rgba(51, 51, 51, 0.2);
}

.instructor:after {
  content: "";
  position: absolute;
  top: -4vmin;
  right: 8vmin;
  border: 2.1333333333vmin solid #1472FF;
  border-color: transparent;
  border-bottom-color: #1472FF;
}

.instructor .share-tip {
  width: 83.2vmin;
}

/*# sourceMappingURL=index.wxss.map */
