/**
 * flatpickr用
 */
.flatpickr-current-month {
	display: flex;
	justify-content: center;
	flex-direction:row-reverse;
}

/*
.flatpickr-current-month .numInputWrapper:after{
	content: "年";
}
.cur-year {
	order: 1
}


.cur-month {
	order: 2
}
*/