.sc-calendar {
  padding-bottom: 20px;
  text-align: center;
  color: #272728;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}

.sc-header {
  margin-bottom: 50px;
  height: 40px;
  border-bottom: 0;
}
.sc-body {
  clear: both;
}
.sc-days {
  height: 88%;
}
.sc-item {
  height: 20%;
  float: left;
  color: #272728;
  width: 14.285%;
  box-sizing: border-box;
}
.item-nolunar {
  padding-top: 20px;
}
/*.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: white;
  background-color: #E00808;
  margin-top: -10px;
}

.sc-item>.day {
  width: 45px;
  height: 45px;
  border: 2px solid transparent;
  border-radius: 50%;
  color: #BEC0C4;
  font-size: 24px;
  text-align: center;
  line-height: 45px;
  margin: 0 auto;
}
.sc-item.canappoint>.day{
    color: #272728;
  cursor: pointer;
}
.sc-item.history>.day{
    display: 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%;
  float: left;
  width: 14.285%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #272728;
}
.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 {
  float: left;
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
}
.sc-actions:last-child {
  float: right;
}
.sc-actions-big{
  width: 50%;
}
.sc-header select {
  /*padding: 0 18px;*/
  border-color:transparent;
    background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #272728;
  font-size: 18px ;
  line-height: 26px;
}
.sc-select-month{
  direction: rtl;
}
.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.sc-mleft,.sc-actions div.sc-mright {
  /*display: inline-block;*/
  /*!*border: 1px solid #ccc;*!*/
  /*vertical-align: bottom;*/
  /*width: 20px;*/
  /*padding-bottom: 4px;*/
  font-size: 1.5em;
  /*line-height: 0.9em;*/
  line-height: 30px;
  /*margin: 0 10px;*/
  width: 23px;
  cursor: pointer;
}
.sc-actions:nth-child(2){
  margin-left: 80px;
}
.sc-actions .selectconent{
  border: 1px solid #DCDCDC;
  padding: 0 18px;
}
.yuyue-date{
  display: block;
  font-size: 18px;
  color: #272728;
  line-height: 29px;
}
.sc-return-today {
  display: block;
  border-radius: 2px;
   border: 1px solid #DCDCDC;
  width: 83px;
  margin: auto;
  text-align: center;
  color: rgba(39, 39, 40, 0.6);
  line-height: 27px;
  font-size: 16px;
  cursor: pointer;
}

.sc-time {
  display: block;
  margin-top: 3px;
  font-size: 0.8em;
}
/*.sc-header select option{*/
  /*display: none;*/
/*}*/