﻿

.date-js .show-month .month-day.has_news{}
.date-js .show-month .month-day.has_news::after{opacity: 1;}
.date-js .show-month .month-day.not-this-month.has_news{background: none;}

.date-js {

	background-color: #fff;
	display: flex !important;
	flex-flow: column;
}
.date-js div{transition: 0.4s;}

.date-js .show-year {
	width: 100%;
	height: auto;
	display: flex;
	padding: 0rem 0 0.1rem;
}

.date-js .show-year .show-date {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.2rem;
	color: #354912;
}

.date-js .show-year .change-date {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;

	font-size: 0.2rem;
	color: #354912;
	line-height: 0.3rem;
	transition: 0.4s;
}
.date-js .show-year .change-date:first-child{font-size: 0.3rem;position: relative;top: -0.02rem;}
.date-js .show-year .change-date:last-child{font-size: 0.3rem;position: relative;top: -0.02rem;}


.date-js .show-year .change-date:hover {
	color: #b7c668;
}

.date-js .show-week {
	width: 100%;
	height: 0.3rem;
	display: flex;
	margin-bottom: 0.2rem;
}

.date-js .show-week .week-day {
	width: 14.28%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.16rem;
	color: #354912;
}

.date-js .show-month {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -0.125rem;
}

.date-js .show-month .month-day {
	width: 0.4rem;
	height: 0.4rem;
	margin: 0 0.125rem 0.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
	background: #354912;
	color: #fff;
	border-radius: 50%;
	position: relative;
}
.date-js .show-month .month-day::after{content: "";display: block;width: 0.05rem;height: 0.05rem;background: #b7c668;border-radius: 50%;position: absolute;bottom: 0.04rem;left: calc(50% - 0.025rem);opacity: 0;}

.date-js .show-month .month-day.active {
	background-color: #b7c668;
	border-radius: 50%;
	color: #354912;
}

.date-js .show-month .month-day.today {
	color: #354912;
	background: #b7c668;
}

.date-js .show-month .month-day.today.active {
	color: #fff;
}

.date-js .show-month .month-day.active:hover {
	color: #fff;
}


.date-js .show-month .month-day.not-this-month {
	color: #c0c4cc;
	background: none;
}

.date-js .show-month .month-day:hover {
	color: #b7c668;
}

.date-js .bts {
	width: 100%;
	height: 30px;
	border-top: 1px solid #e2e2e2;
	display: flex;
}

.date-js .bts .bt {
	width: 50%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.date-js .bts .bt:first-child{
	border-right: 1px solid #e2e2e2;
}

.date-js .bts .bt:hover {
	background-color: deepskyblue;
	color: #fff;
}






#date{width: 4.5rem;}
#date input{display: none;}
#date .bts{display: none;}
.date-js{width: 100%;}


@media(max-width: 500px){
	#date{width: 2.8rem;}
	.date-js .show-month .month-day{	width: 0.3rem;
		height: 0.3rem;
		margin: 0 0.05rem 0.25rem;}

}