@media (min-width: 320px) {
  html {
    font-size: 266.667% !important;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 300% !important;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 312.5% !important;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 320% !important;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 345% !important;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 373.333% !important;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 400% !important;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 426.667% !important;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 453.333% !important;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 480% !important;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 506.667% !important;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 533.333% !important;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 625% !important;
  }
}

body {
  width: 100%;
  font-size: 0.28rem;
}
.pc {
  display: none !important;
}
.container {
  margin: 0 15px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.main {
  flex: 1;
}
i.fa {
  font-size: 0.48rem;
}

/* 导航 */
.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;
}
.phone-nav .login {
  display: flex;
  align-items: center;
}
.phone-nav .login .line {
  margin: 0 5px;
}

.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.login-out {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;
}

.iBanner-box {
  margin: 20px 0 0;
}
.iBanner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.iBanner .banner {
  flex: 0 1 56.94%;
  height: 500px;
  overflow: hidden;
}
.iBanner .banner .mySwiper2 {
  position: relative;
}
.iBanner .banner .swiper-slide {
  position: relative;
}
.iBanner .banner .pic {
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
.iBanner .banner .pic img {
  transition: 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iBanner .banner .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
  padding: 0px 20px;
  box-sizing: border-box;
}
.iBanner .banner .tt p {
  width: 70%;
  font-size: 16px;
  color: #ffffff;
}
.iBanner .banner:hover .pic img {
  transform: scale(1.1, 1.1);
}
.iBanner .banner .paginationb {
  position: absolute;
  text-align: center;
  z-index: 100;
  width: 30%;
  bottom: 13px;
  left: 70%;
}
.iBanner .banner .paginationb .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  transition: 0.6s;
  opacity: 0.6;
}
.iBanner .banner .paginationb .swiper-pagination-bullet-active {
  opacity: 1;
}

