﻿* {
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.foot-con .copy div {
    display: inline;
}

.foot-con .copy img {
    width: 25px;
    height: auto;
    position: relative;
    top: 10px;
    margin-left: 5px;
}

.top_search_common {
    display: flex;
    align-items: center;
}

.top_search_common .logo {
    width: 140px;
    height: 46px;
    flex: 0 0 auto;
}

.top_search_common .search {
    height: 40px;
    margin-left: 124px;
    border: 2px solid #2589FF;
    flex: 1 1 auto;
}

.top_search_common .search .icon {
    width: 70px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    background: #2589FF;
    float: right;
}

.top_search_common .search .icon img {
    width: 24px;
    height: 24px;
    margin-top: 6px;
}

.top_search_common .search .input {
    border: none;
    width: 510px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
}

.top_search_common .btn_learn {
    width: 134px;
    height: 40px;
    background: #05BC8B;
    margin-left: 24px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    flex: 0 0 auto;
}

.top_search_common .btn_vip {
    width: 134px;
    height: 40px;
    background: linear-gradient(180deg, #FD8086 0%, #DB0C17 100%);
    margin-left: 12px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    flex: 0 0 auto;
}

.top_search_common .btn_vip a {
    color: #fff;
}

.top_search_common .btn_learn .icon,
.top_search_common .btn_vip .icon {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    margin-top: 8px;
    vertical-align: top;
}

/* 首页 */
.w_home {
    margin: 14px auto 20px auto
}

.w_home .top_header {
    padding: 24px;
    background: #fff;
}

.w_home .top_header .banner-box {
    display: flex;
    margin-top: 36px;
}

.w_home .top_header .banner-box .l_banner {
    width: 764px;
    height: 430px;
    flex: 0 0 auto;
}

.w_home .top_header .banner-box .l_banner .img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w_home .top_header .banner-box .r_banner {
    width: 370px;
    height: 430px;
    flex: 0 0 auto;
    padding-left: 18px;
}

.w_home .top_header .banner-box .r_banner .item {
    width: 367px;
    height: 206px;
    margin-bottom: 18px;
}

.w_home .top_header .banner-box .r_banner .item:last-child {
    margin-bottom: 0;
}

.w_home .top_header .banner-box .r_banner .item .img {
    cursor: pointer;
    width: 367px;
    height: 204px;
    object-fit: cover;
}

.w_home .top_header .top_type {
    margin-top: 24px;
    display: flex;
    justify-content: space-around;
}

.w_home .top_header .top_type .item {
    width: 70px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    cursor: pointer;
}

.w_home .top_header .top_type .item img {
    display: block;
    margin: 0 auto;
}

.w_home .list_logo {
    margin-top: 18px;
    background: #fff;
}

.w_home .list_logo .item {
    display: inline-flex;
    width: 200px;
    height: 96px;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #EEEEEE;
}

.w_home .list_logo .item:nth-child(6n) {
    border-right: none;
}

.w_home .list_logo .item:nth-child(1),
.w_home .list_logo .item:nth-child(2),
.w_home .list_logo .item:nth-child(3),
.w_home .list_logo .item:nth-child(4),
.w_home .list_logo .item:nth-child(5),
.w_home .list_logo .item:nth-child(6) {
    border-bottom: 1px solid #EEEEEE;
}

.w_home .list_logo .item img {
    width: 155px;
    height: 58px;
}

.w_home .bg_banner {
    margin-top: 18px;
    font-size: 0;
}

.w_home .bg_banner .item {
    display: inline-block;
    margin-right: 18px;
    vertical-align: top;
    width: 591px;
}

.w_home .bg_banner .item:nth-child(2n) {
    margin-right: 0;
}

.w_home .bg_banner .item img {
    width: 591px;
}

.w_home .con_list {
    margin-top: 18px;
    background: #fff;
    padding: 30px 24px 38px 24px;
}

.w_home .con_list:last-child {
    margin-bottom: 24px;
}

.w_home .con_list .con_list_header {
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #333333;
}

.w_home .con_list .con_list_header .more {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    float: right;
    font-weight: 400;
}

.w_home .con_list .con_list_header .more img {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    right: -2px;
}

.w_home .con_list .con_list_box {
    /* display: flex;
    justify-content: space-between; */
    overflow: hidden;
    padding-bottom: 5px;
}

.w_home .con_list .con_list_box .item {
    position: relative;
    width: 274px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 8%);
    float: left;
    margin-right: 16px;
}

.w_home .con_list .con_list_box .item:nth-child(4){
    margin-right: 0;
}

.w_home .con_list .con_list_box .item .img {
    display: block;
    width: 274px;
    height: 154px;
}

.w_home .con_list .con_list_box .item .title {
    color: #333333;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 14px;
    padding-right: 14px;
}

.w_home .con_list .con_list_box .item:hover .title {
    color: #2589FF;
}

.w_home .con_list .con_list_box .item .label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999999;
    padding: 0 14px 18px 14px;
}

