.arrange{
    position: relative;
    .icon-liebiaopailieshezhi{
        width: 16px;
        height: 16px;
    }
    .arrange-ul{
        width: 113px;
        min-height: 150px;
        position: absolute;
        top: 32px;
        right: -5px;
        background: rgba(67, 67, 67, 0.93);
        border-radius: 4px;
        &::before{
            content:'';
            position: absolute;
            right: 5px;
            border-left: 6px solid transparent;  
            border-right: 6px solid transparent;  
            border-bottom: 7px solid rgba(67,67,67,0.93);
            // transform:none;
            top: -6px;
        }
        li{
            height: 50px;
            line-height: 50px;
            border-bottom: 1px solid rgba(103,103,103,1);
            font-size: 15px;
            color: #C7C7C7;
            vertical-align: middle;
            padding-left: 15px;
            .icon-gouxuan{
                margin-left: 5px;
                width: 15px;
                height: 15px;
            }
        }
        .current{
            color: #fff;
        }
        &:last-child{
            border: none;
        }
    }
}