/*职教一体化课程包响应式布局*/
@media screen and (max-width: 768px){
    .major,.zj-header-wrap .cons{
        width: 100%;
    }
    .zj-header-wrap .cons ol{
        margin: 0;
    }
    .zj-header-wrap .cons ol li{
        float: none;
        width: 100%;
        margin: 0;
        padding: 12px;
    }
    .section-hd{
        margin: 0 auto 12px;
        padding: 0 12px;
    }
    .list-fun .img{
        float: none;
    }
    .list-fun .img img{
        width: 100% !important;
    }
    .list-fun .text{
        width: 100%;
        padding: 24px;
        box-sizing: border-box;
        margin: 0;
    }
    .product{
        width: 100%;
        padding: 24px 0;
    }
    .product .fl-l.product-img{
        display: none;
    }
    .product  .product-info{
        width: 100%;
        padding: 24px;
        margin: 0;
        box-sizing: border-box;
    }
    .teacher-info{
        width: 100%;
        padding: 0;
    }
    .teacher-item{
        clear: both;
        float: none;
        width: calc(100% - 48px) !important;
        height: auto !important;
        transform: none !important;
        margin: 24px !important;
        box-sizing: border-box;
    }
    .platform .content{
        width: 100%;
    }
    .platform .content .fl-l{
        width: 100%;
        padding: 12px 24px;
        box-sizing: border-box;
    }
    .platform .content .fl-r{
        display: none;
    }
}