.sc-calendar {
  width: 355px;
  height: 375px;
  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;
  -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 {
  height: 35px;
  border-bottom: 0;
}
.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%;
  position: relative;
}
.markmeetdesc{
  position: absolute;
  display: none;
  text-align: left;
  background-color: #31a0d8;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  box-sizing: border-box;
  left: 15px;
  right: 15px;
  border-radius: 10px;
}
.sc-mark:hover .markmeetdesc{
  display: block;
}
.sc-mark:hover .day:before{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #0070ff;
  margin-top: 30px;
  margin-left: -2px;
  background: url(jiantou.png) center center no-repeat;
  background-size: 100% 100%;
}
.sc-item {
  height: 20%;
  float: left;
  font-weight: normal;
  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;
}
.item-nolunar {
  padding-top: 15px;
}
.item-nolunar:hover{
  cursor: pointer;
}
/*.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 .day{
  background-color: #31a0d8;
  color: #fff;
  border-radius: 50%;
}
.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: 0px solid #0070ff;
}
/*.sc-today {
  background-color: #0070ff;
  color: white;
  border: 1px solid #0070ff;
}*/
.sc-item .day {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  border-radius: 50%;
}
.sc-today .day {
  /*color: white !important;
  background-color: #0070ff;
  border: 1px solid #0070ff;*/
}
.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: #fff;
  /*border-width: 1px 0 1px 1px;
  border-color: #fff;
  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: rgba(224, 8, 8, 0.74)!important;
}*/
.sc-actions {
  float: left;
  width: 32%;
  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";
  color: #606060;
  font-size: 13px ;
  background: none;
}
.sc-header select:focus{
  outline: none;
}
.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;
  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;
}