.item:active {
      opacity: 0.75;
    }

    .item:hover {
      cursor: pointer;
    }

    .item img {
      pointer-events: none;
      width: 100%;
      height: 100%;
}
.main_body {
      width: 100%;
      height: 90%;
      background-color: #5E5E5E;
      overflow:auto;
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px;
      touch-action: none;
      box-shadow: 0px 10px 25px 0px rgb(26, 26, 26);
      position: relative;
      display: flex;
    }

    .main_body .item{
      touch-action: none;
      user-select: none;
      position:absolute;
      overflow: hidden;
      outline: hidden;
      /* box-shadow: 0px 1px 5px rgb(0, 0, 0); */
      border: none;
      border-radius: 10px;
      width:150px;
      height: 100px;
      border: 1px solid rgba(136, 136, 136, 0.5);
      min-width:0;
      min-height: 0;
      white-space: nowrap;
      z-index: 1;
      top:35%;
      left:40%;
      /* transform: translate(-50%,-50%); */
      background-color: rgba(118, 31, 200,1);
      opacity:1;
    }
 .main_body .p,.main_body .hh{
      width: fit-content;
      height: fit-content;
      padding:5px;
      font-size: 20px;
      box-shadow: none;
      background-color: transparent;
      cursor: pointer;
      opacity:1;
      text-align:left;
      touch-action: none;
      -ms-touch-action: none;
    }
 .main_body .img{
      width:100px;
      height:100px;
      background-position: center;
      background-size:300px 300px;
      /* background-attachment: fixed; */
      /* object-fit:fill; */
      opacity:1;
      /* box-shadow: 0px 1px 5px rgb(0, 0, 0); */
    }
.mainWorkBody .leftNotchFloaters .shapesFloater .shape i{
  touch-action: none;
  pointer-events: none;
}