
.calendar01_wrap {      
    font-size: 14px;
}
.calendar01_wrap .bar01 {
    font-size: 0;
    text-align: center;
    border: 1px solid #E6E6E6;
}
.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: #FF4E00FF;
    line-height: 30px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}
.calendar01_wrap table,
.calendar01_wrap th {
    border: 1px solid #E6E6E6;   
}
.calendar01_wrap table {
    width: 100%;
    border-collapse: collapse;
    background: #FBFBFBFF;
}
.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%;
}
.calendar01_wrap thead th:first-child,
.calendar01_wrap thead th:last-child {
    color: #FF4E00FF;
}
.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: #019EEBFF;
}
.calendar01_wrap table td.waring {
    color: #FF4E00FF;
}
.calendar01_wrap table td.today span {
    color: #fff;
    background: #019EEBFF;
    padding: 0 12px;   
    border-radius: 13px;
}
.f_tip {
    color: #333333FF;
    font-size: 14px;   
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    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: #E6E6E6;
    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;
}