.backImg{
    background-size: cover;
    height: 80vh;
    position: relative;
    transition: all ease-in 200ms;
    min-height: 500px;
}

.backImg-main{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}
.backImg-lessons_name{
    margin: 0 auto;
    width: 1200px;
    font-size:40px;
    font-weight:normal;
    color:rgba(255,255,255,1);
    line-height:55px;
}
.backImg-main_block{
    width: 100%;
    /* height: calc( 80vh - 70px); */
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.backImg-lessons_msg{
    height: 50px;
    margin: 0 auto;
    margin-top: 37px;
    display: flex;
    justify-content: center;
}
.backImg-lessons_chapters{
    width: 270px;
}
.lessons_chapters-num{
    font-size:24px;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:34px;
}
.backImg-lessons_chapters2{
    border-left: 2px solid rgba(255,255,255,0.4);
    border-right: 2px solid rgba(255,255,255,0.4);
}
.lessons-detail_img{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    z-index: -1;
}
.backImg-lessons_detail{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,0.6);
    line-height:20px;
}
.VideoLessons{
    padding-bottom: 110px;
    /* background: #F6F8FA; */
    background-color: #fff;
}
.statusing{
    pointer-events: none !important;
}
.statusing .secondUl-secondLi_main{
    pointer-events: none !important;
}
.statusing .iconfont{
    pointer-events: none !important;
}
.statusing .li-title_time{
    pointer-events: none !important;
    
}
.btn_doc_preImage:hover{
    cursor: pointer;
    color: #c32e47;
}
.btn_doc_nextImage:hover{
    cursor: pointer;
    color: #c32e47;
}
.btn_doc_preImage{
    z-index: 331;
    color: #fff;
    height: 38px;
    width: 22px;
    position: absolute;
    font-size: 38px !important;
    line-height: 38px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.btn_doc_nextImage{
    height: 38px;
    z-index: 331;
    line-height: 38px;
    width: 22px;
    font-size: 38px !important;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
.plan_secondUl-secondLi .icon-yinpin{
    font-size: 18px !important;
    left: 13px !important;
}

.VideoLessons-detail{
    padding-top: 70px;
    width: 1200px;
    margin: 0 auto;
    border-top: 2px #e9edf0 solid;
    display: flex;
    justify-content: space-between;
}
.VideoLessons-detail_left{
    position: relative;
    float: left;
    width: 780px;
}
.VideoLessons-detail_right{
    position: relative;
    float: right;
    width:340px;
}
.Video-block{
    width: 780px;
    height: 365px;
    background-size: cover;
    background-position: center;
}
.Video-introduction{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid rgba(0,0,0,0.05);
}
.Video-introduction2{
    color: #363e3b;
    margin-top: 19px;
    font-weight: 500;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}
.Video-introduction2 .zhankaiAll{
    font-size: 12px;
    transition: all ease-in 300ms;
    line-height: 24px;
    margin-right: 30px;
    color: rgba(54, 59, 62, 1);
}
.Video-introduction2 .zhankaiAll:hover{
    cursor: pointer;
    opacity: 0.9;
}
.Video-introduction_title{
    height:22px;
    font-size:16px;
    font-weight:500;
    color:rgba(54,59,62,1);
    line-height:22px;
}
.li-title_h2{
    font-size:16px;;
    line-height:42px;
    opacity:1;
}
.containerImgBlock{
    overflow: hidden;
    text-align: center;
    position: relative;
    max-width: 1200px;
    height: calc(100vh - 70px);
    margin: 0 auto;
}
.container_block,.container_block2{
    text-align: center;
    background-color: #eee;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
    display: none;
    height: calc(100vh - 70px);
}
.audioBlock{
    width: 100%;
    height: 100%;
    background-color: #000;
    text-align: center;
    align-items: center;
    position: relative;
}
.audioBlock audio{
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
}
.d {
    position: fixed;
    z-index: 20000;
    width: 200%;
    height: calc(100vh - 70px);
    top: -50%;
    left: -50%;
    line-height: 100%;
    font-size: 20px;
    transform: rotate(-30deg);
    opacity: 0.1;
    pointer-events: none !important;
  }
  .item {
    margin: 50px;
    font-weight: 600;
    display: inline-block;
    color: #333;
  }
.doc_pageCount{
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 50%;
    /* right: 0; */
    transform: translate(-50%,0);
    font-weight: 400;
    color: #363B3E;
    line-height: 39px;
}
.doc_page_text{
    font-size: 14px;
}
#container img{
    height:calc(100vh - 130px);
    max-width: 1200px;
    width: auto;
}
.el-image-viewer__close{
    top: 100px !important;
}
.pageNo_block{
    width: 38px;
    height: 39px;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 0 7px;
}
.li-title_time{
    position: absolute;
    right: 30px;
    top: 15px;
    font-size:12px;
    line-height: 12px;
    opacity:1;
    min-width: 40px;
    text-align: left;
    color: rgba(137, 137, 137, 1);
}
#container .el-image-viewer__mask{
    opacity: 1;
    background-color: #e4e4e4;
}
.Video-introduction_p{
    margin-top: 12px;
    width:100%;
    color:rgba(137,137,137,1);
    white-space: pre-wrap;
    opacity:1;
    width:780px;
    font-size:13px;
    font-weight:400;
    color:rgba(54,59,62,1);
    line-height:18px;
}
.company-logo{
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 20px;
}
.plan_li-title{
    background:rgba(243,244,245,1);
    font-size: 16px;
    height: 36px;
    width: 100%;
    position: relative;
    cursor: pointer;
    border-top: 1px rgba(223, 224, 226, 1) solid;
}
.class-times{
    color: #363e3b;
    position: absolute;
    right: 30px;
    font-size: 12px;
    font-weight: 400;
}
.class-time{
    position: absolute;
    right: 30px;
    font-size:12px;
    font-weight:400;
    line-height:36px;
    color:#363e3b;
    opacity:1;
}
.plan_li-title .li-title_icon{
    font-weight: 500;
    text-indent: 0px;
    color:rgba(195,46,71,1);
    cursor: pointer;
    position: absolute;
    right: 15px;
    font-size: 10px;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.video-plan{
  /* min-height: 400px; */
}
.footer-other {
    padding-top: 0px;
}
.Video-plan_title{
    font-weight: 500;
    position: absolute;
    left: 0;
    font-size:16px;
    
    line-height:24px;
    color:#3B3B3B;
    opacity:1;
}
.plan_li-ul{
    /* display: none; */
    /* overflow: hidden; */
    /* height: 0px; */
    width: 100%;
}
.translate-share{
    font-size: 12px;
    line-height: 12px;
    display: none;
    position: absolute;
    top: 15px;
    right: 220px;
    /* transform: translate(0,-50%); */
}
.preview_detail{
    z-index: 9999;
    position: absolute;
    left: 400px;
    top: 50%;
    transform: translate(0,-50%);
}
.statusing .translate-share{
    display: block !important;
    color: #c32e47;
}
.translate-share:hover{
    color: red;
    cursor: pointer;
}
.secondUl-secondLi_main{
    margin-left: 40px;
    padding: 11px 0;
    font-size: 13px;
    width: 54%;
    display: inline-block;
    float: left;
    line-height: 19px;
    color: #363e3b;
}
.plan_secondUl-secondLi .videoplayicon{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height:36px ;
    background: rgba(137,137,137,1);
}
.video-plan_ul{
    border-radius:6px;
    border:1px solid rgba(223,224,226,1);
    overflow: hidden;
    opacity:1;
}
.video-plan_ul .video-plan_li:first-child .plan_li-title{
    border: none;
}
.video-plan_li{
    /* border-top:1px solid rgba(0,0,0,0.05); */
    position: relative;
    width:780px;
    opacity:1;
    font-size:14px;
    
    font-weight: 500;
    line-height:36px;
    color:rgba(54,59,62,1);
    opacity:1;
}
.plan_secondUl-secondLi{
    overflow: hidden;
    min-height: 41px;
    cursor: pointer;
    position: relative;
    font-size:14px;
    border-top: 1px rgba(223, 224, 226, 1) solid;
    font-weight: 400;
    line-height:40px;
    color:#898989;
    opacity:1;
}
.VideoLessons-title_subblock:hover{
    cursor: pointer;
}
.VideoLessons-title_subblock2:hover{
    cursor: pointer;
}
.iconxingzhuangjiehe{
    font-size: 14px;
    margin-right: 8px;
    display: inline-block;
}
.VideoLessons-title_subblock{
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    border-radius:7px;
    line-height: 40px;
    height:40px;
    line-height: 40px;
    font-weight:normal;
    padding: 0 16px;
    font-size:14px;
    font-weight:normal;
    color:rgba(255,255,255,1);
    /* display: none; */
    display: flex;
}
.VideoLessons-title_subblock2{
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    border-radius:3px;
    line-height: 40px;
    height:40px;
    line-height: 40px;
    font-weight:normal;
    padding: 0 16px;
    font-size:14px;
    font-weight:normal;
    color:rgba(255,255,255,1);
    background:rgba(195,46,71,1);
}
.VideoLessons-detail_right{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.detail_right-title{
    width:100%;
    font-size:24px;
    font-weight: 500;
    line-height:28px;
    color:rgba(54,59,62,1);
    opacity:1;
}
.accesscode-dia{
    z-index: 1003;
}
.mask-Login{
    z-index: 1002;
}
.login{
    z-index: 1003;
}
.span-times{
    margin-bottom: 40px;
    font-size:16px;
    
    ;
    line-height:18px;
    color:rgba(195,46,71,1);
    opacity:1;
    margin-top: 21px;
}
.detail_right-text{
    width:100%;
    font-size:14px;
    line-height:17px;
    color:rgba(137,137,137,1);
    opacity:1;
    margin-bottom: 52px;
}
.menteeDetail1{
    border-bottom:1px solid rgba(0,0,0,0.05) ;
    padding-bottom: 16px;
    margin-top: 16px;
    height:18px;
    font-size:13px;
    font-weight:400;
    color:rgba(137,137,137,1);
    line-height:18px;
}
.menteeDetail .menteeDetailicon{
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #C32E47;
}
.menteeDetailName{
    font-size:14px;
    
    ;
    line-height:20px;
    color:rgba(54,59,62,1);
    opacity:1;
}
.menteeDetailBtn{
    cursor: pointer;
    text-align: center;
    height:50px;
    background:rgba(195,46,71,1);
    opacity:1;
    border-radius:3px;
    font-size:14px;
    line-height:50px;
    color:rgba(255,255,255,1);
    opacity:1;
}
.menteeDetailBtnSub{
    display: flex;
    cursor: pointer;
    margin-top: 18px;
    text-align: center;
    height:40px;
    background:rgba(195,46,71,1);
    opacity:1;
    border-radius:3px;
    font-size:18px;
    
    line-height:40px;
    color:rgba(255,255,255,1);
    opacity:1;
}
.subscribStatus{
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius:3px;
    height:40px;
    line-height: 40px;
    padding: 0 16px;
    font-size:14px;
    font-weight:normal;
    color:rgba(255,255,255,1);
    background:rgba(195,46,71,1);

}
.menteeDetailBtnSubed,.menteeDetailBtnSubing{
    position: relative;
    background:rgba(137,137,137,1);
    text-align: center;
    color:rgba(255,255,255,1);
    opacity:1;
    padding: 0 17px;
    border-radius:3px;
}
.msg-text{
    line-height: 30px;
    position: absolute;
    font-size: 14px;
    color: #898989;
    padding: 0 12px;
    background-color: #fff;
    top: 50%;
    right: -71px;
    transform: translate(0,-50%);
    box-shadow:0px 3px 6px rgba(0,0,0,0.05);
    opacity:1;
}
.header-top_nav__ul li:nth-child(2) a{
    opacity: 1;
}
.prism-big-play-btn{
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.VideoLessons-contain{
    margin-top: 20px;
}
.VideoLessons-contain_h1{
    height:20px;
    font-size:14px;
    font-weight:500;
    color:rgba(54,59,62,1);
    line-height:20px;
}
.contain-ul{
    margin-top: 5px;
    padding-bottom: 20px;
}
.contain-ul_li{
    overflow: hidden;
    font-size:12px;
    line-height:20px;
    font-weight: 400;
    opacity:1;
    color: rgba(0, 0, 0, 0.5);
}
.contain-icon{
    float: left;
    display: block;
    font-size: 12px;
    text-align: center;
}
.contain-li_text{
    /* margin-left: 10px; */
    float: left;
}
.getSupport{
    position: relative;
    margin-top: 20px;
    height:20px;
    font-size:14px;
    font-weight:500;
    color:rgba(54,59,62,1);
    line-height:20px;
}

.getSupport .iconbangz{
    text-align: center;
    width: 20px;
    display: block;
    color: #888;
    font-size: 14px;
    float: left;
    line-height: 14px;
    margin-top: 4px;
}
.getSupport-text{
    /* margin-left: 10px; */
    height:20px;
    font-size:14px;
    line-height:20px;
    color:#363B3E ;
    opacity:1;
    font-weight: 500;
    margin-top: 20px;
    /* float: left; */
}
/* .getSupport-text:hover{
    text-decoration: underline;
} */
.video-plan_list{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 24px;
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}
.video-plan_list:hover{
    cursor: pointer;
}
.Video-plan_title{
  
}
.Video-plan_icon{
    position: absolute;
    right: 13px;
    color: #c32e47;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    font-weight: 600;
}
.video-plan_times{
    right: 155px;
    position: absolute;
    right: 155px;
    font-weight: 500;
    line-height:24px;
    color:#363e3b;
    font-size: 14px;
    opacity:1;
}

.video-plan_timeList{
    position: absolute;
    right: 70px;
    font-size:14px;
    font-weight: 500;
    line-height:24px;
    color:#363e3b;
    opacity:1;
}
.plan_secondUl-secondLi .freeplay{

    font-size: 14px;
    position: absolute;
    left: 15px;
    line-height: 14px;
    top: 14px;
    /* transform: translate(0,-50%); */
}
.plan_secondUl-secondLi .payplay{
    color: rgba(148, 158, 168, 1);
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    left: 15px;
    top: 14px;
    /* transform: translate(0,-50%); */
}
.wechat-connect1{
    background: #fff;
    position: absolute;
    top: -180px;
    left: -30px;
    width:234px;
    height:195px;
    background:rgba(255,255,255,1);
    -webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.1);
            box-shadow:0px 3px 6px rgba(0,0,0,0.1);
            opacity: 0;
}
.watch-log{
    position: absolute;
    right: 98px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: rgba(137, 137, 137, 1);
}
.wechat-connect1 .erweima2text{
  
}
.li-title_span1{
    text-indent: 15px;
    display: block;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px; 
    position: absolute;
    font-weight: 500;
    left: 0;
    text-overflow: ellipsis;
}
.contain-ul_li .iconplay{
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;

}
.contain-ul_li .iconzhensghu{
    text-align: center;
    vertical-align: middle;
    width: 20px;
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
}
.contain-ul_li .iconshouji{
    text-align: center;
    width: 20px;
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
}
.plan_secondUl-secondLi .iconbofang{
    color: rgba(148, 158, 168, 1);
}
.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
    display: none;
    z-index: 1000;
}
.text-Popup{
    text-align: center;
    z-index: 1001;
    display: none;
    width:362px;
    height:220px;
    background:rgba(255,255,255,1);
    -webkit-box-shadow:0px 10px 20px rgba(0,0,0,0.05);
            box-shadow:0px 10px 20px rgba(0,0,0,0.05);
    opacity:1;
    border-radius:3px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.Popup-img{
    width: 62px;
    height: 80px;
    background:url('../../assets/images/img/Popup-img.png') no-repeat center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 24px;
}
.Popup-text_p{
    width:210px;
    font-size:14px;
    font-weight:400;
    line-height:20px;
    color:rgba(59,59,59,1);
    text-align: center;
    opacity:1;
    margin: 10px auto;
    
}
.text-Popup .btn-cancel{
    display: block;
    text-align: center;
    width:82px;
    height:30px;
    background:rgba(137,137,137,1);
    opacity:1;
    border-radius:3px;
    border: 0;
    font-size:14px;
    
    font-weight:400;
    line-height:30px;
    color:rgba(255,255,255,1);
    cursor: pointer;
    margin: 0 auto;
    margin-top: 16px;
}
.border-active{
    border-bottom:2px solid rgba(195,46,71,1);
}
.btn-cancel,.btn-ok,.btn-Ok{
    margin: 0 auto;
    display: block;
    text-align: center;
    width:82px;
    height:30px;
    background:rgba(137,137,137,1);
    opacity:1;
    border-radius:3px;
    border: 0;
    font-size:14px;
    
    font-weight:400;
    line-height:30px;
    color:rgba(255,255,255,1);
    cursor: pointer;
}
.btn-ok,.btn-Ok{
    background: #c32e47;
}
.msg-login{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    
}
.code-btns{
    display: flex;
    justify-content: center;
}
.login{
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width:570px;
    height:350px;
    -webkit-box-shadow:0px 10px 20px rgba(0,0,0,0.05);
            box-shadow:0px 10px 20px rgba(0,0,0,0.05);
    opacity:1;
    border-radius:3px;
    text-align: center;
    margin-top: 0px;
    display: none;
    box-sizing: border-box;
    padding:  0 68px;
}
.login-title{
    margin-top: 50px;
}
.accode-tabs{
    margin-top: 30px;
}
.header{
    /* background-color: rgba(37, 37, 37, 1); */
    background-color: transparent;
    z-index: 440;
    transition: all ease-in 300ms;
}
/* .imgdown {
    background: url(../../../assets/images/icons/xiala@2x.png) no-repeat;
}
.header-top_nav__ul > .header-top_nav__ul--li a {
    color: #898989;
}
.translateSpan {
    color: #898989;
    opacity: 0.5;
} */
.header-login-block{
    display: flex;
    position: relative;
}
/* .header-top_nav__ul > .header-top_nav__ul--li a:hover {
    color: #c32e47 !important;
} */
.line-bottom_thin{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    height: 1.1px;
    background-color: rgba(195,46,71,0.2);
    
}
.usericon-logo {
    display: block;
    background-image: url(../../assets/images/img/logoNew@2x.png);
    background-size: cover;
    background-size: 100%,100%;
    background-repeat: no-repeat;
    width: 72px;
    height: 37px;
    margin-top: 17px;
}
.login-title_tabs,.code-title_tabs{
    display: inline-block;
    cursor: pointer;
    margin-top: 60px;
    text-align: left;
    font-size:22px;
    
    line-height:25px;
    font-weight:bold;
    color:rgba(195,46,71,1);
    opacity:1;
    padding-bottom: 22px;
}
.login-title_tabs{

}
.code-title_tabs{
    margin-left: 70px;
}
.login-tabs{
    /* display: none; */
}
.accode-tabs{
    display: none;
}
.login-username{
    margin: 0 auto;
    margin-top: 33px;
}
.login-password{
    margin: 0 auto;
    margin-top: 24px;
    position: relative;
}

.mask-Login,.mask-sub{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
    display: none;
}
.loader-icon{
    position: absolute !important;
}
.getSupport-ways .erweima2img{
    width: 120px;
    height: 120px;
}
.getSupport-ways .erweima2{
    width: 120px;
    height: 120px;
}
.getSupport-ways .erweimas{
    background-color: rgba(255, 255, 255);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 140px;
    height: 140px;
    left: 50%;
    bottom: 30px;
    opacity: 0;
    display: none;
    transform: translate(-50%,0);
}
.getSupport-ways:hover{
    cursor: pointer;
    color: #c32e47;
    text-decoration: underline;
}
.getSupport-ways:hover .getSupport-ways .erweimas{
    opacity: 1;
}
.getSupport-ways .erweimas p {
    font-size: 14px;
    
    line-height: 19px;
    color: #3b3b3b;
    opacity: 1;
    white-space: normal;
}
.prism-player .prism-controlbar .prism-controlbar-bg{
    /* height: 365px; */
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.3)));
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
}

