* {
    margin: 0;
    padding: 0;
}

ol, ul {
    margin: 0;

}

.sc-ul {
    width: 100%;
    padding: 0;
}

.sc-ul .month {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    height: 60px;
    list-style: none;
}

.sc-ul .month li {
    text-align: center;
    -webkit-box-flex: 0;
    flex: 0 0 8.33%;
    margin-bottom: 0;
    line-height: 60px;
    cursor: pointer;
}

.sc-ul .month li:hover {
    color: #f17f9a;
    border-radius: 5px 5px 0 0;
    border: #cccccc 1px solid;
    border-bottom: none;
    background-color: #f2f2f2;
}

.sc-ul .month li.active {
    color: #f17f9a;
    border-radius: 5px 5px 0 0;
    border: silver 1px solid;
    border-bottom: none;
    background-color: #f2f2f2;
}

.sc-ul .week {
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    height: 30px;
    line-height: 30px;
    background-color: #f2f2f2;
}

.sc-ul .week li {
    text-align: center;
    -webkit-box-flex: 0;
    flex: 0 0 14.2%;
    font-size: 16px;
    color: #cccccc;
}

.sc-ul .date {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.sc-ul .date li {
    padding: 0;
    cursor: pointer;
    border: #f2f2f2 1px solid;
    margin: -0.5px;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 14.3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    color: #e4e4e4;
    font-size: 36px;
    text-align: left;
    position: relative;
}

.sc-ul .date li .day {
    margin-bottom: 6px;
}

.sc-ul .date li .day-isGood {
    margin-top: 10%;
    margin-right: 8%;
    float: right;
    color: #999999;
    font-size: 12px;
}

.sc-ul .date li .good-color {
    color: #f17f9a;
}

.sc-ul .date li .day-num {
    margin-left: 5px;
}


.sc-ul .date li .morethan4 {
    background-color: #ec808d;
    position: absolute;
    width: 60%;
    height: 4px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.sc-ul .date li .scdays {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.sc-ul .date li .scdays span {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #ec808d;
}

.sc-ul .date li .scdays span:last-child {
    margin-right: 0;
}

.sc-ul .date li .day-lunar {
    color: #999999;
    margin-top: 10%;
    margin-right: 10px;
    float: right;
    font-size: 12px;
}

.sc-ul .date li.bg-color-today {
    background-color: #FFF0F0;
}

.sc-ul .date li.bg-color-weekend div {
    color: #EE6284;
}


.sc-ul .date li.bg-color-inday {
    border-bottom: #EE6284 4px solid;
}

.sc-ul .date li:hover {
    background-color: #E9E9E9;
}

.sc-ul .date li .text-color {
    color: #999999;
}


.sc-create:hover {
    color: #ffffff;
    background-color: #ec808d;
}

.period-label, .type-label {
    font-size: 12px;
    padding: 0;
}

.period-label input[type="checkbox"]:checked + label, .type-label input[type="radio"]:checked + label {
    border: 1px #ec808d solid;
    color: #ec808d;
}

.period-label input[type="checkbox"] {
    visibility: hidden;
}


.type-label input[type="radio"] {
    visibility: hidden;
}

.type-label label, .period-label label {
    height: 30px;
    width: 60px;
    border-radius: 15px;
    border: 1px #e3e3e3 solid;
    text-align: center;
    line-height: 30px;
}


.sc-me {
    margin-top: 30px;
    font-size: 16px;

}

.sc-create {
    color: #ffffff;
    border: 2px solid #ec808d;
    border-radius: 20px;
    padding: 5px 10px;
    margin-top: -5px;
    background-color: #ec808d;
}

.sc-me span {
    font-weight: bold;
}

.sc-nosc {
    text-align: center;
    line-height: 200px;
    color: #b8b8b8;
    min-height: 200px;
}

.sc-sclist {
    min-height: 200px;
}

.sc-group {
    min-height: 200px;
}

.btn-block .disabled {
    border: none;
}