.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: 1px solid #000;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
  outline: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
.topView .hint {
  padding: 10px 0;
}
.topView .hint > div {
  padding: 10px 0;
  text-align: center;
}
.topView .hint .leftColor {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #b9e5fa;
}
.topView .hint .detail {
  display: inline-block;
  text-align: left;
  line-height: 17px;
  font-size: 13px;
  color: #636363;
}
.yearView {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #278335;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.title {
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
}
.title .left_title {
  font-size: 16px;
}
.title .selectBox {
  position: relative;
  display: inline-block;
}
.title .selectBox:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #333;
}
.title .searchTime {
  width: 60px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  border: 1px solid #00a170;
  border-radius: 5px;
  background: #00A170;
  color: #fff;
  outline: none;
}
.title select {
  width: 100px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  border: 1px solid #00a170;
  border-radius: 5px;
  background: #fff;
}
.tableTitle {
  text-align: center;
  line-height: 88px;
}
.schedule-bd {
  position: relative;
  height: 130px;
  overflow: visible !important;
}
.hoverView {
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 1000;
  display: none;
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
li.current-month.action .hoverView {
  display: block;
}
.fixBg {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent;
  z-index: 900;
}
.fixBg.action {
  display: block;
}
li.current-month:hover .hoverView {
  display: block;
}
.tableCont .schedule-hd {
  display: none;
  position: relative;
  overflow: hidden;
  height: 88px;
  line-height: 88px;
  background: #00a170;
  color: #fff;
  width: 100%;
}
.tableCont .schedule-hd > div:first-child,
.tableCont .schedule-hd > div:last-child {
  display: none;
}
.tableCont .schedule-hd > div {
  text-align: center;
}
.tableCont .schedule-hd .today {
  font-size: 18px;
  font-weight: 500;
}
.tableCont .ul-box {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tableCont .ul-box li {
  width: 14.2857%;
  text-align: center;
  float: left;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
.tableCont .ul-box li span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 20px;
}
.tableCont .week-ul {
  color: #fff;
}
.tableCont .week-ul li {
  background: #278335;
  border: 1px solid #fff;
  font-size: 14px;
}
.tableCont .schedule-bd li {
  height: 32px;
  line-height: 32px;
  border: 2px solid #fff;
}
.tableCont .schedule-bd .other-month {
  color: transparent;
}
.tableCont .schedule-bd .tab {
  position: relative;
  bottom: 45px;
  width: 75px;
  height: 30px;
  line-height: 30px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #FFA21F;
  color: #fff;
  font-size: 16px;
}
.tableCont .schedule-bd .tab.weiqiandao {
  background: #ccc;
}
.tableCont .schedule-bd li.today-flag {
  background: rgba(221, 221, 221, 0.6);
}
section {
  margin: 80px 0;
}
