#schedule-box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0;
	font-size: 13px;
}

.rili_title {
	width: auto; 
	overflow: hidden;
	z-index: 990; margin: 0 0 10px 0;
	display: block; text-align: center;
	padding: 0; font-size: 18px; line-height:54px;
	background: #f2f2f2;
	color: #333;
}

.schedule-hd {
	background: #004795;
	padding: 15px 30px !important;
	color: #fff !important;
	display: flex; width: 95%; margin: 0 auto;
	justify-content: space-between;
	padding: 0 15px;
}

.today {
	color: #fff !important;
	flex: 1;
	text-align: center;
}

.ul-box {
	margin: 0;
	padding: 5px 15px;
	overflow: hidden;
}

.ul-box>li {
	float: left;
	width: 14.28%;
	text-align: center;
	padding: 8px 0;
}

.schedule-bd { padding: 0 10px; margin: 0;height: 310px;}
@media only screen and (max-width:1279px){
.schedule-bd { padding: 0 10px; margin: 0;height: auto;}
}
.rili_tip {
	display: none;
	z-index: 999;
	width: 90%;
	height: auto;
	box-shadow: 0 0 15px #eee;
	background: #fff;
	padding:0 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.rili_tip_close{ cursor: pointer; position: absolute; top:0px; margin: 0; padding: 0; right: 10px; display: block; text-align: right; font-size: 20px !important; color: #555;}
.rili_tip a{ display: table; color: #777; padding: 5px 0; font-size: 13px;}
.rili_tip a::before{content: "·"; color: #004795; font-size: 14px; padding: 0 5px 0 0; font-weight: 550;}
.rili_tip a:hover{ color: #004795;}
	
.other-month {
	color: #999999;
}

.disabled {
	pointer-events: none;
	background-color: #eeeeee;
	color: #999999;
}

.current-month {
	color: #333333;
}

.today-style {
	border-radius: 50%;
	background: #58d321;
}

.arrow {
	cursor: pointer;
}

.dayStyle {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}

.current-month>.dayStyle:hover {
	background: #004796;
	color: #ffffff;
}

.today-flag {
	background: #004795;
	color: #fff;
}

.boxshaw {
	position: relative;
	box-shadow: 0px 0px 15px #f2f2f2;
}

.selected-style {
	background-color: #ffba5a;
	color: #ffffff;
}

.active-style {
	background: #004796;
	color: #ffffff;
}

#h3Ele {
	text-align: center;
	padding: 10px;
}

.today {
	text-align: center;
	vertical-align: middle;
	margin: 0px 0 0 0;
	font-weight: 540;
	cursor: pointer;
	font-size: 16px;
}
