* {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	*zoom: 1;
}
/* .calendar{
    width: 631px;
    height: 418px;
    float: left;
} */
 
.schedule-hd {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    padding: 22px 15px 4px 15px;
}
.schedule-bd li:nth-child(7n){
    border-right: 0px;
}
.today {
    flex: 1;
    text-align: center;
}
.week-ul li{
    border-bottom: 0px!important;
}
.ul-box {
   
}
.schedule-bd>li {
    float: left;
    width: 14%;
    font-size: 14px;
    color: #000;
    text-align: center;
    /* padding: 0.8rem; */
    position: relative;
    line-height: 1.25;
}
.week-ul>li{
    font-size: 18px;
    font-family: "Times New Roman";
    text-align: center;
    padding: 0.8rem;
    float: left;
    width: 14%;
}
.other-month {
    color: #d2d2d2;
}
.current-month {
    color: #345c75;
}
.arrow {
    cursor: pointer;
}
.dayStyle {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    padding: 0.8rem;
}
.current-month>.dayStyle:hover {
    background: #eaeaea;
    position: initial!important;
    color:#666;
}
.today-flag {
    background: url(../rili_td_today_bg.png) no-repeat center center;
    color: #fff;
}
.selected-style {
    background: url(../rili_td_on_bg.png) no-repeat center center;
}

.active-style {
    background: #6695b1;
    color: #ffffff;
}
.today {
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    color: #25506b;
}
/*.currentDate{
    position: relative;
}
.currentDate::after {
    position: absolute;
    content: '';
    right: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff5722;
}*/
.dateTip {
    background: url(../rili_wz_lb_bg.jpg);
    color: #fff;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.tipCont ul li {
    width: 100%;
    /* height: 40px; */
    border-bottom: 1px #ffffff dashed;
    padding: 6px 0px;
}
.tipCont ul li a {
    display: block;
    /* height: 40px; */
    color: #fff !important;
}
.tipCont ul li a img {
    display: inline-block;
    float: left;
    width: auto;
    height: 40px;
}
.tipCont ul li a p {
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
    margin-right: 100px;
}
.dateTip .tipTime {
    position: relative;
    height: 40px;
    background-color: #eee;
    line-height: 40px;
    text-align: center;
    color: #ff5722;
    font-size: 16px;
}
.closeBtn {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #ff0000;
    cursor: pointer;
    /* display: none; */
}
.tipCont {
    padding: 10px 15px;
    height: auto;
    overflow: hidden;
}

@font-face {
    font-family: "iconfont"; /* Project id  */
    src: url('iconfont.ttf?t=1637983652792') format('truetype');
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 26px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-jiantou_liebiaoxiangyou:before {
    content: "\eb03";
  }
  
  .icon-jiantou_liebiaoxiangzuo:before {
    content: "\eb04";
  }
  
  .icon-jiantou_yemian_xiangyou:before {
    content: "\eb0b";
  }
  
  .icon-jiantou_yemian_xiangzuo:before {
    content: "\eb0f";
  }