
.security-detail-container[data-v-03152fd6] {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.title[data-v-03152fd6] {
  box-shadow: inset 0 -1px 0 0 #e9ebee;
    height: 50px;
    flex: none;
    padding: 20px 20px 0 20px;
    font-size: 16px;
    color: #222;
    background: #fff;
}
.info-row[data-v-03152fd6] {
  display: flex;
  gap: 24px;
  margin: 15px 0px 15px 0px;
  padding-left: 24px;
}
.info-row-1[data-v-03152fd6] {
  font-size: 14px;
  font-weight: bold;
}
.detail-card[data-v-03152fd6] {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.detail-row[data-v-03152fd6] {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 5px 5px 0;
  align-items: flex-start;
}
.detail-row-url[data-v-03152fd6] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.detail-row-title[data-v-03152fd6] {
  font-weight: bold;
}
.Verification-result[data-v-03152fd6] {
  margin-right: 27px;
  margin-left: 27px;
}
.advice[data-v-03152fd6] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.detail-row-url a[data-v-03152fd6] {
  margin-right: 12px;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #1677ff;
}
.result-btn[data-v-03152fd6] {
  margin-right: 8px;
  padding: 4px 16px;
  border: 1px solid #1677ff;
  background: #fff;
  color: #1677ff;
  border-radius: 4px;
  cursor: pointer;
}
.result-btn.active[data-v-03152fd6] {
  background: #1677ff;
  color: #fff;
}
.footer[data-v-03152fd6] {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.save-btn[data-v-03152fd6],
.cancel-btn[data-v-03152fd6] {
  padding: 6px 24px;
  border-radius: 4px;
  border: none;
  font-size: 15px;
  cursor: pointer;
}
.save-btn[data-v-03152fd6] {
  background: #1677ff;
  color: #fff;
}
.cancel-btn[data-v-03152fd6] {
  background: #fff;
  color: #1677ff;
  border: 1px solid #1677ff;
}
.loading-box[data-v-03152fd6] {
  text-align: center;
  font-size: 18px;
  color: #999;
  padding: 60px 0;
}

