.cyberwin_screen_item {
     display:block;
      width: 50%;
      height: 100px;
      border: 0px solid black;
      resize: both;
      overflow: auto;
      position: absolute;
    }
    
     .slider {
      width: 500px;
      height: 300px;
      overflow: hidden;
      position: relative;
    }

   .slide_item {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: transform 0.5s ease-in-out;
    }

   .slide_item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .未来之窗_表格_通用{
        
    }
    .未来之窗_表格_通用 td{
        border: 1px solid #000000;
    
    }