.m-cal-container {

}

.m-cal-container > section {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  height: 30px;
  margin-bottom: 24px;
  padding: 0 0 0 40px;
  background: url(../image/calendar-todo-fill.png) left center no-repeat;
}

.m-cal-container > section > h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  margin-right: 24px;
}

.m-cal-container > section > strong {
  width: 130px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}


.m-cal-container > section > span.rightBtn {
  background: url(../image/next-nav.png) center center no-repeat;
}

.m-cal-container > section > span.leftBtn {
  background: url(../image/prev-nav.png) center center no-repeat;
}

.m-cal-container span.leftBtn,
.m-cal-container span.rightBtn {
  cursor: pointer;
  width: 16px;
  height: 26px;
  padding-left: 16px;
  display: inline;
}

.m-cal-container > .calendarMrt {
  display: flex;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed var(--color-grey-4);
}

.m-cal-container > .calendarMrt > section {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.m-cal-container > .calendarMrt > section > span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-grey-2);
}

.m-cal-container > .calendarMrt > .w98 {
  flex: 1;
  /* height: 240px; */
  overflow: hidden;
}

.m-cal-container > .calendarMrt > .w98 > section {
  display: flex;
}

.m-cal-container > .calendarMrt > .w98 > section > div {
  width: 14.28%;
  text-align: center;
}

.m-cal-container > .calendarMrt > .w98 > .addDay {
  display: flex;
  flex-wrap: wrap;
  height: 200px;
  overflow: hidden;
}

.m-cal-container > .calendarMrt > .w98 > .addDay > div {
  width: 14.28%;
  height: 32px;
  text-align: center;
  position: relative;
  font-size: 14px;
}

/* .m-cal-container .w98 > div,
.m-cal-container .addDay div {
  display: inline-block;
  width: 52px;
  height: 34px;
  text-align: Center;
  float: left;
  position: relative;
} */

.m-cal-container .addDay div.remind a {
  cursor: pointer;
  text-decoration: underline;
}

.m-cal-container .addDay div span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background: #f83543;
  position: absolute;
  right: 16px;
  top: 4px;
  display: none;
}

.m-cal-container .addDay div.remind span {
  display: inline-block;
}

.m-cal-container .addDay div a {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 0 auto;
}

.m-cal-container .addDay div.today a {
  background: var(--color-primary);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
}

.m-cal-container div.calendarMrt {
  position: relative;
}

.m-cal-container div.calendarMrt div.position_a {
  font-size: 80px;
  color: var(--color-danger);
}

/*  */

.m-cal-container > .recruitList-shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  display: none;
}

.m-cal-container > .recruitList-shadow > .calendar_title {
  position: absolute;
  width: 1000px;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: var(--color-sub-bg);
  border-radius: 3px;
  overflow-y: auto;
}

.m-cal-container > .recruitList-shadow > .calendar_title > .calendar_title_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-image: linear-gradient(180deg,#27466a 0%,#122b55 96%);
}

.m-cal-container > .recruitList-shadow > .calendar_title > .calendar_title_wrapper > section {
  display: flex;
  align-items: center;
}

.m-cal-container > .recruitList-shadow > .calendar_title > .calendar_title_wrapper > section > h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.m-cal-container > .recruitList-shadow > .calendar_title > .calendar_title_wrapper > section > span {
  color: #fabc55;
  font-size: 20px;
  font-weight: 700;
  margin: 0 8px;
}

.m-cal-container > .recruitList-shadow > .calendar_title > .calendar_title_wrapper > section > label {
  font-size: 14px;
  color: #fff;
  margin: 0 8px 0 0;
}

.m-cal-container > .recruitList-shadow > .calendar_title > .calendar_title_wrapper > section > select {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  outline: none;
  border: 1px solid #fff;
  border-radius: 3px;
}

.m-cal-container > .recruitList-shadow > .calendar_title > .calendar_title_wrapper > img {
  cursor: pointer;
}

.m-cal-container div.recruitList-shadow dl img {
  position: absolute;
  right: 20px;
  top: 24px;
  width: 15px;
  cursor: pointer;
  z-index: 99999;
}

.m-cal-container div.recruitList-shadow dl dd {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #007aff;
  margin-bottom: 0;
  line-height: 40px;
  font-size: 16px;
  padding: 0 30px;
  top: 0;
  left: 0;
}

.m-cal-container div.recruitList-shadow dl dt {
  line-height: 30px;
}

.m-cal-container div.recruitList-shadow dl > div {
  position: absolute;
  top: 60px;
  left: 10px;
  right: 10px;
  bottom: 20px;
  padding: 0 10px;
  overflow: auto;
}

.m-cal-container div.recruitList-shadow dl > div dt {
  line-height: 45px;
  border-bottom: 1px dotted #aeafb1;
  background: url(../image/li-bg2.png) left center no-repeat;
  height: 45px;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;
}

.m-cal-container div.recruitList-shadow dl > div dt a {
  text-indent: 30px;
  display: inline-block;
  width: 675px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.m-cal-container div.recruitList-shadow dl > div dt.typeL a {
  width: 770px;
}

.m-cal-container div.recruitList-shadow dl > div dt span {
  color: #5d5c5c;
  width: 260px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#calendar_eventList {
  padding: 0 16px;
}

#calendar_eventList > dt {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed var(--color-grey-4);
}


#calendar_eventList > dt > a {
  flex: 1;
  font-size: 14px;
  color: var(--color-primary);
  text-decoration: none;
}

#calendar_eventList > dt > a:hover {
  text-decoration: underline;
}

#calendar_eventList > dt > span {
  width:35%;
  font-size: 12px;
  color: var(--color-grey-2);
}