.commonTools{
    height: 100px;
    border:1px solid rgb(230, 231, 235);
    margin:0 10px 10px;
    display: flex;
    align-items:center;
    overflow-x: auto;
    overflow-y: hidden;
}
.commonTools .first-item{
    background: #5995D1;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 100%;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.commonTools .triangle-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #5995D1;
    border-bottom: 15px solid transparent;
}
.commonTools .item{
    display: flex;
    flex-direction: column ;
    justify-content: center;
    align-items:center;
    margin:0 15px;
    height: 100%;
    min-width: 100px;
}
.commonTools .item img{
    margin-bottom: 5px;
}
.commonTools .item:hover{
    background: #eee;
    cursor:pointer
}
.commonTools .setting-item{
    width: 50px;
    min-width: 50px;
}
.commonTools .setting-item .label{
    width:40px;
    padding-left: 12px;
}
