.claim-but[data-v-9d74006e] {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.claim-config[data-v-9d74006e] {
  margin: 20px;
}
.protection-object-config[data-v-9d74006e] {
  margin: 20px;
}
.claim-title[data-v-9d74006e] {
  font-weight: bold;
  font-size: 16px;
  color: #2B2B2B;
  margin: 20px 0;
}
.default-tip[data-v-9d74006e] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #9A9B9E;
}
input[data-v-9d74006e],
select[data-v-9d74006e],
textarea[data-v-9d74006e] {
  width: 100%;
  max-width: 100%;
  justify-self: start;
  -ms-flex-item-align: start;
      align-self: start;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border-radius: 5px;
  height: 50px;
  background: #FAFBFC;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #DCDFE6;
}
input[data-v-9d74006e]:focus,
select[data-v-9d74006e]:focus,
textarea[data-v-9d74006e]:focus {
  border-color: #6ea3ff;
  background: #fff;
}
button[data-v-9d74006e] {
  padding: 8px 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button[data-v-9d74006e]:hover {
  background-color: #0056b3;
}

/* #myTextarea:not(:focus) {
  background: #000;
} */
.textarea[data-v-9d74006e] {
  height: 140px;
}
