.art-video-player {
    .art-info {
        display: none;
        flex-direction: column;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 100;
        width: 360px;
        padding: 20px 20px 25px;
        border-radius: 5px;
        color: #fff;
        font-size: 12px;
        font-family: Noto Sans CJK SC DemiLight, Roboto, Segoe UI, Tahoma, Arial, Helvetica, sans-serif;
        -webkit-font-smoothing: antialiased;
        // background: rgba(0, 0, 0, 0.9);
        background-color: rgba(26, 26, 26, .96);
        .art-info-title {
            margin-left: 10px;
            margin-bottom: 12px;
            font-size: 16px;
            color: #fff;
        }
        .hkvideo-ctxmenuhelp-list {
            font-size: 14px;
            .hkvideo-ctxmenuhelp-item {
                padding: 0 15px;
                height: 32px;
                width: 50%;
                line-height: 32px;
                display: inline-block;
                border-radius: 14px;
                margin-bottom: 2px;
                color: #999;
                cursor: pointer;
                float: left;
                .menuhelp-label {
                    color: #fff;
                }
            }
        }
        .art-info-item {
            display: flex;
            margin-bottom: 5px;
            .art-info-title {
                width: 100px;
                text-align: right;
            }

            .art-info-content {
                flex: 1;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding-left: 5px;
            }

            &:last-child {
                margin-bottom: 0;
            }
        }

        .art-info-close {
            position: absolute;
            top: 8px;
            right: 8px;
            cursor: pointer;
            .hkplayer-close {
                fill: #fff;
                cursor: pointer;
            }
        }
    }

    &.art-info-show {
        .art-info {
            display: flex;
        }
    }
}
