h2.page-header {
  margin: 8px 0 24px 0;
  padding-bottom: 16px;
}

.user-baseinfo {
  margin-bottom: 24px;
}

.user-baseinfo table tr td {
  color: #73819d;
}

@media (min-width: 992px) {

  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    line-height: 150px;
    font-size: 20px;
  }

  .user-center .avatar-img {
    font-size: 0;
  }

  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
  }
}

.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: #edf2f8;
    font-size: 20px;
    padding: 8px;
    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";
}

body:has(.pc-login-page) {
  padding-top: 0;
  background: #edf2f8;
}

body:has(.pc-login-page) .navbar.navbar-fixed-top,
body:has(.pc-login-page) footer.footer,
body:has(.pc-login-page) #think_page_trace,
body:has(.pc-login-page) #think_page_trace_open {
  display: none;
}

body:has(.pc-login-page) main.content {
  min-height: 100vh;
  padding: 0;
}

body:has(.pc-login-page-with-context) main.content {
  height: 100vh;
  min-height: 0;
  max-height: 100vh;
  overflow: hidden;
}

body:has(.pc-register-page) main.content {
  height: auto;
  min-height: 100vh;
  max-height: none;
  overflow-y: auto;
}

.pc-login-page {
  min-height: 100vh;
  color: #33415f;
  background: #edf2f8;
}

#content-container.pc-login-page {
  margin-top: 0;
}

.pc-login-top {
  height: 118px;
  background: #fff;
  overflow: hidden;
}

.pc-login-top img {
  display: block;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  object-fit: fill;
}

.pc-login-stage {
  position: relative;
  min-height: 100vh;
  background-color: #ffffff;
  background-image: url("../addons/shop/img/login/login_bg_v5.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.pc-login-stage:before,
.pc-login-stage:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pc-login-stage:before {
  content: none;
}

.pc-login-stage:after {
  content: none;
}

.pc-login-page-no-top .pc-login-stage,
.pc-login-page-no-top .pc-login-shell,
.pc-login-page-no-top .pc-login-visual {
  min-height: 100vh;
}

.pc-login-page-with-context,
.pc-login-page-with-context .pc-login-stage,
.pc-login-page-with-context .pc-login-shell,
.pc-login-page-with-context .pc-login-visual {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.pc-register-page.pc-login-page-with-context,
.pc-register-page.pc-login-page-with-context .pc-login-stage,
.pc-register-page.pc-login-page-with-context .pc-login-shell,
.pc-register-page.pc-login-page-with-context .pc-login-visual {
  height: auto;
  max-height: none;
}

.pc-login-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 448px;
  align-items: center;
  gap: 48px;
  width: 1200px;
  max-width: calc(100% - 32px);
  min-height: 100vh;
  margin: 0 auto;
}

.pc-login-visual {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  padding: 48px 0;
  overflow: hidden;
}

.pc-login-visual:before {
  content: none;
}

.pc-auth-visual-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding-bottom: 48px;
}

.pc-auth-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 40px;
  text-decoration: none;
}

.pc-auth-brand img {
  display: block;
  max-width: 280px;
  max-height: 64px;
  object-fit: contain;
}

.pc-auth-copy {
  margin-bottom: 48px;
  color: #17264e;
  font-weight: 700;
  font-size: 36px;
  line-height: 32px;
}

.pc-auth-copy span {
  color: #2979ff;
}

.pc-auth-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 560px;
}

.pc-auth-feature {
  min-height: 136px;
  padding: 24px;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.54);
  -webkit-backdrop-filter: blur(8px) saturate(112%);
  backdrop-filter: blur(8px) saturate(112%);
  box-shadow: 0 4px 16px rgba(23, 38, 78, 0.04);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .pc-auth-feature {
    background: rgba(255, 255, 255, 0.82);
  }
}

.pc-auth-feature div {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 20px;
}

.pc-auth-feature strong {
  color: #2979ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.pc-auth-feature span {
  color: #17264e;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.pc-auth-feature p {
  margin: 0;
  color: #52617f;
  font-size: 13px;
  line-height: 20px;
}

.pc-auth-contact {
  margin: 48px 0 0;
  color: #17264e;
  font-size: 14px;
  line-height: 20px;
}

.pc-auth-contact a {
  color: #2979ff;
  font-weight: 700;
  text-decoration: none;
}

.pc-auth-contact a:hover,
.pc-auth-contact a:focus {
  color: #2b85e4;
  text-decoration: none;
}

.pc-auth-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: #73819d;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.pc-auth-footer a {
  color: #52617f;
  text-decoration: none;
}

.pc-auth-footer a:hover,
.pc-auth-footer a:focus {
  color: #2979ff;
  text-decoration: none;
}

.pc-login-card.login-section {
  align-self: center;
  width: 100%;
  margin: 0;
  padding: 40px 48px;
  border: 1px solid #edf2f8;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 48px rgba(23, 38, 78, 0.14);
}

.pc-login-card .login-main {
  padding: 0;
}

.pc-login-card-head {
  text-align: center;
}

