@import "./normalize.css";
@import "./variables.css";

* {
  box-sizing: border-box;
  font-family: "Noto Sans SC";
}

a {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}

.safe-area-inset-bottom {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

body {
  /* width: var(--design-width); */
  margin: 0;
  overflow-x: hidden;
  font-family: -apple-system, SF UI Text, Helvetica Neue, Helvetica, Arial,
    sans-serif;
}

/* navbar */
.navbar {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.navbar:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  z-index: -1;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(31, 49, 96, 0) 0%,
    rgba(31, 49, 96, 1) 100%
  );
}
.navbar .navbar-inner {
  position: relative;
  height: 1rem;
  margin: 0 0.3rem;
}
.navbar a.logo {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 4rem;
  height: 100%;
  background: url(/themes/website/1/zh/m_jinze/static/img/logo-blue.png) left center no-repeat;
  background-size: 100%;
}
.navbar a.bars {
  display: block;
  position: absolute;
  z-index: 10;
  left: auto;
  right: -0.3rem;
  top: 0;
  bottom: auto;
  width: 0.9rem;
  height: 1rem;
  font-size: 0.5rem;
  line-height: 1rem;
  font-weight: normal;
  text-align: center;
  color: var(--theme-color);
}
.navbar a.bars .close {
  display: none;
}

/* menu */
.menu {
  position: fixed;
  top: 1rem;
  height: 100%;
  overflow-y: auto;
  width: 5.6rem;
  background: #fff;
  right: -5.6rem;
  padding-bottom: 1rem;
}
.menu li {
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
}
.menu li h2 {
  position: relative;
  font-size: 0.36rem;
  line-height: 1rem;
  padding-left: 0.5rem;
}
.menu li span {
  display: inline;
  position: static;
  padding-left: 0.1rem;
  transform: none;
  -webkit-transform: none;
  font-size: 0.24rem;
}
.menu li .more {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin-top: -0.15rem;
  font-size: 0.3rem;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.menu li .list {
  padding: 0 0 0 0.5rem;
  display: none;
}
.menu li .list h3 {
  font-size: 0.3rem;
  line-height: 0.96rem;
  border-top: 1px solid #e7e7e7;
}
.menu li .list dl {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  padding: 0 0.2rem 0.3rem 0;
  margin-top: -0.1rem;
}
.menu li .list dd {
  min-width: 25%;
  padding-left: 0.5rem;
  overflow: hidden;
  font-size: 0.24rem;
  line-height: 0.6rem;
  opacity: 0.65;
}
.menu li .list dd a {
  display: block;
  height: 0.6rem;
}
.menu li.on .more {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.menu li.on .list {
  display: block;
}

/* ÆäËû */
.navbar-static {
  height: 1rem;
}
.navbar-overlay {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

/* footer */
.footer {
  position: relative;
  background: #2e2e2e;
  font-size: 0.24rem;
  color: #fff;
  overflow: hidden;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.footer .logo {
  position: static;
  width: 4rem;
  margin: 0.5rem auto;
}
.footer .content {
  padding: 0 0.5rem;
}
.footer .content .wechat {
  width: 2.5rem;
  margin: 0.5rem auto;
}
.footer .content .wechat p {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 0.2rem;
}
.footer .content .wechat img {
  vertical-align: middle;
  width: 100%;
  border: 0;
}
.footer .content .list {
  position: static;
  width: 100%;
  margin: 0.5rem 0;
  color: rgba(255, 255, 255, 0.6);
}
.footer .content .list h2 {
  font-size: 0.3rem;
  line-height: 0.96rem;
  font-weight: bold;
  color: #fff;
}
.footer .content .list li {
  min-height: 0.48rem;
  padding-right: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.footer .content .list li .fas {
  width: 0.28rem;
  margin-right: 0.1rem;
  font-size: 0.24rem;
  text-align: center;
}
.footer .content .list b {
  font-size: 0.3rem;
  color: #fff;
}
.footer .content .medium {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
}
.footer .content .medium .item {
  position: relative;
  margin: 0 0.12rem;
}
.footer .content .medium .item img {
  width: 100%;
  height: 100%;
}
.footer .content .medium .item .label {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.footer .content .medium .item .qrcode {
  display: none;
  position: absolute;
  top: -2.725rem;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -1.25rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.footer .content .medium .item .qrcode img {
  border-radius: 0.1rem;
}
.footer .content .medium .item .qrcode:after {
  content: "";
  position: absolute;
  bottom: -0.15rem;
  left: 50%;
  margin-left: -0.125rem;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  border-top: 0.15rem solid #fff;
}
.footer .content .medium .item.on .qrcode {
  display: block;
}
.footer .copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .copyright p {
  padding: 0 0.14rem;
  line-height: 0.48rem;
  text-align: center;
  opacity: 0.36;
}

/* transition */
.transition-ease {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.transition-linear {
  transition: All 0.3s linear;
  -webkit-transition: All 0.3s linear;
  -moz-transition: All 0.3s linear;
  -o-transition: All 0.3s linear;
}

/* editor */
.editor-content {
}
.editor-content * {
  font-size: 0.28rem !important;
}

/* read-more */
.read-more {
  position: relative;
  padding: 0.1rem 0;
  text-align: center;
  color: var(--theme-color);
  font-size: 0.24rem;
}
.read-more .more {
  display: block;
}
.read-more .less {
  display: none;
}
.read-more .fas {
  margin-left: 0.1rem;
}
.read-more:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(
    -180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 80%
  );
  padding-top: 1rem;
  margin-top: -1rem;
}
.read-more.expanded:after {
  display: none;
}
.read-more.expanded .more {
  display: none;
}
.read-more.expanded .less {
  display: block;
}

/* config */
body.navShow {
  overflow: hidden;
}
body.navShow .menu {
  right: 0;
}
body.navShow .navbar-overlay {
  display: block;
}
body.navShow .navbar a.bars .open {
  display: none;
}
body.navShow .navbar a.bars .close {
  display: inline-block;
}
<!--ºÄÊ±1752949075.7114Ãë-->