/** li.pengyang-v1.0.0 APP License By  */
.ui-datepicker-calendar a:link,
.ui-state-default {
  text-decoration: none;
}
#calendar {
  width: 100%;
  height: 100%;
  padding: 0 0.125rem;
}
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker td,
.ui-datepicker th,
.ui-datepicker tr {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
}
.ui-datepicker {
  display: none;
  width: 100%;
  height: 100%;
  cursor: default;
  text-transform: uppercase;
  font-family: Tahoma;
  font-size: 0.075rem;
  background: #fff;
}
.ui-datepicker select {
  height: 0.1875rem;
  border: none !important;
  font-size: 0.125rem !important;
  margin-bottom: 0.025rem;
  text-align: center;
  outline: 0;
}
.ui-datepicker select:first-child {
  margin-right: 0.0313rem;
}
.ui-datepicker select::-ms-expand {
  display: none;
}
.ui-datepicker-header {
  position: relative;
  height: 0.5rem;
  line-height: 0.5rem;
  width: 100%;
}
.ui-datepicker-title {
  position: relative;
  text-align: center;
  font-size: 0.125rem;
  font-weight: 800;
  border-bottom: 0.0063rem solid #eee;
}
.ui-datepicker-month {
  position: relative;
  color: #000;
  font-size: 0.0875rem;
  font-family: "微软雅黑";
}
.ui-datepicker-month:before {
  display: block;
  position: absolute;
  top: 0.0313rem;
  right: 0;
  width: 0.0313rem;
  height: 0.0313rem;
  content: "";
  background: #a5cd4e;
  background: -moz-linear-gradient(to top, #a5cd4e 0, #6b8f1a 100%);
  background: -o-linear-gradient(to top, #a5cd4e 0, #6b8f1a 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#a5cd4e), to(#6b8f1a));
  background: -moz-linear-gradient(bottom, #a5cd4e 0, #6b8f1a 100%);
  background: -o-linear-gradient(bottom, #a5cd4e 0, #6b8f1a 100%);
  background: linear-gradient(to top, #a5cd4e 0, #6b8f1a 100%);
  border-radius: 0.0313rem;
}
.ui-datepicker-year {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
  color: #000;
  font-size: 0.0875rem;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  width: 0.25rem;
  height: 0.25rem;
  background: rgba(15, 69, 174, 0.05);
  position: absolute;
  top: 0.125rem;
  cursor: pointer;
  text-decoration: none;
  z-index: 999;
}
.ui-datepicker-prev {
  left: 0;
  padding-left: 0;
}
.ui-datepicker-next {
  right: 0;
  padding-right: 0;
}
.ui-datepicker-next span,
.ui-datepicker-prev span {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.25rem;
  text-indent: -62.4937rem;
  position: relative;
}
.ui-datepicker-next span::after,
.ui-datepicker-prev span::after {
  position: absolute;
  top: 0.0562rem;
  left: 0.0562rem;
  content: "";
  width: 0.1187rem;
  height: 0.1187rem;
}
.ui-datepicker-next span::after {
  background: url(calendar_right.png) no-repeat;
  background-size: cover;
}
.ui-datepicker-prev span::after {
  background: url(calendar_left.png) no-repeat;
  background-size: cover;
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar th {
  padding-top: 0.125rem;
  padding-bottom: 0.0938rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.0875rem;
}
.ui-datepicker-calendar td {
  margin-bottom: 0.0313rem;
  padding: 0;
  height: 0.3rem;
  text-align: center;
  line-height: 0.15rem;
  font-size: 0.0875rem;
}
.ui-state-default {
  position: relative;
  display: inline-block;
  width: 0.2438rem;
  height: 0.225rem;
  line-height: 0.225rem;
  border-radius: 0.0313rem;
  text-align: center;
  font-size: 0.0875rem;
  outline: 0;
  margin-top: 0.0125rem;
  margin-left: 0.0063rem;
  color: #000;
}
.ui-datepicker-calendar .ui-state-active {
  color: #ffff;
  background: #0f45ae;
}
.ui-datepicker-other-month .ui-state-default {
  color: #ececec;
}
#calendarQ .has-data a {
  background: url(has-data.png) center center no-repeat;
}