body{
	/*font-size: 12px;*/
	/*background: #efeff4;*/
}
.sc-calendar {
	width: 100%;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #4A4A4A;
	background-color: white;
	font-size: 10px;
}
.sc-body.showmonth5{
	overflow: hidden;
}
.sc-body.showmonth6{
	height:auto;
}

.sc-header {
	width: 100%;
	height: auto;
}

.sc-title {
	display: block;
	height: 50px;
	border-bottom: 0;
	color: white;
	padding: 10px 0;
	text-align: left;
}
.year {
	display: inline-block;
	position: relative;
	font-size: 15px;
}

.month {
	display: inline-block;
}

.monthdiv {
	position: relative;
	margin-left: 20px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	top: 2px;
	left: 10px;
}

.month .arrow {
	display: inline-block;
	width: auto;
	height: auto;
}
.year span {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	font-size: 22px;
	vertical-align: middle;
	padding: 0 30px;
}


.sc-body {
	display: block;
	height: auto;
	clear: both;
}

/*星期*/
.sc-week {
	display: flex;
	justify-content: space-between;
	height: 32px;
	line-height: 32px;
	font-weight: 400;
	font-size: 10px;
	color: #4A4A4A;
	border: 1px solid #eee;
	width: 100%;
	margin: 50px auto 0;
	border-left: 0;
}

.sc-week-item {
	display: inline-block;
	width:14.2%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	border-left: 1px solid #eee;
}
/*日*/
.sc-days {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #eee;
	border-left: 0;
	border-top: 0;
	border-radius: 0;
	height: 100%;
	overflow: hidden;
}

.sc-item {
	width: 14.2%;
	height: 120px;
	flex-grow: 1;
	padding: 20px;
	float: left;
	color: #565555;
	text-align: right;
	background-color: #ffffff;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
	border-left: 1px solid #eee;
}

.sc-item .day {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	line-height: 0.45rem;
}
.sc-item .lunar-day {
	display: none;
	font-size: 9px;
	color: #b2b2b2;
	position: relative;
	top: 10px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sc-item-small {
	font-size: 0.416666rem !important;
}
.item-nolunar {
	padding-top: 0.833333rem;
}

.sc-vocation {
	background-color: #FFEBEC;
}

.sc-mark {
	background-color: #E5FBFA;
}
.mark{
	height: 0.16rem;
	font-size: 25px;
	color: #913d90;
	position: absolute;
	right: 0;
	top: -8px;
}
.sc-mark-show {
	visibility: visible;
}

.sc-mark-hide {
	visibility: hidden;
}

.sc-vocation:before {
	content: '休';
	display: block;
	position: absolute;
	font-size: 0.7em;
	width: 1.2em;
	font-weight: 100;
	color: white;
	background-color: #E00808;
	margin-top: -0.416666rem;
}
.sc-premonth , .sc-nextmonth {
	color: #C1C0C0 !important;
}

.sc-premonth .day , .sc-nextmonth .day,
.sc-premonth .day, .sc-nextmonth .lunar-day {
	color: #C1C0C0 !important;
}

.sc-active-day{
	background-size: 0.88rem 0.88rem;
	background: #f4f4f4;
}
.sc-today {
	background: #fcf8e3;
}
.sc-today .lunar-day{
	color: white;
}
.sc-festival .lunar-day {
	color: #E00808;
}

.btnBox{
	width: 100%;
	padding: 0.5rem 0.4rem;
	background: white;
}
.returnBtn{
	display: block;
	width: 100%;
	height: 0.8rem;
	text-align: center;
	background: #4e9fee;
	color: white;
	font-size: 15px;
	line-height: 0.8rem;
	border-radius: 0.08rem;
}
