.assistant-tools {
    height: 37px;
    background-color: #104B85;
}

.assistant-tools-group {
    padding: 0 40px 0 40px;
    line-height: 31px;
}

.assistant-tools-group div {
    padding: 0 7px 0 7px;
}

.assistant-tools-group-title {
    line-height: 33px;
    color: white;
}

.assistant-tools-click {
    cursor: pointer;
}

/*放大器开始*/
.amplifier-text-area {
    border: 8px solid #55b182;
    box-sizing: border-box;
    min-height: 140px;
    max-height: 300px;
    position: fixed;
    z-index: 19999;
    width: 100%;
    bottom: 0;
    background-color: white;
}

.amplifier-text {
    width: 90%;
    float: left;
    color: blue;
}

.amplifier-close-btn {
    float: right;
}

.amplifier-close-btn img {
    width: 120px;
    height: 120px;
    padding-top: 2px;
    cursor: pointer;
}

.clear-float {
    clear: both;
}

/*放大器结束*/