.m-bd {
	width: 1080px;
}

#banner {
	background: url(../../img/fkxt/banner.png) no-repeat top center;
	height: 300px;
	width: 100%;
	max-width: 1920px;
	min-width: 1080px;
}

#courseList {
	background-color: #e6d8ff;
	border-radius: 44px;
	margin-top: 37px;
	height: 44px;
	margin-bottom: 30px;
}

#courseList li {
	float: left;
	position: relative;
	line-height: 44px;
	padding: 0 34px;
	height: 100%;
	font-size: 18px;
	color: #8445f7;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

#courseList li.selected:after {
	position: absolute;
	content: '';
	width: 175px;
	height: 86px;
	left: -27px;
	top: -24px;
	background: url(../../img/fkxt/course_select.png) no-repeat 0 0;
}

#courseList li.course1:after {
	background-position: 0 0;
}

#courseList li.course2:after {
	background-position: -181px 0;
}

#courseList li.course3:after {
	background-position: -362px 0;
}

#courseList li.course4:after {
	background-position: -543px 0;
}

#courseList li.course5:after {
	background-position: -724px 0;
}

#courseList li.course6:after {
	background-position: 0 -89px;
}

#courseList li.course7:after {
	background-position: -181px -89px;
}

#courseList li.course8:after {
	background-position: -724px -89px;
}

#courseList li.course9:after {
	background-position: -362px -89px;
}

#courseList li.course10:after {
	background-position: -543px -89px;
}

.table {
	width: 100%;
	margin-bottom: 108px;
	display: none;
}

.table.selected{
	display: table;
}

.table thead tr {
	background-color: #b373ff;
	border: 1px solid #8445f7;
}

.table tr {
	height: 54px;
}

.table thead th {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 54px;
	text-align: center;
}

.table td {
	border: 1px solid #8445f7;
	text-align: center;
	font-size: 16px;
	color: #000;
}

.align-left {
	text-align: left !important;
	padding-left: 26px;
}

.td-first {
	width: 122px;
}

.td-time {
	width: 148px;
	color: #999999 !important;
}

.td-size {
	width: 110px;
	color: #999999 !important;
}

.td-down {
	width: 130px;
}

.td-down span {
	width: 27px;
	height: 20px;
	background: url('../../img/fkxt/icon.png') -121px 0;
	display: inline-block;
	cursor: pointer;
}

.align-right {
	text-align: right !important;
	padding-right: 10px;
	line-height: 55px;
}

.align-right span {
	font-size: 16px;
	color: #8445f7;
	font-weight: bold;
}

.downAll,.downAll:hover {
	background: url('../../img/fkxt/icon.png') 0 0;
	width: 110px;
	height: 37px;
	display: inline-block;
	margin: 8px 0 0 23px;
	float: right;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
}

.gray td {
	color: #999999 !important;
}

.gray .td-down span {
	background-position: -121px -37px;
	cursor: default;
}

.gray .downAll {
	background-position: 0 39px;
	cursor: default;
}