.tools-bar {
    position: relative;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid rgba(230, 231, 232, 0.7);
    box-sizing: border-box;
    // &:after{
    //     content: "";
    //     width: 200%;
    //     height: 1px;
    //     position: absolute;
    //     bottom: 0;
    //     left: 0;
    //     -webkit-transform: scale(0.5);
    //     -webkit-transform-origin: 0 0;
    //     box-sizing: border-box;
    //     pointer-events: none;
    //     z-index: 2;
	// 	border-bottom: 1px solid #e6e7e8;
    // }
    .tool-item-container {
        display: inline-block;
        padding: 12px 0;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        .trangle {
            width: 0;
            height: 0;
            border-color: transparent transparent #e6e7e8 transparent;
            border-style: dashed dashed solid dashed;
            border-width: 5px;
            position: absolute;
            bottom: -1px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 1;
            i {
                border-color: transparent transparent #fafafa transparent;
                border-style: dashed dashed solid dashed;
                border-width: 4px;
                position: absolute;
                bottom: -5px;
                left: -4px;
            }
        }
    }

    .tools-bar-left,.tools-bar-right {
        position: relative;
        z-index: 2;
        background: #fff;
        height: 44px;
    }
    .tools-bar-left {
        float: left;
        text-align: center;
        .tool-item-container {
            width: 50%;
        }
        .tool-item-onlyOne {
            width: 100%;
        }
    }

    .tools-bar-right {
        float: right;
        .tool-item-container {
            padding-bottom: 10px;
        }
    }
    .clear {
        clear: both;
    }
}

.rc-dialog-wrap.searchItem_wrap {
    &.bgOpacity {
        background-color: rgba(0,0,0,0);
    }
    // z-index: 0;
    .rc-dialog-content {
        background: #fafafa;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
    }
    .search-form {
        background: #fafafa;
        height: auto;
        .input-container {
            background: #fafafa;
            .input-content {
                background: #fafafa;
            }
        }
    }
    .ui-button .btn-con .btn {
        height: .44rem;
        line-height: .44rem;
        border-radius: 0px;
    }
}
