.yueli{
    border-bottom: 1px solid #795548;
    border-right: 1px solid #795548;
}
.yueli li {
    position: relative;
    display: block;
    float: left;
    width: calc(100% / 7);
    height: 2.75rem;
    margin: 0;
    padding-top: 0.4rem;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    border-collapse: collapse;
    border-spacing: 0px;
    border-top: 1px solid #795548;
    border-left: 1px solid #795548;
}
.yueli li.week {
    height: 30px;
    line-height: 30px;
    background: #795548;
    color: #fff;
    padding-top: 0;
}
.yueli li.nowday{
    background-color: #f8eee4;
}
.yueli li:hover{
    background-color: #f8eee4;
}
.yueli li.week:hover {
    background-color: #795548 !important;
}
.yueli li s{
    width: 0.25rem;
    height: 0.25rem;
    display: block;
    background-color: #795548;
    border-radius: 100%;
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
}
.yueli p {
    margin: 0;
    font-style: normal;
    position: absolute;
    right: 2px;
    top: 2px;
    text-align: center;
}
.yueli p u {
    margin-bottom: 2px;
    display: block;
    font-size: 0.4rem;
    font-style: normal;
    text-decoration: none;
    background: #5CB85C;
    color: #FFF;
    padding: 0.1rem 0.15rem;
    border-radius: 1px;
}
.yueli .i1{
    display: block;
    font-size: 0.6rem;
    font-style: normal;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(34, 34, 34);
    font-size: 1rem;
    height: 1.2rem;
    line-height: 1.2rem;
}
.yueli .i2{
    display: block;
    font-size: 0.6rem;
    font-style: normal;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(34, 34, 34);
    font-size: 0.45rem;
    height: 0.8rem;
    line-height: 0.8rem;
}
.yueli b {
    font-size: 12px;
    font-weight: normal;
    color: #888;
}
.lidivs{
    text-align: center;
    height: 1.9rem;
    line-height: 1.9rem;
    border: 1px solid #795548;
    border-bottom: 0;
    background-color: #eedcd6;
    color: #795548;
    font-size: 0.6rem;
}
.lidivs span{
    cursor: pointer;
}
.lidivs div{
    display: inline-block;
    padding: 0 0rem;
    margin: 0 0.5rem;
}
.daolidiv{
    background-color: #795548;
}
.daoli_lf{
    float: left;
    width:calc(100% - 11rem);
    display: inline-block;
    background-color: #fff;
}
.daoli_lr{
    width: 11rem;
    height: 100%;
    float: right;
    display: inline-block;
    background-color: #795548;
    padding: 0.5rem;
}
.daoli_lr .daolidatas , .daoli_lr .daofests , .daoli_lr .daoyuanri{
    border: 1px solid #eedcd6;
    padding: 0.5rem;
    border-radius: 3px;
    margin-bottom: 0.5rem;
}
.daoli_lr .daofests {
    display:none;
}
.daoli_lr .daoyuanri{
    margin-bottom: 0rem;
    display:none;
}
.daoli_lr .daoyuanri span{
    margin-left: 0.25rem;
    color: #fff;
}
.daoli_lr .daolidatas p , .daoli_lr .daofests p{
    color: #fff;
    font-size: 0.6rem;
    line-height: 1rem;
}
.yueli m{
    display: none;
}
.night .daoli_lf{
    background-color: #171a1b;
}
.night .yueli .i1,.night .yueli .i2{
    color: #ddd;
}
.night .yueli li.nowday{
    background-color: #333;
}
.night .yueli li:hover{
    background-color: #333;
}
@media screen and (max-width: 1330px){
    .yueli p{
        display: none;
    }
    .yueli m{
        display: block;
        width: 0.25rem;
        height: 0.25rem;
        display: block;
        background-color: #4CAF50;
        border-radius: 100%;
        position: absolute;
        right: 0.25rem;
        top: 0.25rem;
    }
}
@media screen and (max-width: 1090px){
    .daoli_lf {
        width: 100%;
    }
    .daoli_lr{
        width:100%;
    }
}