.sc-calendar {
	width: 100%;
	height: 32rem;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #4A4A4A;
	background-color: white;
	/*float: left;*/
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	user-select: none;
	-webkit-text-size-adjust: none;
	font-size: 0.666666rem;
}
.showmonth5{
	overflow: hidden;
}
.showmonth6{
	height: 36.5rem;
}



.sc-title {
	height: 5.083rem;
	border-bottom: 0;
	color: white;
}
.year {
	float: left;
	position: relative;
	left: 3.125rem;
	top: 1.25rem;
	font-size: 1rem;
}

.month {
	float: left;
	position: relative;
	width: 12.25rem;
	padding: 0.208333rem;
	box-sizing: border-box;
	top: 2.3rem;
	font-size: 0.916666rem;
	font-size: 1.25rem;
}

.monthdiv {
	position: relative;
	top: -0.3rem;
	display: inline-block;
	width: 8rem;
}

.month .arrow {
	display: inline-block;
	width: 1.5rem;
}

.sc-mleft {
	background: url(../img/arrowLeftCircle.png) center top no-repeat;
	background-size: 100% 100%;
	width: 1.5rem;
	height: 1.5rem;
}

.sc-mright {
	background: url(../img/arrowRightCircle.png) center top no-repeat;
	background-size: 100% 100%;
	width: 1.5rem;
	height: 1.5rem;
}

.month:last-child {
	width: 100%;
    margin: 0 auto;
}

.year span {
	padding: 0.2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Microsoft Yahei";
	color: white;
}


.sc-body {
	height: 23.916666rem;
	clear: both;
	/*border-bottom: 1px solid #E6E4E0;*/
}

/*星期*/
.sc-week {
	height: 4.166rem;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 4.166rem;
	color: #4A4A4A;
	background-color: #efeff4;
}

.sc-week-item {
	height: 100%;
	float: left;
	width: 14.285%;
	color: #bbbbbb;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sc-week .sc-week-today{
	color:#333333;
	background-color: white;
}
/*日*/
.sc-days {
	width: 100%;
	height: 100%;
}

.sc-item {
	width: 13.5%;
	height: 3.7rem;
	float: left;
	color: #565555;
	background-color: #ffffff;
	box-sizing: border-box;
	margin: 0.4rem 0.1rem;
	padding-top: -0.1rem;
}

.sc-item .day {
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #333333;
	font-weight: normal;
}
.sc-item .lunar-day {
	font-size: 0.7rem;
	line-height: 1rem;
	color: #b2b2b2;
	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.5rem;
	font-size: 2rem;
	line-height: 0.9rem;
	color: rgba(241, 43, 43, 1);
}
.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: #666!important;
}

.sc-premonth .day , .sc-nextmonth .day,
.sc-premonth .day, .sc-nextmonth .lunar-day {
	color: #bbb!important;
}

.sc-active-day,.sc-selected {
	/*background: url(../img/whiteCirclebg.png) no-repeat;*/
	background-size: 3.666666rem 3.666666rem;
	background: cover;
	background-position:top center;
}

.sc-today {
	/*background: url(../img/blueBg.png) no-repeat;*/
	background-size: 3.666666rem 3.666666rem;
	background-position:top center;
	color: white;
}

.sc-today .day {
	color: white !important;
}
.sc-today .lunar-day{
	color: white;
}
.sc-festival .lunar-day {
	color: #E00808;
}
.announceItem{
	display: block;
}
.announceItem>img.arrowRight{
	float: right;
	width: 0.625rem;
	height: 1.166rem;
	vertical-align: middle;
	margin-top: -2rem;
	margin-right: 0.3rem;
}
.announceItem>img.cpmpleted{
	float: right;
	vertical-align: middle;
	width: 3.833rem;
	height: 2.25rem;
	margin-top: -2.6rem;
	margin-right: 1.3rem;
}




/*20180809修改*/
.showmonth5{
margin-top: -80px;
}
.showmonth6{
margin-top: -80px;
height:auto;
}
.sc-title{
height:35px; 
padding-bottom: 2px;
}
.sc-body{
height:398px;
overflow:hidden;
}
.sc-days{
padding-top:20px;
height: auto;
overflow: hidden;
}
.month{
  top:0;
  padding:0;
  float:none;
  text-align: center;
  margin-top:-5px; 
}
.month .arrow{
width: 10px;
height: 20px;
vertical-align: middle;
cursor:pointer;
}
.sc-mleft{
background: url(../images/arrowleft.png) center top no-repeat;
-o-background-size:100%;
-ms-background-size:100%;
-moz-background-size:100%;
-webkit-background-size:100%;
background-size:100%;
}
.sc-mright{
background: url(../images/arrowright.png) center top no-repeat;
-o-background-size:100%;
-ms-background-size:100%;
-moz-background-size:100%;
-webkit-background-size:100%;
background-size:100%;
}
.monthdiv{
font-size: 18px;
position: static;
}
.monthdiv .sc-select-year{
font-size:18px;
}
.monthdiv .sc-select-month{
font-weight: 600;
font-size:18px;
}
.sc-week{
height: 36px;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    background-color: transparent;
}
.sc-week-item{
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.sc-week .sc-week-today{
    color: #fff;
    background-color: transparent;
}
.sc-item{ 
width: 14.285%;
    height:56px;
    float: left;
    color: #565555;
    background-color: transparent; 
    margin: 0;
    padding-top: 0;
    text-align: center; 
    cursor:pointer;
}
.sc-today .day{
display:inline-block;
 height:36px;
 line-height:36px;
 width:36px;
 text-align:center;
 background:#dd2026;
 -moz-border-radius:18px;
 -webkit-border-radius:18px;
 border-radius:18px;
}
.sc-item .day{
font-size:14px;
color:#666;
}
.sc-month .day{
font-size:16px;
color:#333;
}
.sc-item .lunar-day{
font-size:12px;
color:#888;
}
.sc-today .lunar-day{
font-size:0;
display:none;
}
.mark{
width:100%;
height:5px;
font-size:0; 
background:url(../images/dianicon.png) center no-repeat;
}