
.calendar01_wrap {
    font-size: 14px;
    text-align: center;
}

    .calendar01_wrap .bar01 {
        font-size: 0;
        text-align: center;
        border: 1px solid #f3f3f3;
    }

        .calendar01_wrap .bar01 span {
            padding: 10px;
            cursor: pointer;
            vertical-align: middle;
        }

        .calendar01_wrap .bar01 * {
            display: inline-block;
        }

        .calendar01_wrap .bar01 p {
            color: #333333FF;
            font-size: 14px;
            vertical-align: middle;
            margin: 0 30px;
            line-height: 40px;
        }

    .calendar01_wrap .text01 {
        text-align: center;
        color: #ff4e00;
        line-height: 30px;
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
    }

    .calendar01_wrap table,
    .calendar01_wrap th {
        border: 1px solid #f3f3f3;
    }

    .calendar01_wrap table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
    }

    .calendar01_wrap td {
        color: #B3B3B3FF;
        text-align: center;
    }

        .calendar01_wrap td label {
            display: block;
            text-align: center;
        }

    .calendar01_wrap thead th {
        height: 40px;
        width: 14.28%;
        text-align: center;
    }

        .calendar01_wrap thead th:first-child,
        .calendar01_wrap thead th:last-child {
            color: #ff4e00;
        }

    .calendar01_wrap tbody tr:first-child td {
        padding: 10px 0 0;
    }

    .calendar01_wrap tbody tr:last-child td {
        padding: 0 0 20px 0;
    }

    .calendar01_wrap tbody td {
        height: 40px;
    }

    .calendar01_wrap tbody span {
        line-height: 25px;
        height: 25px;
        font-weight: bold;
    }

    .calendar01_wrap tbody label {
        color: #B3B3B3FF;
        font-size: 12px;
        height: 15px;
        line-height: 15px;
    }

    .calendar01_wrap table td.canclick {
        color: #47ab3a;
    }

    .calendar01_wrap table td.waring {
        color: #ff4e00;
    }

    .calendar01_wrap table td.today span {
        color: #fff;
        background: #47ab3a;
        padding: 0 12px;
        border-radius: 13px;
    }

.f_tip {
    color: #333333FF;
    font-size: 14px;
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 0px 16px 0px rgba(24, 24, 24, 0.11);
    border-radius: 4px;
    padding: 0 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: none;
}

    .f_tip::before {
        content: '';
        position: absolute;
        border: 6px solid transparent;
        border-right-color: #f3f3f3;
        left: -12px;
        top: 50%;
        margin-top: -6px;
    }

    .f_tip::after {
        content: '';
        position: absolute;
        border: 6px solid transparent;
        border-right-color: #fff;
        left: -11px;
        top: 50%;
        margin-top: -6px;
    }
