.week-ul>li{
    /* font-size: 14px!important; */
    border-right: 0;
    font-weight: bold;
    /* color: #25506b; */
}
.other-month {
    color: #d2d2d2;
}
.current-month {
    color: #345c75;
}
.arrow {
    cursor: pointer;
}
.dayStyle {
    /* display: inline-block; */
    /* width: 100%; */
    /* height: 100%; */
    /* text-align: center; */
    /* cursor: pointer; */
}
.current-month>.dayStyle:hover {
    background: #eaeaea;
    position: initial!important;
    color:#666;
}
.today-flag {
    background: #6695b1;
    color: #fff;
}
.selected-style {
    /*color: #ff5722;*/
    position: relative;
}
.selected-style::after{	
   position: absolute;
    content: '';
    right: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff5722;
}
.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 {
    position: absolute;
    z-index: 9999999;
    /* right: -155px; */
    top: 50px;
    width: 400px;
    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;
    position: absolute;
    top: 0;
    left: 0.15rem;
    right: 0.15rem;
    z-index: 9;
    width: auto;
    display: none; 
}
.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: 30px; */
    line-height: 25px;
    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;
}
.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 8px;
    height: 111px;
    /* overflow: hidden; */
}

@font-face {
    font-family: "iconfont"; /* Project id  */
    src: url('/cal/css/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";
    color: #fff;
  }

  
  .icon-jiantou_liebiaoxiangzuo:before {
    content: "\eb04";
    color: #fff;
  }
  
  .icon-jiantou_yemian_xiangyou:before {
    content: "\eb0b";
    color: #fff;
  }
  
  .icon-jiantou_yemian_xiangzuo:before {
    content: "\eb0f";
    color: #fff;
  }