.demo-box {
	width: 320px;
	overflow: hidden;

	/* border: 1px solid #E6E8EB; */

	box-shadow: 0px 4px 14px 0px rgb(51 51 51 / 20%);
	position: absolute;
	top: 90px;
	right: 0;
	display: none;
}



.sanjiao {

	position: absolute;
	top: 85px;
	right: 77px;
	width: 12px;
	height: 5px;
	background: url("../images/xzjt.png") left center no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: none;

}


.neirong {
	width: 700px;
	height: 800px;
	overflow: hidden;

	border: 1px solid #E6E8EB;
	float: left;

}

/*******单独组件样式********/
.calendar-box * {
	box-sizing: border-box;

}

.ht-rili-head {
	overflow: hidden;
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	padding-top: 10px;


}

.ht-rili-querybox {
	/* overflow: hidden; */
	height: 34px;
	background-color: #FF1A00;
	border-radius: 0px 0px 0px 0px;

	text-align: center;

	opacity: 1;
}

.ht-rili-title {
	padding: 10px;
	display: inline-block;
	max-width: 200px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}

.ht-rili-datebox {

	display: inline-block;
	vertical-align: middle;

}

.ht-rili-jiantou {

	float: left;
	vertical-align: middle;
	padding: 8px 0px 8px 10px;
}

.ht-rili-cloes {
	float: right;
	width: 16px;
	height: 16px;
	background: url("../images/rbrl-cloes.png") left center no-repeat;
	background-size: contain;
	vertical-align: middle;
	cursor: pointer;

	margin: 8px 10px 8px 0px;
}

.calendar-select {
	webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	display: inline-block;
	position: relative;
	outline: 0;
	font-size: 14px;
	vertical-align: middle;
	border-radius: 4px;

	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;

	padding: 8px 0px 8px 0px;
}

.calendar-month-text {
	margin-left: 5px;
	float: left;

}

.calendar-icon {

	float: left;
}

.calendar-icon i {
	/* font-style: normal;
	font-size: 13px;
	color: #FFFFFF; */
	width: 16px;
	height: 16px;
	background: url("../images/xljt.png") left center no-repeat;
	background-size: contain;
	vertical-align: middle;
	cursor: pointer;
	display: block;
}

.dropdown-month {
	height: 250px;
	z-index: 111;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 50px;
	border: 1px solid #eee;
	box-shadow: 0px 6px 12px rgb(0 0 0 / 18%);
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-month .month-item {
	font-size: 12px;
	position: relative;
	display: block;
	padding: 4px;
	line-height: 20px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.65);
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.dropdown-month .month-item .mont-div {
	/* padding: 4px 14px 4px 14px; */
	text-align: center;





}



.dropdown-month .month-item:hover .mont-div {
	/* padding: 4px 14px 4px 14px; */
	border: 1px rgba(255, 26, 0, 0.25) solid;
	text-align: center;
	height: 22px;
	color: #333333;
	background-color: rgba(255, 26, 0, 0.25);
}

.dropdown-month.open {
	display: inline-block;
	margin-top: -8px;
	width: 58px;
}

.ht-rili-date {
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}

.ht-rili-leftarr {
	float: left;
	width: 16px;
	height: 16px;
	background: url("../images/left-arr.png") left center no-repeat;
	background-size: contain;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 4px;
}

.ht-rili-rightarr {
	float: left;
	width: 16px;
	height: 16px;
	background: url("../images/right-arr.png") right center no-repeat;
	background-size: contain;
	vertical-align: middle;
	cursor: pointer;
}

.ht-rili-th {
	width: 14.25%;
	float: left;
	text-align: center;


	height: 30px;
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;

}

.ht-rili-td {
	width: 14.25%;
	float: left;
	text-align: center;
	height: 30px;
	background: #FFFFFF;
	color: #333333;
	cursor: pointer;
	line-height: 30px;
}

.ht-rili-today {
	border-radius: 50%;
	border: 1px #FF1A00 solid;
	width: 28px;
	height: 28px;
	color: #FF1A00;
}


.ht-rili-body {
	overflow: hidden;
	width: 100%;
	height: 210px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	
}

.ht-rili-day {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	line-height: 26px;
	width: 28px;
	height: 26px;
}



.ht-rili-money {
	font-family: Arial;
	display: inline-block;
	width: 28px;
	font-size: 12px;
	color: #D4585A
}

.ht-rili-td-disabled {
	color: #BFC4CA;
}

.ht-rili-onclick:hover .ht-rili-day {
	border-radius: 50%;
	border: 1px rgba(255, 26, 0, 0.25) solid;
	width: 28px;
	height: 28px;
	color: #333333;
	background-color: rgba(255, 26, 0, 0.25);
	width: 28px;
	height: 26px;
	line-height: 26px;
}





.ht-rili-td-active .ht-rili-day {
	border-radius: 50%;
	border: 1px #FF1A00 solid;
	background-color: #FF1A00;
	width: 28px;
	height: 26px;
	line-height: 26px;
	color: #FFFFFF;
}

.ht-rili-td-disabled .ht-rili-day {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	line-height: 30px;
	width: 28px;
	height: 30px;
}

*::-webkit-scrollbar {
	width: 8px;
	background-color: #fff;
}

*::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgb(255 255 255 / 30%);
}