.VideoLessons-detail_right .wechat-connect1{
    width: 195px;
    height: 170px;
}
.VideoLessons-detail_right .erweimalearnMore{
    margin-top: 20px;
}



.can-preview{
    display: none;
}
.preview-time{
    display: none;
}
.codelogin:hover{
    cursor: pointer;
}
.loginvip:hover{
    cursor: pointer;
}
.preview-component-layer{
    z-index: 1001 !important;
}
.preview-vod-component .preview-component-tip {
    height:40px !important;
    background:rgba(36,36,36,1);
    opacity:1;
    border-radius:0px 40px 40px 0px !important;
    bottom: 50px;
    color: rgba(36,36,36,1) !important;
    font-size: 14px;
    left: 0px !important;
    line-height: 40px !important;
    display: flex;
    padding: 0px !important;
    padding-right:12px !important;
    position: absolute;
    z-index: 1001 !important;
}

.preview-vod-component .preview-vod-close{
    color: rgba(188, 188, 188, 1);
    margin-left: 9px;
}
.vip-join {
    color:rgba(188, 188, 188, 1);
    
  }
.vipnum{
    color: rgba(255, 255, 255, 1);
    
}
  .vip_limit_content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .vip_limit_content .title {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .vip_limit_button_box {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .vip_limit_btn {
    display: inline-block;
    min-width: 100px;
    position: relative;
    background: #f60;
    padding: 0 35px;
    margin: 0px 5px 20px 5px;
    border-radius: 38px;
    font-size: 18px;
    line-height: 38px;
    color: #623A0C;
    text-align: center;
    background-image: linear-gradient(-135deg, #FBE8A8 0%, #F8E7AC 15%, #E2C078 100%);
    cursor: pointer;
  }

  .vip_limit_close {
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background: rgba(165, 165, 165, 0.54);
    margin: 0 auto;
    position: relative;
  }
  .vip_limit_close span {
    position: absolute;
    left: 50%;
    overflow: hidden;
    font-size: 20px;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .become-vip{
      display: none;
      z-index: 1006;
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
  }
  .become-vip .erweima2 img{
      width: 200px;
      height: 200px;
  }
/* 弹出订阅框 */
    .Tosubscribe img{
        margin: 0 auto;
        margin-top: 40px;
    }

  .Tosubscribe{
      text-align: center;
    width:400px;
    height:324px;
    background:rgba(255,255,255,1);
    -webkit-box-shadow:0px 10px 20px rgba(0,0,0,0.05);
            box-shadow:0px 10px 20px rgba(0,0,0,0.05);
    opacity:0;
    border-radius:3px;
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    display: none;
}
.Tosubscribe-text{
    text-align: center;
    font-size:14px;
    font-weight: 400;
    line-height:20px;
    color:rgba(59,59,59,1);
    opacity:1;
    margin-top: 10px;
}
.btns-subAlert{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.Tosubscribe-times{
    text-align: center;
    margin-top: 10px;
    height:20px;
    font-size:14px;
    
    font-weight:400;
    line-height:16px;
    color:rgba(195,46,71,1);
    opacity:1;
}
.Tosubscribe-surplus{
    text-align: center;
    color: #C32E47;
    margin-top: 10px;
    font-size: 14px;
}
.Tosubscribe-No{
    width:82px;
    background:rgba(105, 113, 120, 1);
    opacity:1;
    border-radius:3px;
    border:0;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    transition: all ease-in 200ms;
}
.Tosubscribe-No:hover{
    opacity: 0.9;
    cursor: pointer;
}
.Tosubscribe-Yes{
    margin-left: 37px;
    cursor: pointer;
    border:0;
    color: #fff;
    width:82px;
    line-height:34px;
    background:rgba(195,46,71,1);
    opacity:1;
    font-size: 14px;
    border-radius:3px;
}
.Akey{
    color: #C32E47;
    font-weight: 600;
}
.block-cantSub{
    width: 200px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translate(-50%,0);
    background-color: rgba(0,0,0,0.3);
}
.back-img_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background:rgba(0,0,0,0.6);
}
.VideoLessons-detail_title{
    width: 600px;
    font-size:18px;
    font-weight:500;
    color:rgba(54,59,62,1);
    line-height:24px;
}
.right_tags-title{
    height:20px;
    font-size:14px;
    font-weight:500;
    color:rgba(54,59,62,1);
    line-height:20px;
}
.label-list{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.label{
    margin-right: 8px;
    margin-bottom: 8px;
    background:rgba(220,222,224,1);
    border-radius:2px;
    padding: 0 10px;
    font-size:11px;
    font-weight:400;
    color:rgba(54,59,62,1);
    line-height:26px;
}
.getSupport-ways{
    display: inline-block;
    position: relative;
    height:20px;
    font-size:12px;
    font-weight:400;
    color:rgba(0,0,0,0.5);
    line-height:20px;
    margin-top: 5px;
}

.getSupport-ways .erweima2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.Mentor-block_detail{
    padding-bottom: 32px;
}
.mentor-block_title{
    font-size:16px;
    font-weight:500;
    color:rgba(54,59,62,1);
    line-height:22px;
}
.mentor-block_imgheader{
    display: flex;
    margin-top: 30px;
}
.Mentor-block_detail .mentor-block_imgheader:nth-child(2){
    margin-top: 20px;
}
.mentor-imgHeader{
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.mentor-main_text{
    width: 640px;
}
.mentor-main_msg{
    font-size:14px;
    font-weight:500;
    color:rgba(54,59,62,1);
    line-height:20px;
}
.name-te{
    font-size:14px;
    font-weight:500;
    color:rgba(54,59,62,1);
    line-height:20px;
}
.mentor-message{
    margin-top: 15px;
    font-size:12px;
    font-weight:400;
    color:rgba(54,59,62,1);
    line-height:16px;
    word-break:break-all;
    display: flex;
}
.icon-circle{
    margin-right: 6px;
    display: block;
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: 5px;
    background-color: #c32e47;
}
.hover-block_bg{
    width: 100%;
    height: 90px;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 440;
    opacity: 1;
}
.hover-block_bg:hover .mask-block_bg{
    height: 90px;
}

.videoLesson-title_block .iconfont{
    font-weight: 500;
    color: #fff;
}
.close-block_btn{
    /* width: 48px; */
    color: #fff;
    font-size: 20px;
    /* height: 48px; */
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 999;
}
.close-block_btn:hover{
    cursor: pointer;
    opacity: 0.8;
}
.play-block_mask{
    display: none;
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: calc(100vh - 70px);
}

.play-block{
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: calc(80vh - 70px);
}



.subscrib-images{
    position: absolute;
    width: 156px;
    left: 50%;
    height: 46px;
    transform: translate(-50%,0);
    top: -60px;
    background-size: 100%,100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../../assets/images/img/subMsg.png');
    opacity: 0;
}
@keyframes msgAlert{
    0%{
        top: -100px;
        opacity:0;
    }
    100%{
        top: -50px;
        opacity:1;
    }
}
.mask-block_bg{
    overflow: hidden;
    height: 0px;
    transition: all ease-in 200ms;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0)100%);
    z-index: 999;
}
.videoLesson-title_block{
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.videoLesson-title_player{
    position: absolute;
    font-size: 20px;
    color: #fff;
    position: absolute;
    font-weight: 500;
    top: 20px;
    left: 0%;
}

/* 奖章列表 */
.medal-list_header{
    margin-top: 35px;
}
#certify {
	position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.medal-imgMsg_block{
    padding: 0 37px;
}
#certify img{
    height: 100px;
    transition: all ease-in 180ms;
    display:block;
}
#certify img:hover{
    cursor: pointer;
}
.medal-mentee_message{
    width: 470px !important;
}
.medal-lisy_ul{
    display: flex;
    margin-top: 24px;
    position: relative;
    height: 173px;
    width: 100%;
}
.translate-sub{
    min-width: 30px;
}
.medal-list_itemmsg{
    transition: all ease-in 150ms;
    position: absolute;
    width:320px;
    border-radius:6px;
    opacity: 0;
    left: 50%;
    /* top: 0; */
    padding-top: 15px;
    margin-left: -150px;
    overflow: hidden;
    box-sizing: border-box;
}
.medal-list_itemmsg::before{
    content:'';
    background-size: cover;
    background-color: rgba(54,59,62,0.8);
	/* filter: blur(20px); */
    position: absolute;
    backdrop-filter: blur(20px);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	margin: -30px;
}
.medal-item_title{
    cursor: pointer;
    font-size:16px;
    font-weight:500;
    color:rgba(255,220,104,1);
    line-height:22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.medal-index{
    width: 100px;
    height: 100px;
    background-size: 100%,auto;
    background-position: 0 -100px;
    background-repeat: no-repeat;
    transition: all ease-in 150ms;
}
.medal-index:hover{
    cursor: pointer;
}
.medal-item_time{
    font-size:12px;
    font-weight:400;
    color:rgba(255,233,158,1);
    line-height:17px;
    margin-top: 4px;
}
.medal-item_msgBlock{
    margin-top: 6px;
    padding-bottom: 15px;
}
.medal-item_msgBlock .medal-item_msg:nth-child(4){
    display: none;
}
.medal-item_msgBlock .medal-item_msg:nth-child(5){
    display: none;
}
.medal-item_msg{
    display: flex;
    margin-bottom: 4px;
}
.medal-item_circle{
    min-width:6px;
    min-height:6px;
    height: 6px;
    width: 6px;
    background:rgba(255,233,158,1);
    border-radius: 50%;
    margin-right: 6px;
    margin-top: 6px;
}
.medal-item_text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:17px;
}
.medal-item_block{
    text-align: left;
    margin: 0 17px 0 22px;
    /* backdrop-filter: blur(20px); */
}
.loadMoreDetail-medal:hover{
    text-decoration: underline;
    cursor: pointer;
}
#download .icondownload{
    font-size: 12px;
}

#download{
    margin-right: 6px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(105, 105, 105, 0.2);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    transition: all ease-in 200ms;
}
#download2{
    display: flex;
}
#download2:hover #download{
    cursor: pointer;
    background-color: #fff;
    color: #c32e47;
}
#download2:hover .text-down{
    opacity: 1;
}
.statusing .secondUl-secondLi_main{
    color: #c32e47;
}
.statusing .freeplay{
    color: #c32e47;
    
}
.statusing .li-title_time{
    color: #c32e47;
    
}
.statusing .watch-log{
    color: #c32e47;
    
}
.statusing{
    background-color: #fff !important;
}
.plan_secondUl-secondLi:hover .translate-share{
    display: block;
}
.yesplay:hover .secondUl-secondLi_main{
    color: #c32e47 !important;
}
.yesplay:hover .watch-log{
    color: #c32e47 !important;
}
.yesplay:hover .li-title_time{
    color: #c32e47 !important;
}
.yesplay:hover .freeplay{
    color: #c32e47 !important;
}
.viewDocument:hover .secondUl-secondLi_main{
    color: #c32e47 !important;
}
.viewDocument:hover .watch-log{
    color: #c32e47 !important;
}
.viewDocument:hover .li-title_time{
    color: #c32e47 !important;
}
.viewDocument:hover .freeplay{
    color: #c32e47 !important;
}
#download{
    position: relative;
    font-size: 14px;
    display: flex;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    transition: all ease-in 200ms;
}
#download .iconfont{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#container{
    
}
#container2{
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: calc(100vh - 70px);
}
#container iframe{
-webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}