.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wraper {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

em, i {
    font-style: normal;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*头部*/
.head {
    height: 66px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.head h1 {
    font-size: 16px;
    color: #474747;
    left: 0;
    bottom: 15px;
    position: absolute;
}

.search {
    width: 240px;
    height: 28px;
    line-height: 28px;
    position: relative;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.search input {
    width: 100%;
    height: 100%;
    padding: 0 24px 0 10px;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.search i {
    display: block;
    height: 100%;
    position: absolute;
    right: 6px;
    bottom: 0px;
    cursor: pointer;
}

/*课程列表*/
.list-wrap {
    margin: 20px 0 8px;
}

.list {
    padding-left: 70px;
    position: relative;
    font-size: 12px;
}

.list .label {
    position: absolute;
    width: 70px;
    line-height: 23px;
    text-align: right;
    left: 0;
    top: 0;
    color: #949494;
}

.itm-wrap {
    margin-left: 15px;
    color: #666;
}

.itm-wrap li {
    float: left;
    margin: 0px 15px 20px;
}

.itm-wrap li {
    padding: 3px 6px;
    cursor: pointer;
}

.itm-wrap li.active {
    background: #00b7ee;
    color: #fff;
}

.itm-wrap a:link {
    text-decoration: none;
    color: #666;
}

.itm-wrap :hover {
    color: #00b7ee;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.itm-wrap .active:hover {
    background: #00b7ee;
    color: #fff;
}

/*课程内容*/
.class .title {
    height: 40px;
    line-height: 40px;
    color: #616161;
    background: #f9f9f9;
}

.class .title li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
}

.class .title li.active {
    background: #00b7ee;
    color: #fff;
}

.content-wrap .content {
    width: 1224px;
}

.content-wrap .content > li {
    width: 280px;
    margin: 20px 26px 20px 0;
    border-radius: 3px;
    position: relative;
    background: #fff;
    z-index: 1;
    float: left;
    cursor: default;
}

.class-bg-layer {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    height: 100%;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.class-item-bg {
    width: 280px;
    height: 276px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content-wrap .content > li:hover .class-bg-layer {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s .05s ease;
    -moz-transition: all .4s .05s ease;
    transition: all .4s .05s ease;
}

.content-wrap .content > li:hover .class-item-bg {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content-wrap li .class-item-bg>a {
    display: block;
    width: 260px;
    height: 144px;
}

.content-wrap li img {
    width: 100%;
    height: 144px;
}

.content-wrap li h1 a {
    font-size: 14px;
    line-height: 30px;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
    display: inline-block;
}

.content-wrap li h1 a:hover {
    text-decoration: none;
    color: #00aaff;
}

.content-wrap li p {
    font-size: 12px;
    color: #bbb;
    height: 16px;
    width: 100%;
    overflow:  hidden;
    text-overflow:  ellipsis;
    white-space: nowrap;
}

.info-wrap {
    margin: 10px 0;
}

.left-info li {
    float: left;
    font-size: 12px;
    color: #949494;
    padding-left: 10px;
}

.left-info li:first-child {
    padding-left: 0;
}

.left-info li i {
    margin: 0 10px;
}
.left-info li .border{
    position: relative;
    top: -1px;
}
.people-num {
    color: #bbb;
    font-size: 12px;
}

.price {
    font-size: 14px;
    color: #fe5151;
}

.price.free {
    color: #00b7ee;
}


.list{
	  height: 52px;
}
.list-wrap>.list{
    height: auto;
}
.pages{
    margin: 30px 0 0 0;
    /*margin-top: 30px;*/
    /*margin-bottom: 50px;*/
}


/*5.5新增的样式*/
.class .title {
    height: 40px;
    line-height: 40px;
    color: #616161;
    background: #fff;
}

.class .title li {
    position:relative;
    padding:0 10px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #d9dde1;
    color: #93999f;
    margin: 0 14px 0 0;
    border-radius: 3px;
    float: left;
}
.class .title li .member-cour{
    display: inline-block;
    height: 100%;
    font-size: 14px;
    border-left: 1px solid #d9dde1;
    padding: 0 12px;
}
.class .title li.active {
    background: #00b7ee;
    color: #fff;
    border: 1px solid #00b7ee;
}
.class .title li i.active{
    color: #00b7ee;
}
/*V6.7 不对外售卖*/
.course_no_sell{
    color: #93999f;
}
/*显示划线价格的样式*/
.class-item-bg s{
    color: #949494;
}

/* v3.2 课包列表新版ui 开始 */

.stage-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 87px;
    padding: 0 12px;
    box-sizing: border-box;
    background: white;
}

.cp-info-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cp-btn-line {
    display: flex;
    justify-content: space-between;
    gap: 11px;
    width: 100%;
    margin: 14px 0 0;
}

.cp-buy-btn, .cp-detail-btn {
    flex-grow: 1;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.cp-detail-btn {
    color: #1CB7FA !important;
    background: #EAF9FF;
}

.cp-buy-btn {
    color: #F77914;
    background: #FFF1E6;
}

.cp-detail-btn:hover {
    color: white !important;
    background: #0199FF;
}

.cp-buy-btn:hover {
    color: white;
    background: #F77914;
}

.cp-vip-pic {
    width:64px;
    height:64px;
    position:absolute;
    top:0;
    left:0;
    background-image: url("../images/vip_img.png");
    background-position: 0 0;
    background-size:cover;
}

.cp-info-line-p {
    color: #999;
    font-size: 13px;
}

.cp-info-line-price {
    color: #0099FF;
}

/* v3.2 课包列表新版ui 结束 */