.sc-calendar {
    width: 500px;
    height: 500px;
    text-align: center;
    font-family: "Microsoft Yahei";
    color: #4A4A4A;
    box-shadow: 2px 4px 5px #EEE;
    border-width: 0;
    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;
}

.calendar-close {
    position: absolute;
    left: 95%;
    top: -2%;
    right: 0;
    transform: translate(0%, 0);
    text-align: center;
    width: 29px;
    height: 29px;
    line-height: 29px;
    margin: 0;
    padding: 0;
    background: #000;
    color: #FFF;
    border-radius: 29px;
}

@media all and (min-width: 767px) {
    .calendar-close {
        display: none;
    }
}

.sc-header {
    height: 40px;
    border: 1px solid #F1EBE4;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.sc-body {
    height: 92%;
    clear: both;
    box-shadow: 2px 4px 5px #EEE;
    border-right: 1px solid #F1EBE4;
}

.sc-week {
    height: 12%;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
}

.sc-days {
    height: 88%;
}

.sc-item {
    height: 20%;
    float: left;
    font-weight: 600;
    color: #333;
    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: 20px;
}

.sc-vocation {
    background-color: #FFEBEC;
}

.sc-mark .lunar-day {
    background: rgb(255, 0, 0);
    color: #FFF;
    position: relative;
    top: 8px;
    height: 16px;
    line-height: 16px;
}

.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: #AAA !important;
}

.sc-othermenth .day {
    color: #AAA !important;
}

.sc-active-day,
.sc-selected {
    /*border: 1px solid orange;*/
    background-color: #f4f4f4;
}

.sc-item .day {
    font-size: 1.2em;
}

.sc-item .lunar-day {
    font-size: 10px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc-festival .lunar-day {
    color: #E00808;
}

.sc-week-item {
    height: 100%;
    padding-top: 2%;
    float: left;
    width: 14.285%;
    border-width: 1px 0 1px 1px;
    border-color: #F1EBE4;
    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 0 1px 1px;
}

.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 0.4em;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    font-family: "Microsoft Yahei";
    color: #606060;
    font-size: 13px;
    border:1px solid #CCC;
    border-radius: 3px;
}

.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;*/
/*    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;
    width: 60px;
    font-size: 0.8em;
    padding: 0.3em;
    margin: auto;
}

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

.sc-month-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc-month-btn {
    font-size: 12px;
    background: rgb(61, 155, 253);
    border-radius: 3px;
    color: #FFF;
    padding: 0px 5px;
    height: 26px;
    line-height: 26px;
}