.w_home .con_list .con_list_box .item .broad_time {
    position: absolute;
    top: 120px;
    left: 10px;
    font-size: 0;
}

.w_home .con_list .con_list_box .item .broad_time img {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.w_home .con_list .con_list_box .item .broad_time span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0 6px;
    vertical-align: top;
}
.w_home .con_list .con_list_box .item .labelImg{
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
}
.w_home .con_list .con_list_box .item .labelImg img{
    display: block;
    height: 20px;
}
.w_home .con_list.live .con_list_box {
    justify-content: flex-start;
}



.w_home .con_list.live .con_list_box .item {
    margin-right: 18px;
}

.w_home .con_list.live .con_list_box .item:last-child {
    margin-right: 0;
}

.w_home .con_list.live .live_time {
    text-align: center;
    padding-bottom: 24px;
    display: flex;
}

.w_home .con_list.live .live_time .live_time_item {
    width: 288px;
    border-bottom: 2px dashed #D9D9D9;
    position: relative;
    bottom: -5px;
}

.w_home .con_list.live .live_time .live_time_item .time {
    font-size: 14px;
    line-height: 20px;
    color: #86B1D4;
    padding-bottom: 12px;
    position: relative;
    left: -9px;
}

.w_home .con_list.live .live_time .live_time_item .circle {
    margin: 0 auto;
    width: 8px;
    height: 8px;
    background: #86B1D4;
    border-radius: 50%;
    position: relative;
    bottom: -5px;
}





.w_home .con_list .con_list_box .item .label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999999;
    padding: 0 14px 18px 14px;
}

/*列表*/
.w_course_list {
    margin: 14px auto 20px auto
}

.w_course_list .search_box {
    background: #fff;
    padding: 16px 24px;
}

.w_course_list .list_box {
    padding: 24px 24px 18px 24px;
    background: #fff;
    margin-top: 18px
}

.w_course_list .list_box .learn_title {
    border-bottom: 1px solid #EEEEEE;
    font-size: 0;
    margin-bottom: 24px;
}

.w_course_list .list_box .learn_title .item {
    border-bottom: 2px solid #2589FF;
    display: inline-block;
}

.w_course_list .list_box .learn_title img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}

.w_course_list .list_box .learn_title span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-bottom: 10px;
}

.w_course_list .list_box .no_data_img {
    display: block;
    margin: 0 auto;
}

.w_course_list .list_box .no_data_tip {
    text-align: center;
    color: #666666;
    padding-bottom: 30px;
}

.w_course_list .list_box ul li {
    position: relative;
    width: 274px;
    float: left;
    margin-right: 16px;
    text-align: left;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 16px;
}

.w_course_list .list_box ul li .broad_time {
    position: absolute;
    top: 120px;
    left: 10px;
    font-size: 0;
}

.w_course_list .list_box ul li .broad_time img {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.w_course_list .list_box ul li .broad_time span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0 6px;
    vertical-align: top;
}

.w_course_list .list_box ul li:nth-child(4n) {
    margin-right: 0;
}

.w_course_list .list_box ul li .live_img {
    display: block;
    display: block;
    width: 274px;
    height: 154px;
}

.w_course_list .list_box ul li .title {
    color: #333333;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 13px;
    padding-right: 13px;
}

.w_course_list .list_box ul li a:hover .title {
    color: #2589FF;
}

.w_course_list .list_box ul li .num {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999999;
    padding: 0 13px 18px 13px;
}

.w_course_list .list_box ul li .labelImg{
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
}

.w_course_list .list_box ul li .labelImg img{
    height: 20px;
}

.w_course_list .coursefilter {
    margin-top: 18px;
    background: #fff;
    width: 100%;
    padding: 20px 18px 4px 18px;
}

