.sc-calendar {
  width:100%;
  height: 560px;
  text-align: center;
}

.sc-header {
  height: 60px;
}
.sc-body {
  height: 500px;
  clear: both;
}
.sc-week {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
}
.sc-days {
  height: 440px;
}
.sc-item {
  height: 20%;
  float: left;
  font-weight: 600;
  color: #565555;
  width: 14.285%;
  padding-top: 10px;
  background-color: #ffffff;
  border-width: 0 0 1px 1px;
  border-color: #F1EBE4;
  border-style: solid;
  box-sizing: border-box;
  cursor: pointer;
}
.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-othermenth {
  color: #C1C0C0 !important;
}
.sc-othermenth .day, .sc-othermenth .lunar-day {
  color: #C1C0C0 !important;
}
.sc-active-day, .sc-selected {
  border: 1px solid orange;
}
.sc-today {
  background-color: orange;
  color: white;
  border: 1px solid orange;
}
.sc-item .day {
  font-size: 1.5em;
}
.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%;
  background-color: #FBEC9C;
  border-width: 1px 0 1px 1px;
  border-color: #ECE3B1;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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: rgb(212, 58, 50)!important;
}
.sc-actions {
  float: left;
  width: 25%;
  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;
  color: #606060;
  font-size: 13px ;
  outline: none;
}
.sc-header input {
  border-color: rgba(0, 0, 0, 0);
  padding: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #606060;
}
.sc-actions div {
  display: inline-block;
  /*border: 1px solid #ccc;*/
  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;
  /* 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;
}



/*修改*/
.biaoji{position: absolute;bottom: 10px;}
.biaoji img{display: block;width: 25px}
.biaoji0{right: 10px}
.biaoji1{right: 25px}
.biaoji2{right: 40px}

.sc-actions{padding: 0;text-align: left;width: 17%}
.sc-actions:last-child,.sc-actions:nth-child(3){display: none}
.sc-actions div{line-height: 60px;padding: 0;cursor:pointer;font-size: 30px}
.sc-yright,.sc-mright{text-align: right}
.sc-header select{font-size: 18px;color: #333;text-align: center;padding: 0;line-height: 60px;height: 60px}
.sc-week-item{background: none;border-color: transparent}
.sc-item{height: 19%;margin-bottom: 1%;background: #f3f6f8;border: 1px solid transparent;margin-right: 1%;width: 13.285%;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;position: relative}
.item-nolunar{padding-top: 0}
.sc-item:nth-child(7n){margin-right: 0}
.sc-item:nth-child(7n) .day, .sc-item:nth-child(7n+6) .day{color: #333333}
.sc-item .day{font-size: 16px;color: #333;position: absolute;top: 10px;left: 10px;text-align: left}


.sc-today {
  background: #e5ecfb;
  color: #333;
  border: 1px solid transparent;
}
.sc-today .day{  color: #333 !important;}
.sc-active-day, .sc-selected {border: 1px solid #0147d8;  }
.sc-othermenth .day, .sc-othermenth .lunar-day {
  color: rgba(51,51,51,.5) !important;
}
.sc-othermenth{opacity: .5}
.thisriqi{display: none}


@media only screen and (max-width:1280px){
  .sc-actions{width: 23%}
}
@media only screen and (max-width:1024px){
  .sc-actions{width: 25%}
  .sc-header select{font-size: 16px}
  .biaoji img{width: 15px}
  .biaoji0{right: 5px}
  .biaoji1{right: 15px}
  .biaoji2{right: 25px}
}
@media only screen and (max-width:768px){
  .sc-actions{width: 25%}
  .sc-actions div{width: 15px}
}
@media only screen and (max-width:750px){
  .sc-calendar{height: 320px}
  .sc-header{height: 40px}
  .sc-actions{width: 50%;text-align: center}
  .sc-yleft,.sc-mleft{text-align: left}
  .sc-actions div{width: 30px;line-height: 40px;}
  .sc-header select,.sc-week{height: 40px;line-height: 40px}
  .sc-body{height: 260px}
  .sc-days{height: 240px;}
  .sc-week{font-size: 14px}
  .sc-item .day{font-size: 12px; top: 3px;left: 5px;}
  .biaoji{bottom: 3px}
}

@media only screen and (max-width:320px){
  .biaoji0{right: 3px}
  .biaoji1{right: 10px}
  .biaoji2{right: 17px}
}