.iBanner .tab {
  flex: 1;
  padding: 15px 10px;
  background: #f8f8f8;
  box-sizing: border-box;
}
.indextab {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #e1dcdc;
}
.indextab ul {
  display: flex;
  align-items: baseline;
}
.indextab ul li a {
  display: flex;
  align-items: center;
}
.indextab ul li a p {
  font-size: 14px;
  color: #a9a9a9;
}
.indextab ul li.cur a p {
  font-size: 20px;
  color: #8acb00;
  font-weight: bold;
}
.indextab ul li.cur a p:last-child {
  color: #000000;
}
.indextab ul li {
  position: relative;
  border-right: 1px solid #dcdcdc;
}
.indextab ul li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 1px;
  background: #8acb00;
}
.indextab ul li:first-child a {
  margin: 0;
}
.indextab ul li:last-child,
.indextab ul li:first-child {
  border-right: unset;
}
.indextab ul li a {
  margin: 0 20px;
}
.indextab .more {
  font-size: 14px;
  color: #666666;
}
.iBanner .detail li {
  padding: 10px 0;
}
.iBanner .detail li a {
  display: flex;
  align-items: center;
}
.iBanner .detail li a span {
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.iBanner .detail li a .info {
  flex: 1 1 auto;
  margin-right: 16px;
  font-size: 14px;
}
.iBanner .detail li a .date {
  flex: 0 0 auto;
  display: flex;
  color: #999999;
  font-size: 14px;
}
.iBanner .detail li:first-child {
  padding: 20px 0;
  border-bottom: 1px solid #e1dcdc;
}
.iBanner .detail li:first-child a {
  align-items: start;
}
.iBanner .detail li:first-child .tt {
  font-size: 14px;
  line-height: 25px;
}
.iBanner .detail li:first-child .des {
  font-size: 16px;
  margin: 8px 0 0;
}
.iBanner .detail li:first-child .date {
  flex-direction: column-reverse;
}
.iBanner .detail li:first-child .date .day {
  font-size: 24px;
  color: #8acb00;
  font-weight: bold;
}
.iBanner .detail li:first-child .date .year {
  font-size: 16px;
  color: #8acb00;
  text-align: right;
}

.iHytz-box {
  margin: 20px 0 0;
}
.iHytz {
  display: flex;
  flex-direction: column;
}
.iHytz .hy {
  padding: 20px 0;
}
.iHytz .hy .detail ul {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iHytz .hy .detail ul li {
  flex: 0 1 100%;
  margin-bottom: 10px;
  background: #f8f8f8;
  padding: 0 30px 20px 30px;
  border-radius: 15px;
  box-sizing: border-box;
}
.iHytz .hy .detail ul li:hover {
  background: #8acb00;
}
.iHytz .hy .detail ul li:hover .date,
.iHytz .hy .detail ul li:hover .title {
  color: #fff;
}
.iHytz .hy .detail .line {
  width: 44px;
  height: 6px;
  background: #8acb00;
}
.iHytz .hy .detail .date {
  font-size: 16px;
  margin: 15px 0;
  color: #333333;
}
.iHytz .hy .detail .title {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.iHytz .tz {
  flex: 1;
}
.iHytz .tz .detail ul {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iHytz .tz .detail ul li {
  flex: 0 1 100%;
  margin-bottom: 10px;
  background: #f8f8f8;
  padding: 0 30px 20px 30px;
  border-radius: 15px;
  box-sizing: border-box;
}
.iHytz .tz .detail ul li:nth-child(2n) {
  margin-right: 0;
}
.iHytz .tz .detail .line {
  width: 44px;
  height: 6px;
  background: #8acb00;
}
.iHytz .tz .detail .date {
  font-size: 14px;
  margin: 15px 0;
  color: #333333;
}
.iHytz .tz .detail .title {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.iBanner4 {
  margin: 20px 0;
}
.iBanner4 img {
  max-width: 100%;
}

.iXsjl-box {
}
.iXsjl {
  display: flex;
  flex-direction: column;
}
.iXsjl .xs {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iXsjl .xs .item {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.iXsjl .xs .item .detail li a {
  padding: 14px 0;
  display: flex;
  align-items: center;
}
.iXsjl .xs .item li .title {
  margin-right: 10px;
}
.iXsjl .xs .item li .date {
  flex: 1 0 80px;
  text-align: right;
  color: #999;
}
.iXsjl .xs .item .detail span {
  flex: 0 0 10px;
  height: 10px;
  background: #dfdfdf;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.iXsjl .xs .item .title {
  font-size: 16px;
}
.iXsjl .zjxh {
}
.iXsjl .zjxh .detail {
  margin: 10px 0 0;
  padding: 15px 25px;
  background: #f8f8f8;
  border-radius: 15px;
}
.iXsjl .zjxh .detail ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iXsjl .zjxh .detail ul li {
  flex: 0 1 49%;
  margin: 0 0 15px 0;
  border: 1px solid #8acb00;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.iXsjl .zjxh .detail ul li a {
  display: flex;
  align-items: center;
}
.iXsjl .zjxh .detail ul li a .img_hide {
  display: none;
}
.iXsjl .zjxh .detail ul li .title {
  margin: 0 0 0 8px;
  color: #8acb00;
  font-size: 14px;
}
.iXsjl .tab {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.iXsjl .tab p {
  font-size: 26px;
  color: #8acb00;
  font-weight: bold;
}
.iXsjl .tab p:last-child {
  color: #000000;
}

.iXhdj-box {
  background: #f8f8f8;
  padding: 56px 0 72px;
}
.iXhdj .indextab {
  border-bottom: unset;
}
.iXhdj .indextab a p {
  color: #bc0101;
}
.iXhdj .indextab ul li:first-child::before {
  background: unset;
}
.iXhdj .indextab ul li {
  border-right-color: #bc0101;
}
.iXhdj .indextab ul li.cur a p,
.iXhdj .indextab .more {
  color: #bc0101;
}
.iXhdj .detail {
  display: flex;
  justify-content: space-between;
}
.iXhdj .djxw {
  flex: 0 0 49%;
  padding: 26px 40px 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
.iXhdj .djxw .mt {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
.iXhdj .djxw .mt .line {
  width: 30%;
  height: 1px;
  background: linear-gradient(to right, #fff, #bc0101);
}
.iXhdj .djxw .mt .line:last-child {
  background: linear-gradient(to right, #bc0101, #fff);
}
.iXhdj .djxw .mt .txt {
  font-size: 26px;
  font-weight: bold;
  color: #bc0101;
  margin: 0 35px;
}
.iXhdj .djxw .mc .top-li {
  padding-bottom: 17px;
  border-bottom: 1px solid #e1e1e1;
}
.iXhdj .djxw .mc .top-li a {
  display: flex;
  align-items: center;
}
.iXhdj .djxw .mc .top-li .pic {
  position: relative;
}
.iXhdj .djxw .mc .top-li .date {
  position: absolute;
  right: -64px;
  top: 50%;
  transform: translateY(-50%);
  background: #bc0101;
  padding: 8px 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iXhdj .djxw .mc .top-li .date .day {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.iXhdj .djxw .mc .top-li .date .year {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.iXhdj .djxw .mc .top-li .title {
  margin: 0 0 0 100px;
  font-size: 18px;
  line-height: 25px;
}
.iXhdj .djxw .mc li:first-child {
  margin-bottom: 10px;
}
.iXhdj .djxw .mc .li {
  line-height: 25px;
}
.iXhdj .djxw .mc .li a {
  display: flex;
  align-items: center;
}
.iXhdj .djxw .mc .li span {
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.iXhdj .djxw .mc .li .title {
  flex: 1 0 auto;
  margin-right: 10px;
}
.iXhdj .djxw .mc a:hover .title,
.iXhdj .djxw .mc a:hover .date {
  color: #bc0101;
}
.iLink-box {
  padding: 20px 0;
}
.iLink .marqueeleft {
  overflow: hidden;
}
.iLink .detail ul {
  float: left;
  margin-top: 20px;
}
.iLink .detail ul li {
  float: left;
  margin-right: 26px;
  overflow: hidden;
}
.iLink .detail ul li .pic {
  width: 160px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
}
.iLink .detail ul li p {
  margin: 10px 0 0;
  color: #000;
  text-align: center;
}
.iLink .detail ul li img {
  max-width: 100%;
}
.iLink .detail ul li .tt {
  line-height: 70px;
  text-align: center;
  color: #333333;
}

.main-inset {
  padding: 20px 0 30px;
  display: flex;
  flex-direction: column;
}
.main-inset .main-left {
  /* flex: 0 0 175px; */
  overflow: hidden;
  margin: 0 0 20px;
}
.main-inset .main-left .mt p {
  font-size: 24px;
  text-align: center;
}
.main-inset .main-left .mt .line1 {
  float: right;
  margin: 15px 0 0;
  width: calc(100% - 27px);
  height: 12px;
  background: linear-gradient(to right, #8acb00, #cce88f, #fbfdf6);
}
.main-inset .main-left .mt .line2 {
  float: left;
  margin: 5px 0 0;
  width: calc(100% - 27px);
  height: 6px;
  background: linear-gradient(to right, #8acb00, #cce88f, #fbfdf6);
}
.main-inset .main-left ul {
  margin: 32px 0 0;
  display: flex;
  align-items: center;
  overflow-x: scroll;
}
.main-inset .main-left ul li {
  margin: 0 5px 8px 5px;
  padding-left: 27px;
  position: relative;
}
.main-inset .main-left ul li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background: #d3d3d3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-inset .main-left ul li a {
  white-space: nowrap;
  font-size: 16px;
  color: #000;
}
.main-inset .main-left ul li.cur a {
  color: #8acb00;
}
.main-inset .main-left ul li.cur::before {
  background: #8acb00;
}
.main-right {
  flex: 1;
}
.main-right .main-right-nav {
  padding: 0 40px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  background: linear-gradient(to right, #8acb00, #cce88f, #fbfdf6);
  display: none;
}
.main-right .main-right-nav .mt {
  color: #fff;
  font-size: 16px;
}
.main-right .main-right-nav .mc {
  display: flex;
  align-items: center;
}
.main-right .main-right-nav .mc .fa-map-marker {
  color: #8acb00;
  margin: 0 15px 0 0;
  font-size: 18px;
}
.main-right .main-right-nav .crumb a {
  color: #666666;
}

.article .detail li {
}
.article .detail li a {
  display: flex;
  align-items: center;
  padding: 20px 0px;
  font-size: 14px;
  border-bottom: 1px solid #dfd4d4;
  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-show .orientation {
  margin: 20px 0 0;
}

.article-img .detail {
  margin: 0px 0 0;
}
.article-img .detail li a {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #dfd4d4;
}
.article-img .detail li .img-full {
  flex: 0 0 140px;
  border-radius: 12px;
  height: 90px;
  overflow: hidden;
}
.article-img .detail li .info {
  margin: 0 0 0 10px;
}
.article-img .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.article-img .detail li .date {
  margin: 10px 0 0;
}
.article-img .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.xhld .detail {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.xhld .detail li {
  flex: 0 1 calc(98% / 2);
  margin-top: 10px;
}
.xhld .detail li:not(:nth-child(2n)) {
  margin-right: calc(2% / 1);
}
.xhld .detail li a {
  display: flex;
  flex-direction: column;
}
.xhld .detail li .pic img {
  max-width: 100%;
}
.xhld .detail li .tt {
  margin: 10px 0 0;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #0e050a;
}
.xhld_show .introduce .img {
  width: 225px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.xhld_show .introduce .img img {
  max-width: 100%;
}
.xhld_show .introduce .tt {
  font-size: 16px;
  margin: 10px 0;
}

.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;
}
.product-show .orientation {
  margin: 20px 0 0;
}
.login-login {
  background: url("../images/register-bg.png") no-repeat center;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.login-login .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 0;
}
.login-login .company .name {
  display: flex;
  margin: 20px 0 0;
  font-size: 30px;
  color: #fff;
}
.login-login .detail {
  max-width: 960px;
  margin: 40px auto 0;
  padding: 0 0 50px 0;
  border-radius: 10px;
  background: #fff;
}
.login-login .detail .tip-btn {
  display: flex;
  justify-content: flex-end;
  margin: 0 16px 0 0;
}
.login-login .detail .tip-btn a {
  display: flex;
  padding: 16px 12px;
  background: #e9f5e9;
  color: #077c4a;
  border-radius: 0 0 6px 6px;
}
.login-login .detail .tab {
  display: flex;
  justify-content: center;
  color: #077c4a;
  margin: 20px 0 30px 0;
}
.login-login .detail .tab a {
  margin: 0 16px;
  position: relative;
  font-size: 20px;
  color: #000;
  padding: 0 0 16px 0;
}
.login-login .detail .tab a.cur {
  color: #077c4a;
}
.login-login .detail .tab a.cur::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 6px;
  border-radius: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #077c4a;
}
.login-login .detail form {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 10px;
}
.login-login .detail .login {
  max-width: 360px;
  margin: 0 auto;
}
.login-login .detail form .layui-form-item {
  display: flex;
}
.login-login .detail form .layui-input,
.login-login .detail form .layui-select,
.login-login .detail form .layui-textarea {
  border-radius: 10px;
  height: 60px;
  background: #f3f5f9;
}
.login-login .detail form .layui-form-label {
  flex: 0 0 120px;
  text-align: left;
  font-size: 14px;
  color: #000;
  line-height: 40px;
}
.login-login .detail form .layui-input-block {
  margin-left: 0px;
  flex: 1;
}
.login-login .detail form .w220 {
  width: 200px;
  margin-left: 0;
}
.login-login .detail form .layui-btn {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-radius: 10px;
}
.login-login .detail form .bg-077c4a {
  background: #077c4a;
}
.login-login .detail form #captchaPic {
  width: 130px;
  height: 60px;
}
.login-login .detail form .layui-form-mid {
  padding: 0 !important;
}
.login-login .detail form .submit {
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-login .detail form .submit .layui-btn {
  width: 400px;
  font-size: 20px;
}
.login-login .detail form .submit a {
  margin: 40px 0 0;
  font-size: 16px;
  color: #077c4a;
}
.login-login .detail form .city {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-login .detail form .city .layui-input-inline {
  flex: 1;
  margin: 0;
  margin-bottom: 10px;
}

/* 登录 */
.login-login .j-tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-login .j-tab-nav a {
  padding: 0 10px;
  color: #999999;
  font-size: 18px;
  border-right: 2px solid #999;
  display: flex;
}
.login-login .j-tab-nav a:last-child {
  border-right: unset;
}
.login-login .j-tab-nav a.current {
  color: #077c4a;
}
.login-login .j-tab-con {
  margin: 30px 0 0;
}
.login-login .j-tab-con .tab-item {
  display: none;
}
.login-login .j-tab-con .tab-item:first-child {
  display: block;
}
.login-login .j-tab-con .con-item {
  display: flex;
  flex-direction: column;
}
.login-login .j-tab-con .row {
  display: flex;
  align-items: center;
  flex: 1;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.login-login .j-tab-con .left {
  height: 60px;
  flex: 1 1 auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background: #f3f5f9;
}
.login-login .j-tab-con .left p {
  width: 60px;
  padding: 0 0 0 24px;
  color: #000;
  font-size: 14px;
}
.login-login .j-tab-con .left .line {
  height: 22px;
  width: 1px;
  background: #dadada;
  margin: 0 15px 0 0;
}
.login-login .j-tab-con .left .input,
.login-login .j-tab-con .left input {
  height: 100%;
  border: unset;
  background: #f3f5f9;
  font-size: 14px;
  border-radius: 0 10px 10px 0;
  width: 100%;
  flex: 1;
}

.login-login .j-tab-con .code {
  flex: 1 0 120px;
  margin: 0 0 0 20px;
}
.login-login .j-tab-con .code img {
  max-width: 100%;
  height: 60px;
  overflow: hidden;
}
.login-login .j-tab-con .code img {
  max-width: 100%;
  height: 60px;
  overflow: hidden;
}
.login-login .login .submit .action {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.login-login .login .submit .action a {
  margin: 20px 0 0;
}
.layui-form-label span {
  color: #eb3a3a;
}

/* 会员中心 */
.uWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.uHeader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.uHeader .user-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
}
.uHeader .user-top .logo img {
  width: 160px;
}
.uHeader .user-top .user-news {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin: 0 0 0 80px;
}
.uHeader .user-top .user-news p {
  color: #000;
}
.uHeader .user-top .user-news p.tip,
.uHeader .user-top .user-news p.date {
  white-space: nowrap;
}
.uHeader .user-top .swiper-container {
  height: 65px;
  margin: 0 0 0 10px;
}
.uHeader .user-top .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
}
.uHeader .user-top .swiper-container .swiper-slide p.title {
  margin: 0 40px 0 0;
}
.uHeader .user-top .swiper-container .swiper-slide p {
  color: red;
}
.uHeader .user-top .login {
  display: flex;
  align-items: center;
  justify-content: end;
  white-space: nowrap;
  margin: 0 8px 0 0;
}
.uHeader .user-top .login span {
  color: #8acb00;
  margin: 0 10px;
}
.uHeader .user-top .login .nickname {
  color: #8acb00;
  white-space: normal;
  line-height: 1.4;
  font-size: 14px;
}
.mobile-mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.uMian {
  margin: 65px 0 0;
  flex: 1;
  background: #eef4f4;
}
.user-main {
  display: flex;
  margin: 20px auto 20px;
}
.user-main .member-left {
  background-color: #fff;
  box-shadow: 0 3px 10px 7px rgba(80, 80, 80, 0.1);
  border-radius: 6px;
  margin: 0 24px 0 0;
  height: 100vh;
  position: fixed;
  left: -240px;
  top: 0;
  width: 240px;
  transition: all 0.6s ease 0s;
  z-index: 10001;
}
.user-main .member-right {
  flex: 1 1 240px;
  padding: 20px 15px;
  background: #f7fbfc;
  box-shadow: 0 3px 10px 7px rgba(80, 80, 80, 0.1);
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
}
.member-menu .tt {
  display: flex;
  align-items: center;
  height: 48px;
  background-color: #63ad7c;
  color: #fff;
}
.member-menu .tt a {
  flex: 1;
  color: #fff;
}
.member-menu .icon,
.member-menu .item .icon {
  flex: 0 0 80px;
  display: flex;
  justify-content: center;
  font-size: 30px;
}
.member-menu .list .item {
  display: flex;
  align-items: center;
  height: 48px;
  color: #a5a5a5;
  padding: 0 20px 0 0;
}
.member-menu .list .item .title {
  flex: 1;
}
.member-menu .list .item .more {
  font-size: 24px;
  color: #ccdddd;
}
.member-menu .list ul {
  /* display: none; */
}
.member-right .user-info .mt {
  display: flex;
  align-items: baseline;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3e0e3;
}
.member-right .user-info .mt p {
  font-size: 18px;
  color: #333;
}
.member-right .user-info .mt span {
  margin-left: 10px;
  color: #999;
}
.member-right .user-info .mt span a {
  color: #999;
}
.member-right .user-info .mc {
  margin-top: 30px;
}
.member-right .user-info .mc .bank p {
  line-height: 1.8;
  font-size: 14px;
}
.member-right .user-info .mc .bank .pic{
  display: flex;
  justify-content: center;
}
.member-right .user-info .mc img.bank{
  margin: 20px 0 0;
  width: 200px;
}
.member-right .user-info label {
  color: #333;
}
.member-right .user-info label span {
  color: red;
}
.member-right .user-info .layui-form.column .layui-form-item{
  display: flex;
  flex-direction: column;
}
.member-right .user-info .layui-form.column .layui-form-item .layui-form-label{
  padding-left: 0;
  text-align: left;
}
.member-right .user-info .layui-form.column .layui-form-item .layui-input-block{
  margin-left: 0;
}
.member-right .user-info .layui-form.column .layui-form-item .submit{
  display: flex;
  justify-content: center;
}
.member-right .information {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.member-right .information .submit {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}
.member-right .information .row {
  display: flex;
  align-items: center;
  height: 58px;
  margin-bottom: 4px;
}
.member-right .information .row .title {
  flex: 0 0 100px;
  padding-left: 10px;
  background: #63ad7c;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1.4;
}
.member-right .information .row .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  flex: 1;
  padding-left: 20px;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
}
.member-right .information .row .info img {
  max-width: 100%;
  max-height: 100%;
}
.member-right .information .layui-form-item{
  display: flex;
  flex-direction: column;
}
.member-right .information .layui-form-item .layui-form-label{
  text-align: left;
  padding-left: 0;
  width: auto;
}
.member-right .information .layui-form-item .layui-input-block{
  margin-left: 0;
}
.member-right .information .layui-form-item .layui-input-block.city{
  display: flex;
}
.member-right .information .layui-form-item .layui-input-inline{
  margin-left: 0;
}
.member-right .information .layui-form-item .layui-input-inline .business_image{
  max-width: 100%;
}

/* 证书 */
.user_certificate_detail .con-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user_certificate_detail .detail {
  width: 700px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.user_certificate_detail .download {
  display: flex;
  justify-content: center;
}
.user_certificate_detail .user_certificate_bg {
  width: 100%;
}
.user_certificate_detail .con {
  position: absolute;
  width: 100%;
  height: calc(100% - 20px);
  left: 0;
  top: 0;
  padding: 40px 60px;
  box-sizing: border-box;
}
.user_certificate_detail .con .logo img {
  max-width: 100%;
}
.user_certificate_detail .con .member_no {
  margin-top: 159px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.user_certificate_detail .con .text {
  margin: 0 20px;
  color: #010101;
  font-weight: bold;
  font-size: 12px;
}
.user_certificate_detail .con .info-box {
  display: flex;
}
.user_certificate_detail .con .avatar {
  width: 70px;
  height: 90px;
  overflow: hidden;
  margin-right: 20px;
  margin-left: 50px;
}
.user_certificate_detail .con .avatar img {
  max-width: 100%;
}
.user_certificate_detail .con .infos .info-top {
  display: flex;
}
.user_certificate_detail .con .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}
.user_certificate_detail .con .info .row {
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
}
.user_certificate_detail .con .info .row.column{
  flex-direction: column;
  align-items: flex-start;
}
.user_certificate_detail .con .info .row .label {
  width: 65px;
  white-space: nowrap;
  color: #000000;
}
.user_certificate_detail .con .qrcode_title {
  margin: 5px 0;
}
.user_certificate_detail .con .presenter-box {
  position: absolute;
  left: 100px;
  bottom: 95px;
  width: 90px;
  transform: rotate(209deg);
}
.user_certificate_detail .con .presenter-box img{
  max-width: 100%;
}
/* 证书end */
.mobileFixed {
}
.mobileFixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3e929e;
  color: #fff;
  box-shadow: 0px 5px 12px 1px rgba(210, 210, 210, 0.75);
}
/* 底部波纹 */
.footerWave-box {
  position: relative;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  height: 80px;
}
.footerWave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 80px;
}
.footerWave > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footerWave .wave-g > use {
  animation: move-forever 12s linear infinite;
}
.footerWave .wave-g > use:nth-child(1) {
  animation-delay: -2s;
  opacity: 0.5;
}
.footerWave .wave-g > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
  opacity: 0.7;
}
.footerWave .wave-g > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 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 {
}
.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: #3e929e;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
