@charset "UTF-8";

.notarizee[data-v-8b8f22fc]:hover {
  cursor: pointer
}

.notarizee[data-v-8b8f22fc] {
  margin: auto;
  width: 300px;
  font-size: 18px;
  height: 40px;
  border-radius: 25px;
  background: #4AC07C;
  color: #fff;
  text-align: center;
  line-height: 40px
}

.class[data-v-8b8f22fc] {
  height: 45px;
  background: #e9f8ff;
  color: #28bdff;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  margin: 20px 14px 0 0;
  padding: 0 10px
}

.class.actived[data-v-8b8f22fc] {
  background: #ff8523;
  color: #fff
}

.classcontent[data-v-8b8f22fc] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px
}

.editclass[data-v-8b8f22fc] {
  text-align: center;
  padding: 50px 10px 42px 22px
}

.icon[data-v-8b8f22fc] {
  margin: 0 30px 0 18px
}

.studentbox[data-v-8b8f22fc] {
  height: 110px;
  border-bottom: 1px solid #f2f2f2;
  position: relative
}

.studentbox .userimg[data-v-8b8f22fc] {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background: #000;
  margin-right: 18px
}

.studentbox .username[data-v-8b8f22fc] {
  color: #333;
  font-size: 18px;
  width: 55px
}

.studentbox .number[data-v-8b8f22fc] {
  font-size: 13px;
  line-height: 16px;
  border: 1px solid #cccccc;
  color: #ccc;
  font-style: oblique;
  width: 76px;
  text-align: center;
  margin-left: 10px
}

.studentbox .tips[data-v-8b8f22fc] {
  font-size: 14px;
  margin-top: 14px
}

.studentbox .btn[data-v-8b8f22fc] {
  width: 88px;
  line-height: 32px;
  color: #fff;
  background: #4AC07C;
  font-size: 15px;
  border-radius: 50px;
  text-align: center;
  margin-right: 15px
}

.studentbox .notclick[data-v-8b8f22fc] {
  background: #999999
}

.maskbox[data-v-8b8f22fc] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 10
}

.maskbtn[data-v-8b8f22fc] {
  width: 120px;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  background: #fff;
  border-radius: 7px;
  text-align: center;
  margin: 0 15px;
  cursor: pointer
}

.fade-enter-active[data-v-8b8f22fc],
.fade-leave-active[data-v-8b8f22fc] {
  transition: opacity .5s ease
}

.fade-enter-from[data-v-8b8f22fc],
.fade-leave-to[data-v-8b8f22fc] {
  opacity: 0
}

.locatbox[data-v-8b8f22fc] {
  color: #4AC07C;
  border: 1px solid #4AC07C;
  font-size: 13px;
  width: 50px;
  line-height: 16px;
  text-align: center;
  border-radius: 3px;
  margin-left: 12px
}

.mask[data-v-8b8f22fc] {
  background: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 998
}

.dialog[data-v-8b8f22fc] {
  width: 420px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 999
}

.dialog .title[data-v-8b8f22fc] {
  height: 66px;
  background: url(/assets/pic30.4e20c01e.png) center #4AC07C;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 0 30px
}

.dialog .title img[data-v-8b8f22fc] {
  transform: rotate(0);
  transition: .35s;
  cursor: pointer
}

.dialog .title img[data-v-8b8f22fc]:hover {
  transform: rotate(180deg);
  transition: .35s
}

.dialog .cons[data-v-8b8f22fc] {
  background: #ffffff;
  border-radius: 0 0 20px 20px
}

.slide-fade-enter-active[data-v-8b8f22fc] {
  transition: all .35s ease-out
}

.slide-fade-leave-active[data-v-8b8f22fc] {
  transition: all .35s cubic-bezier(0, 0, 0, 0)
}

.slide-fade-enter-from[data-v-8b8f22fc],
.slide-fade-leave-to[data-v-8b8f22fc] {
  transform: translate(-50%);
  opacity: 0
}
