.newBannerImg {
    width: 100%;
    height: 400px;
}

.newBannerImg > a {
    height: 400px;
    display: block;
}

.calendar {
    width: 220px;
    background-image: url(/assets/images/index/mosha-bg.png);
    position: relative;
    background-size: 100%;
}

/*day日历-遮罩层*/
.calendar_list > ul {
    overflow-y: auto;
    height: 100%;
    width: 110%;
}

.calendar_list > ul > li {
    color: #fff;
    font-size: 12px;
    border-bottom: 1px dashed #F0F0F0;
    display: inline-block;
    padding: 3px 30px;
}

/*遮罩层结束*/
.calendar-wrap {
    height: auto;
}

.calendar-con {
    padding-left: 12px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 6px;
}


.calendar-left div.calendar-left-content {
    height: 150px;
    box-sizing: border-box;
    overflow: hidden;
    color: #E6E1DE;
    position: relative;
}

.calendar-left-content ul {
    width: 100%;
    position: absolute;
    top: 1PX;
    left: 0;
}

.calendar-left-content p {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #776A6F;
    z-index: 100;
    display: inline-block;
    width: 200px;
}

.calendar-left li {
    height: 30px;
    box-sizing: border-box;
    border-bottom: 1px dashed #E6E1DE;
    line-height: 30px;
    text-align: center;
    margin: 0 20px;
}

.calendar-left-bottom span {
    border: 1px solid #E6E1DE;
    color: #E6E1DE;
    display: inline-block;
    width: 45px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.calendar-left-bottom span:hover {
    color: #F99607;
    border: 1px solid #F99607;
}

.calendar-left-bottom span:first-child {
    margin-left: 50px;
}

.calendar-left-bottom span:last-child {
    margin-left: 10px;
}
.weekday {
    width: 34px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ff9900;
    display: inline-block;
}
.eachday {
    width: 34px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ddd;
}
.eachday-active {
    position: relative;
    height: 20px;
    width: 34px;
    background-color: #ff9900;
}
.day-dark {
    color: #ffffff;
    visibility: visible;
}
