.sc-calendar {
  width: 500px;
  height: 500px;
  text-align: center;
  font-family: "PingFang SC Regular";
  color: #4A4A4A;
  /* box-shadow: 2px 4px 5px #bdbdbd; */
  border-width: 1px 0 0 1px;
  border-color: #E6E4E0;
  float: left;
  margin-right: 20px;
  -moz-user-select: none;
  /*鑴欒尃鑴楁悅鑴欓垾姣伄浼卞啠鈧鍋個鍏ゆ崡鍋灐鍏熲挌鈶┾偓姣優鍋鍐ｂ偓姣伄锟�*/
  -webkit-user-select: none;
  /*webkit鑴欒尃鑴楀▌鑴欓垾姣伄寰楀啠鈧鍋緷鍏ゆ崡鍋煁鍐ｂ偓姣伄顬″啠鈧鈶╁亾鑱借剻鑼犺剹妤艰剻鍨勮姃閳ь儬涔呭伄鈷氬啠鈧鍋拷*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
  -webkit-text-size-adjust: none;
  font-size: 12px;
}

.sc-header {
  height: 30px;
  border-bottom: 0;
}

.sc-body {
  height: 93%;
  height: calc(100% - 25px);
  clear: both;

}

.sc-week {
  height: 16px;
  font-weight: 600;
  font-size: 16px;
  color: #4A4A4A;
  margin-top: 8px;
}

.sc-days {
  height: 91%;
  /* margin-right: -8px; */
  margin-top: 2px;
}

.sc-item {
  position: relative;

  float: left;

  color: #565555;
  width: 14.6%;
  /* padding-top: 10px; */
  background-color: #ffffff;
  border-width: 1px;
  border-color: #F1EBE4;
  border-style: solid;
  box-sizing: border-box;
  margin-top: -1px;
  margin-left: -1px;
  text-decoration: none;
}

/* .item-nolunar {
    padding-top: 20px;
  } */
/* .sc-item:nth-child(7n) .day, .sc-item:nth-child(7n+1) .day {
    color: rgba(224, 8, 8, 0.74);
  } */
.sc-vocation {
  background-color: #FFEBEC;
}

.sc-mark {
  background-color: #F0F0f0;
  color: #FFFFFF;
}

.sc-vocation:before {
  content: '鑴欒尃鑴楅檱鑴欓垾姣伄娴庡厽鈷氣懇鈧顑炲瑖锟�';
  display: block;
  position: absolute;
  font-size: 0.7em;
  width: 1.2em;
  font-weight: 100;
  color: white;
  background-color: #E00808;
  margin-top: -10px;
}

.sc-othermenth {
  color: #C1C0C0 !important;
}

.sc-othermenth .day,
.sc-othermenth .lunar-day {
  color: #C1C0C0 !important;
}

.sc-active-day,
.sc-selected {

  z-index: 1;
}

.sc-today {
  color: #000;
  background: url('http://bbs.eeworld.com.cn/huodong/activity2018/img/data-bg.png?') no-repeat;
  background-size: cover;

  background-position: 0px -5px;
}

.sc-item .day {
  font-size: .9em;
}

/* .sc-today .day {
    color: white !important;
  } */
