.sc-calendar {
    width: 500px;
    height: 500px;
    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;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
    -webkit-text-size-adjust: none;
    font-size: 12px;
}

.sc-header {
    height: 40px;
    border-bottom: 0;
    background-color: white;
}

.sc-body {
    background-color: white;
    height: 89%;
    clear: both;
    box-shadow: 2px 4px 5px #bdbdbd;
}

.sc-week {
    height: 30px;
    font-weight: 400;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 微软雅黑;
    color: #4A4A4A;
    border-bottom: 1px solid #f2f2f2;
}

.sc-days {
    height: 90%;
    margin-top: 10px;
}

.sc-item {
    height: 19%;
    float: left;
    font-weight: 600;
    color: #565555;
    width: 14.285%;
    padding-top: 10px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.item-nolunar {
    /*padding-top: 10px;*/
}

.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: #bb9d7b80;
}

.sc-unavailableMark {
    background-color: #f2f2f2;
}

.sc-unavailableMark .day {
    text-decoration: line-through;
    color: rgb(43, 100, 164);
}

.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 {
    /*border: 1px solid #bb9d7b;*/
}

.sc-selected {

}

.sc-today {
    background-color: #bb9d7b80;
    color: white;

}

.sc-item .day {
    font-size: 1.5em;
}

.sc-today .day {
    color: white !important;
}

.sc-today .lunar-day {
    color: white !important;
}

.sc-item .lunar-day {
    font-size: 12px;
    font-weight: 400;
    font-family: 微软雅黑;
    /*overflow: hidden;*/
    height: auto;
    padding: 0 5px;
    width: 100%;
    text-overflow: ellipsis;
    color: #999999;
}

.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: white;
    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 {
    text-align: center;
    width: 25%;
    padding: 5px;
    height: 40px;
    box-sizing: border-box;
}

/*.sc-actions:last-child {*/
/*float: right;*/
/*}*/
.sc-actions-big {
    width: 100%;
}

@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;
}

.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;
    width: 100%;
    padding-bottom: 5px;
    font-size: 22px;
}

.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;
}

/* 自己添加 */
.sc-mleft {
    /*margin-top: 194px;*/
    position: relative;
    top: 50%;
    margin-top: -25px;
}

.sc-mleft span {
    color: rgb(191, 191, 191);
    font-size: 50px;
}

.sc-mright {
    /*margin-top: 194px;*/
    position: relative;
    top: 50%;
    margin-top: -25px;
}

.sc-mright span {
    color: rgb(191, 191, 191);
    font-size: 50px;
}
