.title {
    text-align: center;
    width: 1000px;
    height: 96px;
    background: #313339;
    position: relative;
    margin: 0 auto;
}

.title_detail {
    line-height: 96px;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
}

.sc-calendar {
    width: 500px;
    height:1083px;
    text-align: center;
    font-family: "Microsoft Yahei";
    color: #ffffff;
    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: 16px;
    background: #313339;
    font-weight: bold;
    min-height:1083px;
}

.sc-header {
    height: 35px;
    border-bottom: 0;
    background: #313339;
    /*padding-top: 10px;*/
}

.sc-body {
    height: 77%;
    clear: both;
    /*box-shadow: 2px 4px 5px #bdbdbd;*/
}

.sc-week {
    height: 12%;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

.sc-days {
    height: 88%;
}

.sc-item {
    height: 158px;
    float: left;
    font-weight: 600;
    color: #ffffff;
    width: 14.285%;
    padding-top: 15px;
    background: #313339;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #555555;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
}

.mark_today {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    float: right;
    position: absolute;
    right: 15px;
}

.item-nolunar {
    padding-top: 20px;
}

.sc-item:nth-child(7n+1) .day, .sc-item:nth-child(7n+7) .day {
color:#cccccc;
}
.sc-item:nth-child(7n+1) .lunar-day, .sc-item:nth-child(7n+7) .lunar-day{
    color: #cccccc !important;
}
.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;
    opacity: 0.2;
}

.sc-othermenth .day, .sc-othermenth .lunar-day {
    color: #C1C0C0 !important;
}

.sc-active-day, .sc-selected {
    border: 2px solid #ffffff;
}

.sc-today {
    background-color: #41444f;
    color: white;
    /*border: 1px solid orange;*/
}

.sc-item .day {
    font-size:1.9em;
    font-family: "DIN Alternate";
}

.sc-today .day {
    color: white !important;
}

.sc-item .lunar-day {
    color: #dddddd;
    height: 52px;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.sc-festival .lunar-day {
    /*color: #E00808;*/
    line-height: 22px;
    height: 52px;
}

/*.sc-item:last-child, .sc-item:nth-child(7n) {
  border-width: 0 1px 1px 1px;
}*/
.sc-week-item:nth-child(7n+1), .sc-week-item:nth-child(7n+7){
    color: #cccccc;
}
.sc-week-item {
    height: 100%;
    padding-top: 50px;
    float: left;
    width: 14.285%;
    background-color: #313339;
    /*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: rgba(224, 8, 8, 0.74)!important;*/
/*}*/
.sc-actions {
    float: left;
    width: 33%;
    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 {
    width: 70px;
    border-color: rgba(0, 0, 0, 0);
    padding: 0.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Microsoft Yahei";
    color: #ffffff;
    font-size: 18px;
    background: #313339;
    font-weight: bold;

}

.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:22px;
    font-size: 1.5em;
    line-height: 0.9em;
    height:13px;
}
.sc-yleft{
    background: url("../../images/date/left-arrow.png") no-repeat;
    margin-right: -13px;
}
.sc-yright{
    background: url("../../images/date/right-arrow.png") no-repeat;
    margin-left: -2px;
}
.sc-mleft {
    background: url("../../images/date/left-arrow-chevron.png") no-repeat;
    margin-right: -13px;
}
.sc-mleft:hover{
    cursor: pointer;
}
.sc-mright{
    background: url("../../images/date/right-arrow-chevron.png") no-repeat;
    margin-left: -2px;
}
.sc-mright:hover{
    cursor: pointer;
}
.sc-return-today {
    display: block;
    /* background-color: #F5F5F9; */
    border-radius: 2px;
    /* border: 1px solid #ccc; */
    width: 100px;
    font-size: 19px;
    padding: 0.3em;
    margin: auto;
}

.sc-return-today:hover {
    cursor: pointer;
}

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

.markDetail, .nomark {
    width: 100%;
    font-size: 16px;
    height: 25px;
    color: #ffffff;
    line-height: 25px;
    position: relative;
    bottom: -7px;
    margin-bottom: 0;
}

.markDetail {
    /*background: #0daddd;*/
    color: #ff5757;
}

.nomark {
    /*background: #9ddcff;*/
    color: #00a8ff;
}

/*@media only screen and (min-width: 768px) and (max-width: 959px) {*/
    /*.sc-calendar {*/
        /*height: 750px;*/
    /*}*/
/*}*/