* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

#schedule-box {
  width: 320px;
  margin: 0 auto;
  padding: 35px 20px;
  font-size: 13px;
}

.schedule-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 10px;
}

.today {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
  padding: 0px 0 0;
  font-weight: normal;
  /* cursor: pointer; */
  font-size: 15px;
}

.week-ul {
  height: 45px;
  line-height: 45px;
}

.head {
  z-index: -1;
  position: absolute;
  height: 137px;
  /* height: 417px; */
  width: 335px;
  background: #005da2;
  font-family: SourceHanSansCN-Regular;
  font-size: 24px;
  font-weight: normal;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0em;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px -25px rgba(190, 190, 190, 1);
          box-shadow: 0px 15px 30px -25px rgba(190, 190, 190, 1)
}

.head span {
  position: relative;
  bottom: 6px;
  margin: 0 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.ul-box {
  margin: 0px auto;
  width: 315px;
  overflow: hidden;
  z-index: 999;
  background: rgba(0, 93, 162, 0.06);
}

.ul-box>li {
  float: left;
  width: 45px;
  text-align: center;
  /* padding: 5px 0; */
}

.other-month {
  color: #999999;
}

.disabled {
  pointer-events: none;
  background-color: #eeeeee;
  color: #999999;
}

.current-month {
  color: #333333;
}

.today-style {
  border-radius: 50%;
  background: #58d321;
}

.arrow {
  cursor: pointer;
  color: #fff;
}

.dayStyle {
  display: inline-block;
  width: 45px;
  height: 45px;
  /* border-radius: 50%; */
  text-align: center;
  border: 1px solid rgba(0, 93, 162, 0.06);
  line-height: 45px;
  cursor: pointer;
}

.current-month>.dayStyle:hover {
  background: #005da2;
  color: #ffffff;
}

.today-flag {
  /* background: #00C2B1; */
  /* color: #fff; */
}

.boxshaw {
  -webkit-box-shadow: 0px 15px 50px -30px rgba(190, 190, 190, 0.6);
          box-shadow: 0px 15px 50px -30px rgba(190, 190, 190, 0.6);
  /* background: #005da2; */
  padding: 100px 0 10px 0 !important;
  width: 335px !important;
}

.selected-style {
  background: rgba(0, 93, 162, 0.25);
  color: #005DA2;
}

.active-style {
  background: #005da2;
  color: #ffffff;
}

#h3Ele {
  text-align: center;
  padding: 10px;
}