.unified-header {
  z-index: 10004;
}
.big-wrap {
  width: 100%;
  height: auto;
  padding: 6.4rem 1.5rem 0;
  box-sizing: border-box;
}
.signIn-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.7rem;
  box-shadow: 0 0 6px 1px rgb(0 0 0 / 14%);
  border-radius: 3px;
  padding: 0 1.8rem;
}
.signIn-state-no {
  color: #ffffff;
  padding: 0.5rem 1.1rem;
  background: #3586F9;
  border-radius: 5px;
}
.signIn-state-success {
  color: #3586F9;
  padding: 0.5rem 0.9rem;
  background: #ffffff;
  border-radius: 5px;
}
.calendar-wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 1rem 0 3rem;
  background: #fff;
  border-radius: 0.5rem;
  box-sizing: content-box;
  overflow: hidden;
  transition: all 0.3s linear;
  box-shadow: 0 0 6px 1px rgb(0 0 0 / 14%);
}

.calendar {
  margin: 0 auto;
  border-radius: 5px;
}
.calendar-arrow,
.calendar-display {
  color: #333;
  font-size: 14px;
  display: block !important;
}
.calendar-arrow span {
  font-size: 16px;
}
.calendar .calendar-views .has-study::after {
  display: none;
}
.calendar .calendar-views .dot {
  position: absolute;
  left: 53%;
  top: 62%;
  bottom: 50%;
  margin: 0;
  background: none;
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  transform: translate(-50%, -50%);
}
.calendar .calendar-views .now {
  color: #333 !important;
  background: none !important;
}
.calendar-hd {
  height: 50px;
  line-height: 28px;
  padding: 10px 9px;
}
.popup {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 57.4rem;
  max-height: 100%;
  padding: 23px 33px;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #fff;
  z-index: 10003;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-overflow-scrolling: touch;
}

.popup-face {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 7.3rem 2.3rem 0;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #fff;
  z-index: 10003;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-overflow-scrolling: touch;
}

.popup-title {
  font-size: 1.6rem;
  color: #000000;
  line-height: 22px;
  text-align: center;
  font-weight: 900;
}

.popup-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16.7rem;
  margin-top: 2.9rem;
}

.popup-img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.popup-text {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: justify;
  color: #666;
}
.popup-text-text {
  color: #ff1212;
  font-size: 1.5rem;
  line-height: 2.4rem;
  text-align: justify;
  font-weight: 900;
}

.face-btn,
.getPhoto {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.6rem;
  height: 4.4rem;
  margin: 3rem auto 0;
  line-height: 4.4rem;
  background: #3586F9;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}

.getPhoto-time {
  margin-left: 5px;
}

.face-btn:active {
  transform: translate(1px, 1px);
}

#face {
  display: none;
}

.numMoke {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.getPhoto-loading {
  display: none;
  width: 25px;
  height: auto;
  margin-right: 1.5rem;
  -webkit-animation: spin 1s linear 1s 5 alternate;
  animation: spin 1s linear infinite;
}
.popup-face-experiment {
  position: relative;
  width: 32rem;
  height: 32rem;
  margin: 0 auto;
}

#videos-container {
  position: relative;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-face-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 32rem;
  height: 32rem;
  z-index: 99;
}

.recordVideo,
.experiment {
  display: none;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}
