@charset "utf-8";
/* 出发日期 */
.calender-weeks{
    background-color: #fff;
    border-bottom: 1px solid #efeff4;
}
.calender-weeks .weeks-list{
    display: flex;
    justify-content: space-between;
    height: 1.05334rem;
}
.calender-weeks .weeks-list>li{
    width: 14.2857%;
    text-align: center;
    line-height: 1.05334rem;
    font-size: 0.37334rem;
}
.calender-content{
    position: absolute;
    top: 2.36rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}
.months-item{
    padding-top: 0.36rem;
}
.months-item table{
    width: 100%;
}
.months-item table th{
    height: 1.17334rem;
    line-height: 1.17334rem;
    font-size: 0.4rem;
    text-align: center;
}
.months-item table td{
    width: 14.2857%;
    height: 1.06667rem;
    font-size: 0.32rem;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.months-item table td.past{
    color: #999;
}
.months-item table td.cur{
    color: #fff;
    background-color: #2dbb55;
}