.banner-h5 {
  padding: 0px 16px;
  position: relative;

  .top {
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;

    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;

    .left {
      display: flex;
      align-items: center;

      .text {
        font-weight: 400;
        font-size: 12px;
        color: #666666;
      }
    }
  }
  .content-box {
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px 1px rgb(180 180 180 / 25%);;
    border-radius: 0 0 8px 8px;
    position: absolute;
    left: 0px;
    z-index: 10;

    .content {
      background: #EEF0F2;
      border-radius: 6px;

      .avatar-box {
        padding: 30px 6px;
        border-bottom: 1px solid #7070701b;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        flex-wrap: wrap;
      }
  
      .btn {
        padding: 10px;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        color: #333333;
        cursor: pointer;
      }
    }
  }
}
