/*
* @Author: baocheng
* @Date:   2017-02-16 18:11:26
* @Last Modified by:   baocheng
* @Last Modified time: 2017-04-13 18:40:22
*/

.all-class-listfind {
    border-top: none;
    margin-top: 6px;
    padding-top: 0;
}

.all-class-listfind .list-right {
    width: 1097px;
}

.list-title-find {
    color: #14191e;
    width: 93px;
}

.sub-listfind {
    border-bottom: 1px dashed #d9dde1;
}

.class-menu-boxfind .sub-list li {
    color: #333;
    border-bottom: none;
    padding: 0 16px;
    line-height: 24px;
    font-size: 16px;
    height: 24px;
}

.class-menu-boxfind .sub-list li:hover {
    color: #333;
}

.class-menu-boxfind .sub-list li.course-active {
    border-bottom: none;
    color: #fff;
    background: #CF3B3C;
    border-radius: 2px;
}

.class-menu-boxfind .sub-list li.course-active:hover{
    color: #fff;
}

.class-menu-boxfind .sub-listfind li:hover {
    border-bottom: none;
}

.class-menu-boxfind .sub-list .titPtop {
    margin-top: 20px;
}

.newclass-find {
    border-top: none;
    margin-top: 24px;
    background-color: #fff;
}

#courseTypes {
    border: 1px solid #CF3B3C;
    overflow: hidden;
    display: inline-block;
}

.newclass-find li {
    padding: 6px 15px;
    line-height: 1;
    color: #666;
    margin: 0;
}

.newclass-find .aacchov:hover {
    background-color: #07bbee;
    color: #fff;
    border-color: #07bbee;
}

.newclass-find li.state-findP {
    padding-bottom: 6px;
    margin-left: 0;
}

.newclass-find li.statefind-active {
    background-color: #CF3B3C !important;
    color: #fff;
    border-color: #CF3B3C !important;
}

