@charset "utf-8";
/* CSS Document */

/*课程详情*/
.w_banwrap{}
.w_banwrap{background-color: #fff;padding: 30px;}
.w_ban{height: 300px;width: 500px;border-radius: 8px;margin-right: 40px;}
.w_ban img{width: 100%;height: 100%;border-radius: 8px;}
.w_courright{overflow: hidden;min-height: 300px;}
.w_cr_tit{line-height: 50px;margin-bottom: 12px;}
.w_cr_box{background-color: #f7f7f7;padding: 10px 20px;margin-bottom: 30px;}
.w_cr_txt{line-height: 32px;}
.w_cr_pricewrap{}
.redcol{color: #ff2605;}
.w_cr_pricer span{}
.w_cr_pricer i{font-size: 26px;}
.w_cr_priceg{text-decoration:line-through}
.w_cr_btn{}
.w_cr_btn a{min-width: 130px;}
.w_cr_bot{}
.w_cr_bot .w_cr_bottime{line-height: 36px;}
.w_cr_bot .w_cr_bottime i{margin: 0 10px;font-style: normal}


/*直播介绍*/
.w_live_inf{background-color: #fff;padding: 0 40px;}

/*标题*/
.w_li_head{line-height: 65px;border-bottom: 1px solid #e6e6e6}
.w_li_head h3{color: #4a68d1;position: relative;}
.w_li_head h3::after{content: "";position: absolute;bottom: 0;width: 100%;border-bottom: solid 3px #4a68d1;left: 0;}
.w_li_head a{color: #4a68d1}

/*内容*/
.w_li_cont{min-height: 775px;padding-bottom: 20px;}
.w_li_conth{background-color: #f7f7f7;padding: 28px 28px 18px;line-height: 24px;margin-top: 34px;}
.w_li_contt{}
.w_li_contt_row{margin-top: 34px;}
.w_li_txt p{font-size: 12px;color: #666;line-height: 26px;margin-bottom: 10px;}

.w_li_emp{text-align: center;font-size: 16px;color: #4c4c4c;padding-top: 286px;}

/* 直播-缴费页 */
.l_livepay_title{font-size: 22px;color: #333333;font-weight: bold;padding-bottom: 23px;}
.live_pay_mini .w_ban{height: 180px;background: none;width: 300px;border-radius: 8px;margin-right: 30px;}
.live_pay_mini .w_ban img{width: 100%;height: 100%;border-radius: 4px;}
.live_pay_mini .w_cr_tit{line-height: 26px;margin-bottom: 22px;}
.live_pay_mini .w_cr_box{margin-bottom: 0;background-color: #f5f6f8;}
.live_pay_mini .w_courright{min-height:auto;}
.live_pos_rel{position: relative;}
.live_pos_obs{position: absolute;right: 40px;bottom: 57px;}

/* 直播-结果页 */
.live_result_box{height: calc(100vh - 40px);position: relative;}
.live_result_inner{position: absolute;top:10%;left: 50%;-webkit-transform: translate(-50%,0);transform: translate(-50%,0);}