.operate-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
  }
  
  .operate-popup .top {
    width: 100%;
    height: 194px;
    background: url('/image/newAcitvityDetail/pop-bg.png') center no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-right: 32px;
    box-sizing: border-box;
    overflow: auto;
    justify-content: flex-start;
  }

  .operate-popup .top-bg {
    background: url('/image/newAcitvityDetail/pop-bg1.png') center no-repeat;
  }
  
  .operate-popup .top::-webkit-scrollbar {
    display: none;
  }
  
  .operate-popup .top .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 38px;
  }
  
  .operate-popup .top .item img {
    width: 88px;
    height: 88px;
  }
  
  .operate-popup .top .item .name {
    min-width: 98px;
    text-align: center;
    font-size: 24px;
    color: #000000;
    margin-top: 10px;
  }
  
  .operate-popup .list {
    width: 100%;
    padding: 24px 0 24px 32px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .operate-popup .list-title {
    display: inline-block;
    height: 46px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: #323232;
    color: #ffffff;
    font-size: 26px;
    line-height: 46px;
    margin-top: 24px;
    margin-left: 32px;
  }

  .operate-popup .list .items {
    height: 175px;
    color: #ffffff;
    margin-bottom: 32px;
    margin-right: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .operate-popup .list .items .ban {
    width: 208px;
    height: 130px;
    border: 1px solid #ffffff;
    border-radius: 20px;
  }

  .operate-popup .list .items .title {
    width: 210px;
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .operate-popup .list .items .setof {
    position: relative;
    width: 208px;
    height: 125px;
  }

  .operate-popup .list .items .setof .zt{
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 20;
    width: 56px;
    height: 56px;
  }

  .operate-popup .list .items .images {
    width: 100%;
    height: 100%;
    position: absolute;
    /* top: 0;
    left: 0; */
    border: 3px solid #ffffff;
    background: #000000;
  }

 
