body{
    background:#fff;
    font-family:"Microsoft Yahei";
    color: #333;
}
*{
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
}
.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
body,ul,input{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Microsoft Yahei',Arial,STHeiti,sans-serif;
    color: #6d6d6d;
}
.fl{float: left}
.fr{float: right}
.hover{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1),0 1px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1),0 1px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1),0 1px 3px 0 rgba(0,0,0,0.1);
}


/*�ֲ�*/
/* .banner{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: auto;
}
.banner li {
    list-style: none;
}
.banner ul li {
    float: left;
    width: 100%;
    height: 400px;
} */
.pic-first{
    background-image: url("../images/edusoho/banner.png");
    background-position: center center;
    background-size: cover;
}
.pic-second{
    background-image: url("../images/edusoho/banner.png");
    background-position: center center;
    background-size: cover;
}
.pic-third{
    background-image: url("../images/edusoho/banner.png");
    background-position: center center;
    background-size: cover;
}
.pic-fourth{
    background-image: url("../images/edusoho/banner.png");
    background-position: center center;
    background-size: cover;
}
.pic-fifth{
    background-image: url("../images/edusoho/banner.png");
    background-position: center center;
    background-size: cover;
}
.banner ol{
    position: absolute;
    bottom: 10px;
    right: 2%;
    text-align: center;
    z-index: 5;
}
.banner ol li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0px 5px;
    text-align: center;
    background: #FFFFFF;
    font-size: 0px;
    cursor: pointer;
    float: left;
}
.banner ol li.active{
    background:#00b7ee;
    list-style:none;
}

/*ҳ������*/
/*ͷ��β*/
.content{
    width: 1200px;
    margin: 0 auto;
}
.sec-2 .content{
    width: 1224px;
    margin: 0 auto;
}
section{
    width: 100%;
}
section .line-title{
    background-image: url("../images/edusoho/lineA_03.png");
    height: 114px;
    line-height: 112px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #313131;
    font-size: 28px;
}
section .footer-btn{
    height: 100px;
    /*line-height: 100px;*/
    text-align: center;
}
section .footer-btn .more-btn{
    display: inline-block;
    min-width: 105px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #616161;
    margin-top: 29px;
    cursor: pointer;
}
section .footer-btn .more-btn:hover{
    background-color: #e1e1e1;
    transition: background-color 0.5s;
}
.more-btn em{
    font-size: 12px;
    color: #616161;
}


/*�鱳��ɫ*/
.sec-2{
    background-color: #fafafa;
    clear: both;
    overflow: hidden;
    position: relative;
}
.sec-3{
    background-color: #f6f7f6;
}

/*���ܽ���*/
.center-box{
    text-align: center;
    height: 280px;
}
.center-box .pic-box{
    display: inline-block;
    width: 250px;
    height: 220px;
    margin-top: 30px;
}
.center-box .pic-box img{
    margin-top: 30px;
    margin-bottom: 34px;
}

/*��У�γ�*/
.btn-bar{
    width: 100%;
    height: 80px;
}
.btn-bar .classify{
    display: inline-block;
    min-width: 85px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    margin-right: 30px;
    margin-top: 20px;
    font-size: 14px;
    color: #616161;
    cursor: pointer;
}
.btn-bar .active-classify{
    background-color: #00b7ee;
    color: #fff;
}
.btn-bar .classify:hover{
    background-color: #00b7ee;
    color: #fff;
    transition: background-color 0.5s;
}
.btn-bar .screen{
    display: inline-block;
    min-width: 54px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: 23px;
    font-size: 14px;
    color: #616161;
    background-color: #f5f5f5;
    cursor: pointer;
    border: 1px solid #dcdcdc;
}
.btn-bar .active{
    background-color: #e1e1e1;
}
.btn-bar .screen:nth-child(even){
    border-left: none;
    border-right: none;
}
.left-btn{
    border-radius: 0 4px 4px 0;
}
.right-btn{
    border-radius: 4px 0 0 4px;
}
.btn-bar .screen:hover{
    background-color: #e1e1e1;
    transition: background-color 0.5s;
}

.class-area{
    width: 100%;
    min-height: 100px;
    clear: both;
    overflow: hidden;
}
.class-area .class-box{
    width: 278px;
    height: 230px;
    margin: 15px 26.66px 15px 0;
    border: 1px solid #ececec;
    float: left;
    cursor: pointer;
    position: relative;
}
.class-area .class-box:nth-child(4n+0){
    margin-right: 0;
}
.class-area .class-box:hover{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1);
}
.class-box .live-box{
    position: absolute;
    width: 54px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-image: url("../images/edusoho/blue.png");
    padding: 0;
}
.class-area .class-box p{
    line-height: 40px;
    padding: 0 10px;
    color: #616161;
    font-size: 14px;
}
.class-area .class-box .bottom-info{
    padding: 0 10px;
    line-height: 28px;
}
.class-area .class-box div span{
    color: #c1c1c1;
    font-size: 12px;
}
.class-area .class-box div .iconfont{
    font-size: 14px;
}
.class-area .class-box div em{
    color: #00b7ee;
    font-size: 12px;
}


