.timePacker {
	border: 2px solid #c5c8cc;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px
}

.timePacker-title {
	width: auto;
	padding: 4px;
	font-size: 14px;
	font-family: 微软雅黑;
	font-weight: 600
}

.timePacker-content {
	width: 100%;
	height: 4rem;
}

.timePacker-content ul {
	width: 100%;
	height: 4rem;
	overflow: hidden
}

.timePacker-content ul .hoursList {
	float: left;
	display: block;
	width: 50px;
	height: 30px;
	background-color: #f6f7f7;
	color: #000;
	font-size: 14px;
	font-family: 微软雅黑;
	text-align: center;
	line-height: 30px;
	margin: 4px;
	cursor: pointer
}

.timePackerSelect {
	color: #fff !important;
	background-color: #007bdb !important
}

.timePacker-content ul .mList {
	float: left;
	display: block;
	width: 30px;
	height: 20px;
	background-color: #f6f7f7;
	font-size: 14px;
	font-family: 微软雅黑;
	text-align: center;
	line-height: 20px;
	margin: 4px;
	cursor: pointer
}

.timePacker-content ul .hoursList:hover,
.timePacker-content ul .mList:hover {
	color: #fff !important;
	background-color: #007bdb !important
}

.timePacker-back-hours {
	display: block;
	width: 22px;
	height: 18px;
	float: right;
	cursor: pointer;
	margin-right: 16px
}

.timePacker-back-hours img {
	width: 100%;
	height: 100%
}
