.dateSelector_w .tdata_w{
	float: right;
	position: relative;
}
.dateSelector_w .tds{
	float: left;
	font-size: 22px;
	color: #699cdc;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}
.dateSelector_w .tds.year{
	line-height:52px;
}
.dateSelector_w .tds.year .year_name font{
	font-size: 28px;
	float: left;
	margin-right: 4px;
}
.dateSelector_w .month{
	line-height: 52px;
	margin-left: 12px;
	padding-right: 16px;
}
.dateSelector_w .month .month_name font{
	font-size: 48px;
	font-style: initial;
	float: left;
	line-height: 38px;
	margin-right: 4px;
}
.dateSelector_w .month .jian{
	position: absolute;
	right: 0;
	bottom: 8px;
	width: 9px;
	height: 6px;
	background: url(../image/gtj2023_sj_data_jian.png) no-repeat center center;
	background-size: 100% 100%;
	transition: all 0.5s;
}
.dateSelector_w .month:hover .jian{
	transform: rotate(180deg);
}
.dateSelector_w .month .month_ul_w{
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	padding-top: 8px;
	z-index: 2;
}
.dateSelector_w .month:hover .month_ul_w{
	/* display: block; */
}
.dateSelector_w .month .month_ul{
	width: 97px;
	height: auto;
	border: 1px solid #dedede;
	border-radius: 2px;
	background-color: #f9f9f9;
	overflow-y: scroll;
	height: 260px;
}
.dateSelector_w .month .month_ul::-webkit-scrollbar {
	height: 260px;
	width: 5px;
	background-color: #eef5fa;
	border-radius: 5px;
}
.dateSelector_w .month .month_ul::-webkit-scrollbar-thumb {
	width: 5px;
	height: 84px;
	border-radius: 5px;
	background-color: #c7d8e7;
}

.dateSelector_w .month .month_ul ul li{
	font-size: 20px;
	line-height: 47px;
	color: #6f6f6f;
	text-align: center;
	width: 100%;
}
.dateSelector_w .month .month_ul ul li a {
	display: block;
	color: #6f6f6f;
}
.dateSelector_w .month .month_ul ul li.on a {
	background-color: #94bff5;
	color: #ffffff;
}

.dateSelector_w{
	width: 546px;
	margin: 0 auto;
}
.dateSelector_w .data_table{
	width: 100%;
	margin-top: 28px;
	background-image: linear-gradient(to right, #699cdc , #98c3f8);
	border-radius: 10px 10px 0 0;
}
.dateSelector_w .data_table thead{
	width: 100%;
}
.dateSelector_w .data_table thead th{
	font-size: 20px;
	line-height: 44px;
	color: #fff;
}
.dateSelector_w .data_table tbody{
	border-left: 1px solid #dedede;
	background-color: #fff;
}
.dateSelector_w .data_table tbody td{
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.dateSelector_w .data_table tbody td.usual_day:hover{
	background-color: #deecfe;
}
.dateSelector_w .data_table tbody td.unselected_month{
	color: #bcbcbc;
}
.dateSelector_w .data_table .riqi{
	position: relative;
	width: 80%;
	margin: 0 auto;
	z-index: 1;
}
.dateSelector_w .data_table .riqi .piaofu{
	position: absolute;
	right: 100%;
	top: 0;
	display: none;
	width: 347px;
	background-color: #1e6dae;
	border-radius: 3px;
}
.dateSelector_w .data_table .riqi.current{
	z-index: 2;
}
.dateSelector_w .data_table .riqi.current .piaofu{
	display: block;
}
.dateSelector_w .data_table .riqi .piaofu ul{
	padding: 7px 16px;
}
.dateSelector_w .data_table .riqi .piaofu ul li{
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	color: #fff;
	padding-left: 30px;
	position: relative;
	margin-bottom:12px;
}
.dateSelector_w .data_table .riqi .piaofu ul li:last-child{
	margin-bottom: 0;
}
.dateSelector_w .data_table .riqi .piaofu ul li a{
	color: #fff;
	/* height: 28px; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	/* overflow: hidden; */
	display: block;
}
.dateSelector_w .data_table .riqi .piaofu ul li em{
	position: absolute;
	left: 0;
	top: 0;
	font-style: italic;
	border-bottom: 2px solid #ae0524;
	height: 32px;
}
.dateSelector_w .data_table .riqi .piaofu ul li:last-child em{
	border-bottom:none;
}
.dateSelector_w .data_table .riqi .dian{
	width: 10px;
	height: 10px;
	background-color: #699cdc;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}