.w_course_list .coursefilter .item .ti {
    width: 86px;
    display: block;
    line-height: 24px;
    color: #666;
    float: left;
}

.w_course_list .coursefilter .item .filterCon {
    overflow: hidden;
    border-bottom: 1px dashed #F0F0F0;
}

.w_course_list .coursefilter .item .filterCon a {
    display: inline-block;
    padding: 0 8px;
    line-height: 24px;
    color: #333;
    margin-right: 34px;
    margin-bottom: 16px;
}

.w_course_list .coursefilter .item .filterCon a.curr,
.w_course_list .coursefilter .item .filterCon a:hover {
    background: #EDF4FF;
    border-radius: 2px;
    color: #2577E3;
}

.w_course_list .coursefilter .item:last-child .filterCon {
    border-bottom: none;
}


/*直播详情*/
.w_live_detail {
    width: 1200px;
    margin: 14px auto 20px auto;
}

.w_live_detail .search_box {
    background: #fff;
    padding: 16px 24px;
    margin-bottom: 18px;
}

.w_live_detail .top_con {
    padding: 30px;
    margin-bottom: 16px;
    background: #fff;
}

.w_live_detail .top_con .img {
    display: inline-block;
}

.w_live_detail .top_con .live_company {
    padding-left: 20px;
    border-left: 2px solid #EEEEEE;
    font-size: 18px;
    color: #000000;
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 3px;
    line-height: 30px;
}

.w_live_detail .top_con .header {
    height: 58px;
    padding-bottom: 28px;
    border-bottom: 1px solid #EEEEEE;
}

.w_live_detail .top_con .live_bar {
    padding-top: 28px;
    white-space: nowrap;
    overflow: hidden;
}

.w_live_detail .top_con .live_bar .img {
    display: inline-block;
    vertical-align: top;
    width: 282px;
    height: 160px;
}

.w_live_detail .top_con .live_bar .img img {
    width: 100%;
    height: 100%;
}

.w_live_detail .top_con .live_bar .text {
    margin-left: 30px;
    display: inline-block;
}

.w_live_detail .top_con .live_bar .text .title {
    width: 760px;
    line-height: 26px;
    display: inline-block;
    font-size: 20px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 22px;
}

.w_live_detail .top_con .live_bar .text .time {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 50px;
}

.w_live_detail .top_con .live_bar .text .btn .into {
    width: 120px;
    height: 40px;
    background: #2589FF;
    color: #FFFFFF;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    border-radius: 2px;
}

.w_live_detail .top_con .live_bar .text .btn .icon {
    display: inline-block;
    margin-left: 40px;
}

.w_live_detail .top_con .live_bar .text .btn .icon img {
    display: inline-block;
    position: relative;
    top: 5px;
}

.w_live_detail .top_con .live_bar .text .btn .icon .status {
    color: #F84D4D;
    line-height: 40px;
}

.w_live_detail .down_con {
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
}

.w_live_detail .down_con img {
    max-width: 100%;
}

.w_live_detail .down_con .top_bar {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 24px;
}

.w_live_detail .down_con .top_bar .title {
    width: 64px;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 16px;
    color: #333333;
    border-bottom: 2px solid #2589FF;
}

.w_live_detail .down_con .text {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
}

.w_live_detail .main_con {
    display: flex;
}

.w_live_detail .live_left {
    width: 910px;
    flex: 1 1 auto;
    margin-right: 20px;
}

.w_live_detail .live_left .up_area {
    width: 100%;
    background: #FFFFFF;
    padding: 28px 24px 32px 24px;
    display: flex;
}

.w_live_detail .live_left .up_area .l_img {
    width: 282px;
    height: 162px;
    flex: 0 0 auto;
}

.w_live_detail .live_left .up_area .r_title {
    flex: 1 1 auto;
    padding-left: 30px;
}

.w_live_detail .live_left .up_area .r_title .title {
    height: 56px;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}

