.footer {
  width: 100%;
  border-bottom: 1px solid #EAEFF7;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;

  .button_self {
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(50, 68, 88, 0.6);
    opacity: 1;
  }
}