.courseTab {
    background: #ffffff;
    padding-bottom: 30px;
    border-bottom: 2px solid #f1f1f1;
    ;
}

.major,
.type {
    overflow: hidden;
    zoom: 1;
}

.major span,
.type span {
    float: left;
    font-size: 14px;
    color: #8c8c8c;
    margin-right: 15px;
    margin-top: 23px;
}

.major .bxTypeBox,
.type .typeBox {
    float: left;
    width: 1119px;
}

.bxTypeBox li,
.type li {
    border-radius: 15px;
    padding: 5px 10px;
    margin-top: 20px;
    float: left;
    cursor: pointer;
}

.active {
    background: #da3a24;
    color: #ffffff;
}

/* 课程 */
.courseListUl {
    position: relative;
}
.courseListUl li {
    float: left;
    background: #ffffff;
    margin: 0 40px 25px 0;
    overflow: hidden;
    width: 270px;
}

.courseListUl li:nth-of-type(4n) {
    margin-right: 0;
}

.courseListUl li h3 {
    color: #262626;
    font: 600 16px advanFont;
    /* padding: 28px 30px 0 30px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 100%;
    text-align: center;
    padding-top: 22px;
    cursor: pointer;
}

.courseListUl li a {
    display: inline-block;
}

.courseListUl li a img {
    width: 100%;
    cursor: pointer;
    transition: all 1s;
    height: 150px;
}

.btnClick {
    padding: 30px 15px 20px 15px;
}
.btnClick span{
    display: inline-block;
    vertical-align: middle;
}
.btnClick .layui-btn {
    width: 60px;
    height: 30px;
    font-size: 16px;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
}

.btnClick .coursePrice {
    color: #da3a24;
    margin-right: 10px;
}
.btnClick .coursePrice em{
    font-size: 22px;
    width: 73px;
}
.audition {
    background-color: #da3a24;
}

.purchase {
    background-color: #ffffff;
    border: 1px solid #da3a24;
    color: #da3a24;
    margin-left: 0;
}

.purchase:hover {
    color: #da3a24;
}

.btnClick .layui-btn+.layui-btn {
    margin-left: 20px;
}
.btnClick .layui-btn{
    padding:  0 !important;
}
.courseListUl li img:hover {
    transform: scale(1.1);
}

.courseMore {
    color: #f00;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    display: none;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -41px;
}
.newstyle{
    width: 120px !important;
    margin-left: 5px;
}

 
.layui-layer-dialog .layui-layer-content{
    text-align: center !important;
    background: transparent;
}
.demo-class .layui-layer-content{
    padding-top: 20px !important;
    background: transparent;
}
.noDdata{
    width: 500px;
    height: 500px;
    display: block;
    margin: 50px auto;
}
.courseSearch{
    background: #fff;
    padding: 12px;
}
.searchKeyword {
    position: relative;
}

.searchKeyword img {
    position: absolute;
    top: 13px;
    left: 13px;
}

#courseName {
    border: 1px solid #dddddd;
    height: 38px;
    padding-left: 35px;
    width: 320px;
}

.searchBtn {
    border: none;
    background: #dddddd;
    width: 86px;
    height: 40px;
    margin-left: -4px;
    color: #666;
    cursor: pointer;
}