.modal[data-v-5058520c] {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: all 0.3s;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .body[data-v-5058520c] {
    width: 90%;
    background-color: #fff;
    height: auto;
    border-radius: 15px;
    position: relative;
    padding: 15px;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #666;
}
.modal .body .remove[data-v-5058520c] {
      color: #ffae5f;
      font-size: 28px;
      position: absolute;
      right: 9px;
      top: 10px;
      background-color: #fff;
      border-radius: 50%;
      z-index: 101;
}
.modal .body .item-title[data-v-5058520c] {
      font-size: 20px;
      margin-bottom: 15px;
}
.modal .body .item-desc[data-v-5058520c] {
      font-size: 14px;
      color: #999;
      margin-bottom: 15px;
      overflow: hidden;
      overflow-y: auto;
      max-height: 160px;
}
.modal .body .imgs-box[data-v-5058520c] {
      width: 100%;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 15px;
}
.modal .body .imgs-box .imgs-item[data-v-5058520c] {
        width: 85px;
        height: 85px;
        margin-right: 10px;
        margin-bottom: 10px;
}
.modal .body .imgs-box .imgs-item .img[data-v-5058520c] {
          width: 100%;
          height: 85px;
}
.modal .body .imgs-box .imgs-item video[data-v-5058520c] {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
}
.modal .body .icon-title[data-v-5058520c] {
      display: flex;
      font-size: 20px;
      align-items: center;
      margin-bottom: 15px;
}
.modal .body .icon-title img[data-v-5058520c] {
        width: 30px;
        height: 30px;
}

