h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
/* 会员侧栏：模块标题与子菜单层级区分 */
.sidenav .list-group .list-group-heading {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 18px;
  margin-bottom: 6px;
  padding: 4px 0 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #2b2b2b;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #ececec;
}
.sidenav .list-group .list-group-heading:first-child {
  margin-top: 0;
}
.sidenav .list-group .list-group-item > a {
  padding-left: 40px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sidenav .list-group .list-group-item > a .fa {
  margin-right: 4px;
  opacity: 0.85;
}
.sidenav .list-group .list-group-item.active > a {
  font-weight: 500;
}

.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}

.footer .footer-copyright {
  margin: 0;
  text-align: center;
}
.mobile-tabbar {
  display: none;
}
.navbar-back {
  display: none;
}
@media (max-width: 991px) {
  body {
    padding-bottom: 56px;
  }
  .footer .footer-copyright {
    display: none;
  }
  .navbar-back {
    display: inline-flex;
    float: left;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 50px;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 28px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
  }
  .navbar-back:hover,
  .navbar-back:focus,
  .navbar-back:active {
    color: #07C160;
    text-decoration: none;
  }
  .navbar-header .navbar-brand {
    margin-left: 0;
    padding-left: 0;
  }
  .mobile-tabbar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    height: 56px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
  .mobile-tabbar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.2;
  }
  .mobile-tabbar-item i {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .mobile-tabbar-item.active,
  .mobile-tabbar-item:hover,
  .mobile-tabbar-item:focus {
    color: #07C160;
    text-decoration: none;
  }
  .sidebar-toggle {
    bottom: 76px;
  }
}
/*# sourceMappingURL=user.css.map */