html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select , option { margin: 0;padding: 0;}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000;
	height: 100%;
}
img {
	border: none;
	vertical-align: middle;
	/*border-radius: 5px;*/
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #d3010e;
}
ul,ol,dl,dt,dd,li {
	list-style: none;
}
table {
    border-collapse: collapse;
    table-layout: fixed;
}
input, textarea , select {
    outline: none;
    border: none;
}
textarea {
    resize: none;
    overflow: auto;
}
/*清楚浮动*/
.clearfix{
	zoom: 1;
}
.clearfix:after{
	content: "";
	visibility: hidden;
	display: block;
	overflow: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.dot {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	float: left;
	vertical-align: 10px;
	margin-top: 18px;
	margin-right: 10px;
}
body {
	min-width: 1300px;
}
.myWeeklyCanlendar {text-align:center;}
.myWeeklyCanlendar img {width:90%;height:auto;padding:20px 0;}
.datetime_header {position: absolute;z-index: 100;top: 50%;width: 100%;transform: translateY(-50%);}
.prev_icon,
.next_icon {display: inline-block;vertical-align: top;width: 6.25rem;height: 6.25rem;opacity: 0.4;}
.prev_icon:hover,
.next_icon:hover {opacity: 0.8;}
.prev_icon {background:url(left.png) no-repeat;float: left;background-size: 6.25rem 6.25rem;}
.next_icon {background:url(right.png) no-repeat;float: right;background-size: 6.25rem 6.25rem;}
.prev_icon:active,
.next_icon:active,
.weeklyCanlendarBox li a:active {opacity: .8}
.weeklyBox,.weeklyCanlendarBox {overflow: hidden;font-size: 14px;}
.weeklyBox {padding-top: 10px;padding-bottom: 5px;}
.weeklyBox li {line-height: 30px}
.weeklyBox li,
.weeklyCanlendarBox li {float: left;display: inline;width: 14.28571428%;text-align: center;}
.weeklyCanlendarBox li a {display: inline-block;width: 30px;line-height: 30px;border-radius: 100%;color:#0d87ea;text-decoration: none;border:1px solid transparent}

.weeklyCanlendarBox li.active a {background:#0d87ea;color: #fff;}
.weeklyCanlendarBox li.clickActive a {border:1px solid #0d87ea}
.weeklyCanlendarBox li a.disabled {color: #ccc;pointer-events: none}