.box {
	width: 100%;
	height: 100%;
}

.head {
	width: 100%;
	height: 3rem;
	cursor: pointer;
}

.head .prev,.head .next {
	width: 20%;
	text-align: center;
	float: left;
	line-height: 3rem;
	font-size: 1rem;
}

.head .tomon {
	width: 60%;
	float: left;
	text-align: center;
	line-height: 3rem;
	font-size: 1rem;
}

.date ol {
	width: 100%;
	height: 3rem;
	background: #005bac;
	padding: 0;	
}

.date ol li {
	display: block;
	float: left;
	width: 14.2857%;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	line-height: 3rem;
	height: 3rem;
	border:#ccc 1px solid;
	box-sizing: border-box; /* 防止内边距/边框撑大尺寸 */
	
}

.date ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding:0;
}

/*日期*/
.date ul li {
	display: block;
	width: 14.2857%;
	height: 5rem;
	line-height:5rem;
	text-align: center;
	font-size: 0.75rem;
	background: #fff;
	position: relative;
	border:#ccc 1px dashed;
	box-sizing: border-box; /* 防止内边距/边框撑大尺寸 */

}

/*节日提醒*/
.date ul li i {
	font-size: 10px;
	position: absolute;
	right: 0;
	bottom: 0.05rem;
	display: block;
	height: 15px;
	line-height: 15px;
	width: 100%;
	text-align: center;
	
}

.date ul li span {
	display: block;
	width: 100%;
	height: 100%;
	line-height:4rem;
	text-align: center;
}

/*已过日期和无效日期*/
.date ul .no_date {
	background: #eeeeee;
	color: #999;
	line-height: 4rem;
	font-style: italic;
}

/*周六日*/
.date ul .act_wk {
	color: #999;
}

/*当前日期*/
.date ul .act_date {
	background: #ff9000;
	color: #fff;
}
.beizhu {
	color:#ddd;
	font-size:0.85rem;
	
	}