.qxc-h5-web{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.qxc-h5-web .qxc-h5-header{
    width: 100%;
    height: 200px;
    background-color: #212226;
}


.qxc-h5-web .qxc-h5-header .qxc-h5-img{
    width: 100%;
    height: 240px;
    object-fit: contain;
}
.qxc-h5-web .qxc-h5-info {
    background-color: #212226;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #000;
}

.qxc-h5-web .qxc-h5-info .qxc-h5-info-left{
    display: flex;
    flex-direction: column;
}

.qxc-h5-web .qxc-h5-info .qxc-live-status{
    display: block;
    height: 12px;
    border: 1px solid #3da5ae;
    padding: 2px;
    color: #3da5ae;
    font-size: 12px;
}

.qxc-h5-web .qxc-h5-info .qxc-h5-info-left .qxc-title{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.qxc-h5-web .qxc-h5-info .qxc-h5-info-left .qxc-time{
    font-size: 12px;
    margin-top: 10px;
}

.qxc-h5-web  .qxc-h5-action{
    background-color: #212226;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.qxc-h5-web .qxc-bottom-div {
    width: 100%;
    height: 60px; /* Height of the bottom div */
    display: flex;  
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0px;
    background-color: #212226;
}

.qxc-h5-web .qxc-bottom-div .qxc-enter-btn{
    width: 300px;
    height: 35px;
    outline: none;
    border-radius: 15px;
    background-color: #01b8c6;
    border: 1px solid #01b8c6;
    color: #fff;
    cursor: pointer;

}

.qxc-h5-web .qxc-content{
}

.h5-ql-editor{
    margin-bottom: 60px;
}