@charset "UTF-8";
/* 近期会议 日历*/
.oneweek-roads {
  height: 590px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  margin-bottom: 15px;
}

.oneweek-roads .step_times {
  margin-top: 30px;
  width: 70px;
  height: 560px;
  border: 1px solid #e2e6eb;
  box-sizing: border-box;
}

.oneweek-roads .step_times .step_times_list {
  text-align: center;
  height: 120px;
  font-size: 24px;
  color: #BCBCBC;
  padding-top: 20px;
}

.oneweek-roads .oneweek-roads-item {
  width: calc(100% / 7);
  position: relative;
}

.oneweek-roads .oneweek-roads-item .oneweek-item-title {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}

.oneweek-roads .oneweek-roads-item .oneweek-title-today {
  color: #0066FF;
}

.oneweek-roads .oneweek-roads-item .days-item-box {
  height: calc(100% - 40px);
  margin: 0 5px;
}

.oneweek-roads .oneweek-roads-item .days-item-box .oneweek-item-content {
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 0px 0 15px;
  position: relative;
  background-color: #fff;
}

.oneweek-roads .oneweek-roads-item .days-item-box .oneweek-item-content:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.oneweek-roads .oneweek-roads-item .days-item-box .oneweek-item-content:hover .week_item_details {
  display: flex;
}

.oneweek-roads .oneweek-roads-item .days-item-box .content-end {
  background-color: #fff;
  color: #919191;
}

.oneweek-roads .oneweek-roads-item .days-item-box .content-end:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.oneweek-roads .oneweek-roads-item .days-item-box .content-review {
  background-color: rgba(0, 153, 255, 0.1);
  color: #0099FF;
  border: 1px solid rgba(0, 153, 255, 0.1);
  box-sizing: border-box;
}

.oneweek-roads .oneweek-roads-item .days-item-box .content-review:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.oneweek-roads .oneweek-roads-item .days-item-box .content-live {
  background-color: rgba(255, 0, 51, 0.1);
  color: #ff0033;
  border: 1px solid rgba(255, 0, 51, 0.1);
  box-sizing: border-box;
}

.oneweek-roads .oneweek-roads-item .days-item-box .content-live:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.oneweek-roads .oneweek-roads-item .days-item-box .content-yuyue {
  background-color: rgba(0, 204, 102, 0.1);
  color: #00cc66;
  border: 1px solid rgba(0, 204, 102, 0.1);
  box-sizing: border-box;
}

.oneweek-roads .oneweek-roads-item .days-item-box .content-yuyue:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.oneweek-roads .oneweek-roads-item .days-item-box .content-notlive {
  color: #282828;
}

.oneweek-roads .oneweek-roads-item .days-item-box .content-notlive:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.oneweek-roads .oneweek-roads-item .days-item-box .content-notlive:hover .dot-notlive {
  background-color: #fff;
}

.oneweek-roads .oneweek-roads-item:hover {
  background: #f2f2f2;
}

.oneweek-roads .oneweek-roads-item:hover .more-list-color {
  background-color: #f2f2f2;
}

.oneweek-roads .oneweek-roads-item:last-child .days-item-box ul .week_item_details, .oneweek-roads .oneweek-roads-item:nth-last-child(2) .days-item-box ul .week_item_details {
  left: initial;
  right: 162px;
}

.item-content-dot {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  top: 10px;
  left: 4px;
}

.dot-end {
  background-color: #919191;
}

.dot-live {
  background-color: #ff0033;
}

.dot-yuyue {
  background-color: #00cc66;
}

.dot-review {
  background-color: #0099FF;
}

.dot-notlive {
  background-color: #282828;
}

/* 更多会议 */
.more-list-color {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
}

.more-list-color::after {
  content: '';
  display: inline-block;
  width: 162px;
  height: 30px;
  position: absolute;
  bottom: 30px;
  left: 6px;
  right: 0;
  background: -moz-linear-gradient(transparent 0%, white 100%);
  background: -webkit-linear-gradient(transparent 0%, white 100%);
  background: -o-linear-gradient(transparent 0%, white 100%);
  background: -ms-linear-gradient(transparent 0%, white 100%);
  background: linear-gradient(transparent 0%, white 100%);
}

.calendar-review {
  color: #0099FF;
}

.calendar-yuyue {
  color: #00cc66;
}

.calendar-live {
  color: #ff0033;
}

.has-yuyue {
  color: #919191;
}

/* 日历hover卡片 */
.week_item_details {
  width: 320px;
  height: 170px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 4;
  top: -1px;
  left: 160px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  color: #282828;
  line-height: initial;
  /* 卡片按钮的状态 */
}

.week_item_details .show-title {
  height: 40px;
  line-height: 22px;
  display: flex;
  /*实现垂直居中*/
  align-items: center;
  /*实现水平居中*/
  text-align: justify;
}

.week_item_details .interact-names {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.week_item_details .crad-btn {
  text-align: center;
  border-radius: 2px;
  width: 80px;
  height: 24px;
  line-height: 24px;
}

.week_item_details .btn-live {
  background-color: #ff0033;
  color: #fff;
}

.week_item_details .btn-review {
  background-color: #0099FF;
  color: #fff;
}

.week_item_details .btn-end {
  background-color: #f9f9f9;
  color: #A1A1A1;
}

.week_item_details .btn-reserve {
  background-color: #00cc66;
  color: #fff;
}

.week_item_details .btn-reserve-has {
  background-color: rgba(0, 204, 102, 0.2);
  color: #00cc66;
}

.week_item_details .btn-addin {
  background-color: #0099FF;
  color: #fff;
}

.week_item_details .btn-addin-has {
  background-color: rgba(0, 204, 255, 0.2);
  color: #0099FF;
}

.week_item_details .attention {
  background-color: #fff !important;
  color: #A1A1A1 !important;
}

.roads-title-more .gr {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.roads-title-more:hover span {
  color: #0066FF;
}

.roads-title-more:hover .gr {
  border-color: #0066FF;
}

.selected_filter {
  color: #ff9900 !important;
  background-color: rgba(255, 153, 0, 0.2) !important;
}

.orange_color {
  color: #ff9900;
}

/* 会议状态 */
.active_color_status {
  background: #f9f9f9;
  border-radius: 5px;
  width: max-content;
  padding: 0 20px 0 10px;
}

.active_color_status .waring_icon {
  background: #ff9900;
  color: #fff;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  display: inline-block;
  border-radius: 50%;
}

.active_color_status .item-content-dot {
  top: 6px;
}

/* 只看推荐 */
.look_recommend {
  line-height: 20px;
  margin-left: 50px;
}

.look_recommend .round {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e4e4e4;
  vertical-align: sub;
  margin-right: 2px;
}

.look_recommend .round_selected {
  position: relative;
}

.look_recommend .round_selected::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0066FF;
}