/*����ֱ��*/
.class-area .class-box-p{
    width: 278px;
    height: 230px;
    border: 1px solid #ececec;
    margin: 0 13px;
    position: relative;
}
.class-area .class-box-p p{
    line-height: 40px;
    padding: 0 10px;
    color: #616161;
    font-size: 14px;
}
.class-area .class-box-p .bottom-info{
    padding: 0 10px;
    line-height: 28px;
}
.class-box-p .live-box{
    position: absolute;
    width: 54px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-image: url("../images/edusoho/blue.png");
    padding: 0;
}
.class-area .class-box-p div span{
    color: #c1c1c1;
    font-size: 12px;
}
.class-area .class-box-p div em{
    color: #00b7ee;
    font-size: 12px;
}
.class-area .play-class-box{
    /*width: 300px;*/
    height: 347px;
    float: left;
}
.play-class-box .play-box{
    width: 306px;
    height: 108px;
    line-height: 108px;
    position: relative;
}
.play-class-box .play-box .lines{
    border-top: 1px solid #e1e1e1;
    width: 306px;
    display: inline-block;
}
.play-box .play-state{
    position: absolute;
    top: 38px;
    text-align: center;
    width: 306px;
}
.play-box .play-state p{
    line-height: 32px;
    color: #949494;
    font-size: 12px;
}
.play-box .play-state p em{
    background-color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 36px;
    color: #e1e1e1;
    border-radius: 100px;
}
.active .play-box .play-state p{
    line-height: 32px;
    color: #00b7ee;
    font-size: 12px;
}
.active .play-box .play-state p em{
    background-color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 36px;
    color: #00b7ee;
    border-radius: 100px;
}


/*��Ʒ�γ�*/
.class-area .layer-box{
    width: 280px;
    height: 208px;
    margin-right: 26.66px;
    float: left;
    position: relative;
    cursor: pointer;
}
.class-area .layer-box:nth-child(4n+0){
    margin-right: 0;
}
.top-box{
    position: absolute;
    width: 280px;
    height: 200px;
    border: 1px solid #ececec;
    border-radius: 3px;
    background-color: #fff;
    z-index: 5;
    text-align: center;
}
.bottom-box{
    position: absolute;
    width: 266px;
    height: 200px;
    border: 1px solid #ececec;
    border-radius: 4px;
    top: 6px;
    left: 7px;
}
.top-box img{
    margin-top: 10px;
}
.top-box p{
    text-align: left;
    padding: 0 12px;
    line-height: 48px;
    color: #616161;
    font-size: 14px;
}


/*�Ƽ���ʦ*/
.teacher-box{
    width: 278px;
    height: 325px;
    margin-right: 26.66px;
    float: left;
    border: 1px solid #ececec;
    border-radius: 4px;
    /*cursor: pointer;*/
    position: relative;
}
.teacher-box:nth-child(4n+0){
    margin-right: 0;
}
.teacher-box:hover{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1);
}
.teacher-box .teacher-pic{
    height: 250px;
    text-align: center;
    background-color: #f8f8f8;
}
.teacher-box .teacher-pic img{
     border-radius: 50%;
    /* margin-top: 36px; */
    display: block;
    width: 100%;
    height: 100%;
}
.teacher-box .teacher-pic p{
    line-height: 32px;
    color: #c1c1c1;
    font-size: 12px;
}
.teacher-box .teacher-pic .img-box{
    width: 110px;
    height: 110px;
    margin-top: 36px;
    display: inline-block;
    border-radius: 50%;
    background-color: #e9e9e9;
}
.teacher-box .teacher-pic .teacher-name{
    color: #616161;
    font-size: 16px;
    margin-top: 15px;
}
.teacher-box>p{
    padding: 10px;
    height: 55px;
    line-height: 20px;
    font-size: 12px;
    color: #949494;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.teacher-box .btn-box{
    position: absolute;
    bottom: 0;
    width: 278px;
    height: 0;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    display: none;
}
.teacher-box .btn-box div{
    display: inline-block;
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 22px 10px;
    border-radius: 3px;
    cursor: pointer;
}
.teacher-box .btn-box div:first-child{
    background-color: #00b7ee;
    border: 1px solid #00b7ee;
    color: #fff;
    font-size: 12px;
}
.teacher-box .btn-box div:last-child{
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    color: #616161;
    font-size: 12px;
}
.teacher-box .btn-box div.active{
    background-color: #03a4d4;
}
.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.swiper-container.height340{
    height: 340px;
}
.swiper-container.height535{
    height: 535px;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background:#37baf7;
}
.index-content  .swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    font-size: 0;
}



.parcel-member {
    width: 64px;
    height: 64px;
    background-image: url(../../../images/vip_img.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: -11px;
    top: 0;
    z-index:10;
}

.parcel-full {
    width: 53px;
    height: 32px;
    background-image: url(../../../images/course-full.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: -16px;
    bottom: -1px;
    z-index:10;
}

.layer-box .parcel-member{
    left: -13px;
    top: -1px;
}
.layer-box .parcel-full{
    right: -18px;
    bottom: -1px;
}
.swiper-container-horizontal li > a.full{
	display: block;
    width: 100%;
    height: 100%;
}
/*ipad 样式*/
@media screen and (min-width:768px) and (max-width:1024px){
    .stuHeart{width:500px;}
    .content{width:100%;overflow: hidden}
    .newzi-list li{margin:20px 18% 0;}
    .poster-main .poster-list{overflow: hidden;clear:both;}
    .dynamic{width:46%;}
    .left-btn{margin-right:20px;}
}
/*V6.7 售卖类型*/
.noSell_live{
    float: right!important;
}





