.classify {
	width: 100%;
	background: #fff;
	margin-top: 1px;
	position: relative;
}

.classifyBox {
	width: 1180px;
	margin: 0 auto;
}

.classifyCon {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding: 20px 25px;
}

.hoverClassify {
	background: #eff3f5;
	color: #da4e4d;
}

.classifyCon span {
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}


.classifyChildBox {
	padding: 15px 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 79px;
	overflow: hidden;
	background: #fff;
	border-top: 1px solid #eff3f6;
	display: none;
	z-index: 20;
}

.classifyChild {
	width: 1180px;
	margin: 0 auto;
}

.classifyChild>p {
	width: 75px;
	box-sizing: border-box;
	color: #a0a0a0;
	padding: 10px 0 10px 10px;
}

.secClassify {
	width: calc(100% - 75px);
	width: -webkit-calc(100% - 75px);
	width: -moz-calc(100% - 75px);
}

.secClassify li {
	float: left;
	margin: 0 25px;
	padding: 10px;
	cursor: pointer;
}

.calssType {
	width: 100%;
	background: #fff;
	font-size: 14px;
	color: #333;
	padding: 20px 0;
	border-top: 1px solid #eff3f5;
}

.calssType p {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 30px;
	margin-right: 40px;
	border-top: 1px solid #eff3f5;
	border-bottom: 1px solid #eff3f5;
	cursor: pointer;
}

.classTypeClick {
	background: #dd3131;
	color: #fff;
}

.search {
	width: 300px;
	height: 40px;
	background: #eff3f5;
	border-radius: 40px;
	line-height: 40px;
	position: relative;
}

.search input {
	border: none;
	background: #eff3f5;
	padding-left: 20px;
	font-size: 14px;
	color: #999999;
	outline: none;
	width: 79%;
}

.search i {
	font-weight: 400;
	font-size: 17px;
	color: #999;
	cursor: pointer;
}

/*课程列表*/
.main {
	margin: 0 auto;
	width: 1180px;
	font-size: 14px;
}
.main ul li {
	width: 280px;
	margin: 0 20px 20px 0;
	border-radius: 5px;
	float: left;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	position: relative;
}

.shade {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: -5px;
	bottom: 0;
	left: -5px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.recommendPrice {
	width: 100%;
	color: #f00;
	font-size: 12px;
	margin: 5px auto;
}

.recommendClassInfo {
	margin-top: 5px;
	font-size: 12px;
	color: #999999;
}

.classCon {
	padding: 15px 10px;
	position: relative;
	z-index: 2;
}

.classTit {
	display: inline-block;
	width: 185px;
	font-weight: bold;
	color: #333333;
	vertical-align: bottom;
}

.freeText {
	display: inline-block;
	width: 65px;
	text-align: right;
	color: #FF0000;
}

.classPrice {
	font-size: 12px;
	margin-top: 5px;
}

.price {
	color: #f00;
}

.preferent {
	float: right;
	width: 55px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.preferent>span {
	background: #d43636;
	padding: 2px 8px;
	border-radius: 6px;
}

del {
	color: #999;
	font-size: 10px;
}

.classDetails a {
	display: block;
	width: 55px;
	text-align: center;
	color: #7d7e7e;
	float: right;
}
.classImg {
	width: 280px;
	height: 210px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.classImg img {
	width: 100%;
	height: 100%;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.main ul li:hover .classImg img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.main ul li:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}

.main ul li:hover .shade {
	opacity: 1;
}
.recommend{
	margin: 40px auto 20px;
}
.recommend img,
.trialClass img {
	width: 100%;
	height: 100%;
}
.myPage{
	margin: 0 auto;
	text-align: center;
}
.spage-number span.active{
	background: #dd3131;
    border-color: #dd3131;
}
.spage-number span.active:hover{
	background: #dd3131;
    border-color: #dd3131;
}
.main ul li:nth-of-type(4n) {
		margin-right: 0;
	}
@media screen and (min-width: 1760px) {
	.classifyBox,
	.classifyChild,
	.main {
		width: 1480px;
	}
	.main ul li:nth-of-type(5n) {
		margin-right: 0;
	}
	.main ul li:nth-of-type(4n) {
		margin-right: 20px;
	}
	.footerBox {
		width: 1480px !important;
	}
	.headBox {
		width: 1480px !important;
	}
}
.noMsgData{
	font-size: 18px;
    text-align: center;
    color: #999;
    margin: 30px 0 530px;
}

.openClassCon>span{
	width: 100% !important;
}
