@charset "UTF-8";
/* 个人中心的一些样式 */
.page-badge .header[open] {
  color: var(--surface-gray-900);
}
.page-badge .header .header-back-title {
  color: var(--surface-gray-900);
}
.page-badge .header a {
  color: var(--green-500);
}

.badge-ul-box {
  padding: 0.9375rem 0.8rem 0;
  font-size: 0px;
  font-size: -webkit-calc(0px + 0px);
  line-height: 0;
  overflow: hidden;
}

.badge-logo-li {
  line-height: 0.875rem;
  position: relative;
  display: block;
  width: 6rem;
  vertical-align: top;
  float: left;
  padding: 0 0.625rem 0.625rem;
}

.badge-logo-box {
  position: relative;
  display: block;
  margin: 0 auto;
}

.badge-pic {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto;
  margin-bottom: 0.375rem;
  display: block;
}

.honor-wrapper {
  width: 6rem;
}

.badge-h {
  font-size: 0.875rem;
  text-align: center;
  height: 1.125rem;
  line-height: 1.125rem;
  overflow: hidden;
}

.badge-l {
  font-size: 0.75rem;
  text-align: center;
  height: 0.75rem;
  line-height: 0.75rem;
  margin-top: 0.375rem;
  overflow: hidden;
  color: var(--surface-gray-500);
}

@media screen and (max-width: 320px) {
  .badge-logo-li {
    width: 5.375rem;
    line-height: 0.875rem;
    position: relative;
    display: block;
    vertical-align: top;
    padding: 0 0.375rem 0.4375rem;
  }
  .badge-pic {
    width: 3.875rem;
    height: 3.875rem;
    margin-bottom: 0.25rem;
    display: block;
  }
  .honor-wrapper {
    width: 5.375rem;
  }
  .badge-h {
    font-size: 0.75rem;
  }
}
.honor-footer {
  padding: 0rem 1rem 0;
  background: var(--background-bw-white);
  position: relative;
}
.honor-footer .loading-icon {
  top: 4.6875rem;
}
.honor-footer-top {
  position: relative;
  text-align: center;
  height: 1.5625rem;
}
.honor-footer-text {
  display: inline-block;
  color: var(--surface-gray-400);
  font-size: 0.875rem;
  padding: 0 0.5rem;
  background: var(--background-bw-white);
  position: relative;
  top: -1.25rem;
}
.honor-footer-line {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 1px;
  background: var(--surface-gray-100);
}
.honor-footer-content {
  padding: 0.8rem 0;
}
.honor-footer-li {
  position: relative;
  padding-left: 1.25rem;
  height: 2.25rem;
  margin-bottom: 1.375rem;
}
.honor-footer-li-left {
  float: left;
  width: 13.375rem;
}
.honor-footer-li-left-h {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
}
.honor-footer-li-left-l {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-top: 0.2rem;
  color: var(--surface-gray-500);
}
.honor-footer-li-right {
  float: right;
  font-size: 0.75rem;
  line-height: 2rem;
  color: var(--surface-gray-500);
}
.honor-footer-li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0rem;
  margin: auto;
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--surface-gray-50);
}
.honor-footer-notfir::after {
  position: absolute;
  top: -3.4375rem;
  bottom: 0;
  left: 0.1875rem;
  margin: auto;
  content: "";
  display: block;
  width: 0.125rem;
  height: 2.625rem;
  background: var(--surface-gray-50);
}

@media screen and (max-width: 320px) {
  .honor-footer-li-left {
    width: 7.5rem;
  }
}
.null-x {
  height: 140vw;
}

.honor-header {
  min-height: 15rem;
}