.sc-calendar {
  width: min(max(400px, 33.06878vw), 500px);
  height: min(max(400px, 33.06878vw), 500px);
  text-align: center;
  color: #4a4a4a;
  float: left;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  font-size: min(max(12.8px, 1.0582vw), 16px)
}

.sc-header {
  height: 10%;
  border-bottom: 0
}

.sc-body {
  height: 90%;
  clear: both
}

.sc-week {
  height: 9%;
  font-weight: 400;
  font-size: min(max(16px, 1.32275vw), 20px);
  color: #4a4a4a
}

.sc-days {
  height: 91%;
  border-width: 0 min(max(0.8px, 0.06614vw), 1px) min(max(0.8px, 0.06614vw), 1px) 0;
  border-color: #e9e9e9;
  border-style: solid
}

.sc-item {
  height: 20%;
  float: left;
  font-weight: 400;
  color: #565555;
  width: 14.285%;
  padding-top: min(max(8px, 0.66138vw), 10px);
  background-color: #fff;
  border-width: min(max(0.8px, 0.06614vw), 1px) 0 0 min(max(0.8px, 0.06614vw), 1px);
  border-color: #e9e9e9;
  border-style: solid;
  box-sizing: border-box
}

.item-nolunar {
  padding-left: min(max(4px, 0.33069vw), 5px);
  padding-top: min(max(4px, 0.33069vw), 5px)
}

.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-vocation:before {
  content: '休';
  display: block;
  position: absolute;
  font-size: .7em;
  width: 1.2em;
  font-weight: 100;
  color: #fff;
  background-color: #e00808;
  margin-top: min(max(-8px, -0.66138vw), -10px)
}

.sc-othermenth {
  color: #c1c0c0 !important
}

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

.sc-active-day,
.sc-selected {
  border: min(max(0.8px, 0.06614vw), 1px) solid orange
}

.sc-today {
  color: #fff
}

.sc-item .day {
  width: min(max(28.8px, 2.38095vw), 36px);
  height: min(max(28.8px, 2.38095vw), 36px);
  line-height: min(max(28.8px, 2.38095vw), 36px);
  border-radius: 50%;
  font-size: 1.5em
}

.sc-today .day {
  color: #fff !important
}

.sc-item .lunar-day {
  font-size: min(max(8px, 0.66138vw), 10px);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.sc-festival .lunar-day {
  color: #e00808
}

.sc-week-item {
  height: 100%;
  padding-top: 1.5%;
  float: left;
  width: 14.285%;
  background-color: #fbec9c;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis
}

.sc-item-small {
  font-size: min(max(8px, 0.66138vw), 10px) !important
}

.sc-week-item:last-child {
  border-width: min(max(0.8px, 0.06614vw), 1px)
}

.sc-week-item:nth-child(7n+1),
.sc-week-item:nth-child(7n) {
  color: #999 !important
}

.sc-actions {
  width: 100%;
  padding: min(max(8px, 0.66138vw), 10px);
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center
}

.sc-actions-big {
  width: 50%
}

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

.sc-header select {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  font-size: min(max(25.6px, 2.1164vw), 32px)
}

.sc-header input {
  border-color: transparent;
  padding: .2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #606060
}

.sc-actions div {
  display: inline-block;
  vertical-align: middle;
  width: min(max(16px, 1.32275vw), 20px);
  font-size: 1.5em;
  line-height: .9em;
  cursor: pointer
}

.sc-return-today {
  display: block;
  background-color: #f5f5f9;
  border-radius: min(max(1.6px, 0.13228vw), 2px);
  width: min(max(48px, 3.96825vw), 60px);
  font-size: .8em;
  padding: .3em;
  margin: auto
}

.sc-time {
  display: block;
  margin-top: min(max(2.4000000000000004px, 0.19841vw), 3px);
  font-size: .8em
}