.sc-calendar {
  min-width: 200px;
  min-height: 200px;
  text-align: center;
  font-family: microsoft yahei;
  color: #4a4a4a;
  box-shadow: 2px 4px 5px #bdbdbd;
  border-width: 1px;
  border-color: #e6e4e0;
  border-style: solid;
  float: left;
  margin-right: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  overflow: auto;
  position: relative;
}
.sc-header {
  position: relative;	
  height: 35px;
  border-bottom: 0;
  display:flex;
  justify-content: space-between;
}
.sc-body {
  position: absolute;
  top: 35px;
  height: calc(100% - 35px);
  clear: both;
  box-shadow: 2px 4px 5px #bdbdbd;
}
.sc-week {
  height: 12%;
  font-weight: 400;
  font-size: 12px;
  color: #4a4a4a;
}
.sc-days {
  height: 88%;
}
.sc-item {
  height: 16.66666666666666%;
  float: left;
  font-weight: 400;
  color: #565555;
  width: 14.285%;
  padding-top: 0;
  background-color: #fff;
  border-width: 0 0 1px 1px;
  border-color: #f1ebe4;
  border-style: solid;
  box-sizing: border-box;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item-nolunar {
  padding-top: 0;
}
.sc-item:nth-child(7n) .day,
.sc-item:nth-child(7n + 6) .day {
  /* color: rgba(224, 8, 8, 0.74); */
}
.sc-vocation {
  background-color: #ffebec;
}
.sc-mark {
  background-color: #e5fbfa;
}
.sc-vocation:before {
  content: "休";
  display: block;
  position: absolute;
  font-size: 0.7em;
  width: 1.2em;
  font-weight: 100;
  color: #fff;
  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 {
  border: 1px solid rgb(97, 146, 227);
  background-color: rgb(97, 146, 227);
  color: #fff;
}
.sc-today {
  background-color: rgb(97, 146, 227);
  color: #fff;
  border: 1px solid rgb(97, 146, 227);
}
.sc-item .day {
  font-size: 12px;
}
.sc-today .day {
  color: #fff !important;
}
.sc-item .lunar-day {
  font-size: 10px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-festival .lunar-day {
  color: #e00808;
}
.sc-week-item {
  height: 100%;
  padding-top: 0;
  float: left;
  width: 14.285%;
  background-color: #f8f8f8;
  border-width: 1px 0 1px 1px;
  border-color: #ddd;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.sc-item-small {
  font-size: 10px !important;
}
.sc-week-item:last-child {
  border-width: 1px;
}
.sc-week-item:nth-child(7n),
.sc-week-item:nth-child(7n + 6) {
  /* color: rgba(224, 8, 8, 0.74) !important; */
}
.sc-actions {
  float: left;
  padding: 1px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
    justify-content: center;
    align-items: center;
}
.sc-actions:last-child {
  float: right;
}
.sc-actions-big {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .sc-actions {
    width: 50%;
  }
}
.sc-header select {
  border-color: transparent;
  padding: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: microsoft yahei;
  color: #606060;
  font-size: 13px;
}
.sc-header input {
  border-color: transparent;
  padding: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: microsoft yahei;
  color: #606060;
}
.sc-actions div {
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  padding-bottom: 5px;
  font-size: 1.5em;
  line-height: 0.9em;
}
.sc-return-today {
  display: block;
  background-color: #f5f5f9;
  border-radius: 2px;
  min-width: 40px;
  font-size: 0.8em;
  padding: 0.3em;
  margin: auto;
}
.sc-time {
  display: block;
  margin-top: 3px;
  font-size: 0.8em;
}
