#max{
    width: 100%;
    height: 580px;
    align-items: center;
    margin: auto;
    position: relative;
  }
  .re{
   
    position: relative;
    height: 100%;
    width: 100%;

  }

  .re ul{
    list-style-type: none;
    padding-left: 0;
  }
  .re ul>li{
    position: absolute;
    /* transition: 1s; */
    opacity: 0;
    width: 100%;
    height: 100%;

  }
  .re ul>li img{
    vertical-align: top;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
  }

  .re-next{
    position: absolute;
    width: 100%;
    height: 88px;
    top: 35%;
    left: 0;
    font-size: 60px;
    color: white;
  }
  .re-next-left{
    float: left;
    /* font-size: 25px; */
    height: 100%;
    margin-left: 30px;
    cursor: pointer;
  }
  .re-next-rigth{
    float: right;
    height: 100%;
    margin-right: 30px;
    cursor: pointer;
  }
  #max ol {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(5,75px);
    grid-template-rows: auto;
    grid-gap: 1em;
    gap: 1em;
    float: right;
    margin-top: 10px;
    list-style: none;
    top: 90%;
    left: 45%;
    z-index: 800;
  }
  #max ol li {
    width: 30px;
    height: 10px;
    font-size: 15px;
    line-height: 20px;
    float: left;
    text-align: center;
    border-radius: 2em;
    border: 1px solid #f8f8f8;
  }
  