.sreach-find {
    width: 282px;
    height: 40px;
    background: rgba(207, 59, 60, 0.05);
    border: 1px solid #CF3B3C;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 109px;
    padding: 3px 3px 3px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sreach-find span {
    height: 24px;
    background: transparent;
}

.sreach-find .icon {
    float: right;
    width: 57px;
    height: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E34445), to(#BA0F10));
    background: linear-gradient(180deg, #E34445 0%, #BA0F10 100%);
    -webkit-box-shadow: -7px 0px 14px rgb(255 255 255 / 10%);
    box-shadow: -7px 0px 14px rgb(255 255 255 / 10%);
    border-radius: 109px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.sreach-find .icon img{
    margin: 0 auto;
    margin-top: 6px;
}

/*.sreach-find i {*/
/*    width: 16px;*/
/*    height: 30px;*/
/*    background: url("../../../../images/themes/gansu/com_search_icon.png") no-repeat;*/
/*    background-position: center;*/
/*    margin: 0 auto;*/
/*    float: none;*/
/*    line-height: 32px;*/
/*}*/

.sreach-find input.sreachfind-in {
    width: 140px;
    height: 22px;
    line-height: 40px;
    padding-top: 6px;
    background: transparent;
    font-size: 13px;
}

.sreach-find input.sreachfind-in::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 13px;
    color: #7B3A3B;
}

.sreach-find input.sreachfind-in::-moz-placeholder {
    font-weight: 500;
    font-size: 13px;
    color: #7B3A3B;
}

.sreach-find input.sreachfind-in:-moz-placeholder {
    font-weight: 500;
    font-size: 13px;
    color: #7B3A3B;
}

.sreach-find input.sreachfind-in:-ms-input-placeholder {
    font-weight: 500;
    font-size: 13px;
    color: #7B3A3B;
}

.newclass-find .aaccfind {
    padding: 0;
    height: 26px;
    line-height: 26px;
}

.aaccfind i {
    display: inline-block;
    font-size: 14px;
    height: 100%;
    color: #dde1e4;
    padding: 0 1px 0 8px;
}

.aaccfind .member-cour {
    display: inline-block;
    height: 100%;
    font-size: 14px;
    border-left: 1px solid #d9dde1;
    padding: 0 12px;
}

.aaccfind .icon-active {
    color: #07bbee;
}

.aaccfind i:hover {
    color: #07bbee;
}

.classfind-list {
    overflow: visible;
}

.classfind-list ul {
    overflow: visible;
}

.classfind-list li {
    float: left;
    width: 268px;
    height: 284px;
    box-sizing: border-box;
    margin: 9px 28px 29px 0;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 8px 0 rgba(221, 221, 221, .7);
}

.classfind-list li:hover{
    border: 1px solid #991E1F;
}

.classfind-list li:hover .course-title {
    color: #991E1F;
}

.classfind-list li:hover .stage-con{
    height: 40px;
    /*padding-top: 5px;*/
}
.classfind-list li:hover .stageMove {
    top: 113px;
}

.classfind-list .mb-none {
    margin-bottom: 0;
}

.classfind-list li .picture {
    height: 154px;
    /*position: relative;*/
    /*overflow:hidden; */
    border-radius: 3px 3px 0 0;
    background-image: url('../../../images/overview_demo.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.classfind-list .infos .h5 {
    height: auto;
    padding-top: 3px;
}

.classfind-list .class-infos.class-infos {
    padding-top: 0;
    margin-top: 4px;
}

.classfind-list .infos .h5 a {
    top: 0;
}

.classfind-list .infos .h5 .type {
    top: 0;
}

.classfind-list .parcel-box {
    width: 268px;
    height: 284px;
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 20px;
    border: none;
}

.classfind-list .infos {
    padding: 16px 10px 20px;
}

.classfind-list .infos .h5 a {
    color: #14191e;
}

.classfind-list .class-infos .peo .iconfont {
    color: #93999f;
}

.class-list .class-infos .free b {
    color: #07bbee;
}

.classfind-list .infos .h5 .type {
    color: #93999f;
    border-color: #d9dde1;
}


/*.classfind-list .infos .curName {
    color: #14191e;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}*/

.classfind-list .infos .curintro {
    color: #93999f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.classfind-list .infos p {
    height: 40px;
    line-height: 1.6;
    margin-top: 9px;
}

.classfind-list ul li .class-infos .price {
    color: #ee1207;
}

.classfind-list .class-infos .peo {
    color: #93999f;
}

.classfind-list .class-infos .showsta {
    color: #07bbee;
    font-size: 16px;
}

.parcel-member {
    width: 64px;
    height: 64px;
    background-image: url('../../../images/vip_img.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: -1px;
    top: 0;
}

.parcel-full {
    width: 53px;
    height: 31px;
    background-image: url('../../../images/course-full.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: -5px;
    bottom: 0;
}
#classList{
    padding-bottom: 50px;
}
.pages-find {
    margin: 20px 0 0 0;
    /*margin: 20px auto 50px;*/
    /*padding: 20px 0 50px;*/
}

.pages-find li {
    color: #707070;
    border-color: #aaa;
}

.pages-find li:nth-child(1) {
    display: none;
}

.pages-find li a {
    padding: 5px 10px;
    color: #707070;
}

.pages-find li span {
    padding-top: 5px;
    padding-bottom: 5px;
}


/*------*/


.stage {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
}

.stageMove {
    position: absolute;
    top: 154px;
    left: 0;
    width: 100%;
    height: 110px;
    padding: 0 12px ;
    box-sizing: border-box;
    background-image: url(../../../images/gradient.png);
    background-repeat: no-repeat;
    background-position: -1px top;
    background-size: 110% auto;
    transition: top .3s ease-in-out;
    cursor: pointer;
}

.stage-price{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 76px;
    padding: 0 12px;
    box-sizing: border-box;
    cursor: pointer;
}

.stageMove h5 {
    margin: 14px 0 0;
    line-height: 21px;
    color: #14191e;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 41px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
}
.stageMove h5:hover{
    color: #07bbee;
}
.stageMove .stage-con {
    height: 0;
    line-height: 20px;
    color: #93999f;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s ease;
}

.stage .stage-price {
    font-size: 0;
    padding-top: 18px;
}

.stage-price .allsta-bot{
    position: absolute;
    left: 12px;
    bottom: 20px;
    width: 255px;

}

.stage-price .rmb strong{
    display: inline-block;
    line-height: 16px;
    font-size: 16px;
    color: #07bbee;
    font-weight: normal;
}
.stage-price .rmb b {
    position: relative;
    left: -3px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #fe5151;
    font-weight: normal;
}

.stage-price .rmb s {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #949494;
    margin-left: 4px;
}

.stage-price .people i {
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #93999f;
}

.stage-price .people em {
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 12px;
    line-height: 12px;
    margin-left: 7px;
    color: #93999f;
}

.stage-price .pattern {
    font-size: 12px;
    color: #93999f;
    line-height: 1;
    padding-top: 7px;
}
/*V6.7 涓嶅澶栧敭鍗�*/
.course_no_sell{
    color: #93999f;
}

.em-course-content {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
    border-top: 3px solid #F5D8D8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 20px 32px;
    width: 1200px;
    margin: 0 auto;
}

.course-list {
    float: left;
    margin: 20px 0 0 20px;
    width: calc(25% - 20px - 2px);
    height: 260px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(204, 57, 58, 0.15);
    box-shadow: 0px 0px 8px rgba(204, 57, 58, 0.15);
    border: 1px solid #fff;
}

.course-list > img {
    display: block;
    height: 142px;
    width: 100%;
}

.course-list:hover {
    border: 1px solid #991E1F;
}

.course-list:hover .course-title {
    color: #CF3B3C;
}

.course-box {
    padding: 9px 18px 0 15px;
}

.course-title {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    height: 44px;
    overflow: hidden;
}

.course-title:hover {
    text-decoration: none;
    color: #CF3B3C !important;
}

.course-txt {
    padding-top: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 50%;
    color: #8B8B8B;
}

.course-txt.spe {
    padding-top: 8px;
    max-width: 100%;
    margin-top: 8px;
    border-top: 1px dashed rgba(153, 153, 153, 0.3);
}

.course-txt > span {
    color: #CF3B3C;
}
