

.Calendar table,
.Calendar tr,
.Calendar td {
  border: 0;
}
.Calendar table {
  width: 96%;
  margin: 0 auto;
}
.Calendar table tr td>div {
  margin: 0 auto;
  display: block;
  line-height: 1.6rem;
  width: 1.5rem;
  font-size: 0.875rem;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  padding: 0.6rem 0;
  box-sizing: border-box;
}
.Calendar table tr td .checked-1{
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #9BFFA2;
}
.Calendar table tr td .checked-2{
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 auto;
  background: url("../image/5days@2x.png") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.Calendar table tr td .checked-3{
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 auto;
  background: url("../image/30days@2x.png") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
