@charset "UTF-8";
.fullIdentifyDetailBox[data-v-47f3d018] {
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 10px;
  overflow: hidden;
}
.fullIdentifyDetailBox .head[data-v-47f3d018] {
  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-47f3d018] {
  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-47f3d018]::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 9px;
  width: 2px;
  height: 15px;
  background: #FA3758;
  border-radius: 2px 2px 2px 2px;
}
.fullIdentifyDetailBox .head .headlist[data-v-47f3d018] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 15px;
  color: #666666;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.fullIdentifyDetailBox .head .headcontent[data-v-47f3d018] {
  display: flex;
  justify-content: space-around;
  flex: 1;
  line-height: 63px;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}
.fullIdentifyDetailBox .head .headcontent .contentbox[data-v-47f3d018] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.fullIdentifyDetailBox .head .headcontent .contentbox .contentnumber[data-v-47f3d018] {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 15px;
  color: #666666;
  line-height: 18px;
}
.fullIdentifyDetailBox .head .headcontent .contentbox .contentitle[data-v-47f3d018] {
  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 .conten-title[data-v-47f3d018] {
  margin-bottom: 10px;
  height: 23px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  padding-left: 18px;
  position: relative;
}
.fullIdentifyDetailBox .conten-title[data-v-47f3d018]::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 3px;
  width: 2px;
  height: 15px;
  background: #FA3758;
  border-radius: 2px 2px 2px 2px;
}
.fullIdentifyDetailBox .content[data-v-47f3d018] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.fullIdentifyDetailBox .content .risk-list[data-v-47f3d018] {
  flex: 1;
  background: #f8fcff;
}
.fullIdentifyDetailBox .content .risk-list .risk-item[data-v-47f3d018] {
  font-family: Source Han Sans CN, Source Han Sans CN;
  margin-bottom: 12px;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .item-left[data-v-47f3d018] {
  width: 310px;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .item-right[data-v-47f3d018] {
  flex: 1;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-description[data-v-47f3d018] {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 16px;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-description .highlight[data-v-47f3d018] {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-title[data-v-47f3d018] {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  right: -20px;
  top: 7px;
  transform: rotate(45deg);
  padding: 5px;
  background: red;
  width: 80px;
  display: flex;
  justify-content: center;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-title.special-major[data-v-47f3d018] {
  background: #FA3758;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-title.major[data-v-47f3d018] {
  background: #FF8B01;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-title.large[data-v-47f3d018] {
  background: #FFCC00;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-title.normal[data-v-47f3d018] {
  background: #3877F2;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-title .risk-titlespan[data-v-47f3d018] {
  position: relative;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-actions[data-v-47f3d018] {
  display: flex;
  gap: 12px;
}
.fullIdentifyDetailBox .content .risk-list .risk-item .risk-actions .action-btn[data-v-47f3d018] {
  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-47f3d018]:active {
  background: #63AFB2;
  transform: scale(0.98);
}
.fullIdentifyDetailBox .content .risk-list .risk-item .delete-btn[data-v-47f3d018] {
  border: 1px solid #FA3758;
  position: absolute;
  bottom: 0px;
  right: 20px;
  background: rgba(250, 55, 88, 0.5019607843);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 12px;
  color: #FA3758;
  text-align: center;
  cursor: pointer;
}
.fullIdentifyDetailBox .content .risk-list .risk-item[data-v-47f3d018]:last-child {
  margin-bottom: 0;
}
.fullIdentifyDetailBox .footer[data-v-47f3d018] {
  height: 50px;
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.fullIdentifyDetailBox .footer .btnone[data-v-47f3d018] {
  height: 50px;
  background: linear-gradient(270deg, #DAEAED 0%, #DAEAEE 100%);
  border-radius: 5px 5px 5px 5px;
}
.fullIdentifyDetailBox .footer .btnone[data-v-47f3d018] .van-button__text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 15px;
  color: #47A1A5;
}
.fullIdentifyDetailBox .footer .btntwo[data-v-47f3d018] {
  background: #1B8B90;
  border-radius: 0px 0px 0px 0px;
}
.fullIdentifyDetailBox .footer .btntwo[data-v-47f3d018] .van-button__text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
}
/* 新增风险弹框样式 */
.add-risk-dialog[data-v-47f3d018] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.add-risk-dialog .dialog-header[data-v-47f3d018] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.add-risk-dialog .dialog-header .dialog-title[data-v-47f3d018] {
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.add-risk-dialog .dialog-header .close-icon[data-v-47f3d018] {
  font-size: 20px;
  color: #999999;
  cursor: pointer;
}
.add-risk-dialog .dialog-content[data-v-47f3d018] {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}
.add-risk-dialog .dialog-content .form-item[data-v-47f3d018] {
  margin-bottom: 20px;
}
.add-risk-dialog .dialog-content .form-item .form-label[data-v-47f3d018] {
  font-family: Source Han Sans CN, sans-serif;
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}
.add-risk-dialog .dialog-content .form-item[data-v-47f3d018] .van-field {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 10px 12px;
}
.add-risk-dialog .dialog-content .form-item[data-v-47f3d018] .van-radio-group {
  display: flex;
  justify-content: space-between;
}
.add-risk-dialog .dialog-content .form-item[data-v-47f3d018] .van-radio-group .van-radio {
  flex: 1;
}
.add-risk-dialog .dialog-content .form-item[data-v-47f3d018] .van-radio-group .van-radio .van-radio__label {
  font-family: Source Han Sans CN, sans-serif;
  font-size: 14px;
  color: #666666;
}
.add-risk-dialog .dialog-content .form-item[data-v-47f3d018] .van-stepper .van-stepper__input {
  width: 60px;
}
.add-risk-dialog .dialog-footer[data-v-47f3d018] {
  display: flex;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid #f0f0f0;
}
.add-risk-dialog .dialog-footer .cancel-btn[data-v-47f3d018] {
  flex: 1;
  border: none;
  background: linear-gradient(270deg, #DAEAED 0%, #DAEAEE 100%);
  border-radius: 5px 5px 5px 5px;
}
.add-risk-dialog .dialog-footer .cancel-btn[data-v-47f3d018] .van-button__text {
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #666666;
}
.add-risk-dialog .dialog-footer .confirm-btn[data-v-47f3d018] {
  flex: 1;
  background: #1B8B90;
  border-radius: 0px 0px 0px 0px;
}
.add-risk-dialog .dialog-footer .confirm-btn[data-v-47f3d018] .van-button__text {
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
}
