#query_panel {
    position: absolute;
    right: 300px;
    top: 7px;
    line-height: 200%;
    padding: 0 5px;
    font-size: 13px;
    border-radius: 3px;
    width: 380px;
}
#bt_location{
    position: fixed;
    top: 7px;
    left: 10px;
}
span.edui-editor-imagescale-* {
    display: none;
}


.layer-img-container img {
    display: block;
    width: 50%;
    height: auto; /* 保持图片的宽高比 */
}

