/*<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">*/

/*发现课程 ipad适配样式*/
@media screen and (min-width:768px) and (max-width:1024px){
    .class-menu-box{
        width:100%;
    }
    .all-class-list{
        width:100%;
    }
    .all-class-listfind .list-right{
        box-sizing:  border-box;
        width: 90%;
        box-sizing:  border-box;
    }
    .sub-list{
        position:relative;
    }
    .list-title-find{
        position:absolute;
        top:0;
        left:0;
        display:  block;
        width: 10%!important;
    }
    .class-menu{
        width:100%!important;
    }
    .newclass{
        width:100%!important;
        padding:0 15px;
        box-sizing:border-box;
    }
    .class-list{
        width:100%;
        box-sizing:border-box;
        padding:0 15px;
    }
    .classfind-list li:nth-child(4n){
        margin-right:0;
    }
    .class-list ul{
        width:100%;
        box-sizing:border-box;
        margin-left:0px;
    }
    .classfind-list .parcel-box{
        width:100%!important;
    }
    #classList{
        height:auto!important;
    }
    .stage-price .allsta-bot{
        width: 88%!important;
    }
    .classfind-list li{
        width:24.25%;
        margin-right:1%;
    }
    .classfind-list li:nth-child(4n){
        margin-right:0;
    }
    header.header .page-container{
        width:100%!important;
    }
    .content-wrap .content{
        width:100%;
        padding:0 20px;
        box-sizing:border-box;
    }
    .content-wrap .content > li{
        width:24.25%!important;
        margin-right:1%;
    }
    .content-wrap .content > li:nth-child(4n){
        margin-right:0;
    }
    .wraper{
        width:100%;
    }
    .class-item-bg{
        width:100%;
    }
    .content-wrap li .class-item-bg>a{
        width:100%;
    }
    .content-wrap li h1 a{
        width:100%;
    }
    .left-info li{
        padding-left:0;
    }
    .left-info li i{
        margin:0 3px
    }
    .head{
        padding:0 20px;
        width:100%;
        box-sizing:border-box;
    }
    .head h1{
        left:20px;
    }
    .search{
        right:20px;
    }
    .list .label{
        left:20px;
    }
    .class .title{
        margin-left:20px;
    }
    .classfind-list li .picture{
        background-size:100% 100%;
    }
}

/*课程包ipad 适配*/
@media screen and (min-width:768px) and (max-width:1024px){
    /**{*/
    /*box-sizing:border-box;*/
    /*}*/
    /*.wraper{*/
    /*width:100%!important;*/
    /*padding:0 15px;*/
    /*}*/
    /*.content-wrap .content{*/
    /*width:100%!important;*/
    /*}*/
    /*.content-wrap .content > li{*/
    /*width:24%!important;*/
    /*margin:0!important;*/
    /*margin-riht:1%!important;*/
    /*}*/
    /*.wraper{*/
    /*height:auto!important;*/
    /*}*/


}

/*顶部tip*/

.top-tip-desc {
    width: 1164px;
    margin: 0 auto;
    background-color: #F5FAFF;
    color: #56B1FF;
    font-size: 15px;
    font-weight: 500;
    margin-top: 26px;
    padding: 14px 18px;
}



















