
.fc-calendar{
	height: 100%;
	width: 100%;
}

.fc-calendar .fc-head{
	background:transparent;
	color:#646060;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.fc-calendar .fc-head>div{
	text-align: center;
	float: left;
	height: 100%;
	width: 14.28%;
	font-size: 14px;
}

.fc-calendar .fc-body{
	position: relative;
	width: 100%;
	height:190px;
}
.index_calendar .fc-calendar .fc-body{
	height:330px;
}

.fc-four-rows .fc-row  {
	height: 25%;
	width: 100%;
}
.fc-five-rows .fc-row{
	height: 20%;
	width: 100%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	width: 100%;
}


.fc-calendar .fc-row > div{
	background: #fff;
	cursor: default;
	padding: 4px;
	overflow: hidden;
	position: relative;
	float: left;
	width: 14.28%;
	height: 100%;
}
.fc-date,.fy-date{
	text-align: center;
	top: 50%;
	left: 50%;
	/*border-radius: 50%;*/
	margin:-14px 0 0 -14px;
	color: #4b5458;
	font-weight: 400;
	position: absolute;
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	width: 28px;
}
/*.fc-date:hover{*/
	/*cursor: pointer;*/
	/*background: #9c9b9b;*/
	/*color:#fff;*/
/*}*/
/*��ɫ��ť��ʽ*/
.event2 .fy-date{
	cursor: pointer!important;
	color:#fff;
	background: #6dd244!important;
}
.event2{cursor: pointer!important;}
/*��ǰ����*/
.fc-today{
}
.fc-today .fc-date{ 
	cursor: pointer!important;
	border: 1px solid #01aaf3 ;
    /*border-radius:50%;*/
}
/*��ɫ*/
.event{
	cursor: pointer!important;
}
.event .fc-date{
	color: #fff;
}
.event-after .fc-date{
    color: #fff;
	background: #6dd244!important;
} 
.fc-today .fy-date{color:#fff;}
.fc-weekday{display: none;}
.fc-calendar .fc-row>div{box-sizing: border-box;}
.fc-calendar .fc-row:last-child{border:none;}
.fc-calendar .fc-row > div:empty{
	background: transparent;
}
.index_calendar .word{bottom:10px;}
.index_calendar .fc-date{font-size: 18px;}
.word{position: absolute;color: #fff;bottom: 1px;font-size: 12px;line-height: 12px;width: 100%;text-align: center;left: 0;}