.homeWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maskbefor {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(192, 192, 192, 1.0);
}

.mask-dev {
    width: 300px;
    height: 200px;
    margin: auto;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mask-img {
    max-width: 100%;
    clear: both;
    display: block;
    margin: auto;
}

.mask-img {
    max-width: 100%;
    clear: both;
    display: block;
    margin: auto;
}

.menudev {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 20;
    margin: 0px auto
}

.container {
    position: relative;
    width: 100%;
    height: 60px;
    /* You can adjust the height as needed */
    background-color: white;
}

.main-container {
    min-height: 100%;
}

.imgz {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    /* Optional: to ensure image fits within container */
    height: auto;
    /* Optional: maintain aspect ratio */
  
  }

  .mymain {
    background-color: #CCCCCC;
    padding: 5px;
  }
  
  .mymain .mianbox {
    max-width: 1300px;
    margin: 0px auto;
  }

  .mian_show_box {
    background-color: white;
    margin: 10px 10px 10px 0px;
    padding: 10px;
    box-sizing:border-box;
  }


  .side-card {
    background-color: white;
    margin: 10px 0px 10px 10px;
    padding: 10px 5px 10px 20px;
  }
  
  .side-card-title {
    margin-bottom: 10px;
  }
  
  .side-card-title img {
    width: 20px;
    margin-right: 10px;
  }
  
  .side-card-title span {
    font-size: 20px;
  }
  
  .side-card .item {
    margin-bottom: 15px;
    font-size: 14px;
  }
  
  .side-card .el-scrollbar__wrap {
    overflow-x: hidden;
  }

  .hover_div_customer {
    right: 10px;
    position: fixed;
    z-index: 20;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-color: #FFCCCC;
    border-radius: 50%;
  
  }

  .el-dropdown-menu__item, .el-menu-item{
    padding: 0px;
    margin: 0px;
  }

  .paper-menu-item {
    padding: 0 20px;
    display: inline-block;
    height: inherit;
    text-decoration:none;

  }