/* -----------------------------------  ----------------------------------- */
#navfirst_item {
    display: none;
}
.course-banner {
	width: 100%;
	min-width: 1129px;
	background-color: #fff;
	min-height: 100px;
    box-shadow: 0 8px 16px 0 rgba(28,31,33,.1);
}
.course-nav-row {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
}
.course-nav-title {
	float: left;
    width: 85px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}
.course-nav-sort {
    margin-left: 65px;
}
.course-nav-sort ul {
    max-width: 90%;
}
.course-nav-sort li {
    display: inline-block;
    margin: 0 5px;
}
.course-nav-sort a {
    display: block;
    padding: 6px 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}
.course-nav-sort a:hover {
	color: #d2322d;
}
.course-nav-sort li.active a {
	background-color: #d2322d;
	color: #fff;
	border-radius: 4px;
}
.course-all-tags {
/*    max-height: 126px;*/
    overflow: hidden;
}
.show-more-box {
    position: absolute;
    right: 0;
    bottom: 0;
}
.course-menu {
    height: 32px;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.course-menu-l {
    float: left;
}
.course-menu li {
    display: inline-block;
    margin-right: 20px;
}
.course-menu li a {
    display: block;
    padding: 0 5px 10px;
    font-size: 15px;
    color: #333;
}
.course-menu li a:hover {
    color: #d2322d;
}
.course-menu li.active a {
    color: #d2322d;
    border-bottom: 2px solid #d2322d;
}
.course-menu-r {
    float: right;
    margin-right: 10px;
}
.course-sug {
    display: inline-block;
    padding: 0 12px;
    line-height: 30px;
    background-color: rgba(242,13,13,.06);
    color: #d2322d;
    border-radius: 12px;
}
.add-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("o.png") no-repeat scroll 0px 0px;
    margin-right: 5px;
    vertical-align: middle;
}
.course-list {
    padding: 15px 0 0;
}
.course-list .course-item {
   	margin-left: -30px;
    min-height: 550px;
}
.course-item li {
   	float: left;
   	width: 22.4%;
    height: 259px;
    margin: 0 0 30px 30px;
}  
.course-box {
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.course-box:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
}
.course-img {
    position: relative;
    height: 148px;
    line-height: 148px;
    text-align: center;
    background-color: #ddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.course-img img {
	display: block;
    width: 100%;
    height: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.course-name {
    font-size: 16px;
    color: #333;
    padding: 15px 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.course-meta {
    padding: 0 10px;
    font-size: 13px;
    color: #666;
    margin-top: 6px;
}
.course-price {
    padding: 15px 10px;
    font-size: 14px;
    color: #d2322d;
}
.curprice-black {
    color: #333;
}
.course-price .pre-price {
    font-size: 13px;
    color: #666;
}
.vipinfo-meta {
    background: #ff191c;
    background: linear-gradient(90deg,#ff7577,#ff191c);
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
}
.vipprice-tag {
    background-color: #FF2D3D;
    background: linear-gradient(90deg, #FF7544 0%, #FF2D3D 100%);
}
.vip-course-tag {
    background-color: #ffa422;
    background: linear-gradient(90deg,#ffa422,#ff7621);
}
.svip-course-tag {
    background: #ff191c;
    background: linear-gradient(90deg,#ff7577,#ff191c);
}
.isoff-course-tag {
    background: #7ed321;
    background: linear-gradient(90deg,#96db4b,#7ed321);
}
.course-tag {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 5px;
    color: #fff;
    line-height: 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 4px;
}
.sale-tag {
    padding: 1px 2px;
    border: 1px solid #ff5900;
    border-radius: 2px;
    font-size: 13px;
    color: #ff5900;
}
.new-course-tag {
    position: absolute;
    background-color: #f03d31;
    border: 2px solid #fff;
    border-radius: 12px;
    top: -8px;
    left: -8px;
    z-index: 10;
    font-family: dincondm;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 0 8px;
}
.course-label {
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}
.course-label .mark {
    display: inline-block;
    background-color: rgba(0,0,0,.4);
    border-radius: 12px;
    padding: 4px 8px;
    font-weight: normal;
}
.tips-box {
    text-align: center;
    font-size: 18px;
    color: #666;
}
.tips-msg {
    margin-top: 20px;
}
.courses-footer .index-wrapper {
    padding: 0 0 45px;
}
.courses-footer img {
    border-radius: 6px;
}

