* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
} 

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.week_content {   
}

.week_title {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 18px 0 10px;
}
 
.week_title #showDate {
	display: inline-block;
	vertical-align: middle;
}
.week_title #showDate{font-size: 18px; }

.week_title a {
	width: 20px;
	height: 20px; 
	border-radius: 50%;
	position: relative;
}

.week_title a:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #DE4646;
	border-right: 2px solid #DE4646;
	transform: rotate(-135deg);
	position: absolute;
	right: 2px;
	top: 5px;
}
#prevWeek{position: absolute; left: 10px}
#nextWeek{position: absolute; right: 10px}


.week_title a.nextWeek:before {
	transform: rotate(45deg);
	right: 7px;
}
 

.week_box ul li {
	width: 14.285%;
	float: left;
	text-align: center;
	line-height: 30px;
	font-size: 12px
}

.calendarContent {
	width: 100%;
	overflow: hidden;
}

.calendarAll {
	width: 100%;
	overflow-y: auto;
}

.calendar_box section {
	float: left;
	width: 14.285%;
	box-sizing: border-box;
	padding: 0 5px;
}

.calendar_box section h2 {
	text-align: center;
}
.calendar_box{padding: 8px 0 14px}
.calendar_box section h2 a {
	border-radius: 50%;
	display: inline-block;
	width: 32px;
	line-height: 32px;
	font-size: 16px;
	border: 0px solid rgba(0, 0, 0, 0);
}

.calendar_box section h2.current a {
	background: #DE4646;
	color: #fff;
}

.calendar_box section h2.select a {
	border: 0px solid #fff;
}

.calendar_box section h2.active {
	 
}

.calendar_box section h2.active a {
	 
}

.calendar_box section ul li {
	text-align: center;
	font-size: 14px;
 	margin-top: -8px;
	position: relative;
}

.calendar_box section ul li:hover article {
	display: block;
}

.calendar_box section ul li article {
	position: absolute;
	top: -32px;
	left: 0;
	left: 50%;
    margin: 0 0 0 -20px;
}
.calendar_box section ul li article:after{content: ""; position: absolute; top: 34px; left: 17px; width: 6px; height: 6px; border-radius: 5px; background: #DE4646 }
.calendar_box section ul li article.blue:after{background: #1c56db}

.calendar_box section ul li article a {
	display: block; 
	width: 38px;
	height: 32px; 
}

.down_list {
	position: fixed;
	top: 0;
	left: 0; 
	width: 100%; 
	height: 100%;
	background: rgba(0, 0, 0, .7);
 	z-index: 999;
	display: none;
	align-items: center;
    justify-content: center;
}

.down_list_c {  
	width: 85%;  
	position: relative;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	color: #333;
}

.down_list_c h1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 55px;
	background: #f9f9f9;
}

.down_list_c .jy_list {
	padding: 20px 25px;
	max-height: 450px;
	overflow: auto;
	text-align: left;
}
 

.down_list_c .jy_list a {
	display: block;
	width: 100%;
	color: #333 !important;
 	margin: 0 0 10px 0;
	padding: 0 0 12px 0;
	line-height: 22px;
	font-size: 16px;
	border-bottom: 1px solid #f2f3f6;
}
.down_list_c .jy_list a .downtype{font-size: 12px; color: #999}

.down_list_c h5 {
	position: absolute;
	top: 16px;
	right: 12px; 
	height: 30px;
    width: 30px;
	cursor: pointer;
}

.down_list_c h5:before {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	transform: rotate(-45deg);
	background: #666;
	position: absolute;
	right: 0;
	top: 10px;
}

.down_list_c h5:after {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	transform: rotate(45deg);
	background: #666;
	position: absolute;
	right: 0;
	top: 10px;
}
.optionsUl{height: 10px;}
