* {
	margin: 0px; padding: 0px;
}
html {
	background-color: rgb(244, 244, 244);
}
body {
	background-color: rgb(244, 244, 244);
}
a{text-decoration:none}
.yuyue-container {
	
}
.yuyue-container .header {
	left: 0px; top: 0px; right: 0px; position: fixed; background-color: rgb(255, 255, 255);
}
.yuyue-container .header .legend {
	height: 50px; text-align: center; line-height: 50px;
}
.yuyue-container .header .info {
	color: rgb(204, 204, 204); padding-bottom: 10px; font-size: 14px; margin-left: 10px;
}
.yuyue-container .header .info ul {
	list-style: none;
}
.yuyue-container .header .legend span::before {
	margin: -4px 4px; width: 20px; height: 20px; display: inline-block; content: " ";
}
.yuyue-container .header .legend span {
	margin: 0px 15px;
}
.yuyue-container .body .day-list .day-item .time.open {
	color: rgb(255, 255, 255); background-color: rgb(152, 206, 165);
}
.yuyue-container .header .legend .open::before {
	color: rgb(255, 255, 255); background-color: rgb(152, 206, 165);
}
.yuyue-container .body .day-list .day-item .time.close {
	background-color: rgb(204, 204, 204);
}
.yuyue-container .header .legend .close::before {
	background-color: rgb(204, 204, 204);
}
.yuyue-container .body {
	margin-top: 140px; background-color: rgb(255, 255, 255);
}
.yuyue-container .body .day-list {
	list-style: none;
}
.yuyue-container .body .day-list .message {
	padding: 10px; text-align: center;
}
.yuyue-container .body .day-list .day-item {
	text-align: center; display: flex;
}
.yuyue-container .body .day-list .day-item > div {
	padding: 10px 0px; border: 1px solid rgb(244, 244, 244); border-image: none; width: 20%;
}
.yuyue-container .body .day-list .day-item .day .num {
	font-weight: bold;
}
.yuyue-container .body .day-list .day-item .day .week {
	color: rgb(204, 204, 204); font-size: 14px; margin-top: 6px;
}
.yuyue-container .body .day-list .day-item .day {
	display: flex; flex-direction: column; justify-content: center;
}
.yuyue-container .body .day-list .day-item .time {
	display: flex; flex-direction: column; justify-content: center;
}
