.nav-wrap {
  position: relative;
}
.scroll-nav {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
}
.scroll-nav ul {
  max-width: 1200px;
  min-width: 780px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  list-style: none;
  padding-right: 10px;
  border-top: 1px solid rgb(0, 0, 0, 0.1);
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}
.scroll-nav ul li {
  float: left;
  width: 110px;
  text-align: center;
}
.scroll-nav ul li:hover {
  background: #fff;
}
.scroll-nav ul li a {
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  text-decoration: none;
}
.next-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #555;
}
@media only screen and (min-width: 600px) {
  .scroll-nav ul {
    padding: 0;
  }
  .scroll-nav ul li {
    width: 14.2%;
  }
  .next-btn {
    display: none;
  }
}

.scroll-nav ul li {
  border-left: 1px solid #c4ccff;
  border-right: 1px solid #c4ccff;
  box-sizing: border-box;
}
.scroll-nav ul li + li {
  border-left: none;
}

.schedule-days li a {
  display: block;
  text-align: center;
  width: 100%;
}
.schedule-days li a.active {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  color: #000 !important;
  font-weight: bold;
  font-size: 1.2em;
}
.schedule-days-date {
  font-size: 16px;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.schedule-days-week {
  font-size: 11px;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
