.dq-tool {
    width: 100%;
    height: 42px;
    display: flex;
    padding: 0 10px 5px 10px;
    margin-top: 3px;
    align-items: center;
}

.dq-tool>.b {
    height: 33px;
    padding: 6px 8px;
    border-radius: 7px;
    transition: 100ms;
    margin: 0 1px;
}

.dq-tool>.b.t {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.dq-tool>.b.t>img {
    display: flex;
    margin-right: 5px;
}

.dq-tool>.b:hover {
    background-color: var(--hover);
}

.dq-tool>.b>img {
    width: 20px;
    height: 20px;
}

.dq-tool>.hr {
    width: 2px;
    height: 25px;
    background-color: #7f7f7f7f;
    border-radius: 10px;
    margin: 5px 3px;
}