.sc-calendar {
  /* width: 500px; */
  height: 462px;
  text-align: center;
  font-family: "Microsoft Yahei";
  color: #4A4A4A;
  /* box-shadow: 2px 4px 5px #bdbdbd; */
  /* border-width: 1px 0 0 1px; */
  /* border-color: #E6E4E0; */
  /* border-style: solid; */
  float: left;
  margin-right: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  margin-top: 218px;
}

.sc-header {
  height: 35px;
  border-bottom: 0;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
.sc-body {
  height: 93%;
  clear: both;
  /*box-shadow: 2px 4px 5px #bdbdbd;*/
}
.sc-week {
  height: 12%;
  font-weight: 400;
  font-size: 16px;
  color: #4A4A4A;
}
.sc-days {
  height: 88%;
}
.sc-item {
  height: 56px;
  float: left;
  font-weight: 600;
  color: #565555;
  width: 14.285%;
  /* padding-top: 10px; */
  background-color: #d65252;
  border-width: 2px;
  border-color: #cd3333;
  border-style: solid;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 14px;
  line-height: 56px;
  color: #fff;
}
.item-nolunar {
  padding-top: 20px;
}
.sc-item:nth-child(7n) .day, .sc-item:nth-child(7n+6) .day {
  color: #fff;
}
.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: white;
  background-color: #E00808;
  margin-top: -10px;
}
.sc-othermenth {
  color: #C1C0C0 !important;
}
.sc-othermenth .day, .sc-othermenth .lunar-day {
  color: #d65252 !important;
}
.sc-active-day, .sc-selected {
  background-color: orange;
}
.sc-today {
  background-color: orange;
  color: white;
  /*border: 1px solid orange;*/
}
/*.sc-active-day, .sc-selected:after {*/
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0;*/
  /*z-index: 2;*/
  /*width: 14px;*/
  /*height: 14px;*/
  /*background: url(http://cpc.people.com.cn/img/MAIN/2014/11/114969/images/i-active.png) center no-repeat;*/
  /*content: "";*/
/*}*/
.sc-item .day {
  /*font-size: 1.5em;*/
}
.sc-othermenth{
  pointer-events: none;
}

.sc-today .day {
  color: white !important;
}
.sc-item .lunar-day {
  font-size: 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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: 2%; */
  float: left;
  width: 14.285%;
  background-color: #f0e5e0;
  border-width: 1px;
  border-color: #cd3333;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #cd3333;
  line-height: 51px;
  font-weight: bold;
}
.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+6) {
  color: rgba(224, 8, 8, 0.74)!important;
}
.sc-actions {

  padding: 5px;
  height: 100%;
  box-sizing: border-box;
}
.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: rgba(0, 0, 0, 0);
  /*padding: 0.2em;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Microsoft Yahei";
  font-size: 15px ;
  text-align: center;
  width: 70px;
  padding: 2px 0;
  color: #fff;
  background: #d65252;
}
.sc-header input {
  border-color: rgba(0, 0, 0, 0);
  padding: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Microsoft Yahei";
  color: #606060;
}
.sc-actions div {
  display: inline-block;
  /*border: 1px solid #ccc;*/
  vertical-align: bottom;

  padding-bottom: 5px;
  font-size:35px;
  line-height: 19px;
  color: #fff;
}
.sc-return-today {
  display: block;
  background-color: #d65252;
  border-radius: 2px;
  /* border: 1px solid #ccc; */
  width: 60px;
  font-size: 0.8em;
  padding: 0.3em;
  margin: auto;
  color: #fff;
}

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