﻿.date_box_choose {
    position: fixed;
    left: 200%;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 7.5rem;
    background: #fff;
    transition: .5s all;
}
    .date_box_choose.tran {
        left: 0;
    }

    .date_box_choose .h5_header {
        height: 0.8rem;
        background: #fff;
        border-bottom: 1px solid rgba(49,51,54,.16);
    }

        .date_box_choose .h5_header .h5_header_back {
            position: absolute;
            left: 0;
            top:0;
            width: .75rem;
            height:.8rem;
            line-height:.8rem;
            text-align: center;
            color: #C1C1C2;
            font-size: 0.26rem;
        }

        .date_box_choose .h5_header .h5_header_title {
            line-height: 0.8rem;
            text-align: center;
            color: #313336;
            font-size: 0.3rem;
        }
    .date_box_choose .week_list {
        display: flex;
        width: 100%;
        box-shadow: 0px .04rem .1rem 0px rgba(0,0,0,0.09);
    }

        .date_box_choose .week_list .week_item {
            width: 14.285%;
            height: .8rem;
            line-height: .8rem;
            margin: auto;
            text-align: center;
            color: #313336;
            font-size: .24rem;
        }

    .date_box_choose .date_con {
        position: absolute;
        left: 0;
        right: 0;
        top: 1.6rem;
        bottom: 0;
        overflow: scroll;
    }

        .date_box_choose .date_con .date_list {
            margin:0 0 !important;
            padding:0 !important;
            border:none;
            background:none;
        }

        .date_box_choose .date_con .date_title {
            height: .6rem;
            line-height: .6rem;
            text-align: center;
            background: rgba(49,51,54,.05);
            color: #363131;
            font-size: .28rem;
        }

        .date_box_choose .date_con .month_list {
            padding-top: .34rem;
            padding-bottom:.15rem;
            font-size: 0;
        }

            .date_box_choose .date_con .month_list .day {
                position: relative;
                display: inline-block;
                width: 14.285%;
                height: .8rem;
                line-height: .8rem;
                text-align: center;
                margin-bottom: .4rem;
                color: #363131;
                font-size: .24rem;
            }

                .date_box_choose .date_con .month_list .day p {
                    position: absolute;
                    left: 0;
                    bottom: -.36rem;
                    width: 100%;
                    line-height: .3rem;
                    text-align: center;
                    color: rgba(54,49,49,.6);
                    font-size: .18rem;
                }

                .date_box_choose .date_con .month_list .day.Highlight {
                    background: rgba(241,44,63,.2018);
                    color: #363131;
                }

                .date_box_choose .date_con .month_list .day.start_bk {
                    background: linear-gradient(90deg,#fff,#fff 45%,rgba(241,44,63,.1978) 50%,rgba(241,44,63,.1978));
                }

                .date_box_choose .date_con .month_list .day.end_bk {
                    background: linear-gradient(270deg,#fff,#fff 45%,rgba(241,44,63,.1978) 50%,rgba(241,44,63,.1978));
                }

.date_box_choose .date_con .month_list .day.dis {
    color: rgba(54,49,49,.3);
    pointer-events: none;
    cursor: default;
}

.date_box_choose .date_con .month_list .day .time {
    display: block;
    width: .8rem;
    height: .8rem;
    margin: 0 auto;
    font-size: .24rem;
}

    .date_box_choose .date_con .month_list .day .time.start_active {
        border-radius: 50%;
        background: #F12C3F;
        color: #fff;
    }

    .date_box_choose .date_con .month_list .day .time.end_active {
        border-radius: 50%;
        background: #F12C3F;
        color: #fff;
    }

.date_box_choose .date_tips {
    position: absolute;
    left: 50%;
    bottom: .45rem;
    transform: translateX(-50%);
    width: 3.8rem;
    height: .9rem;
    line-height: .9rem;
    text-align: center;
    border-radius: .16rem;
    background: rgba(0,0,0,0.6022);
    letter-spacing: .05rem;
    color: rgba(255,255,255,1);
    font-size: .28rem;
}

.date_box_choose .error_tips {
    display: none;
    box-sizing:border-box;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 3.8rem;
    /*height: .8rem;*/
    line-height: .4rem;
    padding:.2rem .25rem;
    text-align: center;
    border-radius: .16rem;
    background: rgba(0,0,0,0.6022);
    letter-spacing: .01rem;
    color: rgba(255,255,255,1);
    font-size: .28rem;
}
