/* 会员中心左侧导航：子菜单项行高与父级一致 */
.menu-top .el-submenu .el-menu-item {
  height: 40px !important;
  line-height: 40px !important;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

/* 会员中心侧栏：缩小 Logo 与菜单间距 */
.menu-top {
  margin-top: 36px;
}

/* 会员中心 Logo：按原图比例显示 */
.ali-logo {
  height: auto;
  width: 130px;
  max-width: 100%;
}

/* 顶部栏随页面滚动（取消 fixed） */
.el-header {
  position: static !important;
  top: auto !important;
  width: 100% !important;
}

/* 取消为固定顶栏预留的上内边距 */
.el-main {
  padding-top: 0.24rem !important;
}

@media screen and (max-width: 750px) {
  .el-main {
    padding-top: 0.3rem !important;
  }
}
