.page-title-wrap {
  height: 44px;
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    // background-color: orangered;
    background-color: transparent;
    height: 43px;
    position: fixed;
    // background-color: #FFF;
    z-index: 999;
    .header-back {
      margin-left: 12px;
      .back {
        height: 12px;
        width: 12px;
      }
    }
  
    .title {
      width: 321px;
      display: flex;
      align-items: center;
      justify-content: center;
      img {
        height: 24px;
        width: 24px;
        margin-right: 4px;
      }
  
      span {
        font-size: 14px;
        font-family: var(--regular-font, SFProText-Medium, SFProText);
        font-weight: 600;
        color: #000;
        line-height: 21px;
      }
    }
  
    .share {
      height: 18px;
      width: 18px;
      margin-right: 12px;
    }
  }
}
