/*直播列表/*/
.video_h1{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.video_h1 div{
    float: right;
    font-size: 14px;
    text-align: left;
    color: #999999;
    line-height: 22px;
    font-weight: normal;
    margin-top: 10px;
}
.video_h1 div span{
    margin-left: 40px;
}
.video_h1 div b{
    color: #3268FF
}
.video_list .video_li{
    position: relative;
    float: left;
    margin-right: 30px;
    margin-bottom: 34px;
    background: #ffffff;
}
.video_list .video_li:nth-child(5n){
    margin-right: 0px;
}
.video_list .price{
    font-weight: normal;
    font-size: 16px;
}
.video_box p{
    margin-bottom: 8px;
}
.video_list .live_status{
    position: absolute;
    top: 0;
    width: 72px;
    height: 20px;
    background: linear-gradient(139deg,#ffb265 0%, #fa4747 91%);
    border-radius: 8px 0 8px 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}
.live_status.status_now_live{
    background: #3268ff!important;
}

.live_status.status_end{
    background: #999999!important;
}
/**
    直播视频播放详情
 */
.live_detail{
    margin-top: 24px;
}
.live_detail .mb{
    margin-bottom: 20px;
}
.live_detail .mb,.mb a{
    font-size: 14px;
    color: #999999;
}
.live_detail .mb a:hover{
    color: #3268ff;
}
.live_box .live_play_box{
    width: 840px;
    height: 480px;
    float: left;
    position: relative;
}
.live_play_box .nr{
    text-align: center;
    color: #ffffff;
}
.live_play_box .nr p{
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}
.live_play_box .play_shandow{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.60);
    display: flex;
    justify-content: center;
    align-items: center;
}
.live_box .play_menu{
    height: 480px;
    width: 360px;
    background: rgba(0,0,0,0.60);
    float: left;
    position: relative;
}
.play_menu .menu_top{
    height: 48px;
    opacity: 1;
    background: #333333;
    padding-left: 24px;
    font-size: 18px;
    color: #ffffff;
    line-height: 48px;
    border-bottom:1px solid  #1a1a1a;
    position: relative;
    z-index: 1;
}
.play_menu .menu_list{
    background: #333333;
    padding-left: 24px;
    padding-right: 24px;
    height: 100%;
    padding-top: 49px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100%;
    overflow-y: scroll;
}
.menu_list::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.menu_list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #999999;
}

