html,
body,
#app,
.app-container,
.map3d-container {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    background-color: rgba(81, 105, 154, 0.8); /* 浅蓝色背景 */
}

.cesium-widget-credits {
    display: none !important;
    visibility: hide !important;
}

/* 按钮样式 */
.threelab_button {
    outline: none;
    border: 0;
    cursor: pointer;
    min-width: 110px;
    min-height: 40px;
    box-sizing: border-box;
    border: 1px solid rgba(81, 105, 154, 0.8); /* 浅蓝色边框 */
    background: linear-gradient(0deg, rgba(81, 105, 154, 0.8), rgba(81, 105, 154, 1)); /* 浅蓝色渐变背景 */
    box-shadow: inset 0 0 0 1px rgba(81, 105, 154, 1), 0 2px 21px 0 rgba(33, 34, 39, 0.55);
    opacity: .96;
    border-radius: 2px;
    color: #ffffff;
    display: block;
  
    padding: 10px 20px;
}

 

.threelab_button:hover {
    background: rgba(81, 105, 154, 1);
    border: 1px solid rgba(81, 105, 154, 0.8);
    box-shadow: inset 0 0 0 1px rgba(81, 105, 154, 1), 0 2px 21px 0 rgba(33, 34, 39, 0.55);
    color: #ffffff;
}

.threelab_button-inline-block {
    display: inline-block;
}

.threelab-input {
    word-break: break-all;
    background: rgba(81, 105, 154, 0.8);
    color: white;
    margin: 6px 0;
    height: 28px;
    line-height: 28px;
    min-width: 116px;
    padding: 0px 7px;
    outline: none;
    border: 1px solid rgba(81, 105, 154, 0.8);
    box-shadow: inset 0 0 0 1px rgba(81, 105, 154, 1), 0 2px 21px 0 rgba(33, 34, 39, 0.55);
}

/* 面板 */
.threelab_panel {
    position: absolute;
    opacity: 0.9;
    z-index: 1000;
    pointer-events: none;
}

.threelab_left_panel {
    left: 10px;
    top: 10px;
}

.threelab-right-panel {
    right: 10px;
    top: 10px;
    height: 100%;
}

.threelab_panel_header {
    height: 38px;
    background: linear-gradient(0deg, rgba(81, 105, 154, 0.8) 0%, rgba(81, 105, 154, 1) 100%); /* 浅蓝色渐变背景 */
    border-radius: 4px 4px 0px 0px;
    position: relative;
    font-size: 14px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #dcdcdc;
    line-height: 38px;
    min-width: 200px;
    border: 1px solid rgba(81, 105, 154, 0.8);
    pointer-events: all;
}

.threelab_panel_title {
    padding-left: 10px;
    border: 1px solid rgba(81, 105, 154, 0.8);
    font-size: 16px;
}

.threelab_panel_body {
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    background: linear-gradient(0deg, rgba(81, 105, 154, 0.8) 0%, rgba(81, 105, 154, 1) 100%); /* 浅蓝色渐变背景 */
    border-left: 1px solid rgba(81, 105, 154, 0.8);
    border-right: 1px solid rgba(81, 105, 154, 0.8);
    box-shadow: 0px 2px 21px 0px rgba(33, 34, 39, 0.55);
    max-height: calc(100% - 100px);
    overflow: auto;
    pointer-events: all;
}

.threelab_form_wrapp {
    padding: 0px;
    border: 1px solid rgba(81, 105, 154, 0.8);
    border-bottom: 0;
}

.threelab_form_item {
    display: flex;
    margin: 7px 0px;
    padding: 7px 20px;
    align-items: center;
    border-bottom: 1px solid #8181816b;
    color: #ffffffc9;
    width: 100%;
    box-sizing: border-box;
}
 
.threelab_form_item label {
    text-wrap: nowrap;
}

.threelab_form_item-label {
    color: #ffffffc9;
    padding-left: 10px;
}

.threelab-form-group-label {
    padding-left: 2px;
    color: rgba(255, 255, 255, 0.816);
    background: rgba(81, 105, 154, 0.8);
    line-height: 30px;
}

.threelab-form-cell {
    display: flex; 
    align-items: center;
}

.threelab-form-cell:not(:first-child) {
    margin-left: 10px;
}

.threelab-form-footer {
    text-align: center;
    padding: 10px 5px;
}

.threelab_panel-footer {
    background: linear-gradient(0deg, rgba(81, 105, 154, 0.8) 0%, rgba(81, 105, 154, 1) 100%); /* 浅蓝色渐变背景 */ 
    border: 1px solid rgba(81, 105, 154, 0.8);
    border-top: 0;
    border-radius: 0px 0px 4px 4px;
}

.threelab_panel-tail {
    height: 22px;
    border: 1px solid rgba(81, 105, 154, 0.8);
    border-top: 0;
    border-radius: 0px 0px 4px 4px;
}

/* 覆盖element plus */
.el-input-number.is-controls-right .el-input__wrapper {
    background: rgba(81, 105, 154, 0.8);
    color: white;
    border-radius: 2px;
    border: 1px solid rgba(81, 105, 154, 0.8);
    box-shadow: inset 0 0 0 1px rgba(81, 105, 154, 1), 0 2px 21px 0 rgba(33, 34, 39, 0.55);
    height: 24px;
}

.el-input--small .el-input__inner {
    color: white;
}

.el-input-number__increase {
    border-left: 1px solid #7f8982;
    background: rgba(81, 105, 154, 0.8);
    color: #ffffff;
}

.el-input-number.is-controls-right .el-input-number__decrease {
    border-left: 1px solid #7f8982;
    background: rgba(81, 105, 154, 0.8);
    color: #ffffff;
}

.el-color-picker__trigger {
    border: none;
}

.el-color-dropdown__value .el-input__inner {
    color: black !important;
}

.el-checkbox {
    color: #d7d7d7;
}

.el-checkbox__inner {
    border: 1px solid rgba(81, 105, 154, 0.8);
    box-shadow: inset 0 0 0 1px rgba(81, 105, 154, 1), 0 2px 21px 0 rgba(33, 34, 39, 0.55);
    background-color: rgba(81, 105, 154, 0.8);
    color: #c0c1c3;
}

.el-checkbox.el-checkbox--large .el-checkbox__inner {
    width: 20px;
    height: 20px;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: rgba(81, 105, 154, 1);
    border-color: rgba(81, 105, 154, 0.8);
}

.el-checkbox__inner::after {
    height: 7px;
    left: 6px;
    top: 3px;
    width: 4px;
}

.el-slider--small {
    margin-left: 10px;
    min-width: 126
}
.drawTool {
    position: absolute;
    z-index: 100;
}

.drawTool:hover {
    cursor: pointer;
}

.draw_tool_item:active {
    transform: scale(1.1);
}