.checkin-calender {
  width: 5.55rem;
  height: 6.26rem;
  padding: 0.2rem;
  /* margin: 0rem auto 0.35rem auto; */
  background: url(../images/lj20.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
}
.checkin-calender .banner {
  position: absolute;
  top: 2.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4.2rem;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.6);
  line-height: 0.6rem;
  text-align: center;
  z-index: 10;
  color: #fff;
  border-radius: 0.3rem;
}
.checkin-calender__month {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.42rem;
}
.checkin-calender__month .arr-l,
.checkin-calender__month .arr-r {
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.checkin-calender__month .arr-l {
  border-width: 0.1rem 0.16rem 0.1rem 0;
  border-right-color: #84a1ef;
}
.checkin-calender__month .arr-l.is-dis {
  border-right-color: #eee;
  pointer-events: none;
}
.checkin-calender__month .arr-r {
  border-width: 0.1rem 0 0.1rem 0.16rem;
  border-left-color: #84a1ef;
}
.checkin-calender__month .arr-r.is-dis {
  border-left-color: #eee;
  pointer-events: none;
}
.checkin-calender__month .title {
  margin: 0 1rem;
  font-size: 0.42rem;
  color: #3f77f2;
  text-align: center;
  padding-top: 0.4rem;
}
.checkin-calender__date {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.checkin-calender__date .item {
  flex: 1 1 14.28571429%;
  max-width: 14.28571429%;
  height: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.checkin-calender__date .item i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.28rem;
  color: #333;
}
.checkin-calender__date .item i.is-checked {
  background: url(../images/today.png);
  background-size: 100% 100%;
}
.checkin-calender__date .item span {
  position: absolute;
  display: inline-block;
  bottom: 0.05rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.checkin-calender__date .item span.sign {
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/lj21.png);
  background-size: 100% 100%;
  top: 0.1rem;
}
.checkin-calender__date .item span.buqian {
  width: 0.27rem;
  height: 0.27rem;
  background: url(../images/bu.png);
  background-size: 100% 100%;
  bottom: 0;
}
.checkin-calender__date .item span.error {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/error.png);
  background-size: 100% 100%;
}
.checkin-calender__date .item span.gifts {
  width: 0.39rem;
  height: 0.32rem;
  top: 0.22rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/gifts.png);
  background-size: 100% 100%;
}
@supports (display: grid) {
  .checkin-calender__date {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* grid-auto-rows: 1rem; */
  }
  .checkin-calender__date .item {
    max-width: 100%;
  }
}

.checkin-calender__date .item:nth-of-type(1) {
        border-bottom: 1px #cccccc dotted;

    padding-bottom: 2px;
    border-radius: unset;
    i{
      color: #213925;
    }
}
.checkin-calender__date .item:nth-of-type(2) {
        border-bottom: 1px #cccccc dotted;

    padding-bottom: 2px;
    border-radius: unset;
    i{
      color: #213925;
    }
}
.checkin-calender__date .item:nth-of-type(3) {
        border-bottom: 1px #cccccc dotted;

    padding-bottom: 2px;
    border-radius: unset;
    i{
      color: #213925;
    }
}
.checkin-calender__date .item:nth-of-type(4) {
       border-bottom: 1px #cccccc dotted;

    padding-bottom: 2px;
    border-radius: unset;
    i{
      color: #213925;
    }
}
.checkin-calender__date .item:nth-of-type(5) {
         border-bottom: 1px #cccccc dotted;


    padding-bottom: 2px;
    border-radius: unset;
    i{
      color: #213925;
    }
}
.checkin-calender__date .item:nth-of-type(6) {
        border-bottom: 1px #cccccc dotted;

    padding-bottom: 2px;
    border-radius: unset;
    i{
      color: #213925;
    }
}
.checkin-calender__date .item:nth-of-type(7) {
    border-bottom: 1px #cccccc dotted;
    padding-bottom: 2px;
    border-radius: unset;
    i{
      color: #213925;
    }
}

