/*
+-+-+ classes start +-+-+
 */
/*搜索框 star*/
.screen-box{
    width: 1200px;
    margin: 1em auto;
    border: #EEEEEE solid 1px;
    height: 100%;
}
.screen-box .screen-list-box{
    width: 100%;
    display: inline-block;
    margin: 1em 0;
}
.screen-box [class^="layui-col-"].name{
    margin-top: 1em;
    font-size: 14px;
}
.screen-box [class^="layui-col-"].list{
    /*margin-top: 0.3em;*/
}
.screen-box .name{
    text-align: center;
    color: #333333;
}
.screen-box ul{
    text-align: left;
    display: inline-block;
    width: 100%;
}
.screen-box li{
    float: left;
    padding: 3px 8px;
    font-size: 14px;
    margin-right: 0.5em;
    margin-top: 0.8em;
    border-radius: 5px;
    cursor: pointer;
}
.screen-box li a{
    display: block;
    color: #333333;
}
.screen-box li.active{
    background: #FF7F00;
    padding: 3px 8px;
    border-radius: 5px;
}
.screen-box li.active a{
    color: white;
}
/*搜索框 end*/
.img-object{
    width: 100%;
    height:100%;
    object-fit: cover;
    object-position: 50% 20%;
}
.ck_ad_slide{
    width: 100%;
    height: 25vh;
    margin-top: 5px;
}
/*班级列表 star*/
.classes-list-box{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    border-top: #999999 solid 1px;
}
.classes-list-box .classes-list{
    width: 1200px;
    margin: 1em auto;
    display: inline-block;
}
.classes-list-box .classes-list [class^="layui-col-"].title{
    text-align: left;
}
.classes-list-box .classes-list [class^="layui-col-"].title img{
    width: 46px;
    height: 30px;
}
.classes-list-box .classes-list [class^="layui-col-"].title span{
    font-size: 16px;
    color: black;
    margin-left: 5px;
    font-weight: bold;
}
.classes-list-box .classes-list [class^="layui-col-"].sort{
    text-align: right;
}
.classes-list-box .classes-list [class^="layui-col-"].sort li{
    float: left;
    margin-right: 1em;
    color: #333333;
    padding: 3px 8px;
    font-size: 14px;
    cursor: pointer;
}
.classes-list-box .classes-list [class^="layui-col-"].sort li a{
    font-size: 14px;
}
.classes-list-box .classes-list [class^="layui-col-"].sort li.active{
    background-color: #EEEEEE;
    border-radius: 5px;
    padding: 3px 8px;
}
.classes-list-box .classes-list .list-ul{
    margin-top: 2em;
    display: inline-block;
    width: 100%;
}
.classes-list-box .classes-list .list-ul li{
    float: left;
    width: 270px;
    height: 320px;
    padding: 1em 0.5em;
    margin-bottom: 1.5em;
    margin-left: 2.2em;
    border-radius: 10px;
    text-align: center;
    box-shadow:10px 10px 10px -2px #E0E0E0;
    cursor: pointer;
}
.classes-list-box .classes-list .list-ul li:nth-of-type(4n+1){
    margin-left: 0;
}
.classes-list-box .classes-list .list-ul li .img-div{
    width: 240px;
    height: 140px;
    margin: 0 auto;
    border-bottom: #DDDDDD solid 1px;
}
.classes-list-box .classes-list .list-ul li .img-div img{
    width: 240px;
    height: 130px;
}
.classes-list-box .classes-list .list-ul li .classes-title{
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    margin-top: 1em;
}
.classes-list-box .classes-list .list-ul li .time{
    font-size: 14px;
    color: #999999;
    margin-top: 1em;
}
.classes-list-box .classes-list .list-ul li .price{
    color: #FF0000;
    font-size: 18px;
    margin-top: 1em;
    text-align: left;
    margin-left: 3em;
}
/*班级列表 end*/
/*班级详情页 star*/
.classes-show-box{
    width: 1200px;
    margin: 1em auto 0 auto;
    background-color: white;
    padding-bottom: 2em;
}
.classes-show-info{
    width: 100%;
    height: auto;
}
.classes-show-info .info-left{
    border-right: #EEEEEE solid 1px;
    padding: 1em;
}
.classes-show-info .classes-banner{
    width: 455px;
    height: 320px;
    float: left;
}
.classes-show-info .classes-info{
    margin-left: 480px;
}
.classes-show-info .classes-info h3{
    font-size: 20px;
    margin-top: 1em;
    color: #000000;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.classes-show-info .classes-info .classes-price{
    margin: 1em 0;
    font-size: 14px;
    color: #333333;
}
.classes-show-info .classes-info .classes-price span:nth-of-type(2){
    font-size: 14px;
    color: #FF5B26;
    margin-left: 4.5em;
}
.classes-show-info .classes-info .classes-price b{
    font-size: 30px;
    color: #FF5B26;
}
.classes-show-info .classes-info p{
    margin-bottom: 0.5em;
}
.classes-show-info .classes-info p font{
    margin-left: 1em;
}
.classes-show-info .classes-info .classes-enter{
    margin-top: 3em;
    display: inline-block;
}
.classes-show-info .classes-info .classes-enter a{
    float: left;
    width: 240px;
    height: 48px;
    background-image: url( ../images/buy_button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 48px;
}
.classes-show-info .classes-info .classes-enter .classes-collect{
    float: right;
    margin-left: 3.5em;
    cursor: pointer;
    margin-top: 10px;
}
.classes-show-info .classes-info .classes-enter .classes-collect i{
    font-size: 25px;
    color: #F39819;
    vertical-align: middle;
}
.classes-show-info .classes-info .classes-enter span{
    font-size: 14px;
    color: #FF8000;
    margin-left: 10px;
}
.classes-show-info .classes-info .left-teacher-brief{
    background-color: #F6F6F6;
    display: inline-block;
    margin-top: 0.5em;
    border-radius: 5px;
    padding: 1em 0.5em;
    height: 130px;
    width: 100%;
}
.classes-show-info .classes-info .left-teacher-brief img{
    max-width: 75px;
    height: 75px;
    margin-top: 1em;
}
.classes-show-info .classes-info .left-teacher-brief a{
    color: #007FFF;
}
.classes-show-info .info-right{
    height: 342px;
}
.classes-show-info .info-right .title{
    height: 50px;
    border-bottom: #EEEEEE solid 1px;
    line-height: 50px;
    background-image: url( ../images/show_bgm.png);
    background-repeat: no-repeat;
    background-size: 39px 40px;
    background-position: 5px 10px;
    padding-left: 50px;
}
.classes-show-info .info-right .classes-teacher-info{
    border-bottom: #EEEEEE solid 1px;
    padding: 10px;
    display: inline-block;
    width: 100%;
    height: 130px;
}
.classes-show-info .info-right .classes-teacher-info .avatar-div{
    float: left;
    width: 75px;
    height: 75px;
}
.classes-show-info .info-right .classes-teacher-info .avatar-div img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.classes-show-info .info-right .classes-teacher-info .teacher-info{
    margin-left: 85px;
}
.classes-show-info .info-right .classes-teacher-info .teacher-info h3{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.classes-show-info .info-right .classes-teacher-info .teacher-info p{
    font-size: 14px;
    color: #666666;
}
.classes-show-info .info-right .classes-teacher-info .teacher-info p span{
    font-size: 12px;
}
.classes-show-info .info-right .teacher-brief{
    padding: 1em;
    font-size: 14px;
    height: 100px;
    border-bottom: #EEEEEE solid 1px;
}
.classes-show-info .info-right .teacher-brief p{
    font-size: 12px;
}
.classes-show-info .info-right .teacher-brief a{
    color: #007FFF;
}
.classes-show-info .info-right .recruit-number{
    height: 70px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    background-color: #FFEDE0;
}
.classes-show-info .info-right .recruit-number p:nth-of-type(2){
    color: #FF6E00;
}
.classes-show-info .info-right .residue-number{
    height: 70px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.classes-show-info .info-right .residue-number p:nth-of-type(2){
    color: #4EB59D;
}
.classes-show-info .info-right .notice-list{
    width: 100%;
    height: 230px;
}
.classes-show-info .info-right .notice-list li{
    height: 46px;
    line-height: 46px;
    border-bottom: #DDDDDD solid 1px;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0.5em;
}
.grey-line{
    width: 100%;
    height: 15px;
    background-color: #EEEEEE;
}
.classes-content{
    width: 100%;
    height: 100%;
}
.classes-content img{
    max-width: 100%;
}
.classes-content .tab-div{
    width: 100%;
    height: 36px;
    border-bottom: #CCCCCC solid 1px;
    margin-top: 1em;
}
.classes-content .tab-div a{
    float: left;
    width: 133px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.classes-content .tab-div a.layui-this{
    background-image: url( ../images/show_tab.png);
    background-repeat: no-repeat;
    background-size: 133px 36px;
    color: white;
}
.classes-content [class^="layui-tab-"]{
    padding: 1em;
    line-height: 30px;
    font-size: 14px;
}
.classes-content .classes-appraise{
    display: inline-block;
    width: 100%;
}
.classes-content .classes-appraise [class^="layui-col"]:nth-of-type(1){
    color: #333333;
}
.classes-content .classes-appraise [class^="layui-col"]:nth-of-type(2) a{
    font-size: 12px;
    color: #FB0101;
}
.classes-content .classes-appraise .div-list{
    margin-top: 0.5em;
}
.classes-content .classes-appraise [class^="layui-col"] .list-img{
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 0.5em;
}
.classes-content .classes-appraise [class^="layui-col"] .list-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.classes-content .classes-appraise [class^="layui-col"] .list-name{
    text-align: left;
    margin-left: 48px;
}
.classes-content .classes-appraise [class^="layui-col"] .list-name p{
    margin-top: 0.3em;
}
.classes-content .classes-appraise .list-content{
    margin-top: 15px;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    padding: 0 0.8em;
}
/*班级详情页 end*/