* {
    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-box {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
    background-color: #3064bc;
    color: #fff;
}
.schedule-hd {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    padding: 20px 15px 20px 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 {
    /* overflow: hidden; */
    /* border-top: 1px solid #e2e2e2; */
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ul-box>li {
    /* float: left; */
    width: 14.2%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    /* border-bottom: 1px solid #e2e2e2; */
    /* border-right: 1px solid #e2e2e2; */
    font-family: "Arial", 'Microsoft Yahei',"Lucida Grande", "Tahoma","Helvetica", "sans-serif";
    /* position: relative; */
    border-radius: 50%;
}
.week-ul>li{
    font-size: 14px!important;
    border-right: 0;
    font-weight: bold;
    color: #fff;
}
.other-month {
    color: #fff;
    opacity: .2;
}
.current-month {
    color: #fff;
}
.arrow {
    cursor: pointer;
}
.dayStyle {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    line-height: 40px;
}
.current-month>.dayStyle:hover {
    background: rgba(255,255,255,.5);
    color: #fff;
}
.today-flag {
    background: rgba(255,255,255,0);
    color: #fff;
    border-radius: 50%;
    border: 1px dashed #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.selected-style {
    /*color: #ff5722;*/
    position: relative;
}
.selected-style::after{
   position: absolute;
   content: '';
   top: 78%;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background-color: #ff5722;
   left: 50%;
   transform: translateX(-50%);
}
.active-style {
    background: #6695b1;
    color: #ffffff;
}
.today {
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}
/*.currentDate{
    position: relative;
}
.currentDate::after {
    position: absolute;
    content: '';
    right: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff5722;
}*/
.dateTip {
    position: absolute;
    z-index: 9999;
    left: 120%;
    top: 0;
    width: 45vw;
    /* background-color: #fff; */
    /* box-shadow: 0px 3px 3px 3px #c0c0c0; */
    border-radius: 4px;
    /* overflow: hidden; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tipCont ul li {
    width: 100%;
    height: 40px;
    border-bottom: 1px #bebebe dashed;
    padding: 10px 0px;
}
.tipCont ul li a {
    display: block;
    height: 40px;
}
.tipCont ul li a img {
    display: inline-block;
    float: left;
    width: auto;
    height: 40px;
}
.tipCont ul li a p {
    height: 20px;
	line-height:20px;
    display: inline-block;
    width: 315px;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
}
.dateTip .tipTime {
    position: relative;
    height: 40px;
    background-color: #eee;
    line-height: 40px;
    text-align: center;
    color: #ff5722;
    font-size: 16px;
    display: none;
}
.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;
    display: flex;
    flex-wrap: wrap;
}

@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";
  }
