* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}


li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img,
input {
  border: 0;
  outline: none;
}


.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



#schedule-box {
  font-size: 20px;
  position: relative;
  z-index: 9;
  background: url(../images/rl-bg.jpg) no-repeat center bottom #fff;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.schedule-hd {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 60px;
  background: url(../images/rl-tit.jpg) no-repeat center center;
  background-size: cover;
}

.schedule-hd div {
  display: flex;
  flex: 1;
  min-width: 0;
  justify-content: space-around;
}

.today {
  /* flex: 1; */
  text-align: center;
}

.ul-box {
  overflow: hidden;
  color: #fff;
  border-top: none;
  padding-bottom: 25px;
}

.week-ul {
  padding-bottom: 0;
  border-bottom: none;
}

.week-ul>li {
  color: #694326;
  font-weight: 600;
}

.ul-box>li {
  float: left;
  width: 14.28%;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #333;
  position: relative;
}

.other-month {
  color: rgba(255, 255, 255, .4);
  margin-top: 6px;
}

.disabled {
  pointer-events: none;
  background-color: #eeeeee;
  color: #999999;
}

.current-month {
  color: #fff;
  margin-top: 12px;
}

.today-style {
  border-radius: 50%;
  background: #58d321;
}

.arrow {
  cursor: pointer;
  color: #fff;
  font-weight: 100;
  font-size: 22px;
  font-weight: normal;
}
.dayStyle.on{
    cursor: pointer;
}
.dayStyle {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  /* cursor: pointer; */
  color: #333333;
  font-size: 18px;
  opacity: 0;
  border: 1px solid transparent;
}

span.currentDate {
  opacity: 1;
}

span.currentDate.cur {
  background: url(../images/rl-cur.png) no-repeat !important;
  background-size: 100% 100% !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

span.currentDate.cur::after {
  content: '当日活动';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  color: #B38E70;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}



span.currentDate.on::before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #B38E70;
}

.boxshaw {
  box-shadow: 2px 2px 15px 2px #e3e3e3;
}

.selected-style {
  border: 1px solid #0051A2;
}

.today-flag {
  color: #fff !important;
  background: url(../images/rl-today.png) no-repeat;
  background-size: 100% 100%;
}

.active-style {
  background: #00BDFF;
  color: #ffffff;
}

#h3Ele {
  text-align: center;
  padding: 10px;
}

.today {
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 22px;
  flex: none !important;
}


.pub_date {
  display: flex;
  align-items: flex-end;
  position: relative;

}