
/* 运营日历 */
.hots-list{
    margin:0 20px;
}
.calendar_title {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar_title a {
    font-size: 14px;
    font-weight: normal;
}

.calendar_block {
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.calendar_block .calendar_list {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.calendar_block .arrow {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff url(../img/material/arrow_ico.png) center no-repeat;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.calendar_block .arrow.left {
    left: -20px;
    transform: translate(0, -50%) rotate(180deg);
    display: none;
}

.calendar_block .arrow.right {
    right: -20px;
}

.calendar_block .arrow:hover {
    cursor: pointer;
    opacity: 0.95;
}

.calendar_block .calendar_box {
    width: 240px;
    /*height: 180px;*/
    background: #fff;
    border-radius: 4px;
    margin-right: 25px;
    flex-shrink: 0;
}

.calendar_block .calendar_box img {
    width: 100%;
    height: 100px;
    border-radius: 4px 4px 0 0;
    object-fit: cover;
}

.calendar_block .calendar_box .info {
    width: 100%;
    height: 80px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border:1px solid #eee;
}

.calendar_block .calendar_box .left strong {
    color: #1b2337;
    font-size: 16px;
    font-weight: bold;
}

.calendar_block .calendar_box .left p {
    color: #8693ab;
    font-size: 12px;
    line-height: 24px;
}

.calendar_block .calendar_box .date {
    color: #5fb878;
    font-size: 12px;
    width: 45px;
    height: 45px;
    border: 1px solid #bfe3c9;
    background: #f4fff7;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.calendar_block .today .date {
    border: 1px solid #ffe0d6;
    background: #fff4f0;
}

.calendar_block .calendar_box .date strong {
    font-size: 17px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.calendar_block .calendar_box .date span {
    color: #ff5722;
    font-size: 14px;
    font-weight: bold;
}

.calendar_list_block {
width: 100%;
padding: 20px 25px;
box-sizing: border-box;
background: #fff;
}

.calendar_list_block * {
    box-sizing: border-box;
}

.calendar_list_block .info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar_list_block .info strong {
    color: #333;
    font-size: 26px;
}

.calendar_list_block .info .calendar_info {
    width: 255px;
    height: 75px;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar_list_block .info .calendar_info .day {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    width: 50px;
    margin-right: 10px;
    flex-shrink: 0;
}

.calendar_list_block .info .calendar_info .date {
    width: 100%;
    line-height: 23px;
}

.calendar_list_block .info .calendar_info .date strong {
    font-size: 14px;
}

.calendar_list_block .info .calendar_info .date p {
    color: #8693ab;
    font-size: 12px;
}

.calendar_list_block .info .calendar_info .time {
    width: 45px;
    height: 45px;
    background: #f4fff7;
    border: 1px solid #bfe3c9;
    padding: 5px 0;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.calendar_list_block .info .calendar_info .time.today {
    background: #fff4f0;
    border: 1px solid #ffe0d6;
}

.calendar_list_block .info .calendar_info .time.today span {
    color: #ff5722;
    font-weight: bold;
}

.calendar_list_block .info .calendar_info .time strong {
    color: #5fb878;
    font-size: 17px;
    text-align: center;
    width: 100%;
    line-height: 18px;
}

.calendar_list_block .info .calendar_info .time p {
    color: #5fb878;
    font-size: 12px;
}

.calendar_list {
width: 100%;
/*margin-top: 15px;*/
position: relative;
}

.calendar_list .list {
    width: 100%;
    padding: 5px 0;
    white-space: nowrap;
    display: flex;
    overflow: hidden;
}

.calendar_list .arrow {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff url(../images/arrow_ico.png) center no-repeat;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.calendar_list .arrow.left {
    left: -20px;
    transform: translate(0, -50%) rotate(180deg);
    display: none;
}

.calendar_list .arrow.right {
    right: -20px;
}

.calendar_list .arrow:hover {
    cursor: pointer;
    opacity: 0.95;
}

.calendar_list li {
    width: 240px;
    height: 75px;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    margin-right: 20px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    cursor: pointer;
}

.calendar_list li.active {
    border: 1px solid #07c15e;
    box-shadow: 0px 0px 5px 5px rgba(230,249,239,1);
}

.calendar_list li .date {
    line-height: 23px;
}

.calendar_list li .date strong {
    font-size: 16px;
}

.calendar_list li .date p {
    color: #8693ab;
    font-size: 12px;
}

.calendar_list li .time {
    width: 45px;
    height: 45px;
    background: #f4fff7;
    border: 1px solid #bfe3c9;
    padding: 5px 0;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.calendar_list .today .time {
    background: #fff4f0;
    border: 1px solid #ffe0d6;
}

.calendar_list .today .time span {
    color: #ff5722;
    font-weight: bold;
}

.calendar_list li .time strong {
    color: #5fb878;
    font-size: 17px;
    text-align: center;
    width: 100%;
    line-height: 18px;
}

.calendar_list li .time p {
    color: #5fb878;
    font-size: 12px;
}
