@import url("../common.css");
.content_box{width: 96%;margin: 0 auto;}
.content_box .layui-this{color: #3B82FF;}
.content_box .layui-form-label{width: 92px;}
.content_box .qk_input .layui-form-select input{width: 120px;}
.content_box .qkkk .qk_input{display: flex;}
.content_box .check{display: flex;align-items: center;margin-top: 20px;margin-bottom: 20px;}
.content_box .check span{margin-right: 15px;}
.content_box .layui-tab-content {padding: 20px;}
.btnGroup .layui-btn {padding: 0 32px;}
.warning{padding: 20px;overflow: hidden;margin-top: 20px;}
.warning p{margin-left: 30px;color: #757575;}
.icon-w{
	float: left;
	width: 20px;
	height: 20px;
	background: url(../../images/warning.png) no-repeat;
	background-size: contain;
} 
.tab_head{display: flex;justify-content: space-between;}   
.select_group{
	width: 60%;
	display: flex;
	justify-content: space-between;
}
.select_group .select_group_item span{margin-right: 8px;}
.btn_group{display: flex;justify-content: space-between;}
.btn_group .btn_group_right select{
	border-radius: 0;
}
.btn_group .btn_group_right input{
	border-radius: 0;
}
.select_group_box{
	overflow: hidden;
}
.select_group_box .select_group_item{
	float: left;
	width: 16.666%;
	text-align: right;
	padding-right: 12px;
}
.select_group_box .select_group_item>span{
	margin-right: 8px;
}
.margin_b{
	margin-bottom: 16px;
}
.label_group{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.label_group h5{font-weight: bold;	margin-bottom: 16px;}
.label_group label{
	padding:0 10px;
}
#timetable{color: #757575;background: #fff;}
#timetable tr td{height: 80px;padding-left: 10px;}
#timetable tr:last-child td{
	height: 30px;
}
#timetable tr th{
	background: #F8F8F8;
}
/*.layui-table-body{
	height: auto!important;	
}*/
/* 上课查询样式 */
.flex_box{
	display: flex;
	align-items: center;
}
.attend_title{
	font-weight: bold;
	font-size: 16px;
	border-left: 2px solid #3B82FF;
	padding-left: 10px;
	margin: 16px 0;
}
.attend_box{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
}
.attend_box .attend_input{
	padding: 16px;
}
.attend_input{
	display: flex;
	justify-content: space-between;
}
#attend_class{color: #757575;background: #fff;}
#attend_class tr td{height: 80px;padding-left: 10px;}
#attend_class tr:last-child td{
	height: 30px;
}
#attend_class tr th{
	background: #F8F8F8;
}
#attend_class tr td{
	text-align: center;
	padding: 0;
}
#attend_class tr td p{
	line-height: 18px;
}
#attend_class tr.total td p{
	color: #3B82FF;
}
.week_select{
	display: flex;
	align-items: center;
	
	margin-left: 20px;
}
.week_select .week_select_item{
	width: 190px;
	height: 34px;
	border: 1px solid #E5E5E5;
	display: flex;
	box-sizing: border-box;
	align-items: center;
}
.week_select>span{
	margin-right: 8px;
}
.week_select input{
	outline: none;
	border: none;
	background: no-repeat;
	width: 65px;
}
.week_select .icon_rili{
	width: 16px;
	height: 16px;
	background: url(../../images/icon-rili.png) no-repeat;
	background-size: contain;
	margin-left: 8px;
}