.checkin {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 40;
}
.checkin .checkin_wrap {
  position: absolute;
  width: 550px;
  height: 640px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/qiandao-bg.png') no-repeat;
}
.checkin .checkin_wrap .checkin_close_btn {
  position: absolute;
  top: -30px;
  right: -41px;
  cursor: pointer;
}
.checkin .checkin_wrap .checkin_content {
  width: 500px;
  height: 297px;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
}
.checkin .checkin_wrap .checkin_content .checkin_bi {
  position: absolute;
  bottom: 265px;
  left: 24px;
}
.checkin .checkin_wrap .checkin_content .checkin_title {
  text-align: center;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #303030;
  line-height: 100%;
  margin-top: 20px;
}
.checkin .checkin_wrap .checkin_content .checkin_title > span {
  line-height: 100%;
  color: #0057FF;
}
.checkin .checkin_wrap .checkin_content .chckin_text {
  line-height: 100%;
  margin-top: 13px;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}
.checkin .checkin_wrap .checkin_content .items_wrap {
  padding-left: 24px;
  margin-top: 30px;
  position: relative;
}
.checkin .checkin_wrap .checkin_content .items_wrap .yqd_img {
  position: absolute;
  z-index: -1;
  top: -3px;
  display: none;
  transition: all 0.8s ease;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_hr {
  position: absolute;
  top: 47px;
  left: 20px;
  width: 462px;
  height: 4px;
  background: #d8e5fe;
  z-index: -1;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_yiqdhr {
  position: absolute;
  height: 4px;
  background: #388CFF;
  z-index: -1;
  transition: all 0.8s ease;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items {
  margin-right: 37px;
  float: left;
  text-align: center;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items:last-child {
  margin-right: 0;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items.first_items {
  margin-left: 23px;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items p {
  margin: 0;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items p:nth-child(1) {
  line-height: 100%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #c6c6c6;
  margin-bottom: 22px;
  transition: all 0.8s ease;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items p:nth-child(1).active {
  color: #71A1FF !important;
  background-color: unset !important;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items p:nth-child(2) {
  line-height: 25px;
  width: 25px;
  height: 25px;
  background: #d8e5fe;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #388cff;
  margin: 0 auto 20px auto;
  transition: all 0.8s ease;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items p:nth-child(2).active {
  color: #ffffff !important;
  background: #388cff !important;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items p:nth-child(3) {
  line-height: 100%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items > .day {
  margin: 36px auto 20px auto !important;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items .jifen_fb {
  margin-bottom: 4px;
  position: relative;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items .jifen_fb > img {
  position: absolute;
  top: -4px;
  left: -24px;
}
.checkin .checkin_wrap .checkin_content .items_wrap .day_list_items .jifen_fb > span {
  text-align: center;
  position: absolute;
  top: 40%;
  white-space: nowrap;
  left: -56%;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
  line-height: 100%;
}
.checkin .checkin_wrap .checkin_content .checkin_btn {
  text-align: center;
  margin-top: 30px;
}
.checkin .checkin_wrap .checkin_content .checkin_btn button {
  width: 160px;
  height: 40px;
  background: #ffce0c;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
}
.checkin .checkin_wrap .checkin_content .checkin_btn button:hover {
  background: #ffb80c;
}
.checkin .checkin_wrap .checkin_content .checkin_btn button.active {
  background: #c6c6c6 !important;
  color: #303030 !important;
}
