.box-one {
  position: relative;
  height: 30px;
  margin-top: -30px;
  overflow: visible;
  background: #F5F5F5;
}
.box-one .wordTitle {
  position: absolute;
  line-height: 30px;
  left: 0;
  right: 0;
}
.box1 {
  width: 100%;
  white-space: nowrap;
  display: flex;
  overflow-x: auto;
  margin-top: 3vh;
}
.showTitle {
  display: inline-block;
  width: 850px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
}
.showTitle1 {
  display: inline-block;
  width: 850px;
  margin-right: 26px;
}
.showTitle1 .el-tabs {
  width: 850px;
}
.title-h2 {
  font-size: 16px;
  padding: 21px 0px 12px 0px;
}
.float-right {
  float: right;
}
.jv-container.jv-light {
  text-align: left;
  overflow-y: auto;
  height: 600px;
}
.jv-container.jv-light .jv-key,
.jv-container.jv-light .jv-item {
  font-size: 18px;
  color: #606266;
}
.jsoneditor-vue {
  padding: 0 10px;
  height: 600px;
}
.jsoneditor-vue .jsoneditor-text {
  font-size: 16px;
  color: #606266;
}
.iframe-json {
  width: 850px;
  height: 78vh;
  padding-bottom: 3vh;
  box-sizing: border-box;
  border-left: 1vw solid #F5F5F5;
}
.iframe-json1 {
  width: 850px;
  height: 73.4vh;
  padding-bottom: 3vh;
  box-sizing: border-box;
  border-left: 1vw solid #F5F5F5;
  margin-top: 5px;
}
.clearfix {
  position: relative;
}
.clearfix .btnTitle1 {
  position: absolute;
  top: -6px;
  right: 20px;
}
