page {
    background: #f3f5f9;
}

.empty-list {
    padding: 130px 75px;
    font-size: 17px;
}

.empty-list .btn {
    margin: 0;
    border-radius: 50px;
    height: 38px;
    line-height: 38px;
    width: 140px;
    font-size: 15px;
    padding: 0;
}

.empty-list .light {
    height: 120px;
    width: 120px;
}

.empty-list .text-cancel {
    padding: 5px;
    margin-bottom: 15px;
    margin-top: 12px;
    font-size: 15px;
}

.fui-live-list {
    padding: 12px;
}

.fui-live-item {
    margin-bottom: 12px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    overflow: hidden;
}

.fui-live-item>.cover,.fui-live-item>.cover>image {
    width: 200px;
    height: 200px;
    background: #f2f2f2;
    position: relative;
}

.fui-live-item>.cover>.status {
    position: absolute;
    left: 4px;
    top: 4px;
    width: auto;
    height: 24px;
    border-radius: 12px;
    background: rgba(0,0,0,0.2);
    line-height: 24px;
    color: #FFFFFF;
    font-size: 12px;
    display: flex;
}

.fui-live-item>.cover>.status .notice {
    height: 24px;
    background: #3DC637;
    font-size: 12px;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 12px;
    font-weight: 500;
}

.fui-live-item>.cover>.status>image {
    height: 24px;
    width: 24px;
}

.fui-live-item>.cover>.status text {
    padding: 0 10px 0 6px;
    font-weight: 400;
}

.fui-live-item>.cover>.status text.b {
    font-weight: 700;
}

.fui-live-item>.cover>.top {
    position: absolute;
    left: 4px;
    bottom: 4px;
    height: 18px;
    border-radius: 9px;
    background: #FF661A;
    padding: 0 8px;
    line-height: 18px;
    font-weight: 500;
    font-size: 10px;
    color: #FFFFFF;
}

.fui-live-item>.cover>.recommend {
    position: absolute;
    right: 4px;
    bottom: 4px;
    height: 18px;
    border-radius: 9px;
    background: #FB1732;
    padding: 0 4px;
    line-height: 15px;
}

.fui-live-item>.cover>.recommend>image {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.fui-live-item>.cover>.recommend>text {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 10px;
}

.fui-live-item>.info {
    flex: 1;
    padding: 18px 12px 0 12px;
}

.fui-live-item>.info>.title {
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-content: center;
    font-weight: 700;
    line-height: 20px;
}

.fui-live-item>.info>.anchor {
    height: 30px;
    width: 50%;
    padding: 12px 0;
    display: flex;
    flex-direction: row;
}

.fui-live-item>.info>.anchor>.avatar,.fui-live-item>.info>.anchor>.avatar>image {
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.fui-live-item>.info>.anchor>.nickname {
    flex: 1;
    font-size: 12px;
    color: #56595B;
    height: 30px;
    line-height: 30px;
    padding-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    align-content: center;
}

.fui-live-item>.info>.goods-list {
    height: 60px;
    display: flex;
    justify-content: space-between;
}

.fui-live-item>.info>.goods-list>.row,.fui-live-item>.info>.goods-list>.row>image {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: #eee;
}

.fui-live-item>.info>.goods-list>.row {
    position: relative;
}

.fui-live-item>.info>.goods-list>.row>.cover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    position: absolute;
    padding-top: 43px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    border-radius: 4px;
}

.fui-live-item>.info>.goods-list>.row>.cover.br {
    padding-top: 13px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
}

.replayImg {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}

.replayImg image {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 68px;
}