.fr {
    float: right;
}
.fl {
    float: left;
}
.wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.wrap .live {
    width: 100%;
    height: 100%;
}

.live .live_video {
    width: 100%;
    height: 4.44rem;
    position: relative;
}

.live .live_video video {
    display: block;
    width: 100%;
    height: 4.44rem;
    object-fit: cover;
}
.live .live_video img:not(.dianzan) {
    width: 100%;
    height: 4.44rem;
}

.video-js.vjs-fluid {
    height: 100%;
    padding: 0;
}

.live .live_card {
    width: 100%;
    height: calc(100% - 4.44rem);
}

.live_card .live_tab {
    width: 100%;
    height: .9rem;
    border-bottom: .01rem solid #eeeeee;
    line-height: .9rem;
}

.live_tab .tab_item {
    /* width: 1.24rem; */
    padding: 0 .3rem;
    font-size: .32rem;
    float: left;
}

.live_tab .tab_item.active {
    color: #CC0000;
    position: relative;
}

.live_tab .tab_item.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.01rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: .05rem;
    background: #CC0000;
}

.live_card .live_con {
    width: 100%;
    height: calc(100% - .9rem);
    /*height: calc(100% - 2rem);*/
}

.live_con .con_item {
    width: 100%;
    height: 100%;
    padding: 0 .3rem;
    display: none;
    overflow: auto;
    position: relative;
}
.live_con .con_item .tips {
    position: fixed;
    bottom: 1.2rem;
    right: 40%;
    z-index: 999;
    background-color: #000000;
    opacity: 0.5;
    color: #ffffff;
    padding: 0 5px;
    border-radius: 2px;
    display: none;
}
.live_con .con_item:first-child {
    display: block;
}

.con_item .chat_list {
    width: 100%;
    height: auto;
    padding: .3rem 0;
}

.chat_list .chat_item {
    width: 100%;
    height: auto;
}

.chat_list .chat_item:nth-child(n+2){
    margin-top: .3rem;
}

.chat_item .chat_left {
    /* float: left; */
    width: .85rem;
    height: auto;
}

.chat_item .chat_left img {
    display: block;
    width: .67rem;
    height: .67rem;
    object-fit: cover;
    border-radius: 50%;
    margin: 0;
}

.chat_item .chat_right {
    /* float: right; */
    width: calc(100% - .85rem);
    height: auto;
}

.chat_right .name {
    color: #777777;
    font-size: .26rem;
}

.chat_right .date {
    color: #777777;
    font-size: .23rem;
}

.chat_right .chat_box {
    width: 100%;
    height: auto;
    margin-top: .14rem;
}

.chat_right .chat_box .chat_box_item {
    padding: .14rem .3rem .14rem .2rem;
    background: #f1f1f1;
    border-radius: .07rem;
    display: inline-block;
    font-size: .29rem;
    position: relative;
}

.chat_right .chat_box .chat_box_item::before {
    content: '';
    display: block;
    position: absolute;
    top: .18rem;
    left: -.13rem;
    width: .13rem;
    height: .15rem;
    background: url("../img/chat_mes_icon.png") no-repeat center/cover;
}

.chat_right .chat_box .chat_box_item:nth-child(n+2) {
    margin-top: .2rem;
}

.con_item .info_desc {
    padding: .3rem 0;
}
.con_item .info_desc p {
    text-align: justify;
    text-indent: 2em;
}

/* 发送消息 */
.sendMsgWrap {
    border-top: 0.02rem solid #eeeeee;
    padding-top: 0.2rem;
}

.sendMsg-main {
    width: 6.94rem;
    height: 0.7rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eeeeee;
    border-radius: 0.36rem;
}

#sendBtn {
    width: 1.34rem;
    height: 0.7rem;
    background-color: #FD2A3C;
    color: #ffffff;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 0.36rem;
}

#sendInput {
    width: calc(100% - 1.34rem);
    height: 0.7rem;
    background-color: #eeeeee;
    border-radius: 0.36rem 0 0 0.36rem;
    box-sizing: border-box;
    padding-left: 0.2rem;
    color: #aaaaaa;
    font-size: 0.24rem;
}

/* 点赞 */
.dianzan {
    width: 0.66rem;
    height: 0.66rem;
    position: absolute;
    top: 0.26rem;
    right: 0.26rem;
    z-index: 999;
}

/* 图文直播 */
.live_con .graphic_wrap {
    padding-top: 0.4rem;
    background-color: #f7f7f7;
    position: relative;
}
.graphic_list .graphic_item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.42rem;
    font-size: 0.24rem;
    background: url('../img/circle.png') 0 0.06rem no-repeat;
    background-size: 0.24rem 0.24rem;
}
.graphic_list .graphic_item .item-top .time {
    color: #777777;
}
.graphic_wrap .order {
    display: flex;
    align-items: center;
    color: #333DF7;
    position: absolute;
    top: 0.4rem;
    right: 0.3rem;
    z-index: 999;
}
.graphic_wrap .order img {
    display: inline-block;
    width: 0.16rem;
    height: 0.22rem;
    margin-left: 0.06rem;
    position: relative;
    top: 0.02rem;
}
.graphic_list .graphic_item .item-cont {
    padding-top: 0.32rem;
    padding-left: 0.24rem;
    border-left: 0.02rem solid #FD2F40;
    margin-left: 0.1rem;
    position: relative;
    top: -0.08rem;
}
.graphic_list .graphic_item .item-cont .cont-wrap {
    padding: 0.28rem 0.2rem;
    background-color: #ffffff;
    border-radius: 0.2rem;
    font-size: 0.26rem;
    color: #222222;
    font-weight: 500;
}
.graphic_list .graphic_item {
    margin-bottom: 0.4rem;
}
.graphic_list .graphic_item:last-child {
    margin-bottom: 0;
}
.graphic_list .graphic_item .item-cont .cont-wrap img {
    width: 100%;
    margin: 0.2rem 0;
}
#playBack {
    width: 100%;
    height: 3.5rem;
}

.chat_item .fl .name, .chat_item .fl .date {
    text-align: right;
}
.chat_item .fl .chat_box {
    transform: rotateY(180deg);
}
.chat_item .fl .chat_box p {
    transform: rotateY(180deg);
}
.chat_item .fr img {
    margin-right: 0;
    margin-left: 0.2rem;
}

.hidden {
    display: none !important;
}

.asc,.desc {
    cursor: pointer;
}

/* 节目单 开始 */
.program {
  width: 100%;
}

.tabbox {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.tabbox div {
  flex: 1;
  text-align: center;
  padding: 5px 0;
  margin: 5px 0;
  box-sizing: border-box;
}

.tabbox .isActive {
  background: #cc0000;
  color: #fff;
  border-radius: 0.1rem;
}

.programlist {
  width: 100%;
  height: calc(100% - 50px); ;
  overflow-y: auto;
}

.programlist .listinfo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  box-sizing: border-box;
  font-size: 0.28rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.programlist .nowplay {
  color: #cc0000;
}
.noplay {
  color: #ccc;
}

.time {
  margin-right: 0.2rem;
}

.infohead {
  width: 50%;
  display: flex;
  align-items: center;
}

/* 节目单 结束 */