.qxc-pc-web{

}

.qxc-pc-web .qxc-header{
    display: flex;
    flex-direction: row;
    padding: 50px 50px;
    background-color: #17233b
}

.qxc-pc-web .qxc-header .qxc-img{
    width: 500px;
    height: 300px;
    object-fit: contain;
}

.qxc-pc-web .qxc-header .qxc-info{
    margin-left: 30px;
    margin-top: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    

}

.qxc-pc-web .qxc-header .qxc-info .qxc-title{
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 500px

}

.qxc-pc-web .qxc-header .qxc-info .qxc-action{
    font-size: 16px;
    margin-top: 20px;
    color: #ccc;

}

.qxc-pc-web .qxc-header .qxc-info .qxc-time{
    font-size: 16px;
    margin-top: 40px;
    color: #ccc;
}

.qxc-pc-web .qxc-header .qxc-info .qxc-time .qxc-live-status{
    border: 1px solid #fff;
    margin-left: 10px;
    padding: 2px;
    font-size: 8px;
}


.qxc-pc-web .qxc-header .qxc-info .qxc-enter-btn{
    outline: none;
    height: 40px;
    width: 150px;
    margin-top: 30px;
    border-radius: 20px;
    background-color: #1d90ff;
    border: 1px solid #1d90ff;
    color: #fff;
    cursor: pointer;
}

.qxc-pc-web .qxc-pc-body{
    padding: 20px;
}


.qxc-pc-web .qxc-pc-body .qxc-qxc-line{
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.qxc-pc-web .qxc-pc-body .qxc-pc-content {
    margin-top: 10px;
}

.qxc-pc-web .qxc-pc-body .qxc-desc {
    font-size: 18px;
    font-weight: bold;
}


.qxc-pc-web .qxc-content{
}