.fullIdentifyDetailBox[data-v-bb07361a] {
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.fullIdentifyDetailBox .head[data-v-bb07361a] {
  height: 113px;
  background: linear-gradient(180deg, #FDF1F1 0%, #FFFFFF 100%);
  border-radius: 5px 5px 5px 5px;
  color: black;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.fullIdentifyDetailBox .head .headtitle[data-v-bb07361a] {
  height: 33px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
.fullIdentifyDetailBox .head .headtitle[data-v-bb07361a]::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 9px;
  width: 2px;
  height: 15px;
  background: #FA3758;
  border-radius: 2px 2px 2px 2px;
}
.fullIdentifyDetailBox .head .headcontent[data-v-bb07361a] {
  display: flex;
  justify-content: space-around;
  flex: 1;
  line-height: 63px;
  text-align: center;
  font-size: 16px;
}
.fullIdentifyDetailBox .head .headcontent .contentbox[data-v-bb07361a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.fullIdentifyDetailBox .head .headcontent .contentbox .contentnumber[data-v-bb07361a] {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 15px;
  color: #666666;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.fullIdentifyDetailBox .head .headcontent .contentbox .contentitle[data-v-bb07361a] {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 17px;
  text-align: center;
}
.fullIdentifyDetailBox .content[data-v-bb07361a] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}
.fullIdentifyDetailBox .content .content-tabs[data-v-bb07361a] {
  height: 35px;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  align-items: center;
  position: relative;
  background-color: #ffffff;
}
.fullIdentifyDetailBox .content .content-tabs .tab-item[data-v-bb07361a] {
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  position: relative;
}
.fullIdentifyDetailBox .content .content-tabs .tab-item.active[data-v-bb07361a] {
  color: #017359;
  font-weight: 500;
}
.fullIdentifyDetailBox .content .content-tabs .tab-item.active[data-v-bb07361a]::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 35%;
  transform: translateX(-40%);
  width: 50px;
  height: 2px;
  background-color: #017359;
  border-radius: 2px;
}
.fullIdentifyDetailBox .content .content-tabs .tab-item[data-v-bb07361a]::after {
  content: "";
  display: block;
  width: 2px;
  background: #017359;
  border-radius: 2px 2px 2px 2px;
}
.fullIdentifyDetailBox .content .risk-list[data-v-bb07361a] {
  flex: 1;
  padding: 10px;
  background: #FFFFFF;
  overflow-y: auto;
}
.fullIdentifyDetailBox .content .risk-list .risk-item[data-v-bb07361a] {
  font-family: Source Han Sans CN, Source Han Sans CN;
  border-radius: 8px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .item-left[data-v-bb07361a] {
  width: 290px;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .item-right[data-v-bb07361a] {
  flex: 1;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-name[data-v-bb07361a] {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-consequence[data-v-bb07361a] {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 16px;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-consequence .highlight[data-v-bb07361a] {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-scores[data-v-bb07361a] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-scores .score-item[data-v-bb07361a] {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-actions[data-v-bb07361a] {
  display: flex;
  gap: 12px;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-actions .action-btn[data-v-bb07361a] {
  flex: 1;
  height: 40px;
  background: linear-gradient(270deg, #048086 0%, #63AFB2 100%);
  border-radius: 5px 5px 5px 5px;
  border: none;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-actions .action-btn[data-v-bb07361a]:active {
  background: #63AFB2;
  transform: scale(0.98);
}
.fullIdentifyDetailBox .content .risk-list .risk-item[data-v-bb07361a]:last-child {
  margin-bottom: 0;
}
.empty-state[data-v-bb07361a] {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  text-align: center;
  margin-top: 20px;
}
