.go-more-query {
    position: absolute;
    z-index: 100;
    left: 400px;
    display: none;
    background-color: #F7F7F7;
    width: 400px;
    height: 500px;
    top: 0;
    border-top: 4px solid #0088FF;
    box-shadow: 0 0 3px #ccc;
}

.go-more-query .header-icon {
    border-top: 4px solid #08f;
    background-color: #BAC3D0;
    color: @whiteFFF;
    font-size: 25px;
    left: -40px;
    top: -4px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    cursor: pointer;
}

.go-more-query .query-panel-title {
    height: 33px;
    line-height: 33px;
    padding-left: 11px;
    font-weight: bold;
    background-color: #F2F2F2;
}

.go-more-query .query-panel-body {
    padding: 5px 15px 10px 8px;
}
