@charset "UTF-8";
.occupation-nav,
.public-title,
.admin-list,
.data-list .item,
.public-screen-choose,
.finance-list .item,
.investor-box .investor-content .list,
.news-recommend,
.product-level-list .item,
.product-index-list .item,
.share-list .item,
.notice-list .item,
.result-filtbox,
.result-list li,
.result-list-news .item {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .crumbs-channel {
    margin-top: 1.2rem;
  }
}
.public-title {
  width: 100%;
}
.public-title .title {
  font-size: 2.3em;
  line-height: 1.19;
  color: #25572A;
}

@media (max-width: 991.98px) {
  .public-title {
    width: 100%;
  }
  .public-title .title {
    font-size: 0.52rem;
    line-height: 0.64rem;
  }
}
.public-screen-choose {
  position: relative;
  z-index: 21;
}

.public-banner {
  width: 100%;
  height: 32.5em;
  position: relative;
  overflow: hidden;
}
.public-banner .bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.public-banner .sm-inner {
  height: 100%;
}
.public-banner .public-ban-paging {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.public-banner .public-ban-paging .tit {
  font-size: 2.8em;
  line-height: 1.19;
  color: #fff;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.public-banner .public-ban-paging .doc {
  width: 47.26%;
  width: 51.26%;
  font-size: 1.5em;
  line-height: 1.2;
  color: #fff;
  margin-top: 0.06em;
}
.public-banner .link {
  position: absolute;
  bottom: 5em;
}
.public-banner .link .list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 -1.1em;
}
.public-banner .link li {
  padding: 0 1.1em;
}
.public-banner .link li a {
  width: auto;
  height: 1.3em !important;
  -webkit-transition: 0s !important;
  transition: 0s !important;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.public-banner .link li a img {
  width: 100%;
  height: 100%;
}

@media (min-width: 991.98px) {
  .public-banner .link li a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 991.98px) {
  .public-banner {
    width: 100%;
    height: 5.4rem;
    position: relative;
    overflow: hidden;
  }
  .public-banner .public-ban-paging {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .public-banner .public-ban-paging .tit {
    font-size: 0.48rem;
    line-height: 1.19;
  }
  .public-banner .public-ban-paging .doc {
    width: 60%;
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #fff;
    margin-top: 0.22rem;
  }
  .public-banner .link {
    position: absolute;
    bottom: 0.5rem;
  }
  .public-banner .link .list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 -0.15rem;
  }
  .public-banner .link li {
    padding: 0 0.15rem;
  }
  .public-banner .link li a {
    width: auto;
    height: 0.4rem !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.main-box {
  padding: 5em 0 1em;
}

@media (max-width: 991.98px) {
  .main-box {
    padding: 1.2rem 0 0.5rem;
  }
}
.news-recommend {
  margin-bottom: 4.5em;
}
.news-recommend .news-recommend-box {
  border-radius: 0 16px 16px 0;
  background: #25572A;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: initial;
          align-items: initial;
  border-radius: 16px;
}
.news-recommend .images {
  -webkit-flex: 0 0 65.31%;
          flex: 0 0 65.31%;
  max-width: 836px;
}
.news-recommend .imgs {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 56.22% 0 0;
  border-radius: 16px 0 0 16px;
}
.news-recommend .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.news-recommend .desc {
  -webkit-flex: 1;
          flex: 1;
  height: 100%;
  color: #fff;
  background: #25572A;
  padding: 4em 2em 4.1em;
  border-radius: 0 16px 16px 0;
}
.news-recommend .desc .type {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 1.11em;
}
.news-recommend .desc .tit {
  font-size: 1.4em;
  line-height: 1.2;
}
.news-recommend .desc .time {
  font-size: 0.8em;
  line-height: 2;
}

@media (min-width: 992px) {
  .news-recommend .news-recommend-box {
    height: 23.5rem;
  }
  .news-recommend .images {
    height: 100%;
    position: relative;
  }
  .news-recommend .imgs {
    max-height: 100%;
  }
  .news-recommend .desc-box {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .news-recommend {
    margin-bottom: 1.2rem;
  }
  .news-recommend .news-recommend-box {
    display: block;
    border-radius: 0.2rem;
  }
  .news-recommend .images {
    -webkit-flex: 0;
            flex: 0;
    max-width: none;
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .news-recommend .imgs {
    position: relative;
    overflow: hidden;
    padding-top: 55.95%;
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .news-recommend .desc {
    -webkit-flex: 1;
            flex: 1;
    height: 100%;
    color: #fff;
    background: #25572A;
    padding: 0.4rem 0.5rem;
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .news-recommend .desc .type {
    font-size: 0.26rem;
    line-height: 0.32rem;
    height: auto;
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    margin-bottom: 0.14rem;
  }
  .news-recommend .desc .tit {
    font-size: 0.36rem;
    line-height: 0.44rem;
    margin-bottom: 0.14rem;
  }
  .news-recommend .desc .time {
    font-size: 0.28rem;
    line-height: 0.34rem;
  }
}
.news-screen-swiper {
  margin-top: 1.7em;
  margin-bottom: 3.25em;
}
.news-screen-swiper .swiper-slide {
  width: auto;
}
.news-screen-swiper .swiper-slide.active .box {
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #25572A;
  border-radius: 25px;
  border: 1px solid #25572A;
}
.news-screen-swiper .box {
  width: 100%;
  height: 100%;
  color: #25572A;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #E9E9E9;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 0.8em;
  padding: 0.875em 1.5em;
}

.p-newslist .public-title {
  width: 72.03%;
}

@media (min-width: 991.98px) {
  .news-screen-swiper .swiper-wrapper {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -8px 0;
  }
  .news-screen-swiper .swiper-slide {
    padding: 8px 0;
  }
}
@media (max-width: 991.98px) {
  .p-newslist .public-title {
    width: 100%;
  }
  .news-screen-swiper {
    position: relative;
    margin-bottom: 0.8rem;
  }
  .news-screen-swiper::before {
    position: absolute;
    content: "";
    top: 0;
    right: -0.54rem;
    width: 0.74rem;
    height: 100%;
    background: -webkit-linear-gradient(right, #FFF 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #FFF 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
  }
  .news-screen-swiper .swiper-slide {
    width: auto;
  }
  .news-screen-swiper .swiper-slide.active .box {
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background: #25572A;
    border-radius: 25px;
    border: 1px solid #25572A;
  }
  .news-screen-swiper .box {
    font-size: 0.24rem;
    padding: 0.2rem 0.3rem;
    -webkit-transition: 0s !important;
    transition: 0s !important;
  }
}
.news-list .list {
  margin: 0 -1em;
  min-height: 20em;
}
.news-list .item {
  padding: 0 1em;
  margin-bottom: 2em;
}
.news-list .item:nth-last-child(1), .news-list .item:nth-last-child(2), .news-list .item:nth-last-child(3) {
  margin-bottom: 0;
}
.news-list .box {
  display: block;
}
.news-list .imgs {
  padding: 63.75% 0 0;
  border-radius: 16px 16px 0 0;
  position: relative;
  overflow: hidden;
}
.news-list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.news-list .bd {
  padding: 1.2em 1.5em 1.4em;
  border-radius: 0px 0px 16px 16px;
  background: #F7F7F7;
}
.news-list .type {
  font-size: 0.7em;
  line-height: 1.28;
  height: 2.28em;
  color: #25572A;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  margin-bottom: 0.2857em;
}
.news-list .tit {
  font-size: 1em;
  margin-top: 25px;
  line-height: 1.5;
  color: #111;
  height: 6em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.news-list .time {
  font-size: 0.8em;
  line-height: 1;
  color: #666;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  margin-top: 2.875em;
}

@media (max-width: 991.98px) {
  .news-list .list {
    margin: 0;
    min-height: 6rem;
  }
  .news-list .item {
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .news-list .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .news-list .item:nth-last-child(2), .news-list .item:nth-last-child(3) {
    margin-bottom: 0.5rem;
  }
  .news-list .box {
    display: block;
  }
  .news-list .imgs {
    padding: 63.75% 0 0;
    border-radius: 16px 16px 0 0;
    position: relative;
    overflow: hidden;
  }
  .news-list img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  }
  .news-list .bd {
    padding: 0.4rem 0.5rem;
    border-radius: 0px 0px 16px 16px;
    background: #F7F7F7;
  }
  .news-list .type {
    font-size: 0.26rem;
    line-height: 0.32rem;
    color: #25572A;
    margin-bottom: 0.14rem;
    height: auto;
  }
  .news-list .tit {
    font-size: 0.36rem;
    line-height: 0.44rem;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .news-list .time {
    font-size: 0.28rem;
    line-height: 0.34rem;
    font-family: "HarmonyOS_Sans_Regular", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    margin-top: 0.14rem;
  }
}
.p-newsdel .main-box {
  padding-top: 4.25em;
}
.p-newsdel .header {
  border-bottom: 1px solid #E9E9E9;
}

.newsdel-content-box {
  padding: 0 7em;
}

.newsdel-top {
  padding-bottom: 1.85em;
  border-bottom: 1px solid #E9E9E9;
}
.newsdel-top .sm-title {
  font-size: 0.8em;
  line-height: 1;
  color: #25572A;
  margin-bottom: 1.875em;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.newsdel-top .title {
  font-size: 2em;
  line-height: 1.35;
  color: #25572A;
}
.newsdel-top .time {
  font-size: 0.8em;
  line-height: 2;
  color: #111;
  margin-top: 1em;
}

.newsdel-content {
  min-height: 500px;
  padding: 2em 0 1.6em;
  border-bottom: 1px solid #E9E9E9;
}

.newsdel-content-add .rocket-content__inner {
  max-width: none;
}
.newsdel-content-add .rocket-classical-text p {
  margin-bottom: 1.75em;
}
.newsdel-content-add .rocket-classical-text p:last-child {
  margin-bottom: 0;
}
.newsdel-content-add .rocket-block-text p {
  margin-bottom: 1.75em;
}
.newsdel-content-add .rocket-block-text p:last-child {
  margin-bottom: 0;
}
.newsdel-content-add .rocket-classical-text img {
  margin: 1.75em 0 2em;
}

@media (max-width: 991.98px) {
  .newsdel-content-add .rocket-content__inner {
    max-width: none;
    padding: 0;
  }
  .newsdel-content-add .rocket-classical-text p {
    margin-bottom: 0.52rem;
  }
  .newsdel-content-add .rocket-classical-text p:last-child {
    margin-bottom: 0;
  }
  .newsdel-content-add .rocket-block-text p {
    margin-bottom: 0.52rem;
  }
  .newsdel-content-add .rocket-block-text p:last-child {
    margin-bottom: 0;
  }
  .newsdel-content-add .rocket-classical-text img {
    margin: 0.52rem 0;
  }
}
@media (max-width: 991.98px) {
  .p-newsdel .main-box {
    padding-top: 1rem;
    padding-bottom: 0.52rem;
  }
  .p-newsdel .crumbs-channel {
    margin-top: 1rem;
  }
  .p-newsdel .header {
    border-bottom: 0;
  }
  .newsdel-content-box {
    padding: 0;
  }
  .newsdel-top {
    padding-bottom: 1.85em;
    border-bottom: 1px solid #E9E9E9;
  }
  .newsdel-top .sm-title {
    font-size: 0.36rem;
    line-height: 1;
    color: #25572A;
    margin-bottom: 0.44rem;
  }
  .newsdel-top .title {
    font-size: 0.46rem;
    line-height: 0.64rem;
  }
  .newsdel-top .time {
    font-size: 0.28rem;
    line-height: 0.34rem;
    color: #111;
    margin-top: 0.4rem;
  }
  .newsdel-content {
    padding: 0.72rem 0 0;
    border-bottom: 1px solid transparent;
  }
  .newsdel-content .newsdel-editor {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .newsdel-content .newsdel-editor p {
    margin-bottom: 0.46rem;
  }
  .newsdel-content .newsdel-editor p:last-child {
    margin-bottom: 0;
  }
  .newsdel-content img {
    display: block;
    margin: 0.56rem auto 0.56rem;
    object-fit: cover;
    max-width: 100%;
    height: auto !important;
  }
}
.share-list {
  margin: 0 -0.675em;
  margin-top: 1.75em;
  min-height: 18.25em;
}
.share-list .item {
  padding: 0 0.675em;
  margin-bottom: 1.5em;
}
.share-list .item:nth-last-child(1), .share-list .item:nth-last-child(2), .share-list .item:nth-last-child(3), .share-list .item:nth-last-child(4) {
  margin-bottom: 0;
}
.share-list .box {
  width: 100%;
  height: 100%;
  display: block;
  padding: 2.6em 0 2.4em;
  max-height: 365px;
  border-radius: 16px;
  background: #F7F7F7;
}
.share-list .imgs {
  position: relative;
  overflow: hidden;
  width: 26.66%;
  margin: 0 auto;
  padding: 26.66% 0 0;
}
.share-list .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: contain;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.share-list .bd {
  text-align: center;
  padding: 1.35em 1.5em 0em;
}
.share-list .tit {
  font-size: 1.5em;
  line-height: 1.2;
  color: #111;
  margin-bottom: 0.5em;
  height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.share-list .time {
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 2.3125em;
  color: #25572A;
}
.share-list .download {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.share-list .download .txt {
  font-size: 0.8em;
  line-height: 2;
  color: #999;
}
.share-list .download .icon {
  margin-left: 0.5em;
}
.share-list .download .icon img {
  width: 0.65em;
  height: 0.65em;
  display: none;
  margin-top: -0.1em;
}
.share-list .download .icon::after {
  content: "";
  width: 0.65em;
  height: 0.65em;
  display: block;
  margin: -0.1em 0 0;
  background: url("/img/common/down2.svg") no-repeat center center;
  background-size: contain;
}

@media (min-width: 991.98px) and (max-width: 1700px) {
  .share-list .bd {
    padding: 1.35em 1em 0em;
  }
  .share-list .tit {
    font-size: 1.3em;
  }
}
@media (min-width: 991.98px) and (max-width: 1200px) {
  .share-list .bd {
    padding: 1.35em 0.8em 0em;
  }
  .share-list .tit {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .share-list .box:hover .download .txt {
    color: #25572A;
  }
  .share-list .box:hover .download .icon::after {
    background-image: url("/img/common/down2-green.svg");
  }
}
@media (max-width: 991.98px) {
  .p-share .public-title .title {
    white-space: nowrap;
  }
  .share-list {
    margin: 0em;
    margin-top: 0.6rem;
    min-height: 10rem;
  }
  .share-list .item {
    padding: 0em;
    margin-bottom: 0.48rem;
  }
  .share-list .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .share-list .item:nth-last-child(2), .share-list .item:nth-last-child(3), .share-list .item:nth-last-child(4) {
    margin-bottom: 0.48rem;
  }
  .share-list .box {
    padding: 0.8rem 0 0.75rem;
    max-height: none;
    border-radius: 0.2rem;
  }
  .share-list .imgs {
    position: relative;
    overflow: hidden;
    width: 18.1%;
    margin: 0 auto;
    padding: 18.1% 0 0;
  }
  .share-list .bd {
    text-align: center;
    padding: 0.48rem 0.3rem 0em;
  }
  .share-list .tit {
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #111;
    margin-bottom: 0em;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .share-list .time {
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    font-size: 0.3rem;
    line-height: 0.52rem;
    margin-bottom: 0.29rem;
  }
  .share-list .download {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .share-list .download .txt {
    font-size: 0.3rem;
    line-height: 0.36rem;
  }
  .share-list .download .icon {
    margin-left: 0.3rem;
  }
  .share-list .download .icon::after {
    width: 0.28rem;
    height: 0.28rem;
  }
  .share-list .download .icon img {
    width: 100%;
    height: 100%;
    display: block;
    width: 0.28rem;
    height: 0.28rem;
  }
}
.p-finance .finance-choose {
  margin-top: 1.8em;
}
.p-finance .byted-select-input {
  font-size: 0.8em;
  background: #F7F7F7;
}

.finance-choose {
  display: -webkit-flex;
  display: flex;
}
.finance-choose .public-screen-pull-down {
  width: 28.15%;
}

.finance-choose-search {
  width: 10.9375%;
  margin-left: 0.8em;
}
.finance-choose-search .box {
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #25572A;
  border-radius: 25px;
  border: 1px solid #25572A;
}

.finance-list {
  margin-top: 2.5em;
  min-height: 20em;
}
.finance-list .list {
  margin: 0 -0.6em;
}
.finance-list .item {
  padding: 0 0.6em;
  margin-bottom: 2em;
}
.finance-list .item:nth-last-child(1), .finance-list .item:nth-last-child(2), .finance-list .item:nth-last-child(3), .finance-list .item:nth-last-child(4) {
  margin-bottom: 0;
}
.finance-list .box {
  width: 100%;
  height: 100%;
  display: block;
}
.finance-list .imgs {
  padding-top: 141.6%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.finance-list .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.finance-list .bd {
  text-align: center;
  padding: 0.8em 1em 0;
}
.finance-list .bd .tit {
  margin-bottom: 0.4em;
  border: 16px;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-family: "HarmonyOS_Sans_Regular", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}
.finance-list .bd .time {
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1;
  color: #25572A;
}

@media (max-width: 991.98px) {
  .p-finance .finance-choose {
    margin-top: 0.6rem;
  }
  .finance-choose {
    display: block;
  }
  .finance-choose .public-screen-pull-down {
    width: 100%;
  }
  .finance-choose-search {
    width: 100%;
    margin-left: 0em;
    margin-top: 0.24rem;
  }
  .finance-choose-search .box {
    height: 0.96rem;
    font-size: 0.32rem;
  }
  .finance-list {
    margin-top: 1.2rem;
    min-height: 6rem;
  }
  .finance-list .list {
    margin: 0em;
  }
  .finance-list .item {
    padding: 0em;
    margin-bottom: 0.4rem;
  }
  .finance-list .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .finance-list .item:nth-last-child(2), .finance-list .item:nth-last-child(3), .finance-list .item:nth-last-child(4) {
    margin-bottom: 0.6rem;
  }
  .finance-list .box {
    width: 100%;
    height: 100%;
    display: block;
  }
  .finance-list .imgs {
    padding-top: 141.6%;
    border-radius: 16px;
  }
  .finance-list .bd {
    text-align: center;
    padding: 0.48rem 0.34rem 0;
  }
  .finance-list .bd .tit {
    margin-bottom: 0m;
    border: 16px;
    font-size: 0.48rem;
    line-height: 0.72rem;
    font-family: "HarmonyOS_Sans_Regular", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .finance-list .bd .time {
    font-size: 0.3rem;
    line-height: 0.52rem;
  }
}
.product-index-list {
  margin: 1.5em 0 0;
  min-height: 30em;
}
.product-index-list .item {
  margin-bottom: 1.5em;
}
.product-index-list .item:last-child {
  margin-bottom: 0;
}
.product-index-list .box {
  padding: 0.5em 2.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 16px;
  background: #F7F7F7;
}
.product-index-list .images {
  -webkit-flex: 0 0 19em;
          flex: 0 0 19em;
  max-width: 380px;
}
.product-index-list .images .imgs {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.product-index-list .images .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.product-index-list .desc {
  padding: 0 0 0 1.5em;
}
.product-index-list .tit {
  font-size: 1.8em;
  height: 1.3em;
  line-height: 1.3;
  margin-bottom: 0.277em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.product-index-list .tit a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-index-list .doc {
  font-size: 1em;
  line-height: 1.6;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 1.6em;
}
.product-index-list .type-list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 3.75em;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1;
  color: #25572A;
}
.product-index-list .type-item {
  position: relative;
  font-size: 0.8em;
  line-height: 1.35;
  padding: 0 0.875em;
  color: #25572A;
  white-space: nowrap;
}
.product-index-list .type-item::before {
  position: absolute;
  content: "/";
  right: 0;
  top: 50%;
  font-size: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-index-list .type-item:last-child::before {
  display: none;
}
.product-index-list .btn-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: left !important;
          justify-content: left !important;
}
.product-index-list .btn-box .btn-box1 {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 0.8em;
  line-height: 1;
}
.product-index-list .prd-btn {
  position: relative;
  margin-right: 1em;
  width: 100%;
  height: 100%;
  color: #25572A;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #E9E9E9;
  width: 7em;
  height: 2.5em;
}
.product-index-list .btn-now {
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #25572A;
  border-radius: 25px;
  border: 1px solid #25572A;
  width: 7em;
  height: 2.5em;
}

@media (min-width: 991.98px) {
  .btn-box {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .btn-box .btn-box1 {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    font-size: 0.8em;
    line-height: 1;
  }
  .btn-now {
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background: #25572A;
    border-radius: 25px;
    border: 1px solid #25572A;
    width: 7em;
    height: 2.5em;
  }
}
@media (max-width: 991.98px) {
  .product-index-list {
    margin: 0.3rem 0 0;
    min-height: 6rem;
  }
  .product-index-list .item {
    margin-bottom: 0.48rem;
  }
  .product-index-list .item:last-child {
    margin-bottom: 0;
  }
  .product-index-list .box {
    padding: 0.6rem 0.76rem 0.6rem 0.78rem;
    display: block;
    border-radius: 0.32rem;
    background: #F7F7F7;
  }
  .product-index-list .images {
    max-width: 100%;
    margin: 0 auto;
  }
  .product-index-list .desc {
    padding: 0;
  }
  .product-index-list .tit {
    font-size: 0.48rem;
    line-height: 1;
    padding-top: 0.56rem;
    margin-bottom: 0.16rem;
    height: auto;
    -webkit-line-clamp: initial;
    text-align: center;
    color: #25572A;
    line-height: 0.58rem;
  }
  .product-index-list .doc {
    font-size: 0.32rem;
    line-height: 0.44rem;
    height: auto;
    -webkit-line-clamp: initial;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .product-index-list .type-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 0.46rem;
  }
  .product-index-list .type-item {
    position: relative;
    font-size: 0.32rem;
    line-height: 0.44rem;
    padding: 0 0.17rem;
  }
  .product-index-list .type-item::before {
    right: -0.08rem;
    font-size: 0.32rem;
  }
  .product-index-list .btn-box {
    display: block;
  }
  .product-index-list .btn-box .btn-box {
    font-size: 0.32rem;
    line-height: 1;
  }
  .product-index-list .prd-btn {
    margin-right: 1em;
    width: 100%;
    height: 100%;
    color: #25572A;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #E9E9E9;
    height: 0.96rem;
    margin-bottom: 0.2rem;
  }
  .product-index-list .prd-btn:last-child {
    margin-bottom: 0;
  }
  .product-index-list .btn-now {
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background: #25572A;
    border-radius: 25px;
    border: 1px solid #25572A;
    height: 0.96rem;
  }
  .product-index-list .btn-box .btn-box1 {
    font-size: 0.32rem;
  }
  .product-index-list .btn-more {
    border: 0;
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
  }
}
.product-level-list {
  margin: 1.5em -0.75em -1.5em;
  min-height: 26em;
}
.product-level-list .item {
  padding: 0 0.75em 1.5em;
  position: relative;
}
.product-level-list .box {
  padding: 1.5em 2.5em 3.65em;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  background: #F7F7F7;
}
.product-level-list .images .imgs {
  width: 47.61%;
  padding-top: 47.61%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.product-level-list .images .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.product-level-list .desc {
  padding: 1em 0 0 0em;
  text-align: center;
}
.product-level-list .tit {
  height: 1.3em;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 0.266em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #25572A;
}
.product-level-list .doc {
  font-size: 1em;
  line-height: 1.5;
  color: #111;
  margin-bottom: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.product-level-list .btn-box {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.product-level-list .btn-box .btn-box {
  font-size: 0.8em;
  line-height: 1;
}
.product-level-list .prd-btn {
  margin-right: 1em;
  width: 100%;
  height: 100%;
  color: #25572A;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #E9E9E9;
  width: 7em;
  height: 2.5em;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.product-level-list .btn-now {
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #25572A;
  border-radius: 25px;
  border: 1px solid #25572A;
  width: 7em;
  height: 2.5em;
}

@media (max-width: 991.98px) {
  .product-level-list {
    margin: 0.64rem 0 0;
    min-height: 10rem;
  }
  .product-level-list .prd-btn-pop {
    left: -0.76rem;
    width: -webkit-calc(100% + 1.54rem);
    width: calc(100% + 1.54rem);
  }
  .product-level-list .item {
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .product-level-list .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .product-level-list .item:nth-last-child(2) {
    margin-bottom: 0.5rem;
  }
  .product-level-list .box {
    padding: 0.6rem 0.76rem 0.6rem;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    background: #F7F7F7;
  }
  .product-level-list .images .imgs {
    width: 100%;
    padding-top: 100%;
    max-width: 5rem;
  }
  .product-level-list .desc {
    padding: 0.6rem 0 0 0em;
  }
  .product-level-list .tit {
    height: 0.52rem;
    font-size: 0.48rem;
    line-height: 0.48rem;
    margin-bottom: 0.22rem;
  }
  .product-level-list .doc {
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: #111;
    margin-bottom: 0.46rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .product-level-list .btn-box {
    display: block;
  }
  .product-level-list .btn-box .btn-box {
    font-size: 0.32rem;
    line-height: 1;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .product-level-list .prd-btn {
    margin-right: 1em;
    width: 100%;
    height: 100%;
    color: #25572A;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #E9E9E9;
    height: 0.96rem;
    margin-bottom: 0.2rem;
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
  }
  .product-level-list .prd-btn:last-child {
    margin-bottom: 0;
  }
  .product-level-list .btn-now {
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background: #25572A;
    border-radius: 25px;
    border: 1px solid #25572A;
    height: 0.96rem;
  }
  .product-level-list .btn-more {
    border: 0;
  }
  .product-level-list .btn-more .btn-box1 {
    font-size: 0.32rem;
  }
}
.p-investor .main-box {
  padding: 0;
}

.investor-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5em 0 1em;
  overflow: hidden;
}
.investor-box .bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.investor-box .public-title {
  margin-bottom: 1.5em;
}
.investor-box .investor-content .list {
  width: 53.125%;
  padding: 4.5em 6.25em 5.5em 4.5em;
  border-radius: 16px;
  background: #FFF;
}
.investor-box .investor-content .item {
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.investor-box .investor-content .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.investor-box .investor-content .item:last-child::before {
  display: none;
}
.investor-box .investor-content .item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 64.51%;
  height: 1px;
  background: #E9E9E9;
}
.investor-box .investor-content .item .tit {
  font-size: 1.5em;
  line-height: 1.2;
  color: #25572A;
  margin-bottom: 0.533em;
}
.investor-box .investor-content .item .doc {
  font-size: 1em;
  line-height: 1.6;
  color: #111;
}
.investor-box .crumbs-channel {
  margin-top: 7.65em;
}
.investor-box .crumbs-channel .item::before {
  color: #fff;
}
.investor-box .crumbs-channel .item .box {
  color: #fff;
}

@media (max-width: 991.98px) {
  .investor-box {
    position: relative;
    padding: 1.2rem 0 0.5rem;
  }
  .investor-box .public-title {
    margin-bottom: 4.8rem;
  }
  .investor-box .investor-content .list {
    width: 100%;
    padding: 0.5rem 0.5rem 0.4rem;
    border-radius: 0.32rem;
  }
  .investor-box .investor-content .item {
    position: relative;
    padding-bottom: 0.34rem;
    margin-bottom: 0.5rem;
  }
  .investor-box .investor-content .item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #E9E9E9;
  }
  .investor-box .investor-content .item .tit {
    font-size: 0.4rem;
    line-height: 0.72rem;
    margin-bottom: 0.08rem;
  }
  .investor-box .investor-content .item .doc {
    font-size: 0.3rem;
    line-height: 0.52rem;
  }
  .investor-box .crumbs-channel {
    margin-top: 1.2rem;
  }
}
.data-list {
  margin: -1em;
  margin-top: 0.26em;
  min-height: 10em;
}
.data-list .item {
  padding: 1em;
}
.data-list .box {
  height: 100%;
  padding: 2.5em 2.5em 1.8em;
  border-radius: 8px;
  background: #F7F7F7;
}
.data-list .imgs {
  width: 30%;
  padding-top: 30%;
  position: relative;
  overflow: hidden;
}
.data-list .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: contain;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.data-list .tit {
  height: 3.7em;
  font-size: 1.5em;
  line-height: 1.2;
  color: #25572A;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.566em;
}
.data-list .doc {
  height: 7.4em;
  font-size: 0.8em;
  line-height: 2;
  color: #111;
  margin-top: 2.375em;
  padding-top: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  border-top: 1px solid #E2E5E0;
}

@media (min-width: 991.98px) and (max-width: 1810px) {
  .data-list .box {
    padding: 2.5em 1.5em 1.8em;
  }
}
@media (min-width: 991.98px) and (max-width: 1500px) {
  .data-list .box {
    padding: 2.5em 1.5em 1.8em;
  }
  .data-list .tit {
    font-size: 1.25em;
  }
}
@media (min-width: 991.98px) and (max-width: 1200px) {
  .data-list .box {
    padding: 2.5em 1em 1.8em;
  }
  .data-list .tit {
    font-size: 1.25em;
  }
}
@media (max-width: 991.98px) {
  .data-list {
    margin: -0.25rem 0;
    margin-top: 0.35rem;
    min-height: 5rem;
  }
  .data-list .item {
    padding: 0.25rem 0;
  }
  .data-list .box {
    padding: 0.6rem 0.6rem 0.4rem;
    border-radius: 0.2rem;
  }
  .data-list .imgs {
    width: 22.64%;
    padding-top: 22.64%;
    position: relative;
    overflow: hidden;
  }
  .data-list .tit {
    height: auto;
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #25572A;
    height: auto;
    -webkit-line-clamp: initial;
    margin-top: 0.48rem;
  }
  .data-list .doc {
    height: auto;
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #111;
    margin-top: 0.36rem;
    padding-top: 0.48rem;
    height: auto;
    -webkit-line-clamp: initial;
  }
}
.admin-main-list .admin-main-item {
  margin-bottom: 4.5em;
}
.admin-main-list .admin-main-item:last-child {
  margin-bottom: 0;
}
.admin-main-list .public-title {
  margin-bottom: 1.3em;
}

.admin-list {
  margin: -0.75em;
}
.admin-list .item {
  padding: 0.75em;
}
.admin-list .box {
  width: 100%;
  height: 100%;
  display: block;
  padding: 2em 2em 3.5em;
  border-radius: 8px;
  background: #F7F7F7;
}
.admin-list .tit {
  font-size: 1.5em;
  line-height: 1.2;
  color: #25572A;
  margin-bottom: 0.6em;
}
.admin-list .doc {
  font-size: 0.8em;
  line-height: 2;
  color: #111;
}
.admin-list .doc p {
  position: relative;
  padding-left: 1em;
}
.admin-list .doc p::before {
  position: absolute;
  content: "";
  top: -webkit-calc((2.3em - 4px) / 2);
  top: calc((2.3em - 4px) / 2);
  left: 0;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.admin-governance-list {
  width: 100%;
}
.admin-governance-list .item {
  width: 100%;
}
.admin-governance-list .item:first-child .box {
  padding-top: 0;
}
.admin-governance-list .box {
  width: 100%;
  height: 100%;
  padding: 2em 0 2.15em;
  border-bottom: 1px solid #E9E9E9;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.admin-governance-list .tit {
  width: 78.125%;
  font-size: 1em;
  line-height: 1.5;
  color: #111;
}
.admin-governance-list .download {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.admin-governance-list .download .down {
  font-size: 0.8em;
  line-height: 2;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  color: #25572A;
}
.admin-governance-list .download .bi {
  width: 0.75em;
  height: 0.85em;
  margin: -0.1em 0 0 0.65em;
  background: url("/img/common/down1.svg") no-repeat center center;
  background-size: contain;
}
.admin-governance-list .download img {
  width: 0.75em;
  height: 0.85em;
  margin-left: 0.65em;
  margin-bottom: 0.25em;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .admin-main-list .admin-main-item {
    margin-bottom: 1.16rem;
  }
  .admin-main-list .public-title {
    margin-bottom: 0.6rem;
  }
  .admin-list {
    margin: 0em;
  }
  .admin-list .item {
    padding: 0em;
    margin-bottom: 0.48rem;
  }
  .admin-list .item:last-child {
    margin-bottom: 0;
  }
  .admin-list .box {
    padding: 0.68rem 0.5rem 0.6rem;
    border-radius: 0.2rem;
  }
  .admin-list .tit {
    font-size: 0.48rem;
    line-height: 0.72rem;
    margin-bottom: 0.24rem;
  }
  .admin-list .doc {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .admin-list .doc p {
    position: relative;
    padding-left: 0em;
    font-size: 0.3rem;
    line-height: 0.52rem;
  }
  .admin-list .doc p::before {
    display: none;
  }
  .admin-governance-list .item {
    margin-bottom: 0.5rem;
  }
  .admin-governance-list .item:last-child {
    margin-bottom: 0;
  }
  .admin-governance-list .item:first-child .box {
    padding-top: 0.68rem;
  }
  .admin-governance-list .box {
    display: block;
    padding: 0.8rem 0.6rem 0.75rem;
    border-radius: 0.2rem;
    background: #F7F7F7;
    border-bottom: 0;
  }
  .admin-governance-list .tit {
    width: 100%;
    font-size: 0.36rem;
    line-height: 1.22;
    margin-bottom: 0.6rem;
  }
  .admin-governance-list .download .down {
    font-size: 0.3rem;
    line-height: 0.36rem;
    font-family: "HarmonyOS_Sans_Regular", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .admin-governance-list .download img {
    width: 0.28rem;
    height: 0.28rem;
    margin-left: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .admin-governance-list .download .bi {
    width: 0.28rem;
    height: 0.28rem;
    margin: -0.1rem 0 0 0.3rem;
  }
}
.notice-choose {
  margin-top: 1.75em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  z-index: 30;
}
.notice-choose .left {
  width: 89.0625%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.notice-choose .public-screen-pull-down {
  width: 27.368%;
}
.notice-choose .notice-input {
  width: 41.052%;
}
.notice-choose .byted-select-input {
  background: #F7F7F7;
}
.notice-choose .notice-input {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 1.1em 0em 1.8em;
  background: #F7F7F7;
  border-radius: 2.5rem;
  border: 1px solid #E9E9E9;
}
.notice-choose .notice-input input {
  width: 90%;
  font-size: 0.8em;
  line-height: 2;
  color: #111;
  color: #111;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  background: transparent;
}
.notice-choose .notice-input .search1 {
  position: absolute;
  right: 1.1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.notice-list {
  margin-top: 1.7em;
  min-height: 10em;
}
.notice-list .box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 1.9em 0 2em 1.4em;
  border-bottom: 1px solid #e9e9e9;
}
.notice-list .time {
  -webkit-flex: none;
          flex: none;
  white-space: nowrap;
  width: 9.85rem;
  font-size: 0.8em;
  line-height: 1.875;
  line-height: 1;
  color: #25572A;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  margin-top: 0.5em;
}
.notice-list .tit {
  -webkit-flex: 1;
          flex: 1;
  font-size: 1em;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .p-notice .notice-choose {
    margin-top: 0.6rem;
  }
  .notice-choose {
    margin-top: 0.3rem;
  }
  .byted-select-input {
    padding: 0 0.4rem 0em 0.56rem;
  }
  .byted-select-arrow {
    right: 0.4rem;
  }
  .notice-choose {
    display: block;
  }
  .notice-choose .left {
    width: 100%;
    display: block;
  }
  .notice-choose .public-screen-pull-down {
    width: 100%;
    margin-bottom: 0.24rem;
  }
  .notice-choose .notice-input {
    width: 100%;
  }
  .notice-choose .byted-select-input {
    background: #F7F7F7;
  }
  .notice-choose .notice-input {
    position: relative;
    height: 0.9rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    padding: 0 0.4rem 0em 0.56rem;
    margin-bottom: 0.24rem;
    background: #F7F7F7;
    border-radius: 2.5rem;
    border: 1px solid #E9E9E9;
  }
  .notice-choose .notice-input input {
    width: 90%;
    font-size: 0.32rem;
    line-height: 2;
    color: #111;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    background: transparent;
  }
  .notice-choose .notice-input input::-webkit-input-placeholder {
    color: #111;
  }
  .notice-choose .notice-input input::placeholder {
    color: #111;
  }
  .notice-choose .notice-input .search1 {
    right: 0.4rem;
  }
  .notice-list {
    margin-top: 0.56rem;
    min-height: 6rem;
  }
  .notice-list .box {
    display: block;
    padding: 0.56rem 0.4rem 0.46rem;
  }
  .notice-list .time {
    width: 100%;
    font-size: 0.28rem;
    line-height: 1.21;
    color: #25572A;
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    margin-top: 0em;
    margin-bottom: 0.18rem;
  }
  .notice-list .tit {
    width: 100%;
    font-size: 0.36rem;
    line-height: 0.44rem;
  }
}
.occupation-choose .left {
  width: 87.89%;
}
.occupation-choose .left .public-screen-pull-down {
  width: 46.93%;
}
.occupation-choose .left .notice-input {
  width: 51.55%;
}

.occupation-nav {
  position: relative;
  height: 2.7em;
  margin-top: 3.5em;
  margin-bottom: 2.3em;
  background-color: #25572A;
  z-index: 20;
  z-index: 4;
}
.occupation-nav .occupation-nav-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.occupation-nav .sm-inner {
  height: 100%;
}
.occupation-nav .left {
  width: 80%;
}
.occupation-nav .byted-select-input {
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.occupation-nav .tit {
  font-size: 0.8em;
  line-height: 1.5;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  color: #fff;
}
.occupation-nav .occupation-nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 3.3em;
}
.occupation-nav .occupation-nav-btn .byted-select,
.occupation-nav .occupation-nav-btn .byted-select-wrapper,
.occupation-nav .occupation-nav-btn .public-screen-pull-down {
  height: 3.3em;
}
.occupation-nav .occupation-nav-btn .byted-select-input {
  height: 100%;
  color: #25572A;
  background: #F7F7F7;
  border-radius: 0px 0px 16px 16px;
  border: 1px solid #e9e9e9;
  white-space: nowrap;
}
.occupation-nav .occupation-nav-btn .byted-option-list li:hover {
  color: #111;
}

@media (min-width: 991.98px) {
  .byted-option-list li:hover {
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    color: #25572A !important;
  }
  .byted-option-list li:hover::before {
    background: #F2F4F2;
  }
}
@media (max-width: 991.98px) {
  .occupation-choose .left {
    width: 100%;
  }
  .occupation-choose .left .public-screen-pull-down {
    width: 100%;
  }
  .occupation-choose .left .notice-input {
    width: 100%;
  }
  .occupation-nav {
    position: relative;
    height: auto;
    padding: 0.5rem 0;
    margin-top: 0.8rem;
    margin-bottom: 0rem;
    z-index: 20;
  }
  .occupation-nav .occupation-nav-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .occupation-nav .sm-inner {
    height: 100%;
  }
  .occupation-nav .left {
    width: 100%;
  }
  .occupation-nav .tit {
    font-size: 0.3rem;
    line-height: 0.46rem;
    margin-bottom: 0.6rem;
  }
  .occupation-nav .occupation-nav-btn {
    position: relative;
    width: 45.87%;
    float: right;
    height: auto;
  }
  .occupation-nav .occupation-nav-btn .byted-select,
  .occupation-nav .occupation-nav-btn .byted-select-wrapper,
  .occupation-nav .occupation-nav-btn .public-screen-pull-down {
    height: auto;
  }
  .occupation-nav .occupation-nav-btn .byted-popover-wrapper {
    left: auto;
    right: 0;
    top: -webkit-calc(100% + 0.32rem);
    top: calc(100% + 0.32rem);
  }
  .occupation-nav .occupation-nav-btn .byted-select-input {
    height: 100%;
    background: transparent;
    border-radius: 0px;
    border: 0;
    color: #fff;
  }
  .occupation-nav .occupation-nav-btn .byted-option-list {
    height: auto;
    max-height: 4.8rem;
    padding-top: 0;
  }
  .occupation-nav .occupation-nav-btn .byted-option-list li {
    padding: 0.2rem 0.72rem;
  }
  .occupation-nav .occupation-nav-btn .byted-option-list li:hover {
    color: #111;
  }
  .occupation-nav .occupation-nav-btn .byted-select-input {
    padding: 0;
  }
  .occupation-nav .occupation-nav-btn .bi {
    color: #fff;
  }
  .occupation-nav .occupation-nav-btn .byted-select-arrow {
    right: 0;
    top: 40%;
  }
}
.p-occupation {
  overflow: visible;
}

.occupation-content-del-box {
  margin-top: 0em;
  display: -webkit-flex;
  display: flex;
  min-height: 10em;
}
.occupation-content-del-box .left {
  position: sticky;
  top: 4.5em;
  margin: 0;
  width: 32.03125%;
  height: -webkit-max-content;
  height: max-content;
}
.occupation-content-del-box .right {
  width: 67.96875%;
  padding-left: 1.4em;
}

.occupation-noval {
  display: none;
  width: 100%;
  padding: 3em 0 0;
}
.occupation-noval .title {
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.2;
  color: #25572A;
  text-align: center;
}

.p-occupationedl .occupation-content-del-box .right {
  width: 100%;
  padding-left: 0em;
}

.occupation-content-del .left {
  max-height: 100vh;
  overflow: hidden;
}

.occupation-list {
  height: 20em;
  height: 100vh;
  height: 100%;
  padding-right: 0.6em;
}
.occupation-list .mCSB_scrollTools {
  width: 4px;
  background: #f7f7f7;
}
.occupation-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #e2e2e2;
}
.occupation-list .box {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1.4em 1.5em 1.5em;
  border-radius: 4px;
  background: #F7F7F7;
}
.occupation-list .tit {
  font-size: 1em;
  line-height: 1.8;
  color: #25572A;
}
.occupation-list .location {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.75em;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #25572A;
  padding: 0.25em 0;
}
.occupation-list .icon {
  -webkit-flex: none;
          flex: none;
  width: 12px;
  height: 15px;
  object-fit: contain;
  margin: -webkit-calc((1.5em - 15px) * 0.5) 4px 0 0;
  margin: calc((1.5em - 15px) * 0.5) 4px 0 0;
}
.occupation-list .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}
.occupation-list .doc {
  font-size: 0.8em;
  line-height: 2;
  color: #666;
}
.occupation-list .item {
  margin-bottom: 0.4em;
}
.occupation-list .item:last-child {
  margin-bottom: 0;
}
.occupation-list .item.active .box {
  position: relative;
  background: #fff;
  border: 1px solid #e9e9e9;
}
.occupation-list .item.active .box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.4em;
  height: 100%;
  background: #25572A;
  border-radius: 8px 0 0 8px;
}
.occupation-list .item.active .tit {
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}

.occupation-content-box {
  width: 100%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #DBDBDB;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.occupationdel-top .title {
  font-size: 2em;
  line-height: 1.35;
  color: #25572A;
}
.occupationdel-top .location {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #999;
  margin-bottom: 1.1em;
}
.occupationdel-top .location .city {
  font-size: 0.8em;
  line-height: 2;
  margin-left: 0.375em;
  color: #25572A;
}
.occupationdel-top .location img {
  margin-bottom: 0.1em;
}
.occupationdel-top .more-box {
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #25572A;
  border-radius: 25px;
  border: 1px solid #25572A;
  width: 8.75em;
  height: 3em;
  font-size: 0.8em;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
.occupationdel-top .occupationdel-id {
  font-size: 0.7em;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  line-height: 2.28;
  color: #999;
  text-align: center;
}

.occupation-content {
  padding: 2em 0 0em;
  border-top: 0;
  border-bottom: 0;
}
.occupation-content .rocket-content__inner {
  max-width: 100%;
}

@media (min-width: 991.98px) {
  .occupationdel-top .title {
    text-align: center;
  }
  .occupationdel-top .more-box:hover {
    background: #318C4B;
    border-color: #318C4B;
  }
  .btn-more {
    position: relative;
    overflow: hidden;
  }
  .btn-more .btn-box1 {
    position: relative;
    color: #25572A;
    overflow: hidden;
    transform: all 0.5s;
    -webkit-transform: all 0.5s;
  }
  .btn-more .btn-box1:hover {
    color: #fff !important;
    background: #25572A;
  }
  .btn-more .btn-box1 span {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991.98px) {
  .p-occupation {
    overflow: initial;
  }
  .p-occupation .notice-choose {
    margin-top: 0.6rem;
  }
  .occupation-top {
    position: relative;
    z-index: 30;
  }
  .occupation-noval {
    width: 100%;
    padding: 3em 0 0;
  }
  .occupation-noval .title {
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    font-size: 0.52rem;
    line-height: 1.2;
    color: #25572A;
    text-align: center;
  }
  .occupation-content-del-box {
    margin-top: 0em;
    display: -webkit-flex;
    display: flex;
  }
  .occupation-content-del-box .left {
    position: relative;
    top: 0em;
    margin: 0;
    width: 100%;
    height: -webkit-max-content;
    height: max-content;
    max-height: none;
  }
  .occupation-content-del-box .right {
    width: 100%;
    padding-left: 0em;
  }
  .occupation-list {
    height: auto;
    padding-right: 0em;
  }
  .occupation-list .mCSB_scrollTools {
    display: none;
  }
  .occupation-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
  }
  .occupation-list .box {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.4rem 0.36rem 0.34rem;
    border-radius: 0px;
    background: transparent;
    border-bottom: 1px solid #D9D9D9;
  }
  .occupation-list .tit {
    font-size: 0.4rem;
    line-height: 0.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #25572A;
  }
  .occupation-list .location {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #25572A;
    margin-bottom: 0.22rem;
  }
  .occupation-list .icon {
    width: 0.24rem;
    height: 0.3rem;
    object-fit: contain;
    margin: 0.08rem 0.06rem 0 0;
  }
  .occupation-list .doc {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #666;
  }
  .occupation-list .item {
    margin-bottom: 0.4em;
  }
  .occupation-list .item:last-child {
    margin-bottom: 0;
  }
  .occupation-list .item.active .box {
    position: relative;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .occupation-list .item.active .box::before {
    display: none;
  }
  .occupation-content-box {
    width: 100%;
    -webkit-justify-content: left;
            justify-content: left;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #DBDBDB;
  }
  .occupationdel-top .title {
    font-size: 0.56rem;
    line-height: 0.64rem;
    color: #25572A;
    margin-bottom: 0.4rem;
  }
  .occupationdel-top .location {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: left;
            justify-content: left;
    color: #999;
    margin-bottom: 0.44rem;
  }
  .occupationdel-top .location .city {
    font-size: 0.32rem;
    line-height: 0.38rem;
    margin-left: 0.1rem;
  }
  .occupationdel-top .occupationdel-id {
    font-size: 0.28rem;
    line-height: 0.34rem;
    color: #999;
    text-align: left;
    font-weight: normal;
  }
  .occupation-content {
    padding: 0.68rem 0 0em;
    border-top: 0;
    border-bottom: 0;
  }
  .occupation-content .rocket-content__inner {
    max-width: 100%;
    padding: 0;
  }
  .hrdet-bot {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0.6rem 0 0;
  }
  .hrdet-bot a {
    width: 100%;
    height: 0.96rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    font-size: 0.32rem;
    line-height: 1em;
    color: #fff;
    background: #25572A;
    border-radius: 0.48rem;
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
  }
  .p-occupationdel .main-box {
    padding-top: 0;
  }
  .back-newsdel-mob {
    padding: 0.4rem 0 0.6rem 0rem;
  }
  .back-newsdel-mob .box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .back-newsdel-mob .bi {
    width: 0.15rem;
    height: 0.26rem;
    color: #25572A;
    margin-right: 0.04rem;
  }
  .back-newsdel-mob .tit {
    font-size: 0.3rem;
    line-height: 1;
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    color: #25572A;
    margin-left: 0.2rem;
  }
}
@media (min-width: 991.98px) {
  .news-recommend .news-recommend-box .desc {
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  }
  .crumbs-channel .list .item .box:hover,
  .screen-content-item .more:hover,
  .notice-list .box:hover .tit,
  .product-level-list .box:hover .tit,
  .product-index-list .box:hover .tit,
  .share-list .box:hover .tit,
  .news-list .box:hover .tit,
  .finance-list .box:hover .tit,
  .data-list .box:hover .doc,
  .admin-governance-list .box:hover .tit {
    color: #25572A;
  }
  .admin-governance-list .box:hover .download {
    opacity: 0.8;
  }
  .news-recommend .news-recommend-box:hover .desc {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  }
  .product-level-list .box:hover img,
  .product-index-list .box:hover img,
  .news-list .box:hover img,
  .news-recommend .news-recommend-box:hover img,
  .finance-list .box:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  }
  .product-level-list .item:hover {
    z-index: 20;
  }
  .btn-now,
  .news-screen-swiper .box,
  .finance-choose-search .box {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-screen-swiper .box:hover,
  .finance-choose-search .box:hover {
    background: #318C4B;
    border: 1px solid #318C4B;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-screen-swiper .box:hover {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .result-filtbox .swiper-slide a:hover,
  .btn-now:hover {
    background: #318C4B;
    border: 1px solid #318C4B;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff !important;
  }
  .occupation-top:hover,
  .product-index-list .item:hover {
    position: relative;
    z-index: 29;
  }
}
.product-chosen-list {
  margin: 2.05em -0.75rem 0;
  min-height: 21em;
}

.product-chosen-item {
  padding: 0 0.75rem;
  margin-bottom: 1.5em;
}
.product-chosen-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.product-chosen-item .item-box {
  width: 100%;
  display: block;
  background: #F7F7F7;
  padding-bottom: 1.8em;
  border-radius: 0.8em;
  cursor: pointer;
}
.product-chosen-item .foot-text {
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
}
.product-chosen-item .foot-text-title {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #25572A;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.2666666667em;
  cursor: pointer;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.product-chosen-item .foot-text-desc {
  font-size: 0.8em;
  line-height: 2em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.product-chosen-item .foot-text-desc {
  text-align: center;
}
.product-chosen-item .product-item-list {
  width: 48.828125%;
  max-width: 625px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.product-chosen-item .imgwrap {
  width: 48%;
  max-width: 300px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0.4em;
}
.product-chosen-item .imgwrap .imgs {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.product-chosen-item .imgwrap img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.product-chosen-item .imgwrap img.convention {
  z-index: 3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-chosen-item .imgwrap img.hover {
  z-index: 2;
  height: 0;
}

@media (min-width: 991.98px) {
  .product-chosen-item .item-box:hover .convention {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .product-chosen-wrap .product-item-list:hover .imgwrap img.hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .product-chosen-wrap .product-item-list:hover .imgwrap img.convention {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media (max-width: 991.98px) {
  .product-chosen-item {
    margin-top: 0rem;
    -webkit-flex-direction: column;
            flex-direction: column;
    min-height: 7.84rem;
  }
  .product-chosen-item .product-item-list {
    padding: 0.6rem 0rem 0.64rem;
    margin-bottom: 0.48rem;
  }
  .product-chosen-item .product-item-list:nth-last-child(2) {
    margin-bottom: 0.48rem;
  }
  .product-chosen-item .foot-text-desc {
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .product-chosen-item .foot-text-title {
    font-size: 0.48rem;
    line-height: 0.58rem;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    margin-bottom: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .product-chosen-item.addproduct-chosen-wrap .foot-text-title {
    line-height: 0.48rem;
    margin-bottom: 0.04rem;
  }
  .product-chosen-item .product-item-list {
    width: 100%;
    max-width: 100%;
  }
  .product-chosen-item .foot-text {
    width: 5rem;
  }
  .product-chosen-item .imgwrap {
    width: 5rem;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    height: 5rem;
    margin-bottom: 0.56rem;
  }
}
@media (min-width: 991.98px) {
  .product-chosen-wrap.addproduct-chosen-wrap {
    -webkit-justify-content: left;
            justify-content: left;
    min-height: 36.5em;
  }
  .product-chosen-wrap.addproduct-chosen-wrap .imgwrap {
    width: 83.3333333333%;
    position: relative;
    overflow: hidden;
    padding-top: 83.3333333333%;
    margin-bottom: 0.25em;
  }
  .product-chosen-wrap.addproduct-chosen-wrap .product-item-list {
    width: 23.4375%;
    padding: 1.25em 0 2.75em;
    margin-bottom: 1.35em;
  }
  .product-chosen-wrap.addproduct-chosen-wrap .product-item-list:not(:nth-child(4n)) {
    margin-right: 2.0333333333%;
  }
  .product-chosen-wrap.addproduct-chosen-wrap .product-item-list:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .product-chosen-wrap.addproduct-chosen-wrap .foot-text-title {
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
    cursor: pointer;
  }
  .product-chosen-wrap.addproduct-chosen-wrap .foot-text-title .a {
    line-height: 1;
  }
}
.p-support-faq .main-box {
  padding-top: 0;
}

.faq-top {
  padding-top: 2.2em;
}
.faq-top .topimg {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  padding-top: 0em;
  margin-bottom: 0.15em;
}
.faq-top .topimg .imgwrap {
  position: relative;
  box-sizing: content-box;
  width: 19.4em;
  height: 19.4em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.faq-top .topimg .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

.faq-top-title {
  font-size: 2.3em;
  line-height: 1.1956521739em;
  color: #25572A;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  text-align: center;
  margin-bottom: 0.5em;
}

.faq-wrap {
  width: 100%;
}
.faq-wrap .content-item > *:last-child {
  margin-bottom: 0;
}
.faq-wrap .content-item-title .list-item-tile {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #25572A;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-bottom: 0.6666666667em;
}
.faq-wrap .content .content-item {
  padding-top: 0.8em;
}
.faq-wrap .content .list-item-tile {
  font-size: 1em;
  line-height: 1.6em;
  color: #666;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-bottom: 0.15em;
}
.faq-wrap .content .list-item-content {
  margin-bottom: 1.125em;
}
.faq-wrap .faq-chosen {
  border-bottom: 2px solid #25572A;
  padding-bottom: 2.8em;
  overflow: hidden;
}
.faq-wrap .faq-chosen .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.faq-wrap .faq-chosen .swiper-wrapper .swiper-slide {
  width: auto;
}
.faq-wrap .button-box-item {
  display: -webkit-flex;
  display: flex;
  padding: 0.75em 1.2em;
  margin: 0 0.4em;
  border-radius: 1.25em;
  border: 1px solid #E9E9E9;
  cursor: pointer;
}
.faq-wrap .button-box-item .btn-box1 {
  display: -webkit-flex;
  display: flex;
}
.faq-wrap .button-box-item span {
  font-size: 0.8em;
  line-height: 1em;
  color: #666;
  font-weight: 500;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
}
.faq-wrap .button-box-item.cur {
  background: #25572A;
  border: 1px solid #25572A;
}
.faq-wrap .button-box-item.cur span {
  color: #fff;
}
.faq-wrap .list-head-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 2em 1em 2em 0em;
  cursor: pointer;
  border-bottom: 1px solid #E9E9E9;
}
.faq-wrap .list-head-box:hover .list-head-title {
  color: #25572A;
}
.faq-wrap .list-head-title {
  font-size: 1em;
  line-height: 1.5em;
  color: #111;
  font-weight: 500;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  width: 84.7457627119%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.faq-wrap .list-item-tile {
  font-size: 1em;
  line-height: 1.6em;
  color: #666;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}
.faq-wrap .list-content {
  font-size: 0.8em;
  line-height: 2em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  text-align: justify;
}
.faq-wrap .list-content h4 {
  font-size: 1.25em;
  line-height: 1.6em;
  color: #666;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  padding: 0.8em 0 0.15em;
}
.faq-wrap .list-content img {
  margin: 0.9em 0;
}
.faq-wrap .list-content > *:last-child {
  margin-bottom: 0;
}
.faq-wrap .list-content > *:last-child img {
  margin-bottom: 0;
}
.faq-wrap .list-item-img {
  margin-bottom: 0.8em;
}
.faq-wrap .list-item-img img {
  max-width: 100%;
  display: block;
}
.faq-wrap .list-content-box {
  padding-bottom: 0.5em;
}
.faq-wrap .list-content-box .box {
  background: #f7f7f7;
  padding: 1.55em 2.5em 2.1em;
}
.faq-wrap .list-content-box .box .content-item:last-child > *:last-child {
  margin-bottom: 0 !important;
}
.faq-wrap .icon-box {
  display: -webkit-flex;
  display: flex;
}
.faq-wrap .icon-box span {
  width: 1.3em;
  height: 1.3em;
  position: relative;
  cursor: pointer;
}
.faq-wrap .icon-box span::after, .faq-wrap .icon-box span::before {
  position: absolute;
  content: "";
  background: #25572A;
}
.faq-wrap .icon-box span::after {
  width: 100%;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-wrap .icon-box span::before {
  height: 100%;
  width: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.faq-list-box {
  min-height: 16.65em;
}
.faq-list-box .list.cur .icon-box span::before {
  visibility: hidden;
}
.faq-list-box .list.cur .list-head-box {
  border-bottom: 1px solid #fff;
}

.faq-list-box .list.cur .list-head-title {
  -webkit-transform: translateX(2.5em);
          transform: translateX(2.5em);
  color: #25572A;
}

.product-chosen-list.addproduct-chosen-wrap {
  padding: 0;
  margin: 1.45em -0.675em 0;
}
.product-chosen-list.addproduct-chosen-wrap .product-chosen-item {
  padding: 0 0.675em;
}
.product-chosen-list.addproduct-chosen-wrap .product-chosen-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.product-chosen-list.addproduct-chosen-wrap a {
  background: #f7f7f7;
  display: block;
  padding: 1.25em 0 2.75em;
  border-radius: 0.8em;
}

.product-chosen-list.addproduct-chosen-wrap .imgs {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.product-chosen-list.addproduct-chosen-wrap .imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-chosen-list.addproduct-chosen-wrap .product-chosen-item {
  margin-bottom: 1.35em;
}
.product-chosen-list.addproduct-chosen-wrap .product-chosen-item:last-child {
  margin-bottom: 0;
}

.product-chosen-list.addproduct-chosen-wrap .foot-text-title {
  font-size: 1em;
  line-height: 1.5em;
  color: #25572A;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-bottom: 0;
}

.product-chosen-list.addproduct-chosen-wrap .imgwrap {
  width: 83.3333333333%;
  max-width: 250px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0.25em;
}

@media (min-width: 992px) {
  .global-form-box.form-wrap .button {
    position: relative;
    overflow: hidden;
    border: 1px solid #25572A;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .global-form-box.form-wrap .button span {
    position: relative;
    z-index: 1;
  }
  .global-form-box.form-wrap .button:hover {
    background: #318C4B !important;
    border: 1px solid #318C4B;
  }
  .topimg::after {
    position: absolute;
    content: "";
    background: url(/img/images/sub-product04.png) no-repeat center 0.8em;
    background-size: 23.1em 18.5em;
    width: 23.1em;
    height: 19.5em;
    z-index: -1;
    margin-right: -0.6em;
  }
  .product-chosen-list.addproduct-chosen-wrap a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .product-chosen-item .item-box:hover .hover {
    height: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
}
@media (max-width: 991.98px) {
  .global-form-box.form-wrap .rowcode .form-group {
    margin-bottom: 0;
  }
  .quickguide-foot-button .btn-box1 {
    padding: 0 !important;
  }
  .quickguide-foot-button span {
    font-size: 0.32rem !important;
  }
  .product-chosen-list.addproduct-chosen-wrap {
    margin: 0.64rem 0 0;
  }
  .product-chosen-list.addproduct-chosen-wrap .product-chosen-item {
    margin-bottom: 0.48rem;
    padding: 0;
  }
  .product-chosen-list.addproduct-chosen-wrap a {
    padding: 0.6rem 0 0.68rem;
  }
  .product-chosen-item {
    min-height: auto;
  }
  .product-chosen-list.addproduct-chosen-wrap .foot-text-title {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .faq-wrap .list-content h4 {
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #666;
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    padding: 0.5rem 0 0.22rem;
  }
  .faq-wrap .list-content img {
    margin: 0.82rem 0;
  }
  .faq-list-box .list.cur .list-head-title {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    color: #25572A;
  }
  .faq-wrap .list-content {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .faq-top .topimg .imgwrap img {
    width: 6.4rem;
    height: 6.4rem;
  }
  .faq-list-box {
    padding-top: 0.24rem;
    min-height: 5.82rem;
  }
  .faq-top-title {
    font-size: 0.56rem;
    line-height: 0.64rem;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    height: 1.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0.6rem;
  }
  .faq-wrap .list-content-box .box {
    padding: 0.68rem 0.4rem 0.8rem;
  }
  .faq-wrap .content-item-title {
    margin-bottom: 0rem;
  }
  .faq-wrap .list-item-content {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .faq-wrap .content-item-title .list-item-tile {
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    margin-bottom: 0.04rem;
  }
  .faq-wrap .content .list-item-content {
    margin-bottom: 0.62rem;
  }
  .faq-wrap .content .list-item-content p {
    margin-bottom: 0.2rem;
  }
  .faq-wrap .content .list-item-content p:last-child {
    margin-bottom: 0;
  }
  .faq-wrap .content .content-item {
    padding-top: 0;
  }
  .faq-wrap .content .list-item-tile {
    margin-bottom: 0.04rem;
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #666;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .faq-wrap .list-head-box {
    padding: 0.52rem 0rem 0.52rem;
  }
  .faq-wrap .icon-box span {
    height: 0.4rem;
    width: 0.4rem;
  }
  .faq-wrap .list-head-title {
    width: 86.1538461538%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.36rem;
    line-height: 0.44rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    height: 0.88rem;
  }
  .faq-chosen {
    position: relative;
  }
  .faq-chosen::after {
    position: absolute;
    content: "";
    right: -0.5rem;
    top: 0;
    width: 0.5rem;
    height: 0.72rem;
    background: -webkit-linear-gradient(right, #FFF 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #FFF 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .faq-chosen .swiper-wrapper {
    margin-right: -5v;
  }
  .faq-top {
    padding-top: 0.96rem;
  }
  .faq-top .faq-chosen {
    padding-bottom: 0.8rem;
    -webkit-justify-content: left;
            justify-content: left;
    overflow: initial;
  }
  .faq-top .button-box-item {
    padding: 0.2rem 0.3rem;
    margin: 0;
    border-radius: 0.34rem;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    box-sizing: border-box;
  }
  .faq-top .button-box-item span {
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #666;
    font-weight: 500;
    font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .faq-top .topimg {
    padding-top: 0rem;
    margin-bottom: 0rem;
    background: url(/img/images/sub-product04.png) no-repeat center 0em;
    background-size: 6rem auto;
  }
  .faq-top .topimg .imgwrap {
    width: 100%;
    height: 100%;
    padding: 0rem;
  }
  .faq-wrap .faq-chosen .swiper-wrapper {
    -webkit-justify-content: left;
            justify-content: left;
  }
  .faq-wrap .faq-chosen .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .product-chosen-wrap.addproduct-chosen-wrap .product-item-list:hover img.convention {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-download .main-box {
  padding-top: 4em;
}

.download-wrap-title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 0.6385em;
}

.download-title-left {
  width: 12.2em;
  height: 12.2em;
  position: relative;
  margin-right: 1.3em;
  padding: 0em;
}
.download-title-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.download-title-left::after {
  position: absolute;
  left: 51%;
  top: 51%;
  content: "";
  background: url(/img/images/sub-product04.png) no-repeat;
  background-size: 14.65em 10.6em;
  width: 14.65em;
  height: 10.6em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.download-title-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 56.65625%;
}
.download-title-right .title {
  font-size: 2.3em;
  line-height: 1.1956521739em;
  color: #25572A;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-top: 0.5217391304em;
}

.viewvideo-list {
  width: 48.4375%;
  margin-bottom: 2.5em;
  cursor: pointer;
}
.viewvideo-list:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.video-img-box {
  width: 100%;
  border-radius: 0.8em;
  overflow: hidden;
  position: relative;
  padding-top: 56.4516129032%;
  height: 0;
}
.video-img-box .img::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(/img/images/video-zhezhao.png) no-repeat;
  background-size: 100% 100%;
  height: 100%;
}
.video-img-box .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: fill;
}

.viewvideo-wrap {
  margin: 0 -1em;
}
.viewvideo-wrap .col-lg-6 {
  padding: 0 1em;
  margin-bottom: 2.5em;
}
.viewvideo-wrap .col-lg-6:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.video-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 1.2em 1.2em;
}
.video-text .text {
  font-size: 0.8em;
  line-height: 2em;
  color: #fff;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}

.video-button {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}
.video-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.video-text-title {
  font-size: 1em;
  line-height: 1.5em;
  color: #25572A;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-bottom: 0.35em;
}

.video-text-time {
  font-size: 0.8em;
  line-height: 1em;
  color: #666;
  font-weight: 500;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
}

.video-foot-text {
  padding: 1.3em 1.5em 0em;
}

.p-download .modal-video .modal-close {
  width: 2em;
  height: 2em;
  position: absolute;
  right: -3em;
  top: 0em;
  margin: 0;
  border: none;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100%;
  z-index: 99;
  padding: 0;
}
.p-download .modal-video .modal-close img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.p-download .modal-video .modal-content {
  width: 960px;
  max-width: 86vw;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.p-download .modal-video .video-box {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.p-download .modal-video .video-js {
  position: absolute !important;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991.98px) {
  .viewvideo-wrap .col-lg-6 {
    padding: 0;
    margin-bottom: 0.48rem !important;
  }
  .viewvideo-wrap .col-lg-6:last-child {
    margin-bottom: 0 !important;
  }
  .p-download .modal-video .modal-dialog {
    padding: 0 0.3rem;
  }
  .p-download .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
  }
  .p-download .modal-video .modal-close {
    width: 0.38rem;
    height: 0.38rem;
    top: -0.7rem;
    right: 0;
    z-index: 1100;
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}
.video-wrap-title {
  font-size: 2.3em;
  line-height: 1.1956521739em;
  color: #25572A;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-bottom: 0.652173913em;
}

.video-wrap {
  padding: 2.95em 0 0em;
  min-height: 25.3em;
}

.quickguide-title {
  font-size: 2.3em;
  line-height: 1.1956521739em;
  color: #25572A;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-bottom: 0.6304347826em;
}

.quickguide-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  min-height: 15em;
  margin: 0 -0.975em;
}
.quickguide-box .col-lg-4 {
  padding: 0 0.975em;
  margin-bottom: 2em;
}
.quickguide-box .col-lg-4:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.quickguide-box a {
  display: block;
  width: 100%;
}

.quickguide-list {
  width: 31.25%;
  padding: 3em 2em 2.75em;
  background: #f5f5f5;
  cursor: pointer;
  margin-bottom: 2em;
  border-radius: 1.25em;
}
.quickguide-list:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.quickguide-list-title {
  font-size: 0.8em;
  line-height: 1em;
  color: #25572A;
  font-weight: 500;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  margin-bottom: 1em;
}

.quickguide-list-wz {
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 2.65em;
}

.quickguide-foot-button {
  display: -webkit-flex;
  display: flex;
  border-radius: 1.25em;
  background: #fff;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.quickguide-foot-button .btn-box1 {
  padding: 0.7em 1.2em;
}
.quickguide-foot-button span {
  font-size: 0.8em;
  line-height: 1em;
  color: #25572A;
  font-weight: 500;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.quickguide-wrap {
  padding: 4.5em 0 0;
}

.p-download .public-banner .public-ban-paging .doc {
  width: 63%;
}

.chosen-tab-wrap {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.8rem;
}

.chosen-tab-item {
  font-size: 0.56rem;
  line-height: 0.64rem;
  color: #999;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  padding-bottom: 0.02rem;
  margin-right: 0.6rem;
  position: relative;
}
.chosen-tab-item:nth-last-child(-n+1) {
  margin-right: 0;
}
.chosen-tab-item::after {
  position: absolute;
  content: "";
  top: 100%;
  width: 100%;
  height: 2px;
  left: 50%;
  background: #25572A;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.chosen-tab-item.cur {
  color: #25572A;
}
.chosen-tab-item.cur::after {
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .viewvideo-wrap {
    min-height: 10rem;
    min-height: 6rem;
    margin: 0;
  }
  .chosen-tab-list {
    min-height: 8.48rem;
  }
  .quick-manual-wrap {
    padding: 1.16rem 0 0;
  }
  .quickguide-list.manual-list {
    width: 100%;
    padding: 0.6rem 0.5rem;
    background: #f5f5f5;
    margin-bottom: 0.48rem;
    border-radius: 0.2rem;
    margin-right: 0;
  }
  .quickguide-list.manual-list:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
  .quickguide-list-title {
    margin-bottom: 0.16rem;
    font-size: 0.26rem;
    line-height: 0.32rem;
    color: #25572A;
    font-weight: 500;
    font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .quickguide-list-wz {
    font-size: 0.36rem;
    line-height: 0.44rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 0.88rem;
    height: auto;
    margin-bottom: 0.48rem;
  }
  .quickguide-foot-button {
    padding: 0.32rem 0;
    border-radius: 0.48rem;
    -webkit-justify-content: center;
            justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .quickguide-foot-button a {
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #25572A;
    font-weight: 500;
    font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .video-text-title {
    margin-bottom: 0;
    font-size: 0.36rem;
    line-height: 0.44rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 5rem;
  }
  .video-text {
    padding: 0 0 0;
    left: auto;
    right: 0;
    -webkit-justify-content: end;
            justify-content: end;
    bottom: -1.14rem;
  }
  .video-foot-text {
    padding: 0.46rem 0rem 0rem;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
  }
  .video-foot-text .video-button {
    margin: 0 0 0 auto;
  }
  .video-img-box {
    overflow: initial;
  }
  .video-img-box .img img {
    border-radius: 0.12rem;
  }
  .video-button {
    margin-right: 0;
    width: 0.6rem;
    height: 0.6rem;
  }
  .video-wrap {
    padding: 1.16rem 0rem 0rem;
    min-height: auto;
  }
  .video-wrap-title {
    margin-bottom: 0.62rem;
    font-size: 0.56rem;
    line-height: 0.64rem;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .viewvideo-list:nth-last-child(-n+2) {
    margin-bottom: 0.48rem;
  }
  .viewvideo-list {
    width: 100%;
    margin-bottom: 0.48rem;
  }
  .viewvideo-list:last-child {
    margin-bottom: 0;
  }
  .download-wrap-title {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0.62rem;
    -webkit-align-items: center;
            align-items: center;
  }
  .p-download .main-box {
    padding-top: 0.96rem;
  }
  .download-title-left {
    width: 6.4rem;
    height: 6.4rem;
    margin-right: 0;
    margin-bottom: 0rem;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .download-title-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .download-title-left::after {
    background: url(/img/images/sub-product04.png) no-repeat;
    background-size: 6rem 4.96rem;
    width: 6rem;
    height: 4.96rem;
    top: 39%;
  }
  .download-title-right {
    width: 100%;
    margin-top: 0rem;
  }
  .download-title-right p {
    font-size: 0.56rem;
    line-height: 0.64rem;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    margin-top: 0;
  }
}
@media (max-width: 1430px) and (min-width: 992px) {
  .contact-top-list {
    padding-left: 2em !important;
  }
  .contact-bottom {
    padding: 2.15em 2em 0em !important;
  }
}
@media screen and (min-width: 991.98px) {
  .global-form-box.form-wrap .vcode-imgs {
    margin-left: 1em;
  }
  .contentwrap {
    padding: 3em 2.5em 3.5em;
    border-radius: 0.8em;
    background: #f7f7f7;
    margin: 0 0 2em;
  }
  .contentwrap .imgwrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 1.15em 0em;
  }
  .contentwrap .imgwrap img {
    max-width: 100%;
  }
  .contentwrap > *:last-child {
    margin-bottom: 0;
  }
  .contact-bottom-title {
    margin-bottom: 0.3em;
  }
  .contact-top-list {
    padding-right: 1em;
  }
  .button-box-item {
    overflow: hidden;
  }
  .button-box-item .btn-box1::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background: #25572A;
  }
  .button-box-item .btn-box1 span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .button-box-item:hover .btn-box1 span {
    position: relative;
    z-index: 2;
  }
  .contact-introduce {
    padding-top: 5em;
    background: #fff;
  }
  .quickguide-foot-button:hover .btn-box1 span {
    color: #fff;
  }
  .viewvideo-list {
    display: block;
    width: 100%;
  }
  .viewvideo-list img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .viewvideo-list:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 991.98px) {
  .faq-wrap .faq-chosen .swiper-wrapper .swiper-slide:hover {
    background: #25572A;
  }
  .faq-wrap .faq-chosen .swiper-wrapper .swiper-slide:hover span {
    color: #fff;
  }
}
.p-knowledg .public-banner .public-ban-paging .tit {
  color: #25572A;
}
.p-knowledg .public-banner .public-ban-paging .doc {
  color: #111;
  font-weight: 275;
}

.knowledg-title {
  font-size: 2.3em;
  line-height: 1.1956521739em;
  color: #25572A;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-bottom: 0.652173913em;
}

.content-box-wrap {
  padding: 0em;
  border-radius: 0em;
  background: #f7f7f7;
  margin-bottom: 0em;
}
.content-box-wrap > *:last-child {
  margin-bottom: 0;
}
.content-box-wrap h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #25572A;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  margin-bottom: 0.4666666667em;
}

.content-box-wrap {
  font-size: 0.8em;
  line-height: 2em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}
.content-box-wrap img {
  max-width: 100%;
  display: block;
}
.content-box-wrap > *:not(.hidden-lg-up):last-child, .content-box-wrap > *:not(.hidden-lg-up):nth-last-child(2):not(.yd), .content-box-wrap > *:not(.hidden-lg-up):nth-last-child(3) {
  /* 添加样式 */
  margin-bottom: 0;
}

.content-box-wrap ul {
  margin-bottom: 2.5em;
}

.content-box-wrap p {
  margin-bottom: 1em;
}

.content-box-wrap img {
  margin-bottom: 1em;
}

.content-box {
  font-size: 0.8em;
  line-height: 2em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-bottom: 2.5em;
}
.content-box p {
  margin-bottom: 1.125em;
}
.content-box img {
  max-width: 100%;
  margin: 0.1875em 0em;
}
.content-box > *:last-child {
  margin-bottom: 0;
}

.content-box-wrap2 {
  display: -webkit-flex;
  display: flex;
}

.content-box-wrap2-right {
  font-size: 0.8em;
  line-height: 2em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}
.content-box-wrap2-right p {
  margin-bottom: 1em;
}
.content-box-wrap2-right h2 {
  font-size: 1.875em;
  line-height: 1.2em;
  color: #25572A;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  margin: 1.5em 0em 0.3em;
}
.content-box-wrap2-right img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.content-box-wrap2-left {
  border-radius: 0.6em;
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.content-box-wrap2-left .imgwrap {
  width: 100%;
  position: relative;
  padding-top: 121.8%;
}
.content-box-wrap2-left .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.8em 0 0 0.8em;
}

.content-box-wrap2-right {
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 4.55em 2.5em;
  background: #f7f7f7;
  border-radius: 0 0.8em 0.8em 0;
}
.content-box-wrap2-right > *:last-child {
  margin-bottom: 0;
}

.content-box-wrap2-right .title {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #25572A;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin: 0.1666666667em 0em 0.3em;
}

@media screen and (max-width: 992px) {
  .contentwrap {
    background: #f7f7f7;
    padding: 1.08rem 0.3rem 1.2rem;
    border-radius: 0.2rem;
    margin: 0 -0.3rem 1.2rem;
  }
  .quickguide-list {
    padding: 0.6rem 0.5rem 0.6rem;
  }
  .quickguide-wrap {
    padding: 0 0 0;
  }
  .quickguide-box {
    margin: 0 0 0;
  }
  .quickguide-box .col-lg-4 {
    padding: 0 0;
    margin-bottom: 0.48rem;
  }
  .quickguide-box .col-lg-4:nth-last-child(-n+3) {
    margin-bottom: 0.48rem;
  }
  .quickguide-box .col-lg-4:nth-last-child(-n+1) {
    margin-bottom: 0rem;
  }
  .content-box-wrap2 {
    background: #fff;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 0 -0.3rem;
  }
  .content-box-wrap2-right {
    padding: 0.7rem 0.3rem 1.02rem;
    background: #f7f7f7;
  }
  .content-box-wrap2-right .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0.9rem 0 0.44rem;
  }
  .content-box-wrap2-right .content-box p {
    margin-bottom: 0.5rem;
  }
  .content-box-wrap2-right .content-box p:last-child {
    margin-bottom: 0;
  }
  .knowledg-wrap img {
    max-width: 100%;
    display: block;
  }
  .contentwrap > *:last-child {
    margin-bottom: 0 !important;
  }
  .knowledg-wrap .imgwrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 1rem 0rem;
  }
  .knowledg-wrap .imgwrap > *:last-child {
    margin-bottom: 0;
  }
  .content-box-wrap2-left .imgwrap {
    border-radius: 0.24rem 0.24rem 0rem 0rem;
    overflow: hidden;
    margin: 0;
    width: 110%;
    padding-top: 123.9436619718%;
  }
  .content-box-wrap2-left {
    width: 100%;
  }
  .knowledg-title {
    margin-bottom: 0.62rem;
    font-size: 0.56rem;
    line-height: 0.64rem;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .content-box-wrap .title {
    margin-bottom: 0.04rem;
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .content-box {
    margin-bottom: 0rem;
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #222;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .content-box .img {
    padding-top: 0.54rem;
  }
  .content-box .img > *:last-child {
    margin-bottom: 0;
  }
  .content-box img {
    margin-bottom: 0.24rem;
    margin-top: 0;
  }
  .content-box p {
    margin-bottom: 0.5rem;
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #222;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
}
.contact-introduce {
  padding-bottom: 3.5em;
}

.contact-introduce-title {
  font-size: 2.3em;
  line-height: 1.1956521739em;
  color: #25572A;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-bottom: 0.652173913em;
}

.contact-introduce-content {
  font-size: 0.8em;
  line-height: 2em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}

.p-contact .contact-form-box .form-group.has-error .help-block {
  font-size: 0.7em;
}
.p-contact .contact-form-box .form-group .help-block {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-type {
  position: relative;
}

.contact-list {
  position: relative;
  margin-top: -7.85em;
  width: 100%;
}

.contact-type-bac {
  padding-top: 41.6666666667%;
  position: relative;
  height: 0;
}
.contact-type-bac img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-list-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  background: #25572A;
  border-radius: 0.8em;
  color: #fff;
  padding: 3.2em 0em;
}

.contact-top {
  display: -webkit-flex;
  display: flex;
}

.contact-top-list {
  -webkit-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 3em;
}
.contact-top-list::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d9d9d9;
  width: 1px;
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
}
.contact-top-list::after:last-child {
  display: none;
}

.p-contact .main-box {
  background: #f7f7f7;
  padding-top: 0;
}

.contact-top-list-title {
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-bottom: 0.3em;
}

.contact-top-list-content {
  font-size: 0.8em;
  line-height: 2em;
  color: #fff;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}

.contact-bottom-title {
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}

.contact-bottom-content {
  font-size: 0.8em;
  line-height: 2em;
  color: #fff;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}

.contact-bottom {
  padding: 2.15em 3em 0em;
}

.contact-form-box {
  padding: 0 5em;
}

.contact-form-title {
  font-size: 2.3em;
  line-height: 1.1956521739em;
  color: #25572A;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  width: 60.0925925926%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 0.8695652174em;
}

.contact-form {
  padding-top: 6.3em;
  background: #f7f7f7;
}

.global-form-box.form-wrap .form-group {
  font-size: 1em;
  margin: 0 0 1em;
}
.global-form-box.form-wrap input {
  height: auto;
  display: block;
  background: #fff;
  border: solid 1px #e9e9e9;
  position: relative;
  padding: 0.625em 1.75em 0.375em;
  font-size: 0.8em;
  line-height: 2em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  border-radius: 1.5625em;
}
.global-form-box.form-wrap input::-webkit-input-placeholder {
  color: #111;
}
.global-form-box.form-wrap input::placeholder {
  color: #111;
}
.global-form-box.form-wrap input::-webkit-input-placeholder {
  color: #111;
}
.global-form-box.form-wrap textarea {
  height: 11.25em;
  display: block;
  background: #fff;
  border: solid 1px #e9e9e9;
  position: relative;
  padding: 0.625em 1.75em 0.375em;
  font-size: 0.8em;
  line-height: 2em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  border-radius: 1.25em;
}
.global-form-box.form-wrap textarea::-webkit-input-placeholder {
  color: #111;
}
.global-form-box.form-wrap textarea::placeholder {
  color: #111;
}
.global-form-box.form-wrap textarea::-webkit-input-placeholder {
  color: #111;
}
.global-form-box.form-wrap .vcode-imgs {
  cursor: pointer;
  display: block;
}
.global-form-box.form-wrap .vcode-imgs img {
  height: 2.4em;
  width: 8em;
  border-radius: 1.25em;
  overflow: hidden;
  display: block;
  border: 0 !important;
}
.global-form-box.form-wrap .row {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.global-form-box.form-wrap .row .form-group {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}
.global-form-box.form-wrap .row.textareabox .form-group {
  width: 100%;
}
.global-form-box.form-wrap .row.code .form-group {
  width: 35.7407407407% !important;
}
.global-form-box.form-wrap .row.code .form-group {
  width: 35.7407407407%;
}
.global-form-box.form-wrap .row.formport {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  padding-top: 1.85em;
}
.global-form-box.form-wrap .row.formport .button {
  background: #25572A;
  border-radius: 1.25em;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  padding: 0.8em 2.225em;
  cursor: pointer;
}
.global-form-box.form-wrap .row.formport .button span {
  font-size: 0.8em;
  line-height: 1em;
  color: #fff;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}

.hr-pop .boxs .box1 {
  width: 10em;
  height: 2.5em;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 1.6em;
  background-color: #2370db;
  border-radius: 5px;
  -webkit-align-items: center;
          align-items: center;
}

.p-contact .public-banner .public-ban-paging .tit {
  color: #fff;
}
.p-contact .public-banner .public-ban-paging .doc {
  color: #fff;
}

.global-form-box.form-wrap .row.code {
  -webkit-justify-content: left;
          justify-content: left;
}

@media (max-width: 991.98px) {
  .global-form-box.form-wrap .row.code {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .content-box-wrap {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .content-box-wrap ul {
    margin: 0.04rem 0 0.5rem;
  }
  .content-box-wrap h2 {
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #25572A;
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    margin-bottom: 0.04rem;
  }
  .content-box-wrap p {
    margin-bottom: 0.5rem;
  }
  .content-box-wrap2-right p {
    margin-bottom: 0.5rem !important;
  }
  .content-box-wrap2-right {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .content-box-wrap2-right p {
    margin-bottom: 1em;
  }
  .content-box-wrap2-right h2 {
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #25572A;
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    margin: 0.4rem 0 0.44rem;
  }
  .content-box-wrap2-right > *:last-child {
    margin-bottom: 0 !important;
  }
  .p-contact .form-group.has-error .help-block {
    position: static;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    padding-left: 0.48rem;
    line-height: 0.5rem;
  }
  .contact-introduce {
    padding-top: 1.16rem;
    margin-bottom: 1rem;
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
  .contact-introduce-title {
    font-size: 0.56rem;
    line-height: 0.64rem;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    margin-bottom: 0.54rem;
  }
  .contact-introduce-content {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #222;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .contact-type-bac {
    height: auto;
    padding-top: 177.8666666667%;
    position: relative;
  }
  .contact-type-bac img {
    position: absolute;
  }
  .p-support-faqbroad .product-chosen-item {
    margin-bottom: 0.48rem !important;
  }
  .p-support-faqbroad .product-chosen-item:last-child {
    margin-bottom: 0 !important;
  }
  .product-chosen-list.addproduct-chosen-wrap .product-chosen-item:nth-last-child(-n+4) {
    margin-bottom: 0.48rem !important;
  }
  .product-chosen-list.addproduct-chosen-wrap .product-chosen-item:nth-last-child(-n+1) {
    margin-bottom: 0rem !important;
  }
  .quickguide-list:nth-last-child(-n+3) {
    margin-bottom: 0.48rem !important;
  }
  .quickguide-list:nth-last-child(-n+1) {
    margin-bottom: 0rem !important;
  }
  .quickguide-wrap {
    margin-bottom: 0.48rem;
  }
  .quickguide-wrap:last-child {
    margin-bottom: 0;
  }
  .contact-top-list {
    padding-left: 0;
    padding: 0.5rem 0rem 0.44rem;
  }
  .contact-top-list::after {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
    height: 1px;
    background: white;
  }
  .contact-top-list-title {
    margin-bottom: 0.08rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #fff;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .contact-top-list-content {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #fff;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .contact-bottom {
    padding: 0.5rem 0rem 0rem;
  }
  .contact-list-wrap {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 0rem 0.5rem 0.5rem;
    border-radius: 0.2rem;
  }
  .contact-bottom-title {
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #fff;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    margin-bottom: 0.08rem;
  }
  .contact-bottom-content {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #fff;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .contact-top {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .contact-list {
    bottom: 0rem;
    margin-top: -4.36rem;
  }
  .contact-form {
    padding-top: 1.16rem;
  }
  .contact-form-box {
    padding: 0;
  }
  .contact-form-title {
    width: 100%;
    margin-bottom: 0.62rem;
    text-align: left;
  }
  .global-form-box.form-wrap .frm-ctrl-box {
    display: -webkit-flex;
    display: flex;
  }
  .global-form-box.form-wrap input {
    height: auto;
    display: block;
    background: #fff;
    border: solid 1px #e9e9e9;
    position: relative;
    padding: 0.22rem 0.48rem;
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    line-height: 1;
    color: #111;
    font-family: "HarmonyOS_Sans_Regular", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    border-radius: 0.48rem;
    height: 0.96rem;
  }
  .global-form-box.form-wrap textarea {
    height: 2.8rem;
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    padding: 0.22rem 0.48rem;
  }
  .global-form-box.form-wrap .vcode-imgs img {
    height: 0.96rem;
    width: 1.92rem;
  }
  .global-form-box.form-wrap .row.code .form-group {
    width: 67.6923076923% !important;
  }
  .global-form-box.form-wrap .row.formport {
    padding-top: 0.78rem;
  }
  .global-form-box.form-wrap .row.formport .button {
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }
  .global-form-box.form-wrap .row.formport .button span {
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #fff;
    font-weight: 500;
    font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 0.32rem 0rem;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .global-form-box.form-wrap .row .form-group {
    width: 100%;
    margin-bottom: 0.24rem;
  }
  .hr-pop .boxs .box1 {
    width: 2.44rem;
    height: 0.6rem;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 auto;
    font-size: 0.28rem;
    margin-top: 0.47rem;
    background-color: #2370db;
    border-radius: 5px;
  }
}
.p-about-index .public-banner .public-ban-paging .tit {
  color: #25572A;
}
.p-about-index .public-banner .public-ban-paging .doc {
  margin-top: 0.35em;
  color: #222;
}

.pabout-become {
  margin: 0 0 4.5em;
}
.pabout-become .public-title {
  width: 77.5%;
  margin-bottom: 0.9em;
}
.pabout-become .pabout-become-doc {
  font-size: 0.8em;
  line-height: 2;
  color: #222;
  margin: 0 0 2.5em;
}
.pabout-become .pabout-become-doc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pabout-become .pabout-become-video-box {
  position: relative;
  width: 83.75%;
  height: 30em;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
}
.pabout-become .pabout-become-video-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 23;
}
.pabout-become .vide-bgk-tit-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.pabout-become .video-bgkimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  border-radius: 16px;
}
.pabout-become .video-bgkimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.pabout-become .video-text {
  position: absolute;
  bottom: 2em;
  left: 2em;
  z-index: 25;
  padding: 0;
}
.pabout-become .video-button {
  width: 3em;
  height: 3em;
}

.pabout-become-video-play .video-text,
.pabout-become-video-play .video-bgkimg,
.pabout-become-video-play .pabout-become-video-box::before {
  display: none;
}

@media (max-width: 991.98px) {
  .pabout-become {
    margin: 0 0 1.2rem;
  }
  .pabout-become .public-title {
    width: 100%;
    margin-bottom: 0.54rem;
  }
  .pabout-become .pabout-become-doc {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #222;
    margin: 0 0 0.6rem;
  }
  .pabout-become .pabout-become-video-box {
    position: relative;
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
    border-radius: 0.2rem;
  }
  .pabout-become .pabout-become-video-box::before {
    border-radius: 0.2rem;
  }
  .pabout-become .video-bgkimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
    border-radius: 0.2rem;
  }
  .pabout-become .video-bgkimg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .pabout-become .video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    width: 0.72rem;
    height: 0.72rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.pabout-community {
  margin-bottom: 6.8em;
}
.pabout-community .public-title {
  margin-bottom: 1em;
}
.pabout-community .pabout-community-doc {
  font-size: 0.8em;
  line-height: 2;
  color: #111;
  margin-bottom: 1.875em;
}
.pabout-community .viewvideo-wrap {
  margin: 0 -0.75em;
}
.pabout-community .col-lg-6 {
  padding: 0 0.75em;
}
.pabout-community .video-img-box {
  padding-top: 66.4%;
}
.pabout-community .video-img-box .img::after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 37.16%, rgba(0, 0, 0, 0.22) 99.88%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.16%, rgba(0, 0, 0, 0.22) 99.88%);
}
.pabout-community .video-text {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pabout-community .video-text .doc {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.25;
  margin-top: 0.625em;
  color: #fff;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}

.pabout-corporate {
  padding: 5em 0 0;
}
.pabout-corporate .public-title {
  text-align: center;
  margin-bottom: 1.85em;
}
.pabout-corporate .pabout-corporate-list {
  margin: 0 -1em;
}
.pabout-corporate .pabout-corporate-list .pabout-corporate-item {
  padding: 0 1em;
}
.pabout-corporate .imgs {
  position: relative;
  overflow: hidden;
  padding-top: 91%;
  border-radius: 16px;
}
.pabout-corporate .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.pabout-corporate .bd {
  padding: 1em 0 0;
}
.pabout-corporate .tit {
  font-size: 1.5em;
  line-height: 1.2;
  color: #111;
  margin-bottom: 0.233em;
}
.pabout-corporate .doc {
  font-size: 0.8em;
  line-height: 2;
  color: #111;
}

@media (min-width: 992px) {
  .pabout-community .video-text {
    padding: 0 1.6rem 2rem;
  }
}
@media (max-width: 991.98px) {
  .pabout-community {
    margin-bottom: 1.54rem;
  }
  .pabout-community .public-title {
    margin-bottom: 0.56rem;
  }
  .pabout-community .pabout-community-doc {
    font-size: 0.3rem;
    line-height: 0.56rem;
    margin-bottom: 0.6rem;
  }
  .pabout-community .viewvideo-wrap {
    margin: 0;
  }
  .pabout-community .viewvideo-wrap li {
    margin-bottom: 0.84rem !important;
  }
  .pabout-community .viewvideo-wrap li:last-child {
    margin-bottom: 0 !important;
  }
  .pabout-corporate {
    padding: 1rem 0 0;
  }
  .pabout-corporate .public-title {
    text-align: left;
    margin-bottom: 0.64rem;
  }
  .pabout-corporate .pabout-corporate-list {
    margin: 0;
  }
  .pabout-corporate .pabout-corporate-list .pabout-corporate-item {
    padding: 0;
    margin-bottom: 0.64rem;
  }
  .pabout-corporate .pabout-corporate-list .pabout-corporate-item:last-child {
    margin-bottom: 0;
  }
  .pabout-corporate .imgs {
    padding-top: 80%;
    border-radius: 0.2rem;
  }
  .pabout-corporate .bd {
    padding: 0.48rem 0 0;
  }
  .pabout-corporate .tit {
    font-size: 0.48rem;
    line-height: 0.52rem;
    color: #111;
    margin-bottom: 0.08rem;
  }
  .pabout-corporate .doc {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #111;
  }
}
.pabout-our-mission {
  position: relative;
  width: 100%;
  height: 100%;
  height: 35em;
  overflow: hidden;
}
.pabout-our-mission .bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 2;
}
.pabout-our-mission .slide-box {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pabout-our-mission .pabout-our-mission-content {
  float: right;
  width: 54.6875%;
  border-radius: 16px;
  padding: 4.5em 2.5em;
  background: #fff;
  z-index: 3;
}
.pabout-our-mission .tit {
  font-size: 2.3em;
  line-height: 1.2;
  color: #25572A;
  margin-bottom: 0.43em;
}
.pabout-our-mission .doc {
  font-size: 1.2em;
  line-height: 1.33;
  color: #111;
}

@media (max-width: 991.98px) {
  .pabout-our-mission {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 0;
    overflow: hidden;
    margin: 0 0 1.16rem;
  }
  .pabout-our-mission .bgk {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.6rem;
    background: no-repeat center center;
    background-size: cover;
    z-index: 2;
  }
  .pabout-our-mission .sm-inner {
    width: 100%;
    height: 100%;
    background: #F7F7F7;
  }
  .pabout-our-mission .pabout-our-mission-content {
    position: relative;
    right: 0;
    top: 0%;
    width: 100%;
    border-radius: 16px;
    padding: 1.16rem 0 0.96rem;
    background: #F7F7F7;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    z-index: 3;
  }
  .pabout-our-mission .tit {
    font-size: 0.56rem;
    line-height: 0.64rem;
    color: #25572A;
    margin-bottom: 0.3rem;
  }
  .pabout-our-mission .doc {
    font-size: 0.36rem;
    line-height: 0.64rem;
  }
}
.pabout-serve {
  padding: 13.25em 0 11.75em;
  background: #F7F7F7;
}

.pabout-serve-box {
  display: -webkit-flex;
  display: flex;
}
.pabout-serve-box .desc {
  width: 51.5625%;
  padding-top: 4em;
  padding-right: 2.85em;
}
.pabout-serve-box .desc .tit {
  font-size: 2.3em;
  line-height: 1.2;
  color: #25572A;
  margin-bottom: 0.413em;
}
.pabout-serve-box .desc .doc {
  font-size: 0.8em;
  line-height: 2;
  color: #111;
}
.pabout-serve-box .images {
  width: 48.4375%;
}
.pabout-serve-box .images .hmsys-swip {
  width: 100%;
  height: 80vh;
  max-height: 23rem;
  position: relative;
  overflow: visible;
}
.pabout-serve-box .images .hmsys-swip .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}
.pabout-serve-box .images .hmsys-swip .swiper-slide {
  border-radius: 16px;
}
.pabout-serve-box .images .hmsys-swip .hmsys-slide-media {
  position: relative;
  overflow: hidden;
  padding-top: 74.19%;
  border-radius: 16px;
}
.pabout-serve-box .images .hmsys-swip img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  border-radius: 16px;
}

@media (max-width: 991.98px) {
  .pabout-serve {
    padding: 1.14rem 0 0;
    padding-bottom: 1.14rem;
  }
  .pabout-serve .sm-inner {
    padding: 0 !important;
  }
  .pabout-serve .desc {
    padding: 0 0.5rem !important;
  }
  .pabout-serve-box {
    display: block;
  }
  .pabout-serve-box .desc {
    width: 100%;
    padding-right: 0em;
    padding-top: 0;
    margin-bottom: 0.44rem;
  }
  .pabout-serve-box .desc .tit {
    font-size: 0.56rem;
    line-height: 0.64rem;
    margin-bottom: 0.5rem;
  }
  .pabout-serve-box .desc .doc {
    font-size: 0.3rem;
    line-height: 0.56rem;
  }
  .pabout-serve-box .images {
    width: 100%;
    padding-left: 0.5rem;
    padding: 0 0.5rem;
    overflow: hidden;
  }
  .pabout-serve-box .images .hmsys-swip {
    width: 100%;
    height: 80vh;
    height: auto;
    max-height: 23rem;
    position: relative;
    overflow: visible;
  }
  .pabout-serve-box .images .hmsys-swip .swiper-wrapper {
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
  }
  .pabout-serve-box .images .hmsys-swip .swiper-slide,
  .pabout-serve-box .images .hmsys-swip .hmsys-slide-media,
  .pabout-serve-box .images .hmsys-swip img {
    border-radius: 0.2rem;
  }
}
.pabout-diversity {
  position: relative;
  width: 100%;
  margin: 0 0 7.35em;
  padding: 28vw 0 0;
}
.pabout-diversity #ptSimple {
  width: 100%;
  height: 5px;
  opacity: 0;
  z-index: -9;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  pointer-events: none;
}
.pabout-diversity .bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  z-index: 2;
}
.pabout-diversity .bgk img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.pabout-diversity .bgk.web {
  height: 35.68vw;
}

.pabout-diversity2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -9em;
}
.pabout-diversity2 .pabout-diversity-content {
  width: 100%;
  border-radius: 16px;
  padding: 3em 4em 3.1em;
  background: #25572A;
  z-index: 3;
}
.pabout-diversity2 .tit {
  font-size: 2.3em;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0.43em;
}
.pabout-diversity2 .doc {
  font-size: 0.8em;
  line-height: 2;
  color: #fff;
}

@media (min-width: 992px) {
  .pabout-diversity2 {
    position: static;
  }
}
@media (max-width: 991.98px) {
  .pabout-diversity {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 0;
    margin: 0 0 0rem;
    overflow: hidden;
  }
  .pabout-diversity .bgk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: no-repeat center center;
    background-size: cover;
    object-fit: cover;
    z-index: 2;
  }
  .pabout-diversity .sm-inner {
    width: 100%;
    height: 100%;
  }
  .pabout-diversity2 {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    bottom: auto;
  }
  .pabout-diversity2 .pabout-diversity-content {
    position: relative;
    border-radius: 16px;
    margin-top: 0rem;
    padding: 1.36rem 0.5rem 0.8rem;
    z-index: 3;
  }
  .pabout-diversity2 .tit {
    font-size: 0.56rem;
    line-height: 0.64rem;
    color: #fff;
    margin-bottom: 0.54rem;
  }
  .pabout-diversity2 .doc {
    font-size: 0.3rem;
    line-height: 0.52rem;
  }
}
@media (max-width: 991.98px) {
  .pabout-diversity-f {
    display: none;
    height: 100vh;
  }
  .pabout-diversity-fixed .pabout-diversity {
    position: fixed;
    top: 1.2rem;
    left: 0;
  }
  .pabout-diversity-fixed .pabout-diversity-f {
    display: block;
    height: 100vh;
  }
}
.pabout-corporate {
  margin-bottom: 5.5em;
}

.pabout-corporate-more {
  width: 9em;
  height: 2.4em;
  margin-top: 2em;
}
.pabout-corporate-more .more-box {
  position: relative;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  width: 100%;
  height: 100%;
  color: #25572A;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #E9E9E9;
  font-size: 0.8em;
  border: 1px solid #25572A;
  overflow: hidden;
}
.pabout-corporate-more .more-box span {
  position: relative;
  z-index: 3;
}

.pabout-corporat-item {
  margin-bottom: 6.8em;
}
.pabout-corporat-item:nth-child(even) .box {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pabout-corporat-item:nth-child(even) .desc {
  padding-left: 0;
  padding-right: 3.5em;
}
.pabout-corporat-item:last-child {
  margin-bottom: 0;
}
.pabout-corporat-item .box {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  align-items: center;
}
.pabout-corporat-item .image {
  width: 48.4375%;
}
.pabout-corporat-item .image .imgs {
  position: relative;
  overflow: hidden;
  padding-top: 88.7%;
}
.pabout-corporat-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.pabout-corporat-item .desc {
  width: 51.5625%;
  padding-left: 3.25em;
}
.pabout-corporat-item .desc .tit {
  font-size: 2.3em;
  line-height: 1.2;
  color: #25572A;
}
.pabout-corporat-item .desc .doc {
  font-size: 0.8em;
  line-height: 2;
  color: #111;
}

@media (max-width: 991.98px) {
  .pabout-corporate {
    padding: 0 0 1.16rem;
    padding: 1rem 0 0rem;
    margin-bottom: 0;
  }
  .pabout-corporate-more {
    width: 100%;
    height: 0.96rem;
    margin-top: 2em;
  }
  .pabout-corporate-more .more-box {
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    width: 100%;
    height: 100%;
    color: #25572A;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #E9E9E9;
    font-size: 0.32rem;
    border: 1px solid #25572A;
  }
  .pabout-corporat-item {
    margin-bottom: 1.18rem;
  }
  .pabout-corporat-item:nth-child(even) .box {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pabout-corporat-item:nth-child(even) .desc {
    padding-left: 0;
    padding-right: 0em;
  }
  .pabout-corporat-item .box {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pabout-corporat-item .image {
    width: 100%;
  }
  .pabout-corporat-item .image .imgs {
    padding-top: 88.7%;
  }
  .pabout-corporat-item .desc {
    width: 100%;
    padding-left: 0em;
    margin: 0 0 0.6rem;
  }
  .pabout-corporat-item .desc .tit {
    font-size: 0.56rem;
    line-height: 0.64rem;
    margin-bottom: 0.54rem;
  }
  .pabout-corporat-item .desc .doc {
    font-size: 0.3rem;
    line-height: 0.46rem;
  }
}
.recent .public-title {
  margin-bottom: 2em;
}

.recent-swiper .swiper-slide {
  width: auto !important;
  height: 5em;
  cursor: -webkit-grab;
  cursor: grab;
}
.recent-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .recent .public-title {
    padding: 0 0 0 0.5rem;
    margin-bottom: 0.6rem;
  }
  .recent .sm-inner {
    padding: 0 !important;
  }
  .recent-swiper {
    padding: 0 0.5rem;
  }
  .recent-swiper .swiper-slide {
    width: 100vw !important;
    height: 2rem;
    padding: 0 0.5rem 0 0;
  }
  .recent-swiper .swiper-slide img {
    padding: 0 0.5rem 0 0;
  }
}
@media (min-width: 991.98px) {
  .pabout-our-mission .slides {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .pabout-our-mission .slides .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .pabout-our-mission .slides .slide {
    display: -webkit-flex;
    display: flex;
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .pabout-our-mission .slide .background {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-position: center;
    will-change: transform;
    background-size: cover;
  }
  .pabout-our-mission .slide .content {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    align-items: center;
  }
}
@media (min-width: 991.98px) {
  .pabout-corporate-list .pabout-corporate-item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  }
  .pabout-corporate-list .pabout-corporate-item:hover .tit {
    color: #25572A;
  }
  .pabout-corporate-list .pabout-corporate-item {
    cursor: default;
  }
  .pabout-corporate-list .pabout-corporate-item a {
    cursor: default;
  }
  .pabout-corporate-list .pabout-corporate-item img {
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  }
  .pabout-corporate-more .more-box:hover {
    color: #fff !important;
    background: #25572A;
  }
  .pabout-corporate-more .more-box:hover span {
    position: relative;
    z-index: 3;
  }
  .pabout-corporate-more .more-box:hover:before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .pabout-become .pabout-become-video-box:hover {
    cursor: pointer;
  }
  .pabout-become .pabout-become-video-box:hover::before {
    opacity: 0.9;
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  }
  .pabout-become .pabout-become-video-box:hover .video-bgkimg img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  }
  .pabout-become .pabout-become-video-box::before {
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  }
  .pabout-become .pabout-become-video-box .video-bgkimg img {
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  }
}
.pin-spacer {
  z-index: 9;
}

.p-privacy .main-box {
  padding: 0;
}
.p-privacy .rocket-classical-text h2:first-child {
  color: #111;
}

.home-banner-next {
  position: absolute;
  bottom: 7.5em;
  left: 16.66%;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 3em;
  height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-banner-next img {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 1.2em;
  height: 1.2em;
}
.home-banner-next .img2 {
  display: none;
}

@media (min-width: 991.98px) {
  .home-banner-next:hover {
    border: 1px solid #25572A;
  }
  .home-banner-next:hover .img1 {
    display: none;
  }
  .home-banner-next:hover .img2 {
    display: block;
  }
}
.p-about-index .public-banner .public-ban-paging .tit,
.p-about-index .public-banner .public-ban-paging .doc,
.p-knowledg .public-banner .public-ban-paging .tit,
.p-knowledg .public-banner .public-ban-paging .doc {
  color: #fff;
}

.p-equil .pteql-banbox .s-title,
.p-equil .pteql-banbox .s-desc {
  color: #111;
}

.p-aidex .btn-buy .btn-link {
  border: 1px solid transparent;
}

.form-wrap .form-group-cell select {
  font-size: 0.8em;
}
.form-wrap .form-group-cell option {
  font-size: 1em;
  line-height: 2;
  padding-bottom: 1em;
  font-weight: normal;
  color: #25572A;
  border: 1px solid #000;
}

@media (min-width: 991.98px) {
  .pabout-product {
    padding: 5em 0 5.5em;
  }
  .pabout-product .public-title {
    margin-bottom: 1.5em;
  }
  .pabout-product .product-index-list {
    margin: 0 -0.5em;
    min-height: auto;
  }
  .pabout-product .product-index-list .item {
    padding: 0 0.5em;
    margin-bottom: 1em;
  }
  .pabout-product .product-index-list .box {
    padding: 1em;
  }
  .pabout-product .product-index-list .images {
    -webkit-flex: 0 0 11em;
            flex: 0 0 11em;
  }
  .pabout-product .product-index-list .tit {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
  .pabout-product .product-index-list .doc {
    font-size: 0.8em;
    line-height: 2;
    margin-bottom: 1.25em;
  }
  .pabout-product .product-index-list .type-list {
    font-size: 0.7em;
    margin-bottom: 2.14em;
  }
  .pabout-product .product-index-list .type-item {
    font-size: 1em;
  }
  .pabout-corporate2 {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 991.98px) {
  .pabout-corporate1 {
    padding: 0 0 1rem;
  }
  .pabout-product {
    padding: 1.2rem 0 1rem;
  }
  .pabout-product .public-title {
    text-align: left;
    margin-bottom: 0.3rem;
  }
  .pabout-product .item {
    padding: 0;
  }
  .pabout-product-swiper .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .pabout-product-swiper .swiper-pagination {
    width: 100%;
    bottom: 0rem !important;
  }
  .pabout-product-swiper .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 0.25rem;
    border: 1px solid #25572A;
    background: transparent;
  }
  .pabout-product-swiper .swiper-pagination-bullet-active {
    background: #25572A;
  }
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .product-index-list .btn-now,
  .product-index-list .prd-btn {
    width: 5em;
  }
}
@media (max-width: 1800.98px) and (min-width: 991.98px) {
  .compact-data-list:nth-child(2) {
    width: 30%;
  }
  .p-aidex-x .compact-data-list:nth-child(2) {
    width: auto;
  }
  .compact-data-list:nth-child(3) {
    width: 30%;
  }
}