.common_bg{
    /*padding: 0;*/
    background:url(../images/meeting_bg.png) center center no-repeat;
}
.step_box{

    padding-top: 67px;
}
.step_tip{
    text-align: right;
    font-size: 16px;
    margin-bottom: 18px;
}
.step_tip span{
    cursor: pointer;
}
.step_tip span.active{
    color:#768CFE;
    font-size: 18px;
}
.step_tip span:nth-child(2){
    display: inline-block;
    vertical-align: middle;
    margin:0px 34px;
}
.step{
    margin: 0 auto;
    padding-bottom: 70px;
}
.meeting_table{
    width: 100%;
}
.meeting_table tr th{
    background: #3230ff;
    text-align: center;
    line-height: 46px;
    color:#CECFFE;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.url_video{
    position: absolute;
    right:0px;
    top:0px;
    line-height: 46px;
    height: 46px;
    width: 140px;
    background: #6375fa;
    text-align: center;
    color: #cecffe;
    font-size: 16px;
    font-weight: 700;
}
.url_video img{
    vertical-align: middle;
}
.meeting_table tr td{ 
    padding: 12px 0;
    border:2px solid #0d107c;
    padding-left: 19px;
    background: rgba(43, 43, 230,0.4);
    font-size: 14px;
}
.meeting_table tr td.color_grap{
    color: #cecffe;
    font-size: 16px;
    font-weight: 700;
}
.text_center{
    text-align: center;
}
.meeting_table tr td.color_red{
    color:#FE7271;
}
/* 演讲嘉宾 */
.live_box img{
    margin-right: 0;
    margin-bottom: 0;
    cursor: inherit;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user{
    display: inline-block;
  /*  width: 242px;
    height: 280px;*/
    position: relative;
}
.live_box .user{
    width: 242px;
    height: 316px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.live_box .user:nth-child(5n+0){
    margin-right: 0
}
.user p{
    position: absolute;
    bottom:0px;
    left:0px;
    right:0px;
    background: linear-gradient(to bottom, rgba(53, 54, 191, 0),  rgba(53, 54, 191,1)  );
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
}
.user b{
    font-size: 14px;
    display: block;
    background: #ed626f;
    width: 70%;
    line-height: 40px;
    border-radius: 0px 20px 20px 0px;
    margin-top: -28px;
    position: relative;
    margin-bottom:10px;
}





