/* 公用 */
.fl_left {
	float: left
}

.fl_right {
	float: right
}

.calendarWrap {
	width: 321px;
	margin: 10px auto 0;
}

.calendarWrap .yearNow {
	font-style: normal
}

.calendarWrap .all_span {
	width:320px;
	border-left: 1px solid #B3C8DE;
	overflow:hidden;
}
.calWrap{ border-right: 1px solid #B3C8DE; border-bottom: 1px solid #B3C8DE; }

.calendarWrap .all_span span {
	float: left;
	width: 69px;
	height: 84px;
	border-right: 1px solid #B3C8DE;
	border-bottom: 1px solid #B3C8DE;
	padding-right: 10px;
	cursor: default;
	background: #fff;
}

.calendarWrap .all_span span.current {
	background: #ECF7FF
}

.calendarWrap .all_span span strong {
	font-size: 14px;
	color: #333;
	display: block;
	width: 100%;
	text-align: right;
	margin: 15px 0 4px;
	font-weight: 400
}

.calendarWrap .all_span span i {
	font-size: 18px;
	color: #CDD9E5;
	display: block;
	font-style: normal;
	width: 100%;
	text-align: right
}

.calendarWrap .all_span span.current i {
	color: #1D9ED2
}
/* 日历 */
.select_div,
select {
	color: #fff;
	font-size: 14px
}

#allSpan span,
.select_div,
.week_top span {
	display: inline-block;
	text-align: center
}

* {
	margin: 0;
	padding: 0
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	background: #1D9ED2
}

.control_top {
	background: #027168;
	overflow: hidden;
	width: 321px
}

.select_div {
	width: 241px;
	height: 38px;
	line-height: 40px;
	float: left
}

#allSpan {
	height: 229px
}

#allSpan span {
	width: 45.5px;
	height: 38px;
	line-height: 38px;
	cursor: default;
	font-size: 13px;
	position: relative
}

#allSpan span .activeNum {
	position: absolute;
	bottom: 0;
	left: 50%;
	line-height: normal;
	min-width: 38px;
	max-width: 38px;
	margin-left: -19px
}

#allSpan span .activeNum i {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #b2b2b2;
	display: inline-block;
	margin-right: 2px
}

#allSpan span .activeNum i.today {
	background: #1D9ED2
}

#allSpan span .activeNum i.future {
	width: 2px;
	height: 2px;
	background: 0 0;
	border: 1px solid #1D9ED2
}

#allSpan span .activeNum i:last-child {
	margin-right: 0
}

#backMonth,
#backYear {
	float: left;
	width: 38px;
	height: 38px;
	background: url(../images/left.png) center no-repeat
}

#nextMonth,
#nextYear {
	float: right;
	width: 38px;
	height: 38px;
	background: url(../images/right.png) center no-repeat
}

.week_top {
	color: #6d6d6d;
	background: #F6FBFF;
	font-size: 12px;
	border-bottom: 1px solid #fff
}

.week_top span {
	height: 24px;
	line-height: 24px;
	width: 45.5px
}

.calendarInfo {
	position: absolute;
	top: 38px;
	right: 0;
	width: 304px;
	max-height: 300px;
	overflow: auto;
	z-index: 999;
	background: #fff;
	border: 1px solid #B2B2B2;
	box-shadow: 0 1px 5px 0 rgba(51, 51, 51, .25);
	display: none
}

.calendarInfo a {
	display: block
}

.calendarInfo a:hover {
	text-decoration: underline;
	color: #6d6d6d
}

.calendarInfo a:hover li {
	background: #ECF7FF
}

.calendarInfo li {
	padding: 10px;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}

.calendarInfo li .title {
	text-align: left;
	font-size: 14px;
	color: #6D6D6D
}

#allSpan .calendarInfo li .titleBottom .fl_left,
#allSpan .calendarInfo li .titleBottom .fl_right {
	width: inherit;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #9B9B9B
}

.calendarInfo li .titleBottom .fl_left .industry {
	font-style: normal
}
