.content-list{
        margin-top:7rem;
    }
    .liebiao{
      text-align:center;
        z-index: 99;
        position: fixed;
        background: #FFF;
        width: 100%;
        line-height: 1.8rem;
        top: 4.8rem;
        border-top: 1px solid #f4f4f4;
    }
    .liebiao a{
        font-size: 0.8rem;
    }
    .liebiao a span{
      padding: 0.1rem 0.7rem;
        color: #000;
    }
    .liebiao ul li{
        /*width:15%;*/
        margin-left:1.6rem;
        padding:0.3rem 0rem!important;
    }
    .liebiao ul li button{
        display: block;
        font-size: 0.2rem;
        text-align: center;
        line-height: 2rem;
        font-weight: 400
    }
    .list-tab .live-content {
        width: 21.6rem;
    }
    .list-tab .live-content li {
        padding: 0 0.6rem;
        /*background-color: #fff;*/
        font-family: HiraginoSansGB-W3, AdobeInvisFont, AdobeHeitiStd-Regular;
        margin-bottom: 0.5rem;
    }
    .list-tab .live-content .teacher-time {
        height: 1.4rem;
        width: 100%;
        font-size: 0.6rem;
        line-height: 1.5rem;
        border-bottom: 1px solid #f1f1f1;
    }
    .list-tab .live-content .teacher-time i {
        padding-right: 5px;
        font-size: 0.7rem;
    }
    .list-tab .live-content .teacher-time .lives {
        color: #4b9afc;
    }
    .list-tab .live-content .teacher-content {
        width: 100%;
        padding: 0.5rem 0;
        overflow: hidden;
    }
    .list-tab .live-content .teacher-content .content-fl {
        width: 8.5rem;
        height: 5.3rem;
    }
    .list-tab .live-content .teacher-content .content-fl img {
        width: 100%;
        height: 100%;
    }
    .list-tab .live-content .teacher-content .content-fr {
        margin-left: 0rem;
        width: 100%;
        /* padding-bottom: 1rem; */
        /* width: 10.6rem; */
    }
    .list-tab .live-content .teacher-content .content-div {
        margin-left: 0.6rem;
        width: 100%;
        /* padding-bottom: 1rem; */
        /* width: 10.6rem; */
    }
    .list-tab .live-content .teacher-content .content-fr .p1 {
        font-size: 0.8rem;
        color: #26304c;
    }
    .list-tab .live-content .teacher-content .content-fr .p1 .zhiding{
        float: left;
        border-style: solid;
        border-width:0.05rem;
        background: #FFF;
        color: #C85950;
        height: 1rem;
    }
    .list-tab .live-content .teacher-content .content-fr .p1 span {
        margin-top:0.1rem;
        width: 2rem;
        background-color: #FFF1D2;
        font-size: 0.6rem;
        line-height: 1rem;
        text-align: center;
        color: #A8945C;
        float: right;
    }
    .list-tab .live-content .teacher-content .content-fr .content-div .p2 {
        font-size: 0.6rem;
        height: 0.6rem;
        color: #b5bbc6;
        line-height: 0.6rem;
        margin-top: 0.9rem;
        margin-bottom: 0.5rem;
    }
    .list-tab .live-content .teacher-content .content-fr .content-div span {
        font-size: 0.7rem;
        color: #b5bbc6;
        line-height: 1.4rem;
        /*margin-top: 1rem;*/
    }
	.list-tab .live-content .teacher-content .content-fr .content-div .d {width: 3.6rem;display: inline-block;}
    .list-tab .live-content .teacher-content .content-fr .content-div .f2{
        /*float: right;*/
        margin: 1rem 2.2rem 0 0;
        cursor: pointer;
    }
    .list-tab .live-content .teacher-content .content-fr .content-div .f2 img{
        width:0.8rem;
        margin-right: 0.2rem;
        display: inherit;
      /*vertical-align:middle;*/
    }
    .list-tab .live-content .teacher-content .content-fr .content-div .f2 p {
        margin-left:1rem;
        display: inline-block;
    }
    .list-tab .live-content .teacher-content .content-fr .content-div button {
        width: 4.4rem;
        height: 1.4rem;
        background-color: #d3a45e;
        font-size: 0.7rem;
        color: #fff;
        border: none;
        border-radius: 0.1rem;
        line-height: 0.4rem;
    }
    .content-list li a {
        /*display: inline-block;*/
    }
    /*.content-list li a:visited .p1{
        color: #d3a45e !important;
    }*/
    .time {
        background-color: #fff;
    }
    .no-course {
        width: 100%;
        height: 10rem;
        text-align: center;
        padding-top: 4rem;
    }
    .live {
        margin-top: 2.5rem!important;
    }
    .live-list li a {
        color: #d3a45e;
    }
    .live-list .current a {
        color: #fff;
    }
    .zzc {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2000;
        background-color: rgba(0,0,0,.6);

    }
    .tab-head{
        height: 2.4rem;
        z-index: 99;
        top: 2.4rem;
        position: fixed;
        background:#FFF;
        list-style-type: none;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between;
        /*background:#FF4878;*/
        padding:0;
        overflow:auto;
        /*border-top: 1px solid #f4f4f4;*/
    }
    .tab-head-item{
        -webkit-box-flex:1;
        -webkit-flex:1 0 auto;
        -ms-flex:1 0 auto;
        flex:1 0 auto;
        color:white;
        /*padding:0.5rem 0.5rem!important;*/
      margin-top:0.5rem;
      margin-right:0.4rem;
    }
    .tab-head::-webkit-scrollbar {
        display: none;
    }
    .tab-head .tab-head-item a{
        color: #000000;
    }
    /*.list-li1{
        border-top: 1px solid #f4f4f4;
        background-color: #fff;
        margin-bottom: 0!important;
    }*/
    .list-li1{
        margin-bottom: 0!important;
        background-color: #fff;
    }
    .teacher-content{
        border-top: 1px solid #f4f4f4;
        margin-bottom: 0!important;
    }
