.date-js {
	position: absolute;
	background-color: #fff;
	width: 550px;
	margin-top: 5px;
	border: 1px solid #e2e2e2;
	display: flex;
	flex-flow: column;
	z-index: 999;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}

.date-js .show-year {
	width: 301px;
	height: 30px;
	border-bottom: 1px solid #e2e2e2;
	display: flex;
	float:left;
}

.date-js .show-year .show-date {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.date-js .show-year .change-date {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.date-js .show-year .change-date:hover {
	color: #3B87D7;
}

.date-js .show-week {
	width: 301px;
	height: 30px;
	border-bottom: 1px solid #e2e2e2;
	display: flex;
	float:left;
}

.date-js .show-week .week-day {
	width: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.date-js .show-month {
	width:301px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	float:left;
}

.date-js .show-month .month-day {
	width: 41px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
}

.date-js .show-month .month-day.active {
	background-color: #007eff;
    border-radius: 4px;
    color: #fff;
}

.date-js .show-month .month-day.today {
	color: #3B87D7;
}

.date-js .show-month .month-day.today.active {
	color: #fff;
}

.date-js .show-month .month-day.active:hover {
	color: #fff;
}


.date-js .show-month .month-day.not-this-month {
	color: #c0c4cc;
}

.date-js .show-month .month-day:hover {
	color: #3B87D7;
}

.date-js .bts {
	width: 100%;
    float: left;
    height: 36px;
}

.date-js .bts .bt {	
    height: 30px;
    font-size: 12px;
    color: #fff;
    background-color: #007eff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    float: right;
    margin-right: 6px;
	padding: 0 10px;
}
.date-js .bts .bt:first-child{
	#border-right: 1px solid #e2e2e2;
}

.date-js .bts .bt:hover {
	#background-color: deepskyblue;
	color: #fff;
}
.time-div {
	float: left;
    width: 80px;
    height: 234px;
    overflow: hidden;
    text-align: center;
}
.time-div:hover{
	overflow-y:scroll;
}
.time-hour {
	font-size:12px;
	width:80px;
	height:32px;
	line-height:32px;
	color:#252931;
}
.time-active {
	background-color: #edf0f7;
}
.shijiandadiv {
	overflow: hidden;
    width: 240px;
}
.shijiandiv {
	text-align: center;
    overflow: hidden;
    height: 30px;
    justify-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
}

.xiadantime-div ,.xiadantime {
		display:inline-block;
	}



























