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;
  }
}
.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";
}
/* ── 会员中心通用搜索表单样式优化（commonsearch） ──
   原始布局 col-md-4 col-lg-3 在 col-md-9 容器中一行 3~4 个字段过于拥挤，
   改为每行 2 列，加宽标签与输入框间距，并增加表单内边距与背景色。 */
.commonsearch-table form.form-commonsearch {
    padding: 15px 10px 5px;
    margin-bottom: 12px;
    background: #f9fafb;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}
.commonsearch-table form.form-commonsearch .form-group {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}
/* md 及以上：每行 2 列（覆盖 col-md-4 / col-lg-3） */
@media (min-width: 992px) {
    .commonsearch-table form.form-commonsearch .form-group {
        width: 50% !important;
    }
}
/* 标签适当收窄，输入区更宽 */
.commonsearch-table form.form-commonsearch .control-label {
    padding-right: 8px;
}
/* 日期范围选择器内部两个输入框间距 */
.commonsearch-table form.form-commonsearch .row-between {
    margin-left: -5px;
    margin-right: -5px;
}
.commonsearch-table form.form-commonsearch .row-between > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
/* 搜索/重置按钮与输入框对齐 */
.commonsearch-table form.form-commonsearch .col-xs-offset-4 {
    margin-left: 33.333%;
}
/*# sourceMappingURL=user.css.map */