.sc-calendar {
	width: 100%;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #4A4A4A;
	background-color: white;
	font-size: 10px;
}
.sc-body.showmonth5{
	padding:10px 0;
	height:325px;
	overflow: hidden;
	background:#f5f5f5;
}
.sc-body.showmonth6{
	padding:0 10px;
	height:auto;
	overflow: hidden;
	background:#f5f5f5;
}

.sc-header {
	background:#172a6a;
	width: 100%;
	height:100px;
	overflow:hidden;
	/*height: 1.55rem;*/
	/* margin-top: 40px; */
	padding:0;
	overflow:hidden;
/*
	position:fixed;
	top:50px;
	left:0;right:0;
*/
	z-index:9999;
}

.sc-title {
	height:50px;
	border-bottom: 0;
	color: white;
	padding:0 10px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	line-height:1.25rem;
}
.year {
	float: left;
	position: relative;
	font-size:20px;
}

.month {
	float: right;
	position: relative;
	box-sizing: border-box;
	font-size:20px;
}

.monthdiv {
	position: relative;
	top: -5px;
	display: inline-block;
	min-width: 1.3rem;
}

.sc-mleft,.sc-mright{
	display:flex;align-items:center;justify-content: center;
}
.sc-mleft i,.sc-mright i {
	color:#fff;
	font-size:30px;
}

.year span {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Microsoft Yahei";
	color: white;
}


.sc-body {
	height:auto;
	clear: both;
}

/*星期*/
.sc-week {
	width:100%;
	height:50px;
	font-weight: 400;
	font-size: 10px;
	line-height: 0.55rem;
	color: #f7f7f7;
	display:flex;
	align-items: center;
	justify-content:space-between;
	background:#4265a7;
}

.sc-week-item {
	height: 100%;
	width: 14.285%;
	color: white;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
}

.sc-days {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sc-item {
	width:14.28%;
	height:auto;
	color: #565555;
	/* background-color: #ffffff; */
	box-sizing: border-box;
	padding:5px 0;
	position:relative;
	cursor: pointer;
}

.sc-item .day {
	font-size:16px;
	color: #333333;
	font-weight: normal;
	line-height:20px;
	font-weight: bold;
}
.sc-item .lunar-day {
	font-size:12px;
	line-height:20px;
	color: #aaa;
	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{
	/*background: url(../img/blueBg.png) center center no-repeat;
	background-size: 0.88rem 0.88rem;*/
	height:0;
	color: rgba(241, 43, 43, 1);
	padding:0;
	position:absolute;
    top:0;
	left:0;right:15px;
    text-align:right;
    font-size: 18px;
}
.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: #ddd !important;
}

.sc-premonth .day , .sc-nextmonth .day,
.sc-premonth .lunar-day , .sc-nextmonth .lunar-day{
	color: #ddd;
}

.sc-active-day{
	background:#0062CC;
	background-size: 0.88rem 0.88rem;
	background: cover;
	border-radius:5px;
}
.sc-active-day .day{color:#fff;}
.sc-active-day .lunar-day{color:#fff;}

.sc-selected{
	background:#4265a7 !important;
	background-size: 0.88rem 0.88rem;
	background: cover;
	border-radius:5px;
}
.sc-selected .day{color:#fff !important;}
.sc-selected .lunar-day{color:#fff !important;}
.sc-today {
	background:#dfdfde;
	color:#000;
	border-radius:5px;
}

.sc-today .day {
	color: #000;
}
.sc-today .lunar-day{
	color: #000;
}
.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;
}