#liveChatApp {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    max-width: 768px;
    width: calc(100%);
    left: 50%;
}

.change-order-btn {
    background: #FFF;
    top: 0;
    position: fixed;
    padding: 4px 8px 4px 0;
    z-index: 999;
    max-width: 768px;
    width: calc(100% - 8px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.chat-item-block {
    padding-top: 16px;
}

#familyChatContainer {
    padding-bottom: 140px;
}

.change-order-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #8F8F8F;
    font-size: 1rem;
}

.change-order-block img {
    height: 16px;
    display: block;
}

.live-image, .live-video, .live-txt, .live-news {
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #ECECEC;
}

.live-item-block {
    padding: 4% 3% 0;
}

.live-content {
    width: 87%;
    flex-shrink: 0;
    padding-bottom: 4%;
}

.content-no-user {
    width: 100%;
    flex-shrink: 0;
    padding-bottom: 4.2%;
}

.time-no-user {
    color: #B0B0B1;
    font-size: 12px;
    text-align: right;
    padding: 1% 0 4%;
}

.txt-time-no-user {
    color: #B0B0B1;
    font-size: 12px;
    text-align: right;
    padding: 1.5% 0 3%;
}

.live-user-img {
    width: 10%;
    height: 10%;
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 3%;
}

.live-user-img img {
    width: 100%;
    display: block;
    height: 100%;
}


.live-conten-infor {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 1.5% 0 3%;
    justify-content: space-between;
}

.live-user-name {
    display: inline-block;
    color: #242424;
    font-size: 1rem;
    overflow: hidden;
    width: calc(81% - 104px);
}

.live-chat-time {
    color: #B0B0B1;
    font-size: 12px;
}

/*img*/
.live-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-content-img {
    width: 100%;
}

.live-img-box img {
    max-width: 100%;
    display: block;
    border-radius: 6px;
}

/*txt*/
.live-content-txt {
    line-height: 1.5rem;
    padding-left: 3%;
    color: #000;
}

.content-no-user .live-content-txt {
    padding-left: 0;
}

/*video*/
.live-content-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%);
    overflow: hidden;
    border-radius: 6px;
}

.content-video-no-user {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%);
    overflow: hidden;
    border-radius: 6px;
}

.live-video-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.live-video-box video.live_video.video_style {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.live-time-box {
    position: absolute;
    bottom: 2%;
    right: 1%;
    display: flex;
    padding: 1% 2%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 24px;
    align-items: center;
    justify-content: center;
}

.live-time-box img {
    width: 10px;
    margin-right: 3px;
    display: block;
}

.live-time-box span {
    color: #FFF;
    font-size: 12px;
}

img.live-post-play {
    position: absolute;
    top: 50%;
    margin-top: calc(-36px);
    width: calc(72px);
    height: calc(72px);
    left: 50%;
    margin-left: calc(-36px);
}

img.live-post-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
}

.live-content-video video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/*news*/
.live-content-news {
    background: #F2F2F2;
    padding: 3%;
    border-radius: 6px;
}

.live-card-box {
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 3%;
    border-radius: 6px;
    flex-shrink: 0;
    width: 24%;
    padding-top: 16.07%; /*h:w=75/112*/
    position: relative;
}

.live-card-box-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-card-box img {
    width: 100%;
    height: 100%;
    display: block;
}

.live-card-title {
    line-height: 1.2rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.live-news-card {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

/*chat*/
#liveFamilyChat {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    max-width: 768px;
    width: calc(100%);
    left: 50%;
}

/*tips*/
.no-data-tips {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
}

/*family-chat*/
.live-family-chat {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.family-chat-user-img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 3%;
}

.family-chat-user-img img {
    width: 100%;
    display: block;
    height: 100%;
}

.family-chat-content {
    background: #F2F2F2;
    padding: 10px 14px;
    border-radius: 0 8px 8px 8px;
    -moz-border-radius: 0 8px 8px 8px;
    -webkit-border-radius: 0 8px 8px 8px;
    border-radius: 0 8px 8px 8px;
    font-size: 1rem;
    line-height: 1.5rem;
}

span.family-chat-name {
    color: #7D7D7D;
    margin-right: 16px;
    font-size: 1rem;
}

.family-chat-btn {
    padding: 16px 0;
    background: #DC364E;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    border-radius: 8px;
    position: fixed;
    bottom: 72px;
    width: 280px;
    margin-left: -140px;
    left: 50%;
}
<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2023-04-10 12:10:02" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->