.bbs-webinar-content{
    max-width: 1280px;
    margin: 0 auto;
    padding: 56px 0 32px;
  } 
.bbs-webinar-banner .wrapper-top .leader-poster {
    background: url(./images/webinar/bbs-webinar-banner.jpg) no-repeat center / cover;
    height: 350px;
  }

/* 推荐直播 */
.bbs-webinar-recommend{
    float: left;
    width:calc((100% - 32px)/3*2);
    margin-bottom: 44px;
}
.bbs-webinar-recommend h4{
    margin-bottom: 32px;
}
.webinar-slide-li{
    width:100%;
}
.bbs-webinar-recommend-click-blank{
    float: left;
    width: 379px;
    height: 236px;
    margin-right: 31px;
    overflow: hidden;
}
.bbs-webinar-recommend-img{
    display:inline-block;
    width: 379px;
    height:100%;
    transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
    -o-transition:all .5s
}
.bbs-webinar-recommend-img:hover{
    transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
}
.bbs-webinar-recommend-text{
    float: left;
    width: calc(100% - 410px);
    height: 248px;
}
.bbs-webinar-recommend-title{
    display: inline-block;
    max-height: 22px;
    max-width: 420px;
    overflow:hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bbs-webinar-recommend-title:hover{
    cursor: pointer;
    color: #c7000b;
}
.bbs-webinar-recommend-time{
    margin-top: 16px;
}
.bbs-webinar-recommend-character{
    max-height: 22px;
    overflow:hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bbs-webinar-recommend-description{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 8px;
    max-height: 66px;
    overflow:hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.bbs-webinar-recommend-btn{
    position: static;
    margin: 23px 0 0;
}
.icon_recommend{
    width: 16px;
    height: 16px;
    float: left;
    margin: 3px 6px 0 0;
}
.icon_expert{
    margin-top: 2px;
}
.bbs-webinar-recommend-title{
    font-weight: bold;
}

/* 直播日历 */
.bbs-webinar-calendar-mb{
    display: none;
}
.bbs-webinar-calendar{
    position: relative;
    float: right;
    width:calc((100% - 32px)/3);
}
.bbs-webinar-calendar h4{
    margin-bottom: 32px;
}
.webinar-schedule-click{
    position: absolute;
    top:6px;
    padding-right: 14px;
    right: 0;
    color: #526ECC !important;
    cursor: pointer;
}
.webinar-schedule-click:after{
    position: absolute;
    right:0px;
    top:6px;
    content: "";
    background: url(./images/webinar/bbs-webinar-schedule-icon.png) no-repeat center;
    width: 6px;
    height: 11px;
}
.webinar-timeline-wrapper{
    max-height: 430px;
    overflow: auto;
}
.webinar-timeline-wrapper::-webkit-scrollbar{
    display: none;
}
.webinar-timeline{
    width:calc(100% - 25px);
    margin-left:24px;
    border-left:1px solid #DFE1E6;
}
.webinar-timeline ul{
    padding-right: 19px;
    
}
.webinar-timeline ul:after{
   content:"";
   position:absolute;
   width:100%;
   height: 40px;
   background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
   bottom:0px;
   left:0;
}
.webinar-calendar-li{
    padding-left:23px;
    position: relative; 
    margin-bottom:24px;  
    cursor: pointer;
}
.webinar-calendar-li:before{
    content: "";
    position: absolute;
    top: 4px;
    left:-5px;
    background: url(./images/webinar/bbs-webinar-timeline-icon.png) no-repeat center;
    width: 10px;
    height: 10px;

    }
.webinar-calendar-li:hover .webinar-calendar-title{
    color:#c7000b;
    }
.webinar-calendar-li:hover.webinar-calendar-li:before{
    content: "";
    position: absolute;
    top: 4px;
    left:-7px;   
    background: url(./images/webinar/bbs-webinar-timeline-iconactive.png) no-repeat center;
    width: 14px;
    height: 14px;
}

.webinar-calendar-time{
    max-height: 18px;
    overflow: hidden;
    word-break: break-all;
    color:#575D6C !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.webinar-calendar-character{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 36px;
    overflow: hidden;
    word-break: break-all;
    color:#575D6C !important;
    text-overflow: ellipsis; 
}
.webinar-calendar-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
    max-height: 44px;
    overflow: hidden;
    word-break: break-all;
    color:#252B3A !important;
    text-overflow: ellipsis;
}
.webinar-calendar-status-click{
    position:absolute;
    right: 0;
    top: 0;
    line-height: 16px !important;
    max-width: 60px;
    height: 18px !important;
    padding:0 2.5px !important;
    width:60px;
}

/* 直播专题 */
.bbs-webinar-topic{
    float: left;
    width:calc((100% - 32px)/3*2);
    margin-bottom: 56px;
}
.bbs-webinar-topic-mb{
    display: none;
}

.bbs-webinar-topic .webinar-topic-title{
    display: flex;
    justify-content: space-between;
}
.bbs-webinar-topic .webinar-topic-title h4{
    margin-bottom: 32px;
}
.bbs-webinar-topic .webinar-topic-title .right-page{
    display:flex;
    height:24px;
    justify-content:space-around;
    position: relative;
}
.webinar-topic-title .right-page .noClick{
    opacity: 0.5;
}
.webinar-topic-title .right-page .turn-around{
    margin-left: 0;
}
.webinar-topic-title .right-page .left-arrow-icon{
    background-position:-41px 34px;
    background-size:446px 44px;
    background: url(./images/webinar/bbs-webinar-leftarrow.svg);
    width:24px;
    height:24px;
    position: absolute;
    left: -64px;
    display: inline-block;
}
.webinar-topic-title .right-page .left-arrow-icon:hover{
    background: url(./images/webinar/bbs-webinar-leftarrow-hover.svg);
    cursor:pointer;
}
.webinar-topic-title .right-page .right-arrow-icon{
    background-position:-41px 34px ;
    background-size:446px 44px;
    background: url(./images/webinar/bbs-webinar-rightarrow.svg);
    width:24px;
    height:24px;
    display: inline-block;
}
.webinar-topic-title .right-page .right-arrow-icon:hover{
    background: url(./images/webinar/bbs-webinar-rightarrow-hover.svg);
    cursor:pointer;
}
.webinar-topic-title .right-page .paging-area{
    color: #252B3A;
    margin-left: 8px;
    margin-right: 10px;
    height: 33px;
    position: absolute;
    left: -43px;
    top: -2px;
}
.webinar-topic-title .right-page .paging-area .topic-pagination-current{
    font-size: 24px;
    line-height: 24px;
    font-size: 700;
}
.webinar-topic-title .right-page .paging-area .topic-pagination-total{
    font-size: 12px;
    line-height: 12px;
}
.webinar-topic-li{
    width: calc((100% - 32px)/3);
    height:100px;
    display:inline-block !important;
    position: relative;
}

.webinar-topic-li img{
    width: 100%;
    height: 100%;
}
.webinar-topic-li:hover .webinar-topic-caption{
    color: #c7000b;
}
.webinar-topic-caption{
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.webinar-topic-caption span{
    max-height: 53px;
    max-width: 120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.swiper-topic-next.disabled,
.swiper-topic-prev.disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.webinar-topic-arrow-right {
    position: absolute;
    transition: transform .7s;
    right: -27px;
    top: calc(50% - 8px);
    content: "";
    width:17px;
    height: 11px;
    background: url(./images/webinar/webinar-topic-arrow-right.svg);
}
.webinar-topic-li:hover .webinar-topic-arrow-right{
    color: #c7000b;
    transform: translate3d(5px, 0, 0);
    transition: transform 0.5s;
}

.webinar-topic-li{
    margin-right:7px;
  }


/* 全部直播 */
.bbs-webinar-list{
    clear: both;
    margin-bottom: 32px;
}

.bbs-webinar-list-mb{
    display: none;
}

.AGrid-row.gap [class^=col-], .no-gap .AGrid-row.gap [class^=col-]{
    padding:8px;
}
.AGrid-row.gap, .no-gap .AGrid-row.gap{
    margin:-8px;
}
.bbs-webinar-list h4{
    margin-bottom: 16px;
    text-align: center;
}
.bbs-webinar-list-tab{
    position: relative;
    border-bottom:1px solid #DFE1E6 ;
}
.bbs-webinar-list-tab ul{
    overflow: hidden;
}
.webinar-nav-item{
    float:left;
}
.webinar-label-filter{
    position: absolute;
    right: 21px;
    bottom:22px;
    cursor: pointer;
}

.hidefilter:after{
    content:"";
    position: absolute;
    top: 2px;
    right:-21px;
    background: url(./images/webinar/bbs-webinar-icon-arrow.png) no-repeat center;
    background-position-y: 85%;
    width: 15px;
    height: 10px;
}
.expandfilter:after{
    content:"";
    position: absolute;
    top: 2px;
    right:-21px;
    background: url(./images/webinar/bbs-webinar-icon-arrow.png) no-repeat center;
    background-position-y: 0;
    width: 15px;
    height: 10px;
}
.bbs-webinar-list-label{
    max-width:1280px;
    margin-bottom:32px ;
    padding:24px 38px 24px 24px ;
    background-color: #FAFAFA;
}
.webinar-label-classify{
    margin-bottom:12px;
}
.webinar-label-classify:last-child{
    margin-bottom:0;
}
.webinar-item-cover ul{
    position: relative;
    max-height: 35px;
    overflow: hidden;
}
.webinar-label-showmore{
    position: absolute;
    right:12px;
    top:0px;
    font-size: 14px;
    height:32px;
    line-height: 32px;
    color:#526ECC;
    cursor: pointer;
}
.webinar-label-expand:after{
    content: "";
    position: absolute;
    background: url(./images/webinar/webinar-label-expand.png);
    width:9px;
    height:4px;
    top:13px;
    right:-12px
}

.webinar-label-collapse:after{
    content: "";
    position: absolute;
    background: url(./images/webinar/webinar-label-expand.png);
    transform: rotate(180deg);
    width:9px;
    height:4px;
    top:13px;
    right:-12px
}
.webinar-card-info{
    margin: 8px 0;
    height: 343px !important;
    position: relative;
}

.webinar-card-info .webinar-signup-btn{
    position: absolute;
    bottom: 16px;
}

.webinar-card-info:hover .webinar-signup-btn{
    background-color:#c7000b;
    border-color:#c7000b;
    color:#fff;
}

.webinar-card-cover{
    padding:0 23px 31px 23px;
}
.webinar-card-head{
    display: inline-block;
    height: 100px;
    width: 100%;
    margin-bottom:16px;
    position: relative;
}
.webinar-card-head img{
    width: 100%;
    height: 100%;
}
.webinar-card-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #252B3A;
    padding-left: 24px;
    padding-right: 84px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 22px;
    overflow: hidden;
    max-height: 44px;
    font-weight: 600;
    word-break: break-all;
}
.webinar-card-character{
    font-size: 14px;
    line-height: 22px;
    color: #252B3A;
    max-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.avater{
    display: inline-block;
    background-size: 100% 100%;
    width: 11px;
    height: 12px;
    margin-right: 11px;
    float: left;
    margin-top: 5px;
}
.webinar-card-time{
    font-size: 14px;
    line-height: 22px;
    color: #252B3A;
    margin-bottom:16px;
    max-height: 22px;
    overflow: hidden;
}
.time{
    display: inline-block;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    margin-right: 11px;
    float: left;
    margin-top: 5px;
}
.webinar-card-description{
    display:-webkit-box;
    overflow: hidden;
    line-height: 22px;
    max-height:66px;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #575D6C;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.webinar-card-label{
    display: inline-block;
}
.webinar-card-label span{
    padding:3px 10px;
    background-color:#F5F5F6;
    color:#575D6C ;
    font-size:12px; 
    line-height:18px;
    max-height: 24px;
    max-width: 104px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.webinar-list-loadmore{
    clear: both;
    margin-top: 32px;
    font-size:12px;
    line-height: 17px;
    color: #575D6C;
    text-align: center;
}
.no-data-tips{
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #A0A2A8;
}
.no-data img{
    margin-left: 50%;
    transform: translateX(-50%);
}
.webinar-topic-title .right-page .noClick{
    pointer-events: none;
}

/* 异常场景样式 */

.no-data-box {
    margin-top: 200px;
    margin-bottom: 200px;
    text-align: center;
    width: 100%;
    font-size: 0;
}

.no-data-box .icon-nodata {
    display: inline-block;
    width: 54px;
    height: 54px;
    background: no-repeat center/cover;
    margin-bottom: 8px;
    background-image:url(../ydcomm/libs/images/icon-nodata.png);
}

.no-data-box .no-data-info {
    font-size: 12px;
    color: #A0A2A8;
    text-align: center;
    line-height: 18px;
}
.webinar-label-container-mb{
    display: none;
}

.swiper-recommend .por-carousel-pagination{
    display: none;
}

@media only screen and (max-width: 768px) and (min-width: 320px){
    #header{
        display: none;
    }
    .por-text-title-t2{
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .webinar-label-container-mb{
        display: none;
    }
    .webinar-label-container{
        display: none;
    }
    .bbs-webinar-banner .wrapper-top .leader-poster {
       background: url(./images/webinar/bbs-webinar-bannerMb.jpg) no-repeat center / cover;
       height: 150px;
    }
    
    .bbs-webinar-content{
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
      }
    
      .bbs-webinar-recommend{
        width: 100%;
        margin-bottom: 0px;
        padding:28px 15px 0;
    }
      .bbs-webinar-recommend h4{
        color: #252B3A;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    
    .webinar-slide-li{
        width:100%;
    }
    
    .bbs-webinar-recommend-click-blank{
        float: none;
        width: 100%;
        display: block;
        height: 215px;
        overflow: hidden;
    }

    .bbs-webinar-recommend-img{
        height:215px;
        width: 100%;
    } 

    .bbs-webinar-recommend-text{
        margin-top: 16px;
        float: none;
        width:100%;
    }
    
    .bbs-webinar-recommend-title{
        font-size: 16px;
        line-height: 20px;
        max-height: 40px;
        max-width: 100%;
    }

    .bbs-webinar-recommend-time{
        margin-top: 8px;
        font-size: 12px;
        line-height: 18px;
    }
    .bbs-webinar-recommend-character{
        font-size: 12px;
        line-height: 18px;
        max-height: 36px;
        -webkit-line-clamp: 2;
    }
    .bbs-webinar-recommend-description{
        margin-top: 8px;
        font-size: 12px;
        line-height: 18px;
    }
    .bbs-webinar-recommend-btn{
        position: absolute;
        bottom: 28px;
    }
    
    .bbs-webinar-calendar h4{
        color: #252B3A;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
        font-weight: 600;
    }

    .bbs-webinar-topic-mb{
        display: block;
        width: 100%;
        padding: 28px 15px;
        position: relative;
        margin-bottom: 0;
    }
    .bbs-webinar-topic{
        display: none;
    }

    .bbs-webinar-topic-list-mb{
         padding: 0px 46px 0px 47px;
    }

    .webinar-topic-li{
        height: 87.5px !important;
        margin-right: 93px;
        width: 100% !important;
    }

    .swiper-topic-next{
        position: absolute;
        right: 26px;
        top: calc(50% + 19px);
        transform: translateY(-50%);
        width: 36px;
        z-index: 100;
        height: 36px;
        background:url(./images/webinar/swiper-topic-next.png) no-repeat center;
    }

    .swiper-topic-prev{
        position: absolute;
        left: 26px;
        top: calc(50% + 19px);
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 100;
        width: 36px;
        height: 36px;
        background:url(./images/webinar/swiper-topic-pre.png) no-repeat center;
    }

    .bbs-webinar-topic-mb .webinar-topic-title h4{
        margin-bottom: 16px;
    }

    .webinar-all-list{
        padding: 0px 15px 16px;
        background-color: #fafafa;
        clear: both;
    }

    .webinar-all-title{
        clear: both;
        padding:28px 0;
        text-align: left;
        padding-bottom: 15px;
    }

    .webinar-card-info{
        height: 318px !important;
    }

    .bbs-webinar-list-mb{
        display: block;
    }
    .bbs-webinar-list{
        display: none;
    }

    .webinar-all-filter-btn{
        display: block;
        float: right;
        color:#526ECC ;
        line-height: 18px;
        font-size: 12px;
    }
    .webinar-schedule-click-mb{
        display: block;
        float: right;
        color:#526ECC !important; 
    }
    .webinar-label-container-mb{
        position: fixed;
        top:0;
        z-index: 202;
        background-color: #fff;
        margin: 0;
        height: 100%;
        width: 80vw;
        right:0;
    }

    .webinar-all-btn-group {
        display: block;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .webinar-all-live-btn {
        padding: 3px 10px;
        background-color: #C7000B;
        display: inline-block;
        color: #fff;
        border-radius: 2px;
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .bbs-webinar-list-label{
        height: calc(100% - 49px);
        position: relative;
        overflow-y: auto;
        padding: 16px 0px 16px 15px;
        right: 0;
        width: 80vw;
      }

    .webinar-label-classify{
       margin-bottom: 25px;
        position: relative;
    }
    .webinar-item-cover{
        float: inherit;
        clear: both;
        width: 80vw;
    }
    .webinar-label-classify .webinar-label-list {
        overflow: hidden;
        margin-top: 10px;
        position: relative;
        margin-left:inherit;
    
    }

    .webinar-label{
        line-height: 32px;
    }
    .webinar-label-classify .webinar-label-list li {
        float: left;
        
      }
      .webinar-label-classify .webinar-label-list li.webinar-item-cover ul{
       max-height: 84px;
       overflow: hidden;
       width: 73vw;
      }
      .webinat-label-active{
          background: #C7000B!important;
          color:#fff!important;
      }
      .webinar-label-expand{
        margin-top:8px;
        width:78px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        display: inline-block;
        border:#cb0007 1px solid;
        border-radius:2px;
        color:#cb0007;
        position: relative;
        left:0;
        margin-bottom: 10px;
      }
      .webinar-label-expand:after{
        content: "";
        position: absolute;
        background: none !important;
        width:9px;
        height:4px;
        top:13px;
        right:-12px
      }
      .webinar-label-collapse{
        width:78px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        display: inline-block;
        border:#cb0007 1px solid;
        border-radius:2px;
        color:#cb0007;
        position: relative;
        left:0;
        margin-bottom: 10px;
      }
      .webinar-label-collapse:after{
        background: none !important;
      }
      .webinar-label-classify .webinar-label-list .webinar-label {
        color: #222222;
        font-size: 14px;
        background: #EEF0F5;
        cursor: pointer;
        border-radius: 2px;
        margin-bottom: 8px;
        padding: 0px 18px;
        text-align: center;
        margin-right: 6px;
        max-width: 263px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 34px;
      }
      .webinar-label-classify .webinar-label-list .webinar-label .active {
        width: 78px;
        background: #C7000B;
        color:#fff;
        margin-right: 6px;
      }
      .webinar-label-classify .webinar-label-list .webinar-label:not(.active):hover {
        color: #c7000b;
      }
      .webinar-filter-mask-layer{
        width:100vw;
        height:100vh;
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        position: fixed;
        z-index: 200;
        left: 0;
        display:none;
      }
      .webinar-filter-btn{
        position: fixed;
        bottom: 0;
        border-top: 1px solid #eee;
        background-color: #fff;  
      }
      .webinar-filter-reset,.webinar-filter-ok{
       font-size: 14px;
        height: 49px;
        line-height: 49px;
        width: 40vw;
        text-align: center;
        float: left;
      }
      .webinar-filter-ok{
        color:#cb0007;
      }
      .webinar-filter-reset{
        color:#222;
      }
      .webinar-filter-reset:after{
       content:"";
       position: absolute;
       height: 49px;
       width: 1px;
       background: #eee;
       left:40vw;
      }

    
    .webinar-show-list{
        margin-bottom: 32px;
    }

    .bbs-webinar-list h4{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
        font-weight: 600;
    }
    
    .webinar-card-cover{
        padding:0 15px 24px 15px;
    }
    .webinar-card-head{
        height: 76px;
        width: 100%;
        margin-bottom:16px;

    }
    
    .webinar-card-title{
        font-size: 14px;
        padding-left: 15px;
        padding-right: 130px;
    }
    
    .webinar-card-character{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
     .avater{
        display: inline-block;
        background-image: url(./images/webinar/webinar-card-character-icon.png);
        width: 11px;
        height: 12px;
        margin-right: 11px;
    }
    .webinar-card-time{
        font-size: 14px;
        line-height: 22px;
        color: #252B3A;
        margin-bottom:16px;
    }
    
    .webinar-card-cover .time{
        display: inline-block;
        background-image: url(./images/webinar/webinar-card-time-icon.png);
        width: 12px;
        height: 12px;
        margin-right: 11px;
    }
    .webinar-card-description{
        margin-top: 16px;
        margin-bottom: 16px;
        color: #575D6C;
    }
    
    .webinar-list-loadmore{
        clear: both;
        margin-top: 32px;
        font-size:12px;
        line-height: 17px;
        color: #575D6C;
        text-align: center;
    }
    .webinar-landing-title{
        font-size: 18px;
        color:#252b3a;
        line-height: 22px;
       padding:28px 15px 28px 15px;
        text-align: left;
       }
       .webinar-landing-bggray{
        background: #fafafa;
      }

    .webinar--landing-recent-list {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        height: 414px;
      }
      
      .landing-recent-timeline {
        position: relative;
        padding: 0px 36px 0px 35px;
      }
     
      .service-v6-timeline-line {
        background: #DFE1E6;
      }
      
      .service-v6-timeline-tip:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        left:47.8%;
        border-width: 0 6px 8px 6px;
        border-style: solid;
        border-color: transparent;
        transition: .2s;
        border-color: transparent transparent #fff;
      }
      
      .webinar-calendar-button-next,
      .webinar-calendar-button-prev {
        top: 48px;
        width: 48px;
        height: 44px;
      }
      
      .webinar-calendar-button-next {
        right: 0;
        left: auto;
        position: absolute;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background: url(./images/webinar/webinar-calendar-next.svg);
      }
      
      .webinar-calendar-button-prev {
        position: absolute;
        cursor: pointer;
        left: 0;
        right: auto;
        margin-top: -22px;
        background: url(./images/webinar/webinar-calendar-prev.svg);
        z-index: 10;
      }

      .bbs-webinar-calendar-mb{
        display: block;
        background:#fafafa;
        clear: both;
        padding: 0 15px;
      }

      .bbs-webinar-calendar{
        display: none;
        background:#fafafa;
        clear: both;
        padding: 0 15px;
      }
      
      .service-v6-timeline-card {
        box-sizing: border-box;
        display: block;
        position: relative;
      }
      
      .service-v6-timeline-card-inner {
        position: relative;
        z-index: 1;
        padding-left: 8px;
        padding-right: 8px;
      }
      
      .service-v6-timeline {
        position: relative;
        padding: 72px 48px 41px;
      }
     
      .service-v6-timeline-card {
        box-sizing: border-box;
        display: block;
        position: relative;
      }
      
      .service-v6-timeline-card em {
        font-style: normal;
      }
      
      .service-v6-timeline-line {
        position: absolute;
        z-index: 0;
        left: 11px;
        right: -11px;
        height: 2px;
        margin-top: 47px;
      }
    
    .webinar-calendar-button-next.disabled {
        opacity: 1;
        background: url(../webinar/images/webinar/webinar-timeline-next-disabled.png);
    }
    
    .webinar-calendar-button-prev.disabled {
        opacity: 1;
        background: url(../webinar/images/webinar/webinar-timeline-prev-disabled.png);
    }

    .service-v6-timeline-datedetail {
        padding: 0 0 10px;
        font-size: 0;
        height: 62px;
        text-align: center;
    }
    .por-btn-middle {
        width: 100px;
        padding: 0px!important;
        box-sizing: border-box;
    }
    .service-v6-timeline-datedetail span {
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
      }
      
      .service-v6-timeline-datedetail span:before {
        display: inline-block;
        content: '';
        margin-right: 8px;
        width: 4px;
        height: 2px;
        vertical-align: middle;
      }
      
      .service-v6-timeline-circle {
        width: 16px;
        height: 16px;
        background: white;
        border: solid 6px #8A8E99;
        border-radius: 50%;
        margin: auto;
        transition: .2s;
        position: absolute;
        top: 39px;
        left:0;
        right:0;
      }
      
      .service-v6-timeline-tip {
        position: relative;
        padding: 24px 15px;
        transition: .2s;
        margin-top: 25px;
        margin-bottom: 28px;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
        height: 242px;

      }
      
      .service-v6-timeline-tip-h {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 12px;
        line-height: 18px !important;
        max-height: 36px;
        color: #252b3a;
      }
      
      .service-v6-timeline-tip-p {
        color: #252b3a;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-top: 8px;
        margin-bottom: 16px;
      }
      .service-v6-timeline-tip-a{
        max-height: 36px;
        color: #252b3a;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
      }
       .service-v6-timeline-circle {
        transform: scale(1.33);
        border: #cb0007 5px solid;
      }
      
      .service-v6-timeline-prev,
      .service-v6-timeline-next {
        position: absolute;
        top: 130px;
        width: 48px;
        height: 44px;
        margin-top: -7px;
        background-size: cover;
        cursor: pointer;
      }
      
      .service-v6-timeline-prev:before,
      .service-v6-timeline-next:before,
      .service-v6-timeline-prev:after,
      .service-v6-timeline-next:after {
        content: "";
      }
      
      .service-v6-timeline-prev.swiper-button-disabled,
      .service-v6-timeline-next.swiper-button-disabled {
        cursor: default;
        pointer-events: none;
      }
      
      .service-v6-timeline-btn {
        text-align: center;
        font-size: 0;
      }
      .service-v6-timeline-date{
        max-height: 20px;
        position: relative;  
        color: #252B3A;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }
      .service-v6-timeline-btn .por-btn {
        margin-right: 10px;
      }
      .webinar-recent-btn{
        position: absolute;
        bottom: 24px;
        box-sizing: border-box;
    }
    .service-v6-timeline-card:hover .webinar-recent-btn {
        background-color: #CB0007;
        color:#fff;
      }

 }

 /* 兼容1024 */
  
 @media screen and (min-width:1025px) and (max-width:1440px) {
    body,
    html {
        min-width: 100%;
    }
    .bbs-webinar-content {
        width: 1200px;
    }
}

@media screen and (min-width:769px) and (max-width:1024px){
    body,
    html {
        min-width: 100%;
    }
    .bbs-webinar-content {
        width: 980px;
    }
    .col-pd-12 {
        width: 25%;
    }
    .developer-banner .poster-content {
        padding-left: 10px;
    }
    .webinar-card-title {
        font-size: 14px!important;
    }
    .webinar-card-head {
        height: 83px!important;
    }
}
  