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;
}

body.ip-pc.ip-pc--member .sidebar-toggle {
  display: none !important;
}
@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";
}

/* 充值余额（会员工作台 ip-workspace 布局） */
.ip-pc .ip-recharge__balance {
  font-size: 14px;
  color: var(--ip-text-secondary, #5a5a5a);
  white-space: nowrap;
}
.ip-pc .ip-recharge__balance strong {
  color: var(--ip-text-primary, #1c1c1c);
  font-weight: 600;
}
.ip-pc .ip-recharge__tips {
  margin-bottom: 20px;
  padding: 12px 16px;
  background: var(--ip-header-accent-soft, #f5f0e4);
  border: 1px solid var(--ip-line, #ebe9e5);
  border-radius: var(--ip-card-radius, 4px);
  color: var(--ip-text-body, #3d3d3d);
  font-size: 14px;
  line-height: 1.6;
}
.ip-pc .ip-recharge__section-title {
  margin: 22px 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ip-text-title, #1c1c1c);
}
.ip-pc .ip-recharge__section-title:first-of-type {
  margin-top: 0;
}
.ip-pc .ip-recharge__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  gap: 12px;
}
.ip-pc .ip-recharge__grid--pay {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  max-width: 480px;
}
.ip-pc .ip-recharge__option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ip-text-muted, #8c8c8c);
  background: var(--ip-card-bg, #fff);
  border: 1px solid var(--ip-line-strong, #dddad4);
  border-radius: var(--ip-card-radius, 4px);
  cursor: pointer;
  text-align: center;
  transition: border-color 0.15s, color 0.15s;
}
.ip-pc .ip-recharge__option:hover {
  border-color: var(--ip-text-secondary, #5a5a5a);
  color: var(--ip-text-body, #3d3d3d);
}
.ip-pc .ip-recharge__option.active {
  border-color: var(--ip-text-primary, #1c1c1c);
  color: var(--ip-text-primary, #1c1c1c);
  font-weight: 500;
}
.ip-pc .ip-recharge__option--input {
  padding: 0;
}
.ip-pc .ip-recharge__custom-input {
  border: none;
  height: 44px;
  box-shadow: none;
  text-align: center;
}
.ip-pc .ip-recharge__option--pay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 16px;
  line-height: 1.4;
}
.ip-pc .ip-recharge__option--pay img {
  margin: 0;
}
/* 覆盖 ip-pc.css 中 .row-paytype 旧样式，保证支付方式 logo 居中 */
.ip-pc .ip-recharge .row-paytype > div > label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  line-height: 1.4;
}
.ip-pc .ip-recharge .row-paytype img {
  margin: 0;
}
.ip-pc .ip-recharge__submit {
  margin-top: 28px;
}
.ip-pc .ip-recharge__submit .btn-recharge {
  min-width: 160px;
  height: 44px;
  padding: 0 28px;
  font-size: 14px;
  line-height: 44px;
}
.ip-pc .ip-recharge-log {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px var(--ip-card-pad-x, 28px);
  border-bottom: 1px solid var(--ip-line, #ebe9e5);
}
.ip-pc .ip-recharge-log:last-of-type {
  border-bottom: none;
}
.ip-pc .ip-recharge-log__memo {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ip-text-title, #1c1c1c);
}
.ip-pc .ip-recharge-log__date {
  margin: 0;
  font-size: 13px;
}
.ip-pc .ip-recharge-log__amount {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.ip-pc .ip-recharge-log__pager {
  padding: 16px var(--ip-card-pad-x, 28px) 8px;
}
/*# sourceMappingURL=user.css.map */

/* 会员页：统一头部与内容区间距，覆盖 common.css #content-container margin-top */
.ip-pc.ip-pc--member #content-container,
.ip-pc.ip-pc--member #ip-member-main > .ip-rail {
  margin-top: 0 !important;
}

/* 会员中心：消除 frontend.css main.content 额外 padding 与头部占位冲突 */
@media (max-width: 991px) {
  body.ip-pc.ip-pc--member #ip-member-main.content,
  body.ip-pc.ip-pc--member main.content.ip-page--workspace {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