.pc-login-card-head h1 {
  margin: 0;
  color: #17264e;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.pc-login-card-head p {
  margin: 8px 0 0;
  color: #52617f;
  font-size: 14px;
  line-height: 20px;
}

.pc-login-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 24px 0;
  border-bottom: 1px solid #edf2f8;
}

.pc-login-tab {
  display: block;
  height: 40px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #33415f;
  background: transparent;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

.pc-login-tab:hover,
.pc-login-tab:focus {
  color: #2979ff;
  outline: none;
  text-decoration: none;
}

.pc-login-tab:focus-visible {
  background: #ecf5ff;
  outline: 2px solid #2979ff;
  outline-offset: 2px;
}

.pc-login-tab.active {
  color: #2979ff;
  border-bottom-color: #2979ff;
}

.pc-login-tab[aria-disabled="true"],
.pc-login-social[aria-disabled="true"] {
  cursor: default;
  opacity: 0.52;
  pointer-events: none;
}

.pc-login-form {
  margin: 0;
}

.pc-login-panel[hidden] {
  display: none;
}

.pc-login-field {
  position: relative;
  margin: 0 0 16px;
}

.pc-login-input.form-control {
  height: 48px;
  padding: 0 40px;
  border: 1px solid #edf2f8;
  border-radius: 4px;
  color: #33415f;
  background: #fff;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
}

.pc-login-input.form-control:focus {
  border-color: #2979ff;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(41, 121, 255, 0.08);
}

.pc-login-input.form-control::-webkit-input-placeholder {
  color: #73819d;
}

.pc-login-input.form-control::-moz-placeholder {
  color: #73819d;
}

.pc-login-input.form-control:-ms-input-placeholder {
  color: #73819d;
}

.pc-login-input-icon,
.pc-login-password-icon {
  position: absolute;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #73819d;
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
}

.pc-login-input-icon {
  left: 16px;
}

.pc-login-input-icon .ri {
  font-size: 20px;
}

.pc-login-password-icon {
  right: 16px;
}

.pc-login-field .help-block {
  margin: 8px 0 0;
  color: #e84b5b;
  font-size: 12px;
  line-height: 16px;
}

.pc-login-captcha-field .input-group {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.pc-login-captcha-field .pc-login-input-icon {
  z-index: 4;
}

.pc-login-captcha-field .pc-login-input.form-control {
  flex: 1 1 auto;
  float: none;
  width: auto;
  padding-right: 12px;
  border-radius: 4px;
}

.pc-login-captcha-field .input-group-btn {
  display: flex;
  width: auto;
  vertical-align: top;
}

.pc-login-captcha-field .btn-captcha {
  min-width: 112px;
  height: 48px;
  padding: 0 16px;
  border-color: #edf2f8;
  border-radius: 4px;
  background: #ffffff;
  color: #2979ff;
  font-size: 13px;
  line-height: 46px;
}

.pc-login-captcha-field .btn-captcha:hover,
.pc-login-captcha-field .btn-captcha:focus {
  border-color: #2979ff;
  background: #ecf5ff;
  color: #2979ff;
}

.pc-login-captcha-field .btn-captcha.disabled,
.pc-login-captcha-field .btn-captcha[disabled] {
  border-color: #edf2f8;
  background: #ffffff;
  color: #73819d;
  opacity: 1;
  pointer-events: none;
}

.pc-login-captcha-field .input-group-btn .btn-captcha {
  border-radius: 4px;
}

.pc-login-agreement {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 16px;
  color: #33415f;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.pc-login-agreement input {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  accent-color: #2979ff;
}

.pc-login-agreement a {
  color: #2979ff;
  text-decoration: none;
}

.pc-login-agreement a:hover,
.pc-login-agreement a:focus {
  color: #2b85e4;
  text-decoration: none;
}

.layui-layer.pc-login-agreement-modal .layui-layer-content {
  overflow: hidden;
}

.layui-layer.pc-login-agreement-modal .pc-modal-layer {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 64px);
}

.layui-layer.pc-login-agreement-modal .pc-modal-body {
  min-height: 0;
  overflow-y: auto;
}

.pc-login-agreement-modal-content {
  padding-right: 4px;
  color: #33415f;
  font-size: 14px;
  line-height: 1.6;
}

.pc-login-agreement-modal-content p {
  margin: 0 0 12px;
}

.pc-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  color: #33415f;
  font-size: 13px;
  line-height: 20px;
}

.pc-login-remember {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-weight: 400;
}

.pc-login-remember input {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  accent-color: #2979ff;
}

.pc-login-remember span,
.pc-login-options .btn-forgot {
  line-height: 20px;
}

.pc-login-options .btn-forgot {
  color: #2979ff;
  text-decoration: none;
}

.pc-login-options .btn-forgot:hover {
  color: #2b85e4;
}

.pc-login-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin: 0;
}

.pc-login-submit.btn {
  height: 48px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 46px;
}

.pc-login-submit.btn:hover,
.pc-login-submit.btn:focus {
  border-color: #2b85e4;
  background: #2b85e4;
}