.w_live_detail .live_left .up_area .r_title .num {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.w_live_detail .live_left .up_area .r_title .num span {
    font-size: 20px;
    line-height: 26px;
    color: #FF7322;
    padding-right: 10px;
}

.w_live_detail .live_left .up_area .r_title .btn {
    display: inline-block;
    width: 120px;
    height: 40px;
    background: #2589FF;
    border-radius: 2px;
    font-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 20px;
    vertical-align: top;
}

.w_live_detail .live_left .up_area .r_title .btn.join {
    color: #2589FF;
    background: #fff;
    border: 1px solid #2589FF;
}

.w_live_detail .live_left .up_area .r_title .tag {
    display: inline-block;
    height: 32px;
    margin-bottom: 10px;
    margin-top: 12px;
    background: #FFE4E5;
    border-radius: 20px;
}

.w_live_detail .live_left .up_area .r_title .tag .free_tag {
    width: 102px;
    height: 32px;
    font-size: 12px;
    color: #DB0C17;
    line-height: 32px;
    text-align: center;
}

.w_live_detail .live_left .up_area .r_title .tag .no_vip {
    padding: 4px 4px 4px 20px;
    font-size: 0;
}

.w_live_detail .live_left .up_area .r_title .tag .no_vip .price {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #DB0C17;
}

.w_live_detail .live_left .up_area .r_title .tag .no_vip .price.hr {
    text-decoration: line-through;
}

.w_live_detail .live_left .up_area .r_title .tag .no_vip .text {
    display: inline-block;
    font-size: 12px;
    color: #DB0C17;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 16px;
    vertical-align: top;
}

.w_live_detail .live_left .up_area .r_title .tag .no_vip .btn_kt {
    display: inline-block;
    vertical-align: top;
    width: 82px;
    height: 24px;
    background: linear-gradient(180deg, #FD8086 0%, #FD0017 100%);
    border-radius: 12px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.w_live_detail .live_left .up_area .r_title .tag .no_vip .btn_has_buy {
    display: inline-block;
    width: 84px;
    height: 24px;
    border-radius: 14px;
    border: 1px solid #DB0C17;
    font-size: 12px;
    color: #DB0C17;
    text-align: center;
    vertical-align: top;
}

.w_live_detail .pop_course {}

.w_live_detail .live_left .down_area {
    padding: 18px 24px;
    background: #fff;
    margin-top: 20px;
}

.w_live_detail .live_left .down_area .top_bar {
    border-bottom: 1px solid #EEEEEE;
}

.w_live_detail .live_left .down_area .top_bar a {
    height: 40px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    padding-bottom: 16px;
    margin-right: 80px;
}

.w_live_detail .live_left .down_area .top_bar a.curr {
    color: #333333;
    border-bottom: 2px solid #2589FF;
}

.w_live_detail .live_left .down_area .con_text {
    padding-top: 30px;
    min-height: 300px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.w_live_detail .live_left .down_area .con_text img {
    max-width: 100%;
}

.w_live_detail .live_left .down_area ul.tab li {
    width: 100%;
    height: 52px;
    margin-top: 20px;
    padding: 16px 20px 16px 60px;
    background: url(../../images/icon_course.png) left no-repeat;
    background-size: 24px 18px;
    background-position-x: 20px;
    background-color: #EDEFF0;
}

.w_live_detail .live_left .down_area ul.tab li a {
    display: block;
    color: #666;
    line-height: 20px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.w_live_detail .live_left .down_area ul.tab li:hover,
.w_live_detail .live_left .down_area ul.tab li.curr {
    background: url(../../images/icon_course_curr.png) left no-repeat;
    background-size: 24px 18px;
    background-position-x: 20px;
    background-color: #EDEFF0;
}

.w_live_detail .live_left .down_area ul.tab li:hover a,
.w_live_detail .live_left .down_area ul.tab li.curr a {
    color: #333;
}

.w_live_detail .live_left .down_area ul.tab li:first-child {
    margin-top: 36px;
}

.w_live_detail .pop_course {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.w_live_detail .pop_course .pop_buy_box {
    width: 920px;
    height: 488px;
    background: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.w_live_detail .pop_course .pop_buy_box .top_header {
    height: 52px;
    background: #363739;
    border-radius: 2px 2px 0px 0px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 52px;
}

.w_live_detail .pop_course .pop_buy_box .top_header .exit {
    float: right;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 14px;
}

.w_live_detail .pop_course .pop_buy_box .con_area {
    padding: 30px 40px;
}

.w_live_detail .pop_course .pop_buy_box .con_area .top {
    margin-bottom: 30px;
}

.w_live_detail .pop_course .pop_buy_box .con_area .top {
    display: flex;
}

.w_live_detail .pop_course .pop_buy_box .con_area .top .l_img {
    width: 148px;
    height: 84px;
    flex: 0 0 auto;
}

.w_live_detail .pop_course .pop_buy_box .con_area .top .r_course {
    padding-left: 20px;
    flex: 1 1 auto;
}

.w_live_detail .pop_course .pop_buy_box .con_area .top .r_course .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
}

.w_live_detail .pop_course .pop_buy_box .con_area .top .r_course .tip {
    font-size: 12px;
    color: #333333;
    line-height: 16px;
}

.w_live_detail .pop_course .pop_buy_box .con_area .zhifu {
    height: 250px;
    border-radius: 10px;
    border: 2px solid #F0F0F0;
    padding-top: 34px;
    display: flex;
    justify-content: center;
}

.w_live_detail .pop_course .pop_buy_box .con_area .zhifu .l_barcode {
    width: 158px;
}

.w_live_detail .pop_course .pop_buy_box .con_area .zhifu .l_barcode .bar_box {
    width: 160px;
    height: 160px;
    background: url(../images/ewm.png) no-repeat;
    background-size: 160px 160px;
    padding: 6px;
}

.w_live_detail .pop_course .pop_buy_box .con_area .zhifu .l_barcode .bar_box img {
    width: 100%;
    height: 100%;
}

.w_live_detail .pop_course .pop_buy_box .con_area .zhifu .l_barcode .tip_text {
    text-align: left;
    padding-left: 10px;
    font-size: 0;
    padding-top: 14px;
}

.w_live_detail .pop_course .pop_buy_box .con_area .zhifu .l_barcode .tip_text .icon {
    width: 24px;
    height: 24px;
    margin-right: 2px;
}

.w_live_detail .pop_course .pop_buy_box .con_area .zhifu .l_barcode .tip_text span {
    margin-left: 4px;
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.w_live_detail .pop_course .pop_buy_box .con_area .zhifu .r_price {
    padding-left: 24px;
    padding-top: 56px;
}

.w_live_detail .pop_course .pop_buy_box .con_area .zhifu .r_price .out {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

.w_live_detail .pop_course .pop_buy_box .con_area .zhifu .r_price .out span {
    font-size: 36px;
    color: #FD792A;
    line-height: 48px;
}

.w_live_detail .live_right {
    width: 270px;
    height: 810px;
    background: #ffffff;
    flex: 0 0 auto;
    padding: 28px 24px;
}

.w_live_detail .live_right .top_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
}

.w_live_detail .live_right ul li.item {
    width: 100%;
    margin-top: 20px;
    height: 223px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
}

.w_live_detail .live_right ul li.item:first-child {
    margin-top: 24px;
}

.w_live_detail .live_right ul li.item .desc {
    padding: 12px;
    font-size: 14px;
    height: 64px;
    line-height: 24px;
    color: #333333;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.w_live_detail .live_right ul li.item .num {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    padding: 0 12px;
}


/*直播间*/
.W_live_room {
    width: 1200px;
    margin: 14px auto 20px auto;
    display: flex;
    background: #0F0F1E;
    padding: 24px 60px;
}

.W_live_room .left_desc {
    flex: 1 1 auto;
}

.W_live_room .left_desc .top_video {
    width: 100%;
    position: relative;
    min-height: 300px;
}

.W_live_room .left_desc .top_video .bg {
    width: 100%;
    opacity: 0.55;
}

.W_live_room .left_desc .top_video .wait {
    position: absolute;
    width: 182px;
    height: 92px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.W_live_room .right_desc {
    width: 350px;
    flex: 0 0 auto;
    background: #1C1D30;
    color: #FFFFFF;
    text-align: left;
}

.W_live_room .right_desc .content_box .text {
    padding-right: 20px;
}

.W_live_room .right_desc .live_tab {
    width: 100%;
    background: #33344A;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}

.W_live_room .right_desc .live_tab .chart {
    color: #FFFFFF;
    opacity: 0.6;
}

.W_live_room .right_desc .live_tab .info {
    color: #FFFFFF;
    opacity: 0.6;
}

.W_live_room .right_desc .live_tab .el-tabs__item.is-active .chart,
.W_live_room .right_desc .live_tab .el-tabs__item.is-active .info {
    opacity: 1;
}

.W_live_room .right_desc .live_tab .el-tabs__content {
    text-align: left;
    padding-left: 20px;
}

.W_live_room .right_desc .live_tab .el-tabs__content .text .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
    padding-top: 24px;
    padding-bottom: 20px;
}

.W_live_room .right_desc .live_tab .el-tabs__content .text .time {
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.W_live_room .right_desc .live_tab .el-tabs__content .text .desc .header_tips {
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
}

.W_live_room .right_desc .live_tab .el-tabs__content .text .desc .font {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.W_live_room .right_desc .live_tab .el-tabs__content .text .desc .font img {
    max-width: 100%;
}

.W_live_room .right_desc .live_tab .el-tabs__nav-scroll {
    padding-left: 20px;
}

.W_live_room .left_desc .bottom_con {
    display: flex;
    padding-top: 20px;
    padding-right: 20px;
}

.W_live_room .left_desc .bottom_con .title {
    flex: 1 1 auto;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.W_live_room .left_desc .bottom_con .title .live_time {
    padding-top: 10px;
    font-size: 14px;
    color: #FFFFFF;
}

.W_live_room .left_desc .bottom_con .title .live_time .time {
    color: #FF7322;
}

.W_live_room .left_desc .bottom_con .btn {
    width: 250px;
    flex: 0 0 auto;
    text-align: right;
}

.W_live_room .left_desc .bottom_con .btn .icon img {
    position: relative;
    top: 6px;
}

.W_live_room .left_desc .bottom_con .btn .icon .status {
    color: #F84D4D;
}

.W_live_room .left_desc .bottom_con .btn .add_btn {
    display: inline-block;
    background: #2589FF;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 30px;
    border-radius: 2px;
}

.W_live_room .right_desc .text .align {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.W_live_room .right_desc .text .align .show_mes {
    float: right;
    font-size: 14px;
    color: #2589FF;
}

.W_live_room .right_desc .text .align .show_mes i {
    margin-left: 10px;
}

.W_live_room .zhezhao {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.W_live_room .popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 4px;
    width: 660px;
    z-index: 1000;
}

.W_live_room .popup-container .top_bar {
    height: 62px;
    background-color: #F7F7F8;
    border-radius: 4px 4px 0 0;
}

.W_live_room .popup-container .top_bar .close {
    display: block;
    width: 64px;
    height: 62px;
    float: right;
    margin-left: 20px;
}

.W_live_room .popup-container .top_bar .close a {
    display: block;
    height: 62px;
    text-indent: -99999px;
    background: url(../images/icon_close.png) center no-repeat;
}

.W_live_room .popup-container .top_bar .name {
    overflow: hidden;
    padding-left: 30px;
    line-height: 62px;
    color: #333;
    font-size: 18px;
}


.popup-container .edit_card {
    padding: 40px 90px;
    height: 435px;
    overflow-y: auto;
}

.popup-container .edit_card .item {
    margin-bottom: 20px;
}

.popup-container .edit_card .item .name {
    width: 125px;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    float: left;
    text-align: right;
    margin-right: 20px;
}

.popup-container .edit_card .item .name b {
    color: #F5494D;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 4px;
}

.popup-container .edit_card .item.cooperation .name {
    line-height: 20px;
}

.popup-container .edit_card .item .input {
    overflow: hidden;
    height: 42px;
}

.popup-container .edit_card .item .el-radio,
.popup-container .edit_card .item .el-radio__input {
    line-height: 40px;
}

.popup-container .edit_card .item .input input {
    width: 100%;
    line-height: 38px;
    padding: 0 16px;
    font-size: 16px;
    border: 1px solid #DDDFE6;
    border-radius: 2px;
    outline: none;
}

.popup-container .edit_card .item .input input:hover {
    border: 1px solid #C0C4CC;
}

.popup-container .edit_card .item .input input:focus {
    border: 1px solid #2577E3;
}

.popup-container .edit_card .submit {
    text-align: center;
    display: flex;
    justify-content: center;
}

.popup-container .edit_card .submit .sub_btn {
    cursor: pointer;
    width: 200px;
    height: 50px;
    display: block;
    background-color: #2577E3;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #2577E3;
}

.popup-container .edit_card .submit .sub_btn:hover {
    background: #005EDB;
    border: 1px solid #005EDB;
}