
.wrapper {
	padding-top: 90px;
}
.m-header {
	height: 90px;
	border-bottom: none;
}
.m-header .m-search-index {
	margin: 0 15px 0 15px;
}
.m-header .search-fl-list {
	height: 30px;
	line-height: 30px;
	margin: 0 15px;
	background: #f0f0f0;
	display: block;
	position: relative;
	top: 7px;
	border-radius: 3px;
	color: #999;
	font-size: 14px;
	padding-left: 10px;
}
/*课程分类*/
.nav-box-float {
	width: 100%;
	height: 50px;
	background: #fff;
	padding-top: 10px;
}
.second-tags-scroll-box {
	position: relative;
	padding: 0 15px;
}
.second-tags-scroll {
	background: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}
.second-tags-scroll ul {
	white-space: nowrap;
}
.second-tags-scroll li {
	display: inline-block;
	padding-right: 15px;
}
.second-tags-scroll a {
	font-size: 16px;
	color: #333;
}
.second-tags-scroll .on {
	color: #508cee;
	font-weight: bold;
	display: block;
	font-size: 20px;
}
.second-tags-scroll span {
	padding: 0 0 13px;
}
.second-tags-scroll-box .right-mask {
	width: 20px;
	height: 50px;
	position: absolute;
	right: 15px;
	bottom: 1px;
	z-index: 2;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff);
	background-image: linear-gradient(to right, rgba(255,255,255,0), #fff);
}
/*加载中*/
.yey-list-loading {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #757575;
	background: #fff;
	text-align: center;
	font-size: 14px;
}
.yey-list-loading a {
	color: #508cf1;
}
.mall-totop {
	bottom: 80px;
}