.pc-login-register-btn {
  align-self: flex-end;
  color: #2979ff;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.pc-login-register-btn:hover,
.pc-login-register-btn:focus {
  color: #2b85e4;
  text-decoration: none;
}

.pc-login-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0 16px;
  color: #73819d;
  font-size: 12px;
  line-height: 20px;
}

.pc-login-divider:before,
.pc-login-divider:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #edf2f8;
}

.pc-login-socials {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.pc-login-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #edf2f8;
  border-radius: 50%;
  color: #2979ff;
  background: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.pc-login-social:hover,
.pc-login-social:focus {
  color: #2979ff;
  border-color: #2979ff;
  background: #ecf5ff;
  text-decoration: none;
}

.pc-login-social-wechat {
  color: #1f9b54;
}

.pc-register-card.pc-login-card.login-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pc-register-card .pc-login-tabs {
  margin: 20px 0;
}

.pc-register-card .pc-register-field {
  margin-bottom: 12px;
}

.pc-register-page .pc-login-stage {
  overflow-x: hidden;
  overflow-y: auto;
}

.pc-login-register {
  margin-top: 24px;
  color: #73819d;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.pc-login-register a {
  color: #2979ff;
  font-weight: 600;
}

.pc-login-register a:hover {
  color: #2b85e4;
  text-decoration: none;
}

.pc-register-form {
  margin: 0;
}

.pc-register-field {
  margin: 0 0 16px;
}

.pc-register-label {
  display: block;
  margin: 0 0 8px;
  color: #52617f;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.pc-register-input-wrap {
  position: relative;
}

.pc-register-field .pc-login-input.form-control,
.pc-register-captcha .pc-login-input.form-control {
  height: 48px;
  min-height: 48px;
  padding: 0 12px 0 40px;
}

.pc-register-field .help-block {
  margin: 8px 0 0;
  color: #e84b5b;
  font-size: 12px;
  line-height: 16px;
}

.pc-register-captcha.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.pc-register-captcha .pc-login-input-icon {
  z-index: 4;
}

.pc-register-captcha-input {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.pc-register-captcha .pc-login-input.form-control {
  float: none;
  width: 100%;
  border-radius: 4px;
}

.pc-register-captcha .input-group-btn {
  display: flex;
  width: auto;
}

.pc-register-captcha .btn-captcha {
  min-width: 112px;
  height: 48px;
  padding: 0 16px;
  color: #2979ff;
  border: 1px solid #edf2f8;
  border-radius: 4px;
  background: #ffffff;
  font-size: 13px;
  line-height: 46px;
}

.pc-register-captcha .btn-captcha:hover,
.pc-register-captcha .btn-captcha:focus {
  color: #2979ff;
  border-color: #2979ff;
  background: #ecf5ff;
}

.pc-register-captcha .btn-captcha.disabled,
.pc-register-captcha .btn-captcha[disabled] {
  color: #73819d;
  border-color: #edf2f8;
  background: #ffffff;
  opacity: .65;
  pointer-events: none;
}

.pc-register-agreement {
  margin-bottom: 16px;
}

.pc-register-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin: 0;
}

.pc-register-secondary {
  align-self: flex-end;
  color: #2979ff;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.pc-register-secondary:hover,
.pc-register-secondary:focus {
  color: #2b85e4;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .pc-login-shell {
    grid-template-columns: minmax(0, 1fr) 416px;
    gap: 24px;
  }

  .pc-login-visual {
    padding: 40px 0;
  }

  .pc-login-card.login-section {
    padding: 32px;
  }
}

@media (max-width: 991px) {
  body:has(.pc-login-page) main.content {
    overflow: auto;
  }

  .pc-login-page-with-context,
  .pc-login-page-with-context .pc-login-stage,
  .pc-login-page-with-context .pc-login-shell,
  .pc-login-page-with-context .pc-login-visual {
    height: auto;
    min-height: 100vh;
    max-height: none;
  }

  .pc-login-top {
    height: 80px;
  }

  .pc-login-stage {
    min-height: 100vh;
    padding: 32px 0;
  }

  .pc-login-shell {
    display: block;
    width: min(480px, calc(100% - 32px));
    min-height: 0;
  }

  .pc-login-visual {
    display: none;
  }

  .pc-login-card.login-section {
    margin: 0;
    padding: 32px 24px;
  }
}

@media (max-width: 767px) {
  .pc-login-top {
    height: 64px;
  }

  .pc-login-stage {
    min-height: 100vh;
    padding: 24px 0;
  }

  .pc-login-card.login-section {
    padding: 24px 16px;
  }

  .pc-register-card.pc-login-card.login-section {
    padding: 24px 16px;
  }

  .pc-login-tabs {
    margin: 20px 0 20px;
  }

  .pc-login-field {
    margin-bottom: 16px;
  }

  .pc-login-divider {
    margin: 24px 0 16px;
  }

  .pc-login-register {
    margin-top: 24px;
  }
}

/*# sourceMappingURL=user.css.map */
