@charset "UTF-8";
.zfld-right-t-b {
  width: calc(100% - 340px);
}
.zfld-right-t-b .bd li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.calendar_box {
  width: 316px;
  /* height: 297px; */
  padding: 0 15px 15px;
  background-color: #f5faff;
  border-radius: 8px;
  border: solid 1px #99c3ff;
}
.calendar {
  font-size: 16px;
  margin: 0 auto;
  /* 标题 */
  /*选择日期*/
}
.calendar .title {
  font-size: 20px;
  font-weight: bold;
  color: #487bc5;
  margin: 20px 0;
  text-align: center;
  background: url(../images/calendar_title.png) no-repeat center;
}
.calendar .choice {
  font-size: 16px;
  color: #333333;
  display: flex;
  flex-wrap: nowrap;
  padding: 13px 35px;
}
.calendar .choice p {
  position: relative;
  display: block;
  flex: 0 0 50%;
  float: left;
  margin-bottom: 0;
  text-align: center;
}
.calendar .choice .month_name,
.calendar .choice .year_name {
  display: inline-block;
  text-align: center;
}
.calendar .choice .button {
  cursor: pointer;
  display: inline-block;
  padding: 0 4px;
}
.calendar .choice .month .prev {
  padding-left: 0px;
}
.calendar .choice .year .next {
  padding-right: 0px;
}
.calendar table {
  width: 100%;
  margin: 0 auto;
  color: #333;
  /*非本月日期*/
}
.calendar table tr:nth-child(even) {
  background-color: #fbfbfb;
  border-radius: 6px;
}
.calendar table th {
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.calendar table th span {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #f5faff;
  border-radius: 2px;
  border: solid 1px #e5f1fc;
  font-weight: normal;
}
.calendar table td {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  cursor: pointer;
}
.calendar table td.current_day {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #cbcbcb;
}
.calendar table td.unselected_month {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #b5b5b5;
}
.riqi {
  position: relative;
  z-index: 9999999;
  height: 100%;
  /*鼠标滑过*/
}
.riqi.bgHover {
  background: #487bc5;
  color: #fff !important;
  text-decoration: none !important;
}
.riqi .piaofu {
  z-index: 100;
  position: absolute;
  bottom: 48px;
  left: -85px;
  width: 212px;
  border-radius: 6px;
  background: #487bc5;
  padding: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  display: none;
}
.riqi .piaofu span {
  /* z-index: 100; */
  display: block;
  position: absolute;
  bottom: -20px;
  left: 97px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #487bc5;
}
.riqi .piaofu ul {
  padding-left: 13px;
}
.riqi .piaofu ul li {
  float: none;
  margin: 0;
  margin-bottom: 8px;
  /* padding: 2px 0px 2px 8px; */
  list-style: disc !important;
  text-align: left;
  /* z-index: 100; */
}
.riqi .piaofu ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.riqi .piaofu ul li::marker {
  color: #fff;
  font-size: 1em;
  /* z-index: 100; */
}
.riqi .piaofu ul li a {
  color: #fff;
  /* z-index: 100; */
  font-size: 12px;
  border: none;
  padding: 0;
  margin: 0;
}
.riqi .piaofu ul li a:hover {
  text-decoration: underline;
  /* z-index: 100; */
}
.riqi.current .piaofu {
  display: block;
}
@media (max-width: 767px) {
  .zfld-right-t-b {
    width: 100%;
  }
  .calendar_box {
    display: none;
  }
}
