@charset "utf-8";

.calendar {
	width: 100%;
	font-size: 13px;
	margin: inherit
}

.calendar table tr th {
	width: 34px;
	height: 45px;
	font-size: 13px;
	font-family: "微软雅黑";
	font-size: 13px;
}

.calendar table tr td {
	text-align: center;
	line-height: 35px;
	height: 35px;
	color: #4f4f4f;
	cursor: pointer;
}

.calendar table {
	background: white;
	width: 100%;
	border-radius: 0 0 10px 10px;
	padding: 0 10px;
	height: 270px!important;
}
.calendar thead{
	background-color: #4a596a;
	color: #FFFFFF;
	font-size: 20px;
	color: #FFFFFF;
}
.huodong {
	background: #eee;
	border-bottom: 3px solid #005293;
}

/*鼠标滑过*/
.bgHover {
	background: #005293 !important;
	color: #fff !important;
	text-decoration: none !important;
}

.riqi {
	position: relative;
	z-index: 9999999;
	width: 100%;
	height: 35px;
}

.riqi .piaofu {
	position: absolute;
	width: 300px;
	bottom: 44px;
	left: 50%;
	margin-left: -150px;
	background: rgba(0, 82, 147, .8);
	box-shadow: 1px 1px 10px 2px #CCC;
	-webkit-box-shadow: 1px 1px 10px 2px #CCC;
	-moz-box-shadow: 1px 1px 10px 2px #CCC;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	display: none;
	z-index: 100;
}

.riqi.current .piaofu {
	display: block;
}

.riqi .piaofu span {
	display: block;
	width: 19px;
	height: 9px;
	position: absolute;
	bottom: -9px;
	_bottom: -12px;
	left: 138px;
	z-index: 100;
}

.riqi .piaofu ul li {
	padding: 2px 0px 2px 8px;
	z-index: 100;
}

.riqi .piaofu ul li a {
	color: #fff;
	z-index: 100;
	font-size: 14px;
	line-height: 26px;
}

.riqi .piaofu ul li a:hover {
	text-decoration: underline;
	z-index: 100;
}

/*非本月日期*/
.calendar table tr td.current_day {
	background: #cbcbcb
}

.calendar table tr td.unselected_month {
	color: #b5b5b5;
}

/*选择日期*/
.choice {
	color: #000;
	background: white;
	display: flex;
	justify-content: space-around;
	padding-top: 20px;
	border-radius: 10px 10px 0 0;
	margin-bottom: 20px;
}

.choice p {
	display: block;
	float: left;
	height: 32px;
	line-height: 38px;
}

.choice p.month {
}

.choice .month_name {
	font-size: 24px;
	color: #333333;
}

.choice .button {
	cursor: pointer;
	outline: none;
	display: inline-block;
	padding: 0 15px;
	width: 9px;
	margin: 0px;
	*padding: 0 14px;
	margin-top: 7px;
}

.choice .month .prev {
	padding-left: 0px;
}

.choice .year .next {
	padding-right: 0px;
}


.calendar .year_name {
	font-size: 24px;
	color: #333333;
}

.calendar .year_name {
	font-size: 24px;
	color: #333333;
}
