.checkin_success {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 40;
}
.checkin_success .checkin_success_wrap {
  width: 450px;
  height: 400px;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkin_success .checkin_success_wrap .checkin_success_img {
  margin-top: -32px;
}
.checkin_success .checkin_success_wrap .checkin_success_text {
  margin-top: 30px;
  text-align: center;
}
.checkin_success .checkin_success_wrap .checkin_success_text P {
  line-height: 100%;
}
.checkin_success .checkin_success_wrap .checkin_success_text P:nth-child(1) {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #303030;
  margin-bottom: 13px;
}
.checkin_success .checkin_success_wrap .checkin_success_text P:nth-child(2) {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}
.checkin_success .checkin_success_wrap .checkin_success_btn {
  position: relative;
  margin-top: 43px;
}
.checkin_success .checkin_success_wrap .checkin_success_btn button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 40px;
  background: #388cff;
  border-radius: 5px;
  outline: none;
  border: none;
  box-shadow: none;
  color: #FFFFFF;
}
.checkin_success .checkin_success_wrap .checkin_success_btn button:hover {
  background: #0057ff;
}