/*定义滑块 内阴影+圆角*/
.menu_list::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
    background-color: #666666;
}
.menu_list .menu_zhang{
    font-size: 16px;
    color: rgba(255,255,255,0.80);
    margin-top: 20px;
    margin-bottom: 16px;
}
.menu_jie{
    margin-bottom: 18px;
}
.menu_jie div{
    font-size: 14px;
    color: rgba(255,255,255,0.60);
}
.menu_jie .jie_l{
    width: 68px;
}
.menu_jie .jie_c{
    width: 140px;
}
.menu_jie .jie_r{
    margin-left: 16px;
    position: relative;
}
.menu_jie .jie_c p:nth-child(1){
    margin-bottom: 6px;
}
.menu_jie .jie_c p:nth-child(2){
    font-size: 12px;
    color: rgba(255,255,255,0.30);
}
.menu_jie.play_now div{
    color: #3268FF;
}
.menu_jie.play_now .jie_c p:nth-child(2){
    color: #3268FF;
}
.menu_jie .s_defult.m_status_play{
    background-color: #3268FF;
    border-color: #3268FF!important;
    position: absolute;
    top: 0;
    left: -4px;
}
.menu_jie .s_defult{
    width: 64px;
    height: 20px;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #ffffff;
    line-height: 18px;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.80)
}
.live_box .live_mes{
    clear: both;
    background: #444444;
    padding: 20px 24px;
}
.live_mes .video_title p{
    line-height: 26px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 12px;
    width: 680px;
}
.video_title div{
    width: 140px;
    font-size: 24px;
    color: #ff9a38;
    text-align: right;
}
.video_title div span{
    font-size: 16px;
    margin-right: 4px;
}
.live_mes .tool_spans{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: rgba(255,255,255,0.40);
}
.live_mes .tool_spans span{
    margin-right: 48px;
    cursor: pointer;
}
.live_mes .tool_spans span i{
    margin-right: 4px;
    font-size: 14px;
}
.live_mes .live_mes_l{
    float: left;
    width: 816px;
}
.live_mes .live_mes_r{
    float: left;
    width: 336px;
}
.live_mes_r .buy_btn{
    width: 240px;
    height: 56px;
    opacity: 1;
    background: #3268ff;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    display: block;
    text-align: center;
    line-height: 56px;
    float: right;
    margin-right: 20px;
}
.buy_btn.buy_btn_disabled{
    background: #999999;
    color: #ffffff;
}
.flex{
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.live_ms{
    margin-top: 16px;
    position: absolute;
}
.live_ms_l{
    float: left;
    width: 840px;
}
.live_ms_r{
    float: right;
    width: 344px;
    box-sizing: border-box;
    padding: 24px;
}
.live_ms_nav a{
    width: 112px;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.live_ms_nav a.act{
    color: #3268ff;
}
.live_ms_r .live_logo{
    width: 64px;
    height: 64px;
    margin-right: 16px;
    background: url(../../images/activity/press_logo_defult.png) no-repeat center;
    background-size: 100%;
}
.live_ms_r .live_name{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 12px;
    width: 210px;
    text-align: left;
}
.live_ms_r .live_tel{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: left;
}
.live_ms .app_render{
    position: absolute;
    width: 120px;
    padding: 20px;
    height: 160px;
    background: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    left: -180px;
    top: -215px;
}
.live_ms .app_render img{
    width: 120px;
    height: 120px;
    background: #838383;
    margin-bottom: 16px;
}
.live_ms p{
    line-height: 20px;
    font-size: 14px;
    color: #666666;
}
.hot_class{
    margin-top: 40px;
}
.hot_class_title{
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
}
.hot_list{
    margin-bottom: 16px;
}
.hot_list .class_cover{
    width: 96px;
    height: 64px;
    background: #d3d3d3;
    margin-right: 16px;
}
.class_cover img{
    width: 96px;
    height: 64px;
}
.hot_list p:nth-child(1){
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 16px;
    width: 180px;
}
.hot_list p:nth-child(2){
    line-height: 16px;
    font-size: 12px;
    color: #999999;
    text-align: left;
}
.miaoshu{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.miaoshu img{
    max-width: 100%;
}

.item_mli{
    line-height: 48px;
    font-size: 16px;
    color: #999999;
    padding: 0 24px;
    display: block;
}
.item_mli >div{
    float: left;
}
.item_mli .mu_l{
    width: 52px;
    margin-right: 16px;
}
.item_mli .mu_c{
    width: 560px;
    margin-right: 20px;
}
.item_mli .mu_r{
    text-align: right;
    width: 140px;
    font-size: 14px;
    color: #999999;
}
.item_mli .mu_r i{
    margin-right: 8px;
}
.item_mli.m_zhang{
    font-weight: bold;
}
.item_mli.m_jie:hover{
    background-color:#f0f0f0 ;
}
.item_mli.m_jie .mu_c{
    color: #333333;
}
.item_mli.m_jie .mu_c span.v_status_defult{
    padding: 0 4px;
    line-height: 18px;
    border: 1px solid #999999;
    border-radius: 3px;
    font-size: 12px;
    color: #666666;
    margin-right: 12px;
}
.v_status_defult.status_live{
    color: #3268ff!important;
    border-color: #3268ff!important;
}
.pay_order{
}
.order_detail{
    margin-top: 40px;
}
.pay_order .order_cover{
    float: left;
    margin-right: 16px;
}
.pay_order .order_cover img{
    width: 280px;
    height: 158px;
}
.pay_order .pay_r p{
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 8px;
}
.pay_order .pay_r p:nth-child(1){
    line-height: 26px;
    font-size: 20px;
    color: #000000;
    margin-bottom: 16px;
}
.order_form{
    margin-top: 56px;
    font-size: 16px;
    color: #666666;
}
.order_form .f_name{
    width: 80px;
}
.order_form .pay_type{
    display: inline-block;
    width: 106px;
    height: 40px;
    border: 1px solid rgba(0,0,0,0.30);
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 16px;
    cursor: pointer;
}
.order_form .pay_type i{
    margin-right: 4px;
    font-size: 18px;
}
.order_form .pay_type.act{
    border-color: #3268ff;
}

.order_form .pay_type:nth-child(1).act{
    background: #4bbd3e;
    border-color: #4bbd3e;
    color: #ffffff
}
.order_form .pay_type:nth-child(2).act{
    background: #3268ff;
    border-color: #3268ff;
    color: #ffffff
}
.pay_type:nth-child(1).act i,.pay_type:nth-child(2).act i{
    color: #ffffff!important;
}
.bm{
    line-height: 26px;
    font-size: 20px;
    color: #3268ff;
}
.bm .quan{
    color: #3268ff;
    border: 1px solid #3268ff;
    box-sizing: border-box;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -2px;
    text-align: center;
    margin-right: 16px;
}
.bm .quan i{
    font-size: 28px;
    line-height: 38px;
}
.pay_h2{
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #999999;
}
.pay_h2 span{
    font-weight: normal;
    margin-left: 16px;
}
.payment{
    text-align: center;
    margin-top: 80px;
}
.payment p:nth-child(1){
    line-height: 20px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 16px;
}
.payment p:nth-child(2){
    line-height: 52px;
    font-size: 20px;
    color: #3268ff;
    margin-bottom: 40px;
}
.payment p:nth-child(2) span{
    font-size: 40px;
}
.payment p.pay_code{
    width: 196px;
    height: 196px;
    background: #b5b5b5;
    margin: 0 auto;
}
.payment p.pay_code img{
    width: 196px;
    height: 196px;
}

#page_box .pagination{
    margin-bottom: 30px;
}
#page_box .pagination li{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #eee;
    font-size: 12px;
}
#page_box .pagination li a{
    display: inline-block;
    padding: 0 15px;

}
#page_box .pagination li.disabled,.pagination li.disabled:hover{
    color: #d2d2d2!important;
    cursor: not-allowed!important;
    padding: 0 15px;
}

