@charset "UTF-8";
html,
body {
  padding: 0;
  margin: 0;
}
html *,
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #customCalendar,
body #customCalendar {
  overflow: hidden;
  padding: 10px 10px 10px 10px;
}
html #customCalendar > span,
body #customCalendar > span {
  text-align: center;
  display: block;
  padding: 0 40px;
  line-height: 40px;
}
html #customCalendar > span:after,
body #customCalendar > span:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
html #customCalendar > span i,
body #customCalendar > span i {
  float: left;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
html #customCalendar > span i.pre,
body #customCalendar > span i.pre {
  background: url("../images/ic_left1.png") 0% 50% no-repeat;
  margin-left: -40px;
}
html #customCalendar > span i.pre:hover,
body #customCalendar > span i.pre:hover {
  background: url("../images/ic_left2.png") 0% 50% no-repeat;
}
html #customCalendar > span i.next,
body #customCalendar > span i.next {
  background: url("../images/ic_right1.png") 100% 50% no-repeat;
  margin-right: -40px;
}
html #customCalendar > span i.next:hover,
body #customCalendar > span i.next:hover {
  background: url("../images/ic_right2.png") 100% 50% no-repeat;
}
html #customCalendar > span em,
body #customCalendar > span em {
  float: left;
  font-style: normal;
  display: inline-block;
  width: 100%;
}
html #customCalendar > div ul,
body #customCalendar > div ul,
html #customCalendar > div ol,
body #customCalendar > div ol {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
html #customCalendar > div ul:after,
body #customCalendar > div ul:after,
html #customCalendar > div ol:after,
body #customCalendar > div ol:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
html #customCalendar > div ul li,
body #customCalendar > div ul li,
html #customCalendar > div ol li,
body #customCalendar > div ol li {
  font-size: 15px;
  color: #888;
  text-align: center;
  line-height: 42px;
  border: 1px solid transparent;
  float: left;
  width: 14.28%;
}
html #customCalendar > div ul li span,
body #customCalendar > div ul li span,
html #customCalendar > div ol li span,
body #customCalendar > div ol li span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /*标包*/
  /*今天*/
}
html #customCalendar > div ul li span i,
body #customCalendar > div ul li span i,
html #customCalendar > div ol li span i,
body #customCalendar > div ol li span i {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 7px;
  height: 7px;
  background: #FE0000;
  border-radius: 50%;
}
html #customCalendar > div ul li span i.number,
body #customCalendar > div ul li span i.number,
html #customCalendar > div ol li span i.number,
body #customCalendar > div ol li span i.number {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: -3px;
  left: 53%;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
}
html #customCalendar > div ul li span em,
body #customCalendar > div ul li span em,
html #customCalendar > div ol li span em,
body #customCalendar > div ol li span em {
  line-height: 40px;
  text-align: center;
  width: 40px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
}

html #customCalendar > div ul li span em.nowDay,
body #customCalendar > div ul li span em.nowDay,
html #customCalendar > div ol li span em.nowDay,
body #customCalendar > div ol li span em.nowDay {
  background: #0066cd;
  color: #fff;
}

html #customCalendar > div ul li span em.selected,
body #customCalendar > div ul li span em.selected,
html #customCalendar > div ol li span em.selected,
body #customCalendar > div ol li span em.selected {
  background: #0066cd85;
  color: #fff;
}

html #customCalendar > div ul li span.selected,
body #customCalendar > div ul li span.selected,
html #customCalendar > div ol li span.selected,
body #customCalendar > div ol li span.selected {
  line-height: 40px;
  color: #fff;
  text-align: center;
  width: 40px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  background: #0066cd85;
  border-radius: 50%;
}

html #customCalendar > div ol > li,
body #customCalendar > div ol > li {
  font-size: 13px;
  color: #333;
}
html #customCalendar > div div > span,
body #customCalendar > div div > span {
  font-size: 12px;
  display: inline-block;
  padding-right: 10px;
  line-height: 30px;
  /*标包*/
  /*今天*/
}
html #customCalendar > div div > span i,
body #customCalendar > div div > span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #FE0000;
  border-radius: 50%;
  margin-right: 10px;
}
html #customCalendar > div div > span em,
body #customCalendar > div div > span em {
  margin-right: 10px;
  position: relative;
  top: -2px;
  color: #fff;
  width: 15px;
  height: 15px;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}

html #customCalendar > div div > span em.nowDay,
body #customCalendar > div div > span em.nowDay {
  background: #0066cd;
}

html #customCalendar > div div > span em.selected,
body #customCalendar > div div > span em.selected {
  background: #0066cd85;
}
/*# sourceMappingURL=calendar.css.map */