.calendar-pro {
	background-color: #fff;
	width: 100%;
	height: 100%
}

.calendar-pro__title {
	*zoom: 1;
	/*margin-bottom: 20px*/
}

.calendar-pro__title:after,.calendar-pro__title:before {
	content: "";
	display: table;
	height: 0
}

.calendar-pro__title:after {
	clear: both
}

.calendar-pro__title-info {
	float: left;
	display: inline;
	color: #17233d;
	font-size: 18px
}

.calendar-pro__tool {
	display: inline;
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.calendar-pro__tool button {
	padding: 5px 15px;
	border: 1px solid #dcdee2;
	color: #515a6e;
	background-color: transparent;
	position: relative
}

.calendar-pro__tool button:hover {
	color: #57a3f3;
	background-color: #fff;
	border-color: #57a3f3;
	cursor: pointer;
	z-index: 2
}

.calendar-pro__tool button:first-child {
	margin-left: 0
}

.calendar-pro__tool button+button {
	margin-left: -1px
}

.calendar-pro.showWeek .weekend {
	background-color: #efefef
}

.calendar-pro__body table {
	border-collapse: collapse
}

.calendar-pro__body table th {
	padding: 10px 0;
	font-weight: 400
}

.calendar-pro__body table td {
	position: relative;
	border: 1px solid #d2d2d2;
	width: 300px;
	cursor: pointer
}

.calendar-pro__body table td:hover .day-box {
	background-color: #e8f4ff
}

.calendar-pro__body table td .day-box {
	position: relative;
    /* height: 24px; */
    padding: 2px;
    font-size: 12px;
    text-align: center;
}

.calendar-pro__body table td .day-box.highlighter {
	background-color: #f0f9e8
}

.calendar-pro__body table td .day-box.highlighter .info-date {
	color: #66bf16
}

.calendar-pro__body table td .day-box.select {
	width: auto;
	background-color: #e8f4ff
}

.calendar-pro__body table td .day-box.select {
	color: #fff;
	background-color: #1890ff;
}

.calendar-pro__body table td .day-box.disabled {
	cursor: not-allowed;
	background-color: #e5e5e5;
	color: #999
}

.calendar-pro__body table td .day-box.other-month-day {
	opacity: .3
}

.calendar-pro__body table td .day-box.today {
	outline: 2px solid #1890ff;
	z-index: 2;
}

.calendar-pro__body table td .info-date {
	font-size: 18px;
	font-weight: bolder
}

.calendar-pro__body table td .info-festival {
	margin-top: 3px;
	text-align: center
}

.calendar-pro__body table td .info-lunar {
	position: absolute;
	bottom: 10px;
	right: 10px
}

.calendar-pro__body table td .info-term {
	position: absolute;
	bottom: 10px;
	left: 10px
}