﻿@charset "utf-8";
.msk {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -2;
	background: #b3defe;
}

.menu_banner {
	position: relative;
	width: 100%;
}

.menu_banner img {
	float:left;
	width: 100%;
}

.line {
	width: 100%;
}

.tabClick {
	background: #f3f3f3;
	overflow: hidden;
	width: 100%;
}

.tabClick li {
	height: 40px;
	line-height: 40px;
	width: 33.33%;
	font-size: 14px;
	float: left;
	text-align: center
}

.tabClick li.active {
	color: #099;
	transition: 0.1s;
	font-weight: bold
}

.tabCon {
	overflow: hidden;
}

.tabBox {
	position: relative
}

.lineBorder {
	height: 2px;
	overflow: hidden;
	border-bottom: 1px solid #099;
	background: #f3f3f3
}

.lineDiv {
	background: #099;
	height: 2px;
	width: 33.3%;
}


/*----banner样式结束----*/

.c_f {
	position: relative;
	width: 90%;
	margin: 40px auto 0;
	padding: 14px 8px 6px 8px;
	border-radius: 14px;
}

.c_f span {
	display: block;
	max-width: 50px;
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.c_f p {
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}


.week {
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 18px;
	border-radius: 8px;
	text-align: center;
	width: 100px;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
}

.date {
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
}


/*----------中间层的背景以线框样式开始-----------*/
.box_1 {border:1px solid #9cca34;}
.box_2 {border:1px solid #01b9ef;}
.box_3 {border:1px solid #f15246;}
.box_4 {border:1px solid #cc62c6;}
.box_5 {border:1px solid #35c2e0;}
.box_6 {border:1px solid #e8ce23;}
.box_7 {border:1px solid #e70a29;}
.week_1 {background: #9cca34;}
.week_2 {background: #01b9ef;}
.week_3 {background: #f15246;}
.week_4 {background: #cc62c6;}
.week_5 {background: #35c2e0;}
.week_6 {background: #e8ce23;}
.week_7 {background: #e70a29;}

/*----------中间层的背景以线框样式结束-----------*/

.z_w {
	width: 60px;
	height: 52px;
	position: fixed;
	right: 0;
	top: 36%;
}

.z_w a {
	display: block;
	text-align: center;
	border-top-left-radius: 6px;
	line-height: 24px;
	margin-bottom: 4px;
	border-bottom-left-radius: 6px;
	background: #c7e8fa;
	font-size: 14px;
	color: #FFFFFF;
	width: 60px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}