html, body {
    background-color: transparent;
}

.live-menus {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.live-menus .channel {
    display: flex;
    align-items: center;
    /*width: 30%;*/
}

.live-menus .channel-dot {
    width: 4px;
    height: 4px;
    margin: 0 5px;
}

.live-menus .channel > .channel-logo {
    width: 20px;
    height: 20px;
}

.live-menus .live-menus_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.live-menus .live-menus_list_item {
    margin: 0 10px;
    color: #666;
    font-size: 12px;
}

.live-menus .live-menus_list_item_active {
    color: #DE3031;
    font-size: 14px;
}

.live-menus_content {
    padding: 13px;
}

.video-player-container {
    position: relative;
}

.record-tip {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    height: 40px;
    z-index: 1000;
    width: 100%;
    line-height: 40px;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    padding: 0 15px;
}

.record-tip .time {
    padding: 0 10px;
}

.record-tip img {
    width: 18px;
    height: 18px;
}

.record-btn {
    color: #fff;
    border-radius: 10px 10px 10px 10px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding: 0 10px;
    background: #459AF5;
}

.subed {
    background-color: transparent;
}

.cover-tip {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    z-index: 110;
    background: rgba(0, 0, 0, 0.33);
}

#countdownid {
    color: #fff;
}

.Prompt_money {
    height: 40px;
    line-height: 40px;
    background: #1491e5;
    font-size: 12px;
    padding-left: 10px;
    color: #fff;
}

.Prompt_money span {
    display: inline-block;
    width: 40px;
    float: right;
    /*padding: 15px 10px;*/
    background: url(../../resource/images/5_attention_close.png) 13px 13px no-repeat;
    background-size: 12px 12px;
    height: 40px;
}

.activity-btn {
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 999;
    transform: translate(0, -50%);
}

.activity-btn img {
    width: 100%;
    height: 100%;
}

.model-stills {
    height: 56.25vw;
}

.model-stills img {
    height: 100%;
    width: 100%;
}
