body {
  font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
}
.pc {
  display: none;
}
.container {
  margin: 0 15px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.main {
  flex: 1;
}
.footer,
.header {
  flex: 0;
}
/* 上下一篇 */
.orientation {
  margin: 20px 0 0;
  line-height: 1.6;
}
.orientation .next {
  margin: 10px 0 0;
}

/* 导航 */
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
}
.phone-nav .logo img {
  height: 40px;
}
.header-gap {
  height: 50px;
}

.main_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: #ffffff;
  height: 0px;
  overflow: auto;
  transition: all 350ms ease;
}
.show-main {
  height: calc(100% - 50px);
  transition: all 350ms ease;
}
.menu-top li {
  list-style: none;
  background: #f7f8f9;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #000000;
}
.menu-top li:first-child {
  margin-top: 10px;
  color: #000000;
}
.page-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 350ms ease;
}
.menu-top {
  background-color: rgba(255, 255, 255, 1);
  height: 0px;
  width: 92%;
  margin: auto;
  overflow: hidden;
  transition: all 350ms ease;
  color: #000000;
}
.show-menus {
  height: 100%;
  transition: all 350ms ease;
  overflow-y: scroll;
}
.menu-top .icon3 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top .icon4 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 23px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top a {
  text-indent: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 0px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #000000;
}
.submenu {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease;
}
.submenu a {
  text-indent: 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}
.show-submenu {
  max-height: 5000px !important;
  transition: all 350ms ease;
}
.show-navigation .layui-icon-close,
.menu-top .layui-icon-subtraction {
  display: none;
}
.show-navigation .layui-icon {
  font-size: 24px;
}
.menu-top .layui-icon {
  float: right;
  margin-right: 24px;
}

/* 内页导航 */
.sidenav {
}

.sidenav .container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.sidenav .left {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.sidenav .left .crumb a {
  font-size: 14px !important;
}
.sidenav .right {
  width: calc(100vw - 30px);
  position: relative;
  z-index: 100;
  display: flex;
  height: 50px;
  overflow-x: scroll;
  margin: -25px 0 0;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
}
.sidenav .right ul {
  display: flex;
  width: 100%;
  background-color: #fff;
  overflow-x: scroll;
}
.sidenav .right ul li {
  flex: 0 0 calc((100vw - 30px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
}

.sidenav .right ul li a {
  color: #666666;
  padding: 6px 15px;
  white-space: nowrap;
}

.sidenav .right ul li.cur {
  background: #218a4b;
  background-image: linear-gradient(45deg, #8ccbc5, #50b3b5);
  color: #fff;
}
.sidenav .right ul li.cur a {
  color: #fff;
}

/* 主体 */
.tit-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.tit {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.tit-box .more {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.tit-box .more:hover {
  color: #3e929e;
}

/* 首页banner */
.index-banner {
  margin: 50px 0 0;
}
/* 内页banner */
.inside-banner {
  margin: 50px 0 0;
}

.article .detail li {
  margin: 0 0 13px 0;
  background-color: #f6fbfe;
}
.article .detail li a {
  display: flex;
  align-items: center;
  padding: 25px 40px;
  font-size: 16px;
  overflow: hidden;
}
.article .detail li a span {
  margin: 0 25px 0 0;
  width: 13px;
  height: 13px;
  background-color: #c8def1;
  border-radius: 50%;
}
.article .detail li a .title {
  flex: 1 1 auto;
}
.article .detail li a .date {
  flex: 0 0 100px;
  text-align: right;
}
.article .detail li a:hover span {
  background-color: #005f3b;
}
.article .detail li a:hover {
  color: #005f3b;
}
.article-show .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-show .info .title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.article-show .info .date {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.article-show .info .date p:last-child {
  margin: 0 0 0 20px;
}
.article-show .editor {
  margin: 20px 0 0;
}

.article-img .detail {
  display: flex;
  flex-wrap: wrap;
}
.article-img .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.article-img .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.article-img .detail li .img-full {
  border-radius: 12px;
  height: 400px;
  overflow: hidden;
}
.article-img .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.article-img .detail li:hover img {
  transform: scale(1.1, 1.1);
}

.product .detail {
  display: flex;
  flex-wrap: wrap;
}
.product .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.product .detail li .img-full {
  border-radius: 12px;
  height: 240px;
  overflow: hidden;
}
.product .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.product .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.product-show .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-show .info .title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.product-show .info .date {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.product-show .info .date p:last-child {
  margin: 0 0 0 20px;
}
.product-show .editor {
  margin: 20px 0 0;
}

/* 底部 */
.footer {
  background-color: #fff;
}

.footer-nav {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #393939;
}
.footer-nav .list {
  height: 80px;
  line-height: 80px;
  margin-right: 60px;
}
.footer-top {
  display: none;
  background: #fff;
  background-size: 100% 100%;
  background-position: 50%;
  padding: 28px 0 0px;
}
.footer-top .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 10px;
  border-bottom: 1px solid #efefef;
}
.footer-top .left h3 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 25px;
}
.footer-top .left .info p:first-child span {
  font-size: 25px;
  font-weight: bold;
}
.footer-top .left .info p {
  margin: 0 0 10px;
}
.footer-top .left .qrcode img {
  width: 100px;
  height: 100px;
}
.footer-top .left .qrcode img:first-child {
  margin: 0 10px 0 0;
}
.footer-top .right {
  display: flex;
  margin: 22px 0 0;
}
.footer-top .right ul {
  margin-left: 60px;
}
.footer-top .right ul li {
  margin: 0 0 10px;
  color: #333333;
}
.footer-top .right ul li:first-child {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}

.footer-top .address .address-1 {
  padding-right: 60px;
}

.footer-top .address .address-2 {
  flex: 1;
}

.footer-top .address .address-2 .footer-lxfs {
  padding-left: 70px;
  line-height: 30px;
  border-left: 1px solid #444444;
}

.footer-bottom {
  border-top: 1px solid #f2f2f2;
  background-color: #fff;
  padding: 15px 0;
}

.footer-bottom .copyright {
  line-height: 1.6;
  color: #000;
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 15px;
}
.mypage li.active {
  background: var(--color-primary);
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
