.top {
    width: 100%;
    height: 5rem;
    background: #007aff;
    margin-bottom: 0.1rem;
    overflow: hidden;
 
}
.top .out-1 {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  margin: .25rem auto 0 auto;
}
.top .out-1 .out-2 {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #ffffff;
  margin: 0 auto;
}
.top .out-1 .out-2 .signBtn {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px #7ebdff solid;
  cursor:pointer;
}
.top .out-1 .out-2 .signBtn strong,
.top .out-1 .out-2 .signBtn span {
  display: block;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #007aff;
}
.top .out-1 .out-2 .signBtn strong {
  height: 1.75rem;
  line-height: 2.25rem;
  font-weight: 600;
  border-bottom: 1px #eee solid;
}
.top .out-1 .out-2 .signBtn span {
  height:1.25rem;
  line-height: 1.25rem;
  font-size: .45rem;
  line-height: 1rem !important;
}
.top .out-1:active {
  animation: sign .25s forwards;
  -webkit-animation: sign .25s forwards;
}
.tips {
position: absolute;
position: absolute;
    top: 9.1rem;
    z-index: 999;
    width: 24%;
    color: #fff;
    font-size: .35rem;
    text-align: center;
    padding-bottom: .35rem;
}
.Calendar {
  background: #fff;
  padding-bottom: 0.2rem;
}
.Calendar #toyear {
  border-bottom: 1px #e7e7e7 solid;
  width: 96%;
  margin: 0 auto;
  height: 1.25rem;
  text-align: center;
  color: #333;
  font-size: .475rem;
}
.Calendar #toyear .year-month {
  height: 100%;
  line-height: 1.25rem;
}
.Calendar #toyear #idCalendarPre,
.Calendar #toyear #idCalendarNext {
  height: 100%;
  line-height: 1.25rem;
  padding: 0 1rem;
  text-align: center;
  font-size: .425rem;
  color: #999;
}
.Calendar table,
.Calendar tr,
.Calendar td {
  border: 0;
}
.Calendar table {
  width: 96%;
  margin: 0 auto;
}
.Calendar table tr {
  text-align: center;
  height: 0.85rem;
}
.Calendar table tr td span {
  margin: 0 auto;
  display: block;
  line-height: 0.8rem;
  width: 0.75rem;
  height: 0.75rem;
  font-size: .45rem;
  border-radius: 100%;
}
.Calendar table tr .onToday span {
  background: #1485ff;
  color: #fff;
}