#page_box .pagination li.active{
    background-color: #2B67FD!important;
}
#page_box .pagination li.active span{
    background-color: #2B67FD;
    color: #ffffff;
    border-color: #2B67FD;
    padding: 0 15px;
    display: inline-block;
    height: 28px;
}

.order_list table{
    width: 100%;
}
.order_list table th,.order_time_press p{
    height: 40px;
    font-size: 16px;
    text-align: center;
    color: #666666;
    vertical-align: middle;
    font-weight: normal;
}
.order_list table th:nth-child(1),.order_list table td:nth-child(1){
    text-align: left;
    text-indent: 24px;
    width: 700px;
}
.order_list table td{
    vertical-align: middle;
    text-align: center;
}
.order_time_press p{
    text-align: left;
    text-indent: 24px;
    line-height: 40px;
    background: #f2f6ff;
    margin-top: 12px;
}
.order_time_press p span{
    margin-right: 48px;
}
.order_list .order_li_cover{
    float: left;
}
.order_list .order_li_cover img{
    width: 120px;
    height: 80px;
    background: #f0f0f0;
}
.order_fp{
    margin: 24px 0;
    overflow: hidden;
}
.order_list .order_li_r{
    float: left;
}
.order_list .order_li_r{
    width: 500px;
}
.order_list .order_li_r p{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.order_list .order_li_r p:nth-child(1){
    line-height: 24px;
    font-size: 18px;
    color: #000000;
}
.order_list .order_li_r p:nth-child(2){
    line-height: 20px;
    opacity: 1;
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
}
.order_list .topay{
    width: 104px;
    height: 32px;
    background: #235dff;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
}
.c_blue{
    color: #235dff;
}
#play_video{
    background: #000;
    display: flex;
    align-items: center;
}