.box[data-v-192d88cb] {
  width: 600px;
  padding: 1em 2em 1em 1em;
  margin: 2em 0;
  border: 1px solid silver;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(192, 192, 192, 0.75), 0px 5px 5px 1px rgba(192, 192, 192, 0.75);
          box-shadow: 0px 0px 5px 1px rgba(192, 192, 192, 0.75), 0px 5px 5px 1px rgba(192, 192, 192, 0.75);
  background-color: white;
}
.box .box-title[data-v-192d88cb] {
    border-left: 4px solid #8bbafa;
    text-indent: 0.5em;
}
.box[data-v-192d88cb]::after {
    content: ' ';
    display: block;
    height: 2em;
}

.sample[data-v-4b8c4762] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0.5em;
  border: 1px solid #a1a1a1;
  background-color: #e9e9e9;
}
.sample-title[data-v-4b8c4762] {
  text-align: center;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sample-box[data-v-4b8c4762] {
  margin: 0.5em 1em;
  padding: 0.5em;
  border-radius: 3px;
  background-color: white;
}
.sample-box span + span[data-v-4b8c4762] {
    margin-left: 1em;
}
.sample + .sample[data-v-4b8c4762] {
  border-left: none;
}

.customed[data-v-70e434ce] .ant-radio-checked .ant-radio-inner {
  border-color: #0094ff !important;
}
.customed[data-v-70e434ce] .ant-radio-checked .ant-radio-inner::after {
  background-color: #0094ff !important;
}
.customed[data-v-70e434ce] .ant-radio-checked + span {
  color: #0094ff;
}

.box[data-v-077410d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  border: 1px solid #ddd;
  width: calc(50% - 15px);
}
.box-title[data-v-077410d4] {
  line-height: 2;
  color: white;
  text-align: center;
  background-color: #ddd;
  color: #333;
}
.box-body[data-v-077410d4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5em;
}
[data-v-077410d4] .ant-tag {
  margin-bottom: 0.5em;
}

[data-v-09443158] .params-edit-list-form .ant-form-item-label {
  width: 250px;
}
[data-v-09443158] .params-edit-list-form .ant-form-item-control-wrapper {
  width: 420px;
}

.guide[data-v-6ce46cb9] {
  color: #169bd5;
  vertical-align: -5px;
  font-size: 1.5em;
}
.guide[data-v-6ce46cb9]:hover {
    color: red;
}
[data-v-6ce46cb9] .ant-collapse-header {
  background-color: #efefef;
}
[data-v-6ce46cb9] .ant-collapse > .ant-collapse-item {
  border-bottom: 2px solid #fefefe;
}
[data-v-6ce46cb9] .ant-collapse > .ant-collapse-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}
[data-v-6ce46cb9] .custom-tip.ant-spin-nested-loading > div > .ant-spin {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 300px;
}

.bottom-sticky[data-v-2a6de5a7] {
  text-align: center;
  padding: 1em 0;
  background-color: white;
  position: sticky;
  bottom: -1px;
  z-index: 10;
}

