
    /*选择标签表情包样式*/
    .emoticonPopover.el-popover{
        padding:0; 
    }
    .emoticonPopover .el-tab-pane{
        overflow-y: scroll;
        height: 500px;
    }
    .emoticonPopover .el-tabs__nav-prev{
        left: auto;
        right: 44px; 
        font-size: 20px;
    }
    .emoticonPopover .el-tabs__nav-next{
        font-size: 20px;
        right: 4px; 
    }
    .emoticonPopover .el-tabs__header .el-icon-arrow-right{
        line-height: 42px;
    }
    .emoticonPopover .el-tabs__header .el-icon-arrow-left{
        line-height: 42px;
    }
    .emoticonPopover .el-tabs__nav-wrap.is-scrollable {
        padding: 0 80px 0 0;
        box-sizing: border-box;
    }
    .emoticonPopover .list--picture-card {
        margin: 0;
        display: inline;
        vertical-align: top;
    }

        .emoticonPopover .list--picture-card .list__item {
            position: relative;
            overflow: hidden;
            background-color: #fff;
            border-radius: 6px;
            box-sizing: border-box;
            width: 100px;
            height: 148px;
            margin: 0 8px 8px 0;
            display: inline-block;
            cursor: pointer;
        }

        .emoticonPopover .list--picture-card .list__item-thumbnail {
            width: 100px;
            height: 100px;
        }

        .emoticonPopover .list--picture-card .list__item-status-label {
            /*display: none;*/
            position: absolute;
            right: -15px;
            top: -6px;
            width: 40px;
            height: 24px;
            background: #13ce66;
            text-align: center;
            transform: rotate(45deg);
            box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
        }

            .emoticonPopover .list--picture-card .list__item-status-label i {
                font-size: 12px;
                color: #fff;
                margin-top: 11px;
                transform: rotate(-45deg);
            }

        .emoticonPopover .list--picture-card .list__item:hover .list__item-status-label {
            display: block;
        }

    .emoticonPopover .list__item-name {
        color: #aeaeae;
        display: block;
        text-align: center;
        /*margin-right: 40px;
        overflow: hidden;
        padding-left: 4px;
        text-overflow: ellipsis;
        transition: color .3s;
        white-space: nowrap;*/
    }
    .emoticonBtn{
        padding: 0;
        border: 0;
    }