.ep-calendar {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-height: 260px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	z-index: 997
}

.ep-calendar-header {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 41px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid rgba(238, 238, 238, 1);
	color: #333
}

.ep-calendar-header-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.ep-calendar-btn-next,
.ep-calendar-btn-prev {
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.ep-calendar-header-btn .icon_arrow,
.ep-calendar-header-btn .icon_arrow1 {
	width: 7px;
	height: 12px;
	fill: rgba(102, 102, 102, 1)
}

.ep-calendar-header-btn.btn-disabled .icon_arrow,
.ep-calendar-header-btn.btn-disabled .icon_arrow1 {
	fill: rgba(204, 204, 204, 1)
}

.ep-calendar-body {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border-right: 1px solid rgba(238, 238, 238, 1);
	border-left: 1px solid rgba(238, 238, 238, 1)
}

.ep-calendar-daysheader {
	line-height: 30px;
	background: rgba(242, 242, 242, 1);
	height: 30px;
	font-size: 13px;
	color: rgba(136, 136, 136, 1)
}

.ep-calendar-date,
.ep-calendar-day {
	font-weight: 400;
	text-align: center
}

.ep-calendar-date-inner {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	height: 52px;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.ep-calendar-date-inner .ep-calendar-date-txt,
.ep-calendar-date-inner .ep-calendar-inv-txt,
.ep-calendar-date-inner .ep-calendar-price-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 15px
}

.ep-calendar-date-inner .ep-calendar-date-txt {
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	font-size: 13px
}

.ep-calendar-date-inner .ep-calendar-price-txt {
	font-size: 12px
}

.ep-calendar-date-inner .ep-calendar-inv-txt {
	font-size: 12px
}

.ep-calendar-date {
	overflow: hidden;
	color: #333;
	border: 1px solid rgba(238, 238, 238, 1)
}

.ep-calendar-disabled .ep-calendar-date-txt {
	color: rgba(204, 204, 204, 1) !important
}

.ep-calendar-disabled .ep-calendar-price-txt {
	color: rgba(204, 204, 204, 1) !important
}

.ep-calendar-disabled .ep-calendar-inv-txt {
	color: rgba(204, 204, 204, 1) !important
}

.ep-calendar-menu {
	position: absolute;
	top: 40px;
	left: 50%;
	display: none;
	width: 220px;
	height: 226px;
	margin-left: -110px;
	text-align: center;
	border: 1px solid #d5dae1;
	background: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .15)
}

.ep-calendar-menu.show {
	display: block
}

.ep-calendar-menu-months {
	line-height: 24px;
	display: block;
	margin: 10px 14px
}

.ep-calendar-menu-months:after,
.ep-calendar-menu-years-inner:after {
	display: table;
	clear: both;
	content: ""
}

.ep-calendar-menu-month {
	font-family: Tahoma, Verdana, å®‹ä½“;
	font-size: 9pt;
	float: left;
	width: 26px;
	height: 24px;
	margin: 0 10px 4px;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 2px
}

.ep-calendar-menu-month.selected,
.ep-calendar-menu-month:hover {
	color: #f96d41;
	border-color: #f9a68c;
	background: #fff7f4
}

.ep-calendar-menu-years {
	position: relative;
	height: 56px;
	margin: 0;
	padding: 10px 15px;
	background: #f6f6f6
}

.ep-calendar-next-year,
.ep-calendar-prev-year {
	position: absolute;
	top: 50%;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center
}

.ep-calendar-prev-year {
	left: 0;
	background-image: url("http://www.jnbLsjj.com/Home/Tpl/default/Public/css/images/btn-prev.png")
}

.ep-calendar-next-year {
	right: 0;
	background-image: url("http://www.jnbLsjj.com/Home/Tpl/default/Public/css/images/btn-next.png")
}

.ep-calendar-menu-year {
	font-family: Tahoma, Verdana, å®‹ä½“;
	font-size: 9pt;
	line-height: 20px;
	float: left;
	width: 32px;
	height: 21px;
	margin: 0 1px 4px;
	padding: 1px;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 2px
}

.ep-calendar-menu-year.selected,
.ep-calendar-menu-year:hover {
	color: #fff;
	border-color: #f96d41;
	background: #f96d41
}

.ep-calendar-menu-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	border-top: 1px solid #e6e7eb;
	background: #f6f6f6
}

.ep-calendar-cancelbtn,
.ep-calendar-okbtn {
	line-height: 14px;
	display: inline-block;
	width: 52px;
	margin: 0 3px;
	padding: 5px 0;
	cursor: pointer;
	-webkit-transition: all .6s cubic-bezier(.175, .885, .32, 1);
	transition: all .6s cubic-bezier(.175, .885, .32, 1);
	color: #fff;
	border: 1px solid transparent;
	border-radius: 2px
}

.ep-calendar-okbtn {
	border-color: #f96d41;
	background-color: #f96d41
}

.ep-calendar-okbtn:hover {
	border-color: #f97e41;
	background-color: #f97e41
}

.ep-calendar-cancelbtn {
	border-color: #59c2e6;
	background-color: #59c2e6
}

.ep-calendar-cancelbtn:hover {
	border-color: #51b6d9;
	background-color: #51b6d9
}

.priceCalendarLayer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 997;
	opacity: 0;
	display: none
}

.priceCalendarOuter {
	display: inline-block;
	position: relative;
	top: 5px;
	max-width: 500px
}

.priceCalendarBg {
	position: relative;
	background-color: #fff;
	border-radius: 2px;
	display: none;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	padding: 10px;
	margin-top: 5px;
	left: -100px
}

.priceCalendarWrapper {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	pointer-events: auto;
	cursor: pointer
}

.priceCalendarTrigger {
	width: 200px;
	height: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #e3e2e8;
	background-color: #fff;
	font-size: 13px;
	font-family: 微软雅黑;
	color: #333;
	padding: 0 8px;
	text-overflow: ellipsis;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.priceCalendarTrigger .placeholder {
	color: #999;
	font-size: 13px
}

.priceCalendarTrigger:focus,
.priceCalendarWrapper:hover .priceCalendarTrigger {
	border-color: #5874d8;
	outline: 0
}

.priceCalendarWrapper:hover .priceCalendarTrigger[disabled] {
	border-color: #e3e2e8
}

.priceCalendarTrigger+.priceCalendarIcon {
	position: absolute;
	right: 0;
	width: 32px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	background: url("http://www.jnbLsjj.com/Home/Tpl/default/image/v2/component.png-v=201906051302") no-repeat -1312px 9px;
	top: 0
}
