.base{
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.container_player{
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.player{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
}
.container_live{
    width: 100%;
    flex: 1;
    /*background: #000FFF;*/
    position: relative;
    overflow: auto;
}
.container_ad{
    width: 100%;
    padding-top: 25%;
    position: relative;
    margin-top: 0.5em;
}
.ad_list{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 4%;
}
/*广告轮播部分*/
.ad-swiper-container{
    width: 100%;
    height: 100%;
}
.center_background_image{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
    overflow: hidden;
}
.container_tab{
    padding: 0 4%;
    height: 2em;
}
.tab_item{
    display: inline-block;
    position: relative;
    line-height: 2em;
    font: 1em;
    margin-right: 0.5em;
    color: #666666;
}
.tab_item.active{
    color: #333333;
}
.container_tab .activity_about{
    float: right;
    line-height: 2em;
    height: 2em;
}
.container_tab .activity_members{
    display:inline-block;
    padding-left: 1.4em;
    background-image: url("../../../_base/images/icon-member-number.png");
    background-size: auto 12px;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: top;
    font-size: 12px;
}

.activity_status{
    display: inline-block;
    height: 1.4em;
    line-height: 1.4em;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    /*width: 3.2em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;*/
}
.activity_status_pre{
    background-color: #397df5;
    /*background-image: url("../../../_base/images/icon-status-pre.png");*/
}
.activity_status_ing{
    background-color: #ff0000;
    /*background-image: url("../../../_base/images/icon-status-ing.png");*/
}
.activity_status_end{
    background-color: #545556;
    /*background-image: url("../../../_base/images/icon-status-end.png");*/
}
.bottom_bar{
    width: 1.2em;
    height: 2px;
    border-radius: 1px;
    background: blue;
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.6em);
}
/*底部直播间内容列表和聊天室列表*/
.live_list, .comment_list{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.zIndex-0{
    z-index: -10;
}
/*直播间列表*/
.live_list{
    padding: 0 4%;
    overflow: auto;
    background: #ffffff;
}
.live-room-swiper-container{
    width: 100%;
    height: 100%;
}

.live_item .user_item{
    display: flex;
    flex-flow: row nowrap;
}
.live_item .left_head{
    width: 2.7em;
}
.live_item .left_head img{
    width: 2.0625em;
    height: 2.0625em;
    border-radius: 2.0625em;
    margin-top: 0.2em;
    background-image: url(../../../_base/images/user_default.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.live_item .right_cmt_info{
    flex: 1;
    position: relative;
}
.live_item .user_role{
    font-size: 0.9em;
    line-height: 1.4em;
    color: #ffffff;
    padding: 0 0.2em;
    margin: 0;
    background-color: #397EF5;
    display: inline-block;
}
.live_item .publish_time{
    font-size: 0.9em;
    line-height: 1.4em;
    color: #B8B8B8;
    position: absolute;
    right: 0;
    top: 0.6em;
}
.live_item .user_name{
    font-size: 0.8em;
    line-height: 1.2em;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    height: 1.2em;
}

.live_item{
    padding: 10px 0;
    border-bottom: 1px solid #ECECEC;

}
.live_media_container{
    padding-top: 0.8em;
}
.one_pic{
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.three_pic{
    width: 30%;
    height: auto;
}
.three_pictures{
    width: 32%;
    margin-left: 2%;
    float: left;
}
.three_pictures:nth-of-type(3n + 1){
    margin-left: 0;
}
.live_media_img{

}
.live_media_imgs{

}
.live_media_video{

}
/*聊天室列表*/
.comment_list{
    height: calc(100% - 40px);
    padding: 0 4%;
    overflow: auto;
    background: #ffffff;
}
/*上拉下拉提示部分*/
.list_wrapper{
    position:absolute; z-index:1;
    top:0; bottom:0; left:0;
    width:100%;
    background:#555;
    overflow:auto;
}
#wrapper{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
}


.comment_title_bar{font-size: 1em; line-height: 1.2em; color: #1A1A1A; padding-top: 0.5em; padding-bottom: 0.5em; border-top: 1px solid #ECECEC;}
.hot_comment,.new_comment{padding: 10px 4% 0;}
.hot_comment_title,.new_comment_title{width: 100%; height: 2em;  background-repeat: no-repeat; background-size: auto 1.2em; background-position: center;font-size: 1em; color: #1a1a1a; line-height: 2em; font-weight: bold; text-align: center;}
/*.hot_comment_title{background-image: url(images/icon-hot-comment-title.png);}*/
.new_comment_title{/*background-image: url(images/icon-new-comment-title.png);*/ margin-top: 0.4em;}
.center_bg{display: inline-block; width: 8em; background-image: url("./images/bg_comment.png");background-position: center; background-repeat-y: no-repeat;}
.center_bg span{padding: 0 1em; background: #ffffff;}
.hot_comment_item{margin-top: 0.5em; display: flex; flex-flow: row nowrap; padding-bottom: 0.5em; border-bottom: 1px solid #ECECEC}
.left_head{width: 2.7em;}
.left_head img{width: 2.0625em; height: 2.0625em; border-radius: 2.0625em; margin-top: 0.2em; background-image: url("../../../_base/images/user_default.png"); background-repeat: no-repeat; background-size: cover;}
.right_cmt_info{flex: 1; position: relative;}
.user_name{font-size: 0.9em; line-height: 1.4em; color: #3E3E3E; margin: 0;}
.comment_created_time{ font-size: 0.75em; line-height: 1.25em; margin-top: .625em; color: #b8b8b8; margin-bottom: 0;}
.cmt_time{font-size: 0.8em; line-height: 1em; color: #A1A1A1; margin-bottom: 0.5em; margin-top: 0.1em;}
.top_count{padding:0 1.4em 0 0 ;background:url(../../../_base/images/icon-taoxin.png) no-repeat right center;background-size:auto 1.2em;color:#a1a1a1;float: right;font-weight: normal; position: absolute; right: 0; top: 0.2em; font-size: 0.8em;line-height: 1.2em;}
.top_count_active{background-image: url(../../../_base/images/icon-taoxin-shixin.png) !important; color: #e12519;}
.comment_dtl{font-size: 0.9375em; line-height: 1.67em; color: #333333; margin-top: 0.47em; margin-bottom: 0;}
.re_cmt{text-align: left; font-size: 0.9em; line-height: 1em; color: #a1a1a1;margin-top: 0.3em;}
.re_comment{ padding: 0.2em 0 0.3em 0.2em; display: inline-block;}
.off{display: none;}
.add_more{font-size: 0.9em; line-height: 2em; color: #696969; text-align: center;}
.replay_comment{
    padding: 0.4em;
    background: #f6f6f6;
    margin-top: 0.4em;
    font-size: 0.875em;
    line-height: 1.4em;
}
.replay_comment_xbhf,.replay_nick {
    color: #0060c2;
}

.operate_box{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    background-color: #fff;
    border-top: 1px solid #ebedf0;
}

.operate_box .comment_btn {
    width: 100%;
    height: 30px;
    background: #f0f0f0;
    border: none;
    font-size: 14px;
    color: #b3b3b3;
    border-radius: 15px;
    padding: 0 8px;
    margin: 0;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.comment_form_box{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2002;
    width: 100%;
    height: 172px;
    padding: 10px 15px;
    background: #f2f2f2;
    border-top: 1px solid #dcdcdc;
    overflow: hidden;

    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-overflow-scrolling: touch;
}

.comment_form_box .comment_form_title{
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
}

.comment_form_box .comment_form_title .comment_cancel {
    position: absolute;
    right: 0;
    color: #b3b3b3;
}

.comment_form_box .comment_text{
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    overflow: hidden;
    color: #323233;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
}

.comment_form_box .comment_text textarea{
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    outline: none;
    resize: none;
}

.comment_form_submit{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.comment_form_submit .comment_submit{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 22px;
    line-height: 1.2;
    text-align: center;
    padding: 0 8px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    background-color: #ee0a24;
    border: 1px solid #ee0a24;
}