.sc-item .lunar-day {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sc-festival .lunar-day {
  color: #E00808;
}

/*.sc-item:last-child, .sc-item:nth-child(7n) {
    border-width: 0 1px 1px 1px;
  }*/

.sc-week-item {
  height: 100%;
  /* padding-top: 8px; */
  float: left;
  width: 14.6%;
  background-color: #fff;
  border-bottom: 1px solid #CC0000;
  margin-left: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #D93F3F;
}

.sc-item-small {
  font-size: 10px !important;
}

.sc-week-item:last-child {
  border-width: 1px 1px 1px 1px;
}

.sc-week-item:nth-child(7n),
.sc-week-item:nth-child(7n+1) {
  color: rgba(224, 8, 8, 0.74) !important;
}

.sc-actions {
  float: left;

  padding: 5px 0;
  height: 100%;
  box-sizing: border-box;
}

.sc-actions:last-child {
  float: right;
}

.sc-actions-big {
  width: 25%;
}

@media screen and (max-width : 500px) {
  .sc-actions {
    width: 50%;
  }
}

.sc-header select {
  border-color: rgba(0, 0, 0, 0);
  padding: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "PingFang SC Regular";
  color: #606060;
  font-size: 14px;
  font-weight: 600;
}

.sc-header input {
  border-color: rgba(0, 0, 0, 0);
  padding: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "PingFang SC Regular";
  color: #606060;
}

.sc-actions div {
  display: inline-block;
  background-color: #EEEEEE;
  vertical-align: bottom;
  width: 25px;
  font-size: 1.5em;
  border-radius: 3px;
  margin-left: 7px;
}

.sc-return-today {
  display: block;
  background-color: #F5F5F9;
  border-radius: 2px;
  /* border: 1px solid #ccc; */
  width: 60px;
  font-size: 0.8em;
  padding: 0.3em;
  margin: auto;
}

.sc-time {
  display: block;
  margin-top: 3px;
  font-size: 0.8em;
}

/* .sc-item.item-nolunar.sc-selected .day {
  font-size: 13px;
  position: absolute;
  top: 10px;
  left: 5px;
} */

.sc-active-day,
.sc-selected {
  background-color: #CC0000;
  color: #fff;
}

.sc-today.sc-active-day {
  background-color: #CC0000;
  color: #000;
}

.sc-today.sc-active-day:hover {
  color: #fff;
  background: #CC0000;
}

.sc-item.item-nolunar.sc-selected {
  line-height: 25px;
}

.sc-item.item-nolunar {
  line-height: 25px;
}

/* .sc-item.item-nolunar.sc-mark.futer.sc-selected {
  background: url('../img/time-line.png?') no-repeat;

}

.sc-item.item-nolunar.sc-selected {
  width: 96px;
  height: 97px;
}
*/

.sc-item.item-nolunar.sc-selected.agog.sc-mark.futer {
  background: #898787;

} 
.sc-item.item-nolunar.sc-selected .lunar-day {
  color: #fff;
  width: 78px;
  /* height: 53px; */
  padding-left: 14px;
  padding-top: 26px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

/* .sc-item.item-nolunar.sc-selected #time-numb-start {
  display: block;
} */

/* .sc-item.item-nolunar.sc-selected #time-numb-end {
  display: block;
} */

/* .sc-item.item-nolunar.sc-selected .lunar-day {
  display: block;
} */

.lunar-day {
  display: none;
}

#time-numb-start {
  position: absolute;
  font-size: 12px;
  top: 30px;
  left: 14px;
  display: none;
}

#time-numb-end {
  position: absolute;
  font-size: 12px;
  top: 87px;
  left: 13px;
  display: none;
}

.sc-return-today {
  display: none;
}

.sc-time {
  display: none;
}




/* 閺嶅嘲绱℃穱顔芥暭 */
#courseDetailsPopup {
  position: absolute;
  z-index: 100;
}

#courseDetailsPopup .CDPopup_con {
  position: relative;
  background: #fff;
  width: 260px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  border: 1px solid #e60012;
  padding: 5px;
  color: #666;
  line-height: 20px;
}

#courseDetailsPopup .CDPopup_con .popArrow {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: -14px;
  width: 13px;
  height: 15px;
  z-index: 101;
  background: url('../img/popArrow.png') no-repeat center;
  transform: rotate(-90deg);
}

#courseDetailsPopup .CDPopup_con .tst p {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
#courseDetailsPopup .CDPopup_con .tst p strong:first-child{
  margin-right: 15px;
}

#courseDetailsPopup .CDPopup_con .CDPopup_tit {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  line-height: 28px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#courseDetailsPopup .CDPopup_con .CDPopup_time {
  padding: 0;
  font-size: 12px;
  color: #999;
  margin: 5px 0;
}

#courseDetailsPopup .CDPopup_con .CDPopup_time .data {
  margin-right: 10px;
}

#courseDetailsPopup .CDPopup_con .CDPopup_job {
  font-size: 14px;
  color: #666;
  padding: 0;
  margin: 0;
  line-height: 25px;
}

#courseDetailsPopup .CDPopup_con .CDPopup_signUp {
  overflow: hidden;
  padding-top: 15px;
}

#courseDetailsPopup .CDPopup_con .CDPopup_signUp a {
  width: 100px;
  height: 26px;
  background: #e60012;
  border-radius: 13px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
}

#courseDetailsPopup .CDPopup_con .CDPopup_signUp p i {
  margin-right: 5px;
}
