.risk_img[data-v-52bce1cf] {
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  cursor: pointer;
  background-color: black;
}
.risk_img[data-v-52bce1cf]:hover {
  opacity: 0.5;
}

.notify {
  width: 1000px!important;
}
.notify p {
  color: #ff5860;
}
#risk_list .select_label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}
#risk_list .select_label i {
  font-size: 12px;
  margin-top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #FFF;
}
#risk_list .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

