@rate: 100/375vw;

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-primary);
  font-size: 15*@rate;
  font-weight: 400;
  line-height: 52*@rate;
  background-color: #f5f5f5;

  img {
    width: 19.6*@rate;
    display: inline-block;
    margin-right: 3*@rate;
  }
}

.page-mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 9999;
}

.popupShareBox {
  .shareTitle {
    padding: 0 15*@rate 0 20*@rate;

    img {
      width: 15*@rate;
      height: 15*@rate;
      display: inline-block;
    }
  }

  .shareList {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    .share-item {
      width: 110*@rate;
      margin-top: 18*@rate;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      p {
        font-size: 13*@rate;
        font-weight: 400;
        color: #909090;
        line-height: 18*@rate;
        margin-top: 7*@rate;
      }
    }
  }
}
