.footController{
    background: #fff;
    margin-top: 15px;
    position: relative;
}
.episodesTitle{
    padding-top: 24px;
    height: 47px;
    margin: 0px 28px;
    border-bottom: 1px solid #ECECEC;
    overflow: hidden;
    white-space: nowrap;
}
.episodes{
    display: inline-block;
    font-size: 18px;
    
    font-weight: 400;
    color: #404040;
    padding-left: 25px;
}
.episodesTitle div:last-child{ 
    border: none;
}
.columnDetails {
    display: inline-block;
    margin: 23px 0px 23px 32px;
    font-size: 18px;
    
    font-weight: 400;
    color: #404040;
}
.hot_video_plate{
    background-color: #fff;
}
.this_select{
    color: #D61519;
    position: relative;
}
.this_select::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #D61519;
    position: absolute;
    bottom: -17px;
    left: calc((100% - 50px)/2);
}
.episodesTitle div{
    border-right: 1px solid #E8E8E8;
    padding-right: 25px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.columnContext{
    padding: 37px;
    position: relative;
    min-height: 292px;
}
.downloadIntro p{
    font-size: 20px;
    
    font-weight: 600;
    color: #000000;
    display: inline-block;
    margin: 0px;
}
.downloadIntro{
    margin-top: 30px;
}
body .buyDiv .StopSelling{
    background-color: #c7c7c7;
}
.fileDiv p{
    color: #003cff;
    font-size: 18px;
    margin: 10px 0px;
    cursor: pointer;
    display: block;
}
.videoContent{
    font-size: 20px;
    
    color: #000000;
    position: relative;
}
.columnContext>i.layui-anim.layui-icon{
    display: none;
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #9f9f9f;
    position: absolute;
    left: calc((100% - 32px) / 2);
    top: 50px;
}
.buyVideo p{
    font-size: 20px;
    height: 22px;
    line-height: 22px;
    
    font-weight: 600;
    color: #ED2F37;
    display: inline-block;
}
.buyVideo img{
    vertical-align: initial;
}
.buyVideo{
    position: absolute;
    top: 246px;
    width: calc(100% - 60px);
    text-align: center;
    height: 110px;
    line-height: 110px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 24%);
}
.switchVideo{
    position: absolute;
    right: 0px;
    background: #fff;
    top: 25px;
    width: 70px;
}
.switchVideo img{
    cursor: pointer;
}
.totalScrolling{
    display: inline-block;
}
.headerContent{
    height: 583px;
    background: #fff;
    margin-bottom: 15px;
}
.columnTitle{
    font-size: 24px;
    
    font-weight: 600;
    color: #000000;
    height: 88px;
    line-height: 88px;
    padding-left: 34px;
}
.videoDiv{
    display: inline-block;
    width: 100%;
    height: 495px;
}
.left_video{
    height: 100%;
    width: 73%;
    display: inline-block;
    background-color: #000;
    position: relative;
    z-index: 4;
}
.right_video_list{
    width: calc(26% + 7px);
    vertical-align: top;
    display: inline-block;
    height: 495px;
    overflow: auto;
}
.video_list{
    background: #ffffff;
    height: 61px;
    line-height: 22px;
    border-top: 1px solid #E6E6E6;
    padding: 13px 14px 3px 14px;
    cursor: pointer;
}
.video_list:hover{
    background-color: #EBEBEB;
}
.left-container{
    padding-right: 0px;
}
.right-container{
    padding-left: 0px;
}
.video_column_info span{
    font-size: 15px;
    
    font-weight: 400;
    color: #7B7B7B;
    padding-right: 25px;
}
.cetral_content {
    background: #FFFFFF;
    margin-top: 15px;
}
.video_column_info{
    padding: 27px 0px 20px 34px;
}
.buyDiv p{
    display: inline-block;
    color: #000000;
    padding-right: 30px;
}
.buyDiv{
    padding-left: 34px;
    padding-bottom: 10px;
}
span.improve {
    color: #D61519;
    cursor: pointer;
}
.specialOffer{
    font-size: 16px;
    
    font-weight: 400;
    color: #B2B2B2;
    padding-right: 10px;
    text-decoration: line-through;
}
.sellPrice {
    font-size: 21px;
    
    font-weight: 400;
    color: #D61519;
}
.viewCertificateDiv{
    margin-top: 20px;
}
.buyColumnBtn.viewCertificate{
    margin: 0 10px 0 0;
    cursor: pointer;
}
.buyColumnBtn{
    background-color: #D61519;
    color: #fff;
    padding: 17px;
    height: 4px;
    line-height: 4px;
    font-size: 13px;
    border-radius: 5px;
    margin-left: 10px;
}
.select_video{
    background-color: #EBEBEB;
}
.log_watermark {
    position: absolute;
    color: rgb(255 255 255 / 50%);
    font-size: 20px;
    height: 24px;
    user-select: none;
    z-index: 1;
}
img.audio_background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
video,iframe{
    width: 100%;
    height: 100%;
}
img.play_buttom {
    position: absolute;
    top: calc((100% - 80px) / 2);
    left: calc((100% - 80px) / 2);
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    user-select: none;
}
img.play_buttom:hover {
    background-color: rgb(166 166 166 / 50%);
    box-shadow: inset -8px -8px 8px rgb(143 143 143 / 50%);
}
.float_menu {
    background-color: #fff;
    padding-bottom: 10px;
}
.comment{
    padding: 20px;
}

img.cover{
    width: 100%;
    height: 100%;
}
.auto_next_tips{
    display: none;
    width: 150px;
    height: 24px;
    color: #fff;
    position: absolute;
    bottom: 80px;
    right: 8px;
    background-color: rgb(0 0 0 / 60%);
    padding-left: 8px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 4px;
}
.close_auto_next{
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.close_auto_next:hover{
    background-color: #4c4c4c;
}
.move_video {
    cursor: move;
}
.videoTitle{
    font-weight: bold;
    font-size: 22px;
}
.downloadIntro img{
    vertical-align: middle;
}
.purchase_layer {
    height: inherit;
    font-size: 17px;
    text-align: center;
}
.purchase_layer>p {
    line-height: 1.5;
    font-weight: bold;
    padding: 12% 0;
}
.purchase_layer span {
    font-size: 20px;
}
.purchase_layer>button {
    color: white;
    cursor: pointer;
    padding: 0.4em 2.5em;
    border-radius: 0.5em;
    background: #d61518;
}
.purchase_layer+i {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: x-large;
}
.report_article {
    float: right;
    margin-right: 1em;
}
.report_article :first-child {
    background-color: #F2F2F2;
    padding: 0.5em 2em;
    border-radius: 5px;
    font-size: small;
    cursor: pointer;
}