

.box {
	/*width: 100%;
	height: 100%;*/
    position:fixed;
    bottom:5vh;
    z-index:99;
    background-color:#fff;
    display:none;
}
.box_btn {
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}
    .box_btn .in{
        margin-left: 10px;
        margin-right: 10px;
    }
.box_btn .chose_msg {
    display:flex;
    flex-wrap:nowrap;
}
    .box_btn .chose_msg .color_tips1 {
        width: 22px;
        height: 22px;
        margin: auto 0;
        margin-top:5px;
        background: linear-gradient(to bottom, #ff8260 0%,#ff5454 100%);
       
    }
    .box_btn .chose_msg .color_tips2 {
        width: 22px;
        height: 22px;
        margin: auto 0;
        margin-top: 5px;
        /*background: linear-gradient(to bottom, #ff8260 0%,#ff5454 100%);*/
        background: #005bac;
    }

.head {
        width: 100%;
        height: 4.5rem;
        cursor: pointer;
    }

.head .prev,
.head .next {
	width: 20%;
	text-align: center;
	float: left;
	line-height: 4.5rem;
	font-size: 1.6rem;
}

.head .tomon {
	width: 60%;
	float: left;
	text-align: center;
	line-height: 4.5rem;
	font-size: 1.6rem;
}
.date {
    font-family: Helvetica Neue,Tahoma,Arial,PingFangSC-Regular,Hiragino Sans GB,Microsoft Yahei,sans-serif;
}
.date ol {
	width: 100%;
	height: 4rem;
	background: #005bac;
	padding: 0;
}

.date ol li {
	display: block;
	float: left;
	width: 14.2857%;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	border: none;
	padding: 0;
	line-height: 4rem;
	height: 4rem;
}

.date ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.date ul li {
	display: block;
	width: 14.2857%;
	height: 6rem;
	text-align: center;
	font-size: 1.6rem;
	background: #fff;
	position: relative;
}

.date ul li i {
	font-size: 8px;
	position: absolute;
	right: 0;
	bottom: 20px;
	display: block;
	height: 15px;
	line-height: 15px;
	width: 100%;
	text-align: center;
	color: #e35925;
}
.date ul li p {
	font-size: 13px;
	position: absolute;
	right: 0;
	bottom: 3px;
	display: block;
	height: 15px;
	line-height: 15px;
	width: 100%;
	text-align: center;
	color: #e35925;
    margin-bottom:0;
}


.date ul li span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 3rem;
	text-align: center;
    font-size:20px
}
    .date ul li strong {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 5rem;
        text-align: center;
        font-size: 20px;
        font-weight:500;
    }

.date ul .no_date {
	color: #ccc;
	line-height: 4.5rem;
	/* text-decoration:line-through */
}
    .date ul .no_date i {
        color: #ccc;
    }
    .date ul .no_date p {
        color: #ccc;
    }
   .date ul .no_chose {
	/* background: rgba(0,0,0,.1); */
	color: #ccc;
	text-decoration: line-through;

}

.date ul .act_wk {
	color: #e35925;
}

    .date ul .act_date {
        cursor: pointer;
        background: #ff455b !important;
        color: #fff;
        border: 3px;
    }
.date ul .act_date p{
	color: #FFFFFF;
	text-decoration: none;
}
.date ul .act_date i {
        color: #FFFFFF;      
}
/*选中中间的样式*/
    .date ul .act_mid {
        cursor: pointer;
        background: #ff8997;
        color: #fff;
    }
        .date ul .act_mid strong {
            color: #ffffff;
            text-decoration: none;
        }
        .date ul .act_mid p {
            color: #ffffff;
            text-decoration: none;
        }

        .date ul .act_mid i {
            color: #ffffff;
        }
/*离店的样式 */
    .date ul .act_ds {
        cursor: pointer;
        background: #ff455b;
        color: #fff;
    }
    .date ul .act_ds p {
        color: #FFFFFF;
        text-decoration: none;
    }
/*入字样式*/
.date ul .act_in  {
    font-size: 13px;
    position: absolute;
    left: 3px;
    top: 3px;
    display: block;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}
    /*离字样式*/
.date ul .act_out {
        font-size: 13px;
        position: absolute;
        left: 3px;
        top: 3px;
        display: block;
        height: 15px;
        line-height: 15px;
        text-align: center;
        color: #ffffff;
        margin-bottom: 0;
    }

.choice_day {
    width: 40vw;
    height: 10vw;
    background: #2a2a2a;
    text-align: center;
    line-height: 10vw;
    position: fixed;
    z-index: 10000;
    left: 30%;
    top: 45%;
    color: #fff;
    border-radius: 10px;
    display: none;
}