<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sc-header {
	background: #134985;
}

.sc-title {
	display: flex;
}

.sc-title .year {
	align-self: center;
	background: #fff;
	color: #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 0.65vw 0.85vw;
}

.sc-title .year span {
	color: #333;

}

.month .arrow {
	display: inline-block;
	width: 1.5625vw;
	height: 1.3vw;
}

.monthdiv {
	top: 0;
	min-width: 2vw;
	align-self: center;
}

.month,
.sc_data {
	align-self: center;
	background: #fff;
	color: #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 0.5vw 0.85vw;
	margin-left: 1vw;
	display: flex;
	font-size: 0.83vw;
}

.sc-header {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 0.13vw;
}

.sc-week {
	height: 0.15rem;
	font-size: 0.83vw;
}

.sc_flex {
	display: flex;
	justify-content: space-between;
}

.sc-item {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 110px;
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	color: #565555;
	width: 14.18%;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #F1EBE4;
	border-style: solid;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 0.52vw;
}

.sc-item {
	position: relative;
}

.sc-item .day {
	position: absolute;
	top: 0.5vw;
	left: 0.5vw;
	font-weight: bold;
	font-size: 0.86vw;
	font-family: Arial, Helvetica, sans-serif;
}

.sc-item .lunar-day {
	position: absolute;
	top: 0.5vw;
	right: 0.5vw;
	color: #787878;
	font-size: 0.73vw;
	font-weight: normal;
}

.sc-item.sc-today .lunar-day,
.sc-item.sc-selected .lunar-day {
	color: #fff;
}

.sc-item.sc-today,
.sc-item.sc-selected {

	background: #0069de;
	color: white;

}

.mark.sc-mark-show {
	font-size: 0.83vw;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
}

#inner {
	margin-top: -2.34375vw;
}

#inner .sc_flex {
	justify-content: initial;
}

#inner .sc-header {
	background: none;
}

#inner .sc-week {
	height: 0.25rem;
	background: #134985;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	line-height: 0.25rem;
}
#inner .sc-week-item{
	border-left: 1px #326baa solid;
}
#inner .sc-week-item:nth-child(1){
	border-left: 0;
}
#inner .sc-item{
	margin: 0;
	width: 14.2857%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-right:1px #134985 solid;
	border-bottom:1px #134985 solid;
}
#inner .showmonth5{
	border-left:1px #134985 solid;
}
#inner  .sc-header{
	margin-bottom: 0;
}
#announcement{
	padding: 0;
}</pre></body></html>