
#loading1[data-v-9040f476] {
  background-color: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0;
  left: 0;
  top: 0;
}
#loading-center1[data-v-9040f476] {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute1[data-v-9040f476] {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.object[data-v-9040f476] {
  width: 20px;
  height: 20px;
  background-color: #3d8ef7;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}
#object_one1[data-v-9040f476] {
  animation: object_one-9040f476 1.5s infinite;
}
#object_two1[data-v-9040f476] {
  animation: object_two-9040f476 1.5s infinite;
  animation-delay: 0.25s;
}
#object_three1[data-v-9040f476] {
  animation: object_three-9040f476 1.5s infinite;
  animation-delay: 0.5s;
}
@keyframes object_one-9040f476 {
75% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
}
@keyframes object_two-9040f476 {
75% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
}
@keyframes object_three-9040f476 {
75% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
}
[data-v-9040f476]::-webkit-scrollbar {
  /* 对应纵向滚动条的宽度 */
  width: 8px;
  /* 对应横向滚动条的宽度 */
  height: 8px;
}

/* 滚动条上的滚动滑块 */
[data-v-9040f476]::-webkit-scrollbar-thumb {
  /*background-color: #285c9a;*/
  /*background-color: #49b1f5;*/
  background-color: #c1c1c1;
  border-radius: 32px;
}

/* 滚动条轨道 */
[data-v-9040f476]::-webkit-scrollbar-track {
  /*background-color: #dbeffd;*/
  background-color: #f1f1f1;
  border-radius: 32px;
}


.agent-out-body[data-v-10581ab9] .agent-out-json {
  margin: 0;
  padding: 12px;
  font-family: monospace;
  font-size: 13px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
  background: #f5f5f5;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
}

.containerDiv[data-v-bd2fb87e] {
  background-color: #ffffff;
  padding: 20px 10px;
}
.containerDiv .search-container[data-v-bd2fb87e] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.containerDiv .search-container .queryFont[data-v-bd2fb87e] {
  color: #383838;
  font-size: 14px;
}
.containerDiv .opBtn[data-v-bd2fb87e] {
  margin-bottom: 15px;
}
.containerDiv .emptyBtn[data-v-bd2fb87e] {
  color: #165dff;
  cursor: pointer;
  margin-left: 100px;
}

