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

.sc-header {
    height: 35px;
    border-bottom: 0;
    background: #005096;
    color: #fff;
    display: none;
}

.sc-body {
    height: 100%;
    clear: both;
    border-top: 1px solid #d9e4f3;
    border-left: 0px;
}

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

.sc-days {
    height: 88%;
    border: 1px solid #d9e4f3;
    border-left: 0;
}

.sc-item {
    height: 62px;
    float: left;
    font-weight: 600;
    color: #333333;
    width: 14.285%;
    padding-top: 10px;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #d9e4f3;
    border-bottom: 0;
    border-right: 0;
}

.item-nolunar {
    padding-top: 10px;
    position: relative;
}

.sc-item:nth-child(7n) .day,
.sc-item:nth-child(7n+6) .day {
    color: #999999;
}

.sc-item:nth-child(7n),
.sc-item:nth-child(7n+6) {
    background: #F8FAFD;
}

.sc-vocation{
    background: #fbf3dc !important;
}
.sc-stopcation{
    background: #fbf3dc !important;
}

.sc-mark {
    /*background-color: #E5FBFA;*/
}

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

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

.sc-active-day,
.sc-selected {
    /*border: 1px solid #005096;*/
}

.sc-today {
    color: #005096;
    background: #dee8f8;
}

.sc-item .day {
    font-size: 18px;
    color: #000000;
    text-align: right;
    padding-right: 25px;
    font-weight: normal;
    font-family: MicrosoftYaHei;
}
.sc-item.sc-stopcation .day{ color: #ca0c26 !important}
.sc-item.sc-vocation .day{ color: #ca0c26!important;}
.sc-today .day {
    color: #005096 !important;
    font-weight: bolder;
}

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

.sc-item .tips {
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;color:#666666;line-height: 32px;
    padding-left: 24px;
    display: none;
}
.sc-item .tips::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 12px;
    left: 12px;
    border-radius: 10px;
    background: #ffc819;
    z-index: 99;
}
.sc-item.sc-stopcation .tips::before {
    background: #1eb9e1;
}

.sc-stopcation.sc-item .tips{display: block;}
/*.sc-stopcation.sc-item .tips.on::before{background: #1eb9e1;}*/
.sc-vocation.sc-item .tips{display: block;}
/*.sc-vocation.sc-item .tips.on::before{background: #1eb9e1;}*/
.sc-festival:before {
    background: #1eb9e1;
}

.sc-festival .lunar-day {
    color: #666666;
    text-align: left;
    padding-left: 30px;
}

.sc-week-item {
    height: 100%;
    line-height: 50px;
    float: left;
    width: 14.285%;
    background-color: #005096;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    border-right: 1px solid #d9e4f3;font-size: 16px;
}

.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+1) {
    /*color: rgba(224, 8, 8, 0.74) !important;*/
}

.sc-week-item:nth-child(7n) {
    border-right: 0;
}

.sc-actions {
    width: 84%;
    padding: 5px;
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccd6eb;
    margin: 0 auto;
}

.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: 0;
    padding: 0.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Microsoft Yahei";
    color: #fff;
    font-size: 18px;
    background: #005096;
}

.sc-header select option {
    background: #fff;
    color: #333;
    text-align: center;
}

.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: 31%;
    padding-bottom: 7px;
    font-size: 2em;
    line-height: 0.7em;
    text-align: center;
}
.sc-actions div.gray{color:#999999;}
.sc-actions div.sc-yleft {
    text-align: left;cursor:pointer;
}

.sc-actions div.sc-yright {
    text-align: right; cursor:pointer;
}

.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;
}

#content-wrapper {
    margin: 10px 0;
}

.e-fund-opendate {
    width: 200px;
    position: absolute;
    top: 0px;
    left: 102%;
    z-index: 99999; /* display:none; */
}

.e-fund-opendate .e-fund-pane-reward__wrapper {
    padding: 13px 10px;
    color: #eff2f6;
    font-size: 16px;
    line-height: 1.5;
    background-color: #005096;
    border-bottom: 4px solid #ffc819;
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
}

.e-fund-opendate .e-fund-pane-popover__content {
    padding: 5px 0;
    color: #eff2f6;
    font-size: 14px;
    line-height: 1.5;
    font-weight: lighter;
}

.e-fund-opendate [x-arrow] {
    color: #005096;
    left: -13px;
    top: 13px;
    border-width: 8px 8px 8px 0;
    border-right-color: currentColor;
    position: absolute;
    width: 0;
    height: 0;
    margin: 5px;
    border-style: solid;
}

.openDate_option_class .dateContainer {
    width: 300px;
    height: 215px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #d7d7d7;
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 46px;
    border: 1px solid #dcdfe6;display:none;
}

.openDate_option_class.open .dateContainer {
    display: block;
}
.sc-select-month {
    padding: 20px 0;
    width: 100%;
    display: inline-block;
}

.sc-select-month li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}
.sc-select-month li.on{
    color: #005096 !important;font-weight: bold;
}
.sc-select-month li.gray{
    color: #999999;
}
.sc-actions div.sc-select-year {
    font-size: 15px;
}

.dateContainer::after {
    position: absolute;
    display: inline-block;
    top: -5px;
    right: 18px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 7px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(315deg);
    box-shadow: 2px -2px 2px #dcdfe6;
}
.calendar-Wdate{
    background: #fff url(../../assets/images/icons/calendar_fund.png) no-repeat 95% !important;
    padding: 0 5px !important;
    padding-right: 20px !important;
    height: 32px;
    width: 180px;
    border: solid 1px #d6e1ea;
    line-height: 32px;}
@media screen and (min-width:1280px) and (max-width:1440px){
    .sc-item .tips {font-size: 12px;}
}
