/* 内页共用banner */
.n-common-banner {
  position: relative;
  z-index: 10;
  /* 另一种样式 */
  /* 有搜索框 */
}
.n-common-banner .pic {
  display: block;
}
.n-common-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.n-common-banner .banner-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15%;
}
.n-common-banner .banner-wrap .title {
  display: flex;
  align-items: center;
}
.n-common-banner .banner-wrap .title .icon {
  width: 40px;
  filter: brightness(0) invert(1);
}
.n-common-banner .banner-wrap .title .text {
  font-weight: bold;
  font-size: var(--font40);
  color: #ffffff;
  line-height: 1;
  margin-left: max(15px, 0.26rem);
}
.n-common-banner.has-tab .banner-wrap {
  width: calc(100% - 40px);
  bottom: max(0.19rem, 10px);
}
.n-common-banner.has-tab .banner-wrap .tab-area {
  margin-top: max(20px, 0.66rem);
  background: #ffffff;
  border-radius: 10px;
}
.n-common-banner.has-tab .banner-wrap .tab-area .tab-wrap {
  display: flex;
  padding-top: max(15px, 0.3rem);
  padding-bottom: max(15px, 0.3rem);
  height: 100%;
}
.n-common-banner.has-tab .banner-wrap .tab-area .tab-title {
  font-weight: bold;
  font-size: var(--font24);
  color: #14837a;
  padding-right: 0.46rem;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 0.46rem;
  display: flex;
  align-items: center;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}
.n-common-banner.has-tab .banner-wrap .tab-area .list {
  display: flex;
  align-items: center;
}
.n-common-banner.has-tab .banner-wrap .tab-area .list .item {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.58rem;
}
.n-common-banner.has-tab .banner-wrap .tab-area .list .item:last-of-type {
  margin-right: 0;
}
.n-common-banner.has-tab .banner-wrap .tab-area .list .item .point {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #14837a;
  border-radius: 50%;
  opacity: 0;
  transition: var(--duration);
}
.n-common-banner.has-tab .banner-wrap .tab-area .list .item a {
  font-weight: 400;
  font-size: var(--font22);
  color: rgba(0, 0, 0, 0.6);
  transition: var(--duration);
}
.n-common-banner.has-tab .banner-wrap .tab-area .list .item:hover a {
  color: #14837a;
}
.n-common-banner.has-tab .banner-wrap .tab-area .list .item.active .point {
  opacity: 1;
}
.n-common-banner.has-tab .banner-wrap .tab-area .list .item.active a {
  color: #14837a;
}
.n-common-banner.has-form .banner-wrap {
  width: calc(100% - 40px);
  bottom: max(0.19rem, 10px);
}
.n-common-banner.has-form .form-area {
  background: #ffffff;
  border-radius: 10px;
  margin-top: max(20px, 0.66rem);
  padding-top: max(10px, 0.2rem);
  padding-bottom: max(10px, 0.2rem);
  --form-height: 60px;
}
.n-common-banner.has-form .form-area .layui-form {
  display: flex;
  align-items: center;
}
.n-common-banner.has-form .form-area .layui-form .item {
  width: 45%;
  max-width: 320px;
}
.n-common-banner.has-form .form-area .layui-form .item .layui-input,
.n-common-banner.has-form .form-area .layui-form .item .layui-select,
.n-common-banner.has-form .form-area .layui-form .item .layui-textarea {
  height: var(--form-height);
  border-radius: 10px;
  border: 2px solid rgba(20, 131, 122, 0.3) !important;
  font-weight: bold;
  font-size: var(--font20);
  color: #14837a;
  padding-left: 21px;
}
.n-common-banner.has-form .form-area .layui-form .item .layui-input::placeholder,
.n-common-banner.has-form .form-area .layui-form .item .layui-select::placeholder,
.n-common-banner.has-form .form-area .layui-form .item .layui-textarea::placeholder {
  color: rgba(20, 131, 122, 0.4);
}
.n-common-banner.has-form .form-area .layui-form .item .layui-form-select .layui-edge {
  border: none;
  margin-top: 0;
  width: calc(17px * 2);
  height: calc(8px * 2);
  background-image: url(../images/trademark-select-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 37%;
}
.n-common-banner.has-form .form-area .layui-form .item .layui-form-select dl dd.layui-this {
  background-color: #14837a;
}
.n-common-banner.has-form .form-area .layui-form .item .layui-form-select dl {
  top: var(--form-height);
}
.n-common-banner.has-form .form-area .layui-form .input-item {
  margin-left: max(10px, 0.19rem);
  width: 45%;
  max-width: 320px;
  height: var(--form-height);
  position: relative;
}
.n-common-banner.has-form .form-area .layui-form .input-item input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border: 2px solid rgba(20, 131, 122, 0.3);
  border-radius: 10px;
  font-weight: bold;
  font-size: var(--font20);
  color: #14837a;
  padding-left: max(0.21rem, 10px);
  padding-right: max(65px, 0.95rem);
  line-height: 1;
}
.n-common-banner.has-form .form-area .layui-form .input-item input::placeholder {
  color: rgba(20, 131, 122, 0.4);
}
.n-common-banner.has-form .form-area .layui-form .input-item button {
  position: absolute;
  top: 0;
  right: 0;
  width: max(0.9rem, 60px);
  height: 100%;
  background: #14837a;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
}
/* 内页面包屑 */
.common-bread ul {
  max-width: 1850px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  display: flex;
  align-items: center;
}
.common-bread ul li::after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
  color: #a9a9a9;
  font-size: var(--font20);
}
.common-bread ul li:last-child::after {
  display: none;
}
.common-bread ul li.active a {
  color: #14837a;
}
.common-bread ul li a {
  font-weight: 400;
  font-size: var(--font20);
  color: #a9a9a9;
}
/* 内页分页器 */
.common-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-pagination .item {
  width: max(35px, 0.47rem);
  height: max(35px, 0.47rem);
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration) ease;
  font-weight: bold;
  color: rgba(1, 1, 1, 0.6);
  font-size: var(--font18);
  margin-right: 9px;
}
.common-pagination .item:last-child {
  margin-right: 0;
}
.common-pagination .item.active,
.common-pagination .item:hover {
  background-color: #14837a;
  color: #fff;
  border-color: transparent;
}
.common-pagination .item.icon:hover img {
  filter: brightness(0) invert(1);
}
/* 共用视频蒙层 */
.common-video-mask {
  position: fixed;
  z-index: 677;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding-top: 15vh;
  cursor: zoom-out;
  display: none;
}
.common-video-mask .mask-wrap .close {
  text-align: right;
  cursor: pointer;
  user-select: none;
  width: fit-content;
  margin-left: auto;
}
.common-video-mask .mask-wrap .close .hover {
  display: none;
}
.common-video-mask .mask-wrap .close:hover .default {
  display: none;
}
.common-video-mask .mask-wrap .close:hover .hover {
  display: inline-block;
}
.common-video-mask .mask-wrap .video {
  display: flex;
  justify-content: center;
  margin-top: max(0.65rem, 35px);
  cursor: pointer;
}
.common-video-mask .mask-wrap .video video {
  display: block;
  max-height: 70vh;
  max-width: 1200px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
/* 共用侧边aside */
.common-aside {
  width: 300px;
  flex-shrink: 0;
  /* 产品中心和产品列表的单独设置 */
}
.common-aside.sticky {
  position: sticky;
  top: calc(30px + var(--header-height));
  z-index: 57;
}
.common-aside .aside-title {
  font-weight: bold;
  font-size: var(--font30);
  color: #000000;
  margin-bottom: max(15px, 0.36rem);
}
.common-aside .filter-list {
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
.common-aside .filter-list .filter-item:last-child .filter-top {
  border: none;
}
.common-aside .filter-list .filter-item .filter-top {
  font-weight: bold;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.8);
  padding: max(10px, 0.22rem) max(0.29rem, 10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  user-select: none;
  cursor: pointer;
}
.common-aside .filter-list .filter-item .filter-top.active {
  background-color: #14837a;
  color: #ffffff;
}
.common-aside .filter-list .filter-item .list {
  display: none;
  padding-left: 1em;
}
.common-aside .filter-list .filter-item .list .item {
  padding-left: max(10px, 0.29rem);
  padding-right: max(10px, 0.29rem);
  padding-top: max(10px, 0.18rem);
  padding-bottom: max(0.2rem, 10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.common-aside .filter-list .filter-item .list .item.active a {
  color: #14837a;
}
.common-aside .filter-list .filter-item .list .item.active a::before {
  border-left-color: #14837a;
}
.common-aside .filter-list .filter-item .list .item a {
  font-weight: bold;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.4);
  width: fit-content;
  position: relative;
  padding-left: calc(16px + 6px);
  transition: var(--duration);
}
.common-aside .filter-list .filter-item .list .item a:hover {
  color: #14837a;
}
.common-aside .filter-list .filter-item .list .item a::before {
  content: "";
  border: 8px solid transparent;
  width: 0;
  height: 0;
  border-left-color: rgba(1, 1, 1, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--duration);
}
.common-aside.pro-aside .filter-list .filter-item .list .item {
  padding-right: max(10px, 0.15rem);
}
.common-aside.pro-aside .filter-list .filter-item .list .item a {
  padding-left: 0;
}
.common-aside.pro-aside .filter-list .filter-item .list .item a::before {
  display: none;
}
.common-aside.pro-aside .filter-list .filter-item .list .item .item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-aside.pro-aside .filter-list .filter-item .list .item .item-top .item-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}
.common-aside.pro-aside .filter-list .filter-item .list .item .item-top .item-icon img {
  transition: var(--duration);
  filter: grayscale(1);
}
.common-aside.pro-aside .filter-list .filter-item .list .item .item-top.active .text {
  color: #14837a;
}
.common-aside.pro-aside .filter-list .filter-item .list .item .item-top.active .item-icon img {
  filter: none;
  transform: rotate(90deg);
}
.common-aside.pro-aside .filter-list .filter-item .list .item {
  user-select: none;
  cursor: pointer;
}
.common-aside.pro-aside .filter-list .filter-item .list .item .item-three-list {
  display: none;
  margin-top: 15px;
  padding-left: 0.7em;
}
.common-aside.pro-aside .filter-list .filter-item .list .item .item-three-list .three-item {
  padding-left: 0.7em;
  margin-bottom: 10px;
}
.common-aside.pro-aside .filter-list .filter-item .list .item .item-three-list .three-item.active a {
  color: var(--theme);
}
.common-aside.pro-aside .filter-list .filter-item .list .item .item-three-list .three-item a {
  font-size: var(--font16);
  color: rgba(0, 0, 0, 0.4);
  transition: var(--duration);
}
.common-aside.pro-aside .filter-list .filter-item .list .item .item-three-list .three-item a:hover {
  color: var(--theme);
}
@media (min-width: 769px) {
  .common-aside {
    left: auto !important;
  }
}
/* 产品中心 */
.pro-center-main {
  padding-top: 1.34rem;
  padding-bottom: 1.62rem;
}
.pro-center-main .pro-center-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pro-center-main .main {
  width: calc(100% - 372px);
  flex-shrink: 0;
  --cell-max: max(145px, 1.76rem);
  --cell-min: max(1.45rem, 110px);
  --border-style: 1px solid rgba(0, 0, 0, 0.1);
  overflow-x: clip;
  /* 上面的表格 */
}
.pro-center-main .main .top-area {
  position: sticky;
  top: calc(var(--header-height) + 0px);
  background-color: #fff;
  z-index: 67;
}
.pro-center-main .main .main-top {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
  background-color: #fff;
  z-index: 67;
  padding-left: 2px;
  padding-right: 2px;
}
.pro-center-main .main .main-top .form {
  width: 32.574%;
  position: relative;
  z-index: 2;
}
.pro-center-main .main .main-top .form input {
  width: 100%;
  display: block;
  height: 50px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: var(--font18);
  color: #333333;
  transition: var(--duration);
  padding-left: 16px;
  padding-right: 45px;
}
.pro-center-main .main .main-top .form input::placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.pro-center-main .main .main-top .form input:focus {
  border-color: var(--theme);
}
.pro-center-main .main .main-top .form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: max(12px, 0.24rem);
  background-color: transparent;
  user-select: none;
  cursor: pointer;
}
.pro-center-main .main .main-top .result {
  font-weight: 400;
  font-size: var(--font18);
  color: #333333;
  line-height: 1;
  margin-left: max(0.29rem, 15px);
}
.pro-center-main .main .main-top .result span {
  color: #046965;
}
.pro-center-main .main .main-top .other {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.pro-center-main .main .main-top .other .text {
  font-weight: 400;
  font-size: var(--font18);
  color: #14837a;
  margin-right: max(0.29rem, 15px);
  user-select: none;
  cursor: pointer;
}
.pro-center-main .main .main-top .other .text:last-child {
  margin-right: 0;
}
.pro-center-main .main .b-top {
  border-radius: 10px;
  z-index: 10;
  position: sticky;
  top: var(--top);
}
.pro-center-main .main .b-top .items {
  display: flex;
  justify-content: flex-end;
  padding-left: var(--cell-max);
  width: min-content;
  position: relative;
}
.pro-center-main .main .b-top .items:first-child .item:last-child {
  border-top-right-radius: 10px;
}
.pro-center-main .main .b-top .items:last-child .item:last-child {
  border-bottom-right-radius: 10px;
}
.pro-center-main .main .b-top .items .item {
  width: var(--cell-min);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
  font-size: var(--font18);
  color: #ffffff;
  background-color: #14837a;
  padding-left: max(0.2rem, 10px);
  padding-right: max(0.2rem, 10px);
  padding-top: max(0.16rem, 10px);
  padding-bottom: max(0.14rem, 10px);
  /* 2025-6-24 修改 */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro-center-main .main .b-top .items .item .icon {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: fit-content;
}

/* 2025-6-24 修改 */
.pro-center-main .main .b-top .items .item .point {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 6px;
  opacity: 0;
  transition: var(--duration, 0.45s);
}
.pro-center-main .main .b-top .items .item .point.show {
  opacity: 1;
}
.pro-center-main .main .b-top .items .custom {
  font-weight: 400;
  font-size: var(--font16);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
}
.pro-center-main .main .b-top .items .item-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--cell-max);
  background-color: #14837a;
  z-index: 10;
}
.pro-center-main .main .b-top .items-1 .item:first-child {
  border-radius: 10px 0 0 0;
}
.pro-center-main .main .b-top .items-2 .item:not(:first-child) {
  position: relative;
}
.pro-center-main .main .b-top .items-2 .item:first-child {
  border-radius: 0 0 0 10px;
}

/* 2025-6-27 调整 */
.pro-center-main .main .b-top .items-2 .item-dropdown {
  position: absolute;
  top: 106%;
  right: 0;
  min-width: 100%;
  width: auto;
  /* white-space: nowrap; */
  border-radius: 10px;
  z-index: 101;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  padding: 20px 10px;
  padding-top: 0;
  display: none;
  max-height: 320px;
  max-width: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.pro-center-main .main .b-top .items-2 .item-dropdown::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  background-color: #ccc;
}
.pro-center-main .main .b-top .items-2 .item-dropdown::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme);
}

.pro-center-main .main .b-top .items-2 .item-dropdown .layui-form-checked[lay-skin="primary"] i {
  border-color: var(--theme) !important;
  background-color: var(--theme) !important;
}
.pro-center-main .main .b-top .items-2 .item-dropdown .layui-form-checkbox[lay-skin="primary"] {
  margin-bottom: 5px;
}
.pro-center-main .main .b-top .items-2 .item-dropdown .layui-form-checkbox[lay-skin="primary"] span {
  font-size: 16px;
}

/* 2025-6-24 修改 */
.pro-center-main .main .b-top .items-2 .item-dropdown .d-head {
  text-align: right;
  padding-top: 20px;
  background-color: #fff;
  position: sticky;
  top: 0;
}
.pro-center-main .main .b-top .items-2 .item-dropdown .d-head .layui-icon {
  font-size: 16px;
  user-select: none;
  cursor: pointer;
}
.pro-center-main .main .b-top .items-2 .item-dropdown .d-head .layui-icon:hover {
  color: var(--theme);
}
.pro-center-main .main .b-top .items-2 .item-dropdown .d-select-list label {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
  user-select: none;
  cursor: pointer;
  display: block;
}
.pro-center-main .main .b-top .items-2 .item-dropdown .d-select-list label input {
  display: none;
}
.pro-center-main .main .b-top .items-2 .item-dropdown .d-select-list label input:checked + .label-text::before {
  content: "√";
  background-color: var(--theme);
  border-color: transparent;
}
/* 2025-6-27 调整 */
.pro-center-main .main .b-top .items-2 .item-dropdown .d-select-list label .label-text {
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
}

/* 2025-6-27 调整 */
.pro-center-main .main .b-top .items-2 .item-dropdown .d-select-list label .label-text::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  color: #fff;
  font-size: 12px;
  margin-right: 6px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.pro-center-main .main .b-top .items-2 .item-dropdown .reset-btn {
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  margin-top: 15px;
  color: #000;
  font-weight: bold;
  width: fit-content;
  font-size: 16px;
}
.pro-center-main .main .b-top .items-2 .item-dropdown .reset-btn:hover {
  color: var(--theme);
}
.pro-center-main .main .scroll-line {
  width: 100%;
  height: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #fff;
  overflow: auto hidden;
}
.pro-center-main .main .scroll-line::-webkit-scrollbar {
  height: 4px;
  background-color: #fff;
}
.pro-center-main .main .scroll-line::-webkit-scrollbar-thumb {
  height: 4px;
  background: #14837a;
  border-radius: 2px;
  cursor: pointer;
}
.pro-center-main .main .scroll-line .bar {
  height: 4px;
}
.pro-center-main .main .main-bottom {
  /* 下面的表格 */
}
.pro-center-main .main .main-bottom .b-bottom {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  /* border-right: 1px solid rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  border-radius: 10px;
}
.pro-center-main .main .main-bottom .b-bottom .b-items {
  display: flex;
  position: relative;
  padding-left: var(--cell-max);
  width: min-content;
}
.pro-center-main .main .main-bottom .b-bottom .b-items:first-child .b-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-center-main .main .main-bottom .b-bottom .b-items:first-child .b-item:last-child {
  border-top-right-radius: 10px;
}
.pro-center-main .main .main-bottom .b-bottom .b-items:last-child .b-item:last-child {
  border-bottom-right-radius: 10px;
}
.pro-center-main .main .main-bottom .b-bottom .b-items:hover {
  background-color: #f8f8f8;
}
.pro-center-main .main .main-bottom .b-bottom .b-items:hover .b-absolute {
  background-color: #f8f8f8;
}
.pro-center-main .main .main-bottom .b-bottom .b-items .b-item {
  flex-shrink: 0;
  padding-top: max(10px, 0.27rem);
  padding-bottom: max(10px, 0.27rem);
  padding-left: max(10px, 0.2rem);
  padding-right: max(10px, 0.2rem);
  font-weight: 400;
  font-size: var(--font16);
  color: #333333;
  width: var(--cell-min);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* 里面的多选框的文字 */
  overflow-wrap: break-word;
}
.pro-center-main .main .main-bottom .b-bottom .b-items .b-item img {
  max-width: 47px;
  max-height: 24px;
  object-fit: contain;
  object-position: center center;
}
.pro-center-main .main .main-bottom .b-bottom .b-items .b-item .layui-form-checkbox[lay-skin="primary"] span {
  font-weight: 400;
  font-size: var(--font16);
  color: #333333;
  padding-right: 0;
}
.pro-center-main .main .main-bottom .b-bottom .b-items .b-item .layui-form-checked[lay-skin="primary"] i {
  border-color: var(--theme) !important;
  background-color: var(--theme) !important;
}
.pro-center-main .main .main-bottom .b-bottom .b-items .b-absolute {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  width: var(--cell-max);
  flex-shrink: 0;
}
.pro-center-main .main .main-bottom .b-bottom .b-items .b-absolute label {
  margin-right: 7px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.pro-center-main .main .main-bottom .b-bottom .b-items .b-absolute label input {
  display: none;
}
.pro-center-main .main .main-bottom .b-bottom .b-items .b-absolute label input:checked + .checkbox-text::before {
  border-color: transparent;
  background-color: var(--theme);
  content: "√";
}
.pro-center-main .main .main-bottom .b-bottom .b-items .b-absolute label .checkbox-text {
  display: flex;
  align-items: center;
}
.pro-center-main .main .main-bottom .b-bottom .b-items .b-absolute label .checkbox-text::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  margin-right: 6px;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.pro-center-main .main .common-pagination {
  margin-top: max(0.7rem, 30px);
}
/* 产品列表 */
.pro-list-bread {
  padding-top: max(15px, 0.22rem);
}
.pro-list-bread ul {
  width: 86%;
  max-width: 1600px;
}
.pro-list-main {
  padding-top: 0.93rem;
  padding-bottom: 1.75rem;
}
/* 服务于支持 */
.service-form {
  padding-top: 1.35rem;
  padding-bottom: 1.84rem;
}
.service-form .input-line {
  display: flex;
}
.service-form .input-line input {
  width: 32.5%;
  margin-right: 1.25%;
  height: max(50px, 0.9rem);
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: var(--duration);
  margin-bottom: 20px;
  font-weight: bold;
  font-size: var(--font24);
  color: rgba(0, 0, 0, 0.4);
  padding-left: max(15px, 0.36rem);
  transition: var(--duration) border-color;
}
.service-form .input-line input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.service-form .input-line input:last-child {
  margin-right: 0;
}
.service-form .input-line input.custom {
  width: 66.25%;
}
.service-form .input-line input:focus {
  border-color: #14837a;
}
.service-form .input-line .select-item {
  width: 32.5%;
}
.service-form .input-line .select-item .layui-form-select .layui-input {
  width: 100%;
}
.service-form .input-line .select-item .layui-form-select dl {
  top: 100%;
}
.service-form .input-line .select-item .layui-form-select dl dd.layui-this {
  background-color: var(--theme);
}
.service-form .textarea-line textarea {
  resize: none;
  height: max(196px, 2.96rem);
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: var(--duration);
  padding: max(15px, 0.33rem) max(15px, 0.36rem);
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: var(--font24);
  color: rgba(0, 0, 0, 0.4);
}
.service-form .textarea-line textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.service-form .textarea-line textarea:focus {
  outline: none;
  border-color: #14837a;
}
.service-form .submit-btn {
  margin-top: max(30px, 0.53rem);
  width: 200px;
  height: 60px;
  background: #14837a;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: var(--font20);
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* 品牌中心 */
.trademark-page {
  padding-top: 1.33rem;
  padding-bottom: 1.55rem;
  /* 总部地址 */
}
.trademark-page .panel {
  display: flex;
  align-items: flex-start;
  padding-top: max(15px, 0.39rem);
  padding-bottom: max(15px, 0.29rem);
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.trademark-page .panel .left {
  display: flex;
  align-items: flex-start;
}
.trademark-page .panel .left .title {
  font-weight: bold;
  font-size: var(--font30);
  color: #14837a;
  line-height: 1.66666667;
  margin-right: 1.6rem;
}
.trademark-page .panel .left .list {
  margin-top: 18px;
}
.trademark-page .panel .left .list .item {
  display: flex;
  align-items: center;
  margin-bottom: max(0.21rem, 15px);
}
.trademark-page .panel .left .list .item .icon {
  width: 25px;
  margin-right: max(10px, 0.3rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.trademark-page .panel .left .list .item .text {
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.6);
}
.trademark-page .panel .left .list .item .text span {
  margin-right: 10px;
}
.trademark-page .panel .left .list .item .text span:last-of-type {
  margin-right: 0;
}
.trademark-page .panel .right {
  flex: 1;
  min-width: 0;
  margin-left: 2.42rem;
}
.trademark-page .panel .right img {
  display: block;
  max-width: 100%;
  height: auto;
}
.trademark-page .other-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: max(30px, 0.6rem);
}
.trademark-page .other-list .other-item {
  width: 32.5%;
  flex-shrink: 0;
  margin-right: 1.25%;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  padding: max(20px, 0.5rem) max(15px, 0.52rem) max(20px, 0.52rem);
  margin-bottom: 30px;
}
.trademark-page .other-list .other-item:nth-child(3n) {
  margin-right: 0;
}
.trademark-page .other-list .other-item .other-title {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.trademark-page .other-list .other-item .list .item {
  display: flex;
  line-height: 1.66666667;
  margin-bottom: 10px;
}
.trademark-page .other-list .other-item .list .item:last-child {
  margin-bottom: 0;
}
.trademark-page .other-list .other-item .list .item .icon img {
  display: inline-block;
  vertical-align: text-top;
}
.trademark-page .other-list .other-item .list .item .text {
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.6);
  margin-left: max(10px, 0.17rem);
}
/* 品牌中心1 */
.trademark-page1 {
  padding-top: 1.33rem;
  padding-bottom: 2.06rem;
}
.trademark-page1 .trademark-show-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px max(10px, 0.25rem);
}
.trademark-page1 .trademark-show-list .item {
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: var(--duration);
  border: 2px solid transparent;
}
.trademark-page1 .trademark-show-list .item:hover {
  border-color: #14837a;
}
.trademark-page1 .trademark-show-list .item:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.trademark-page1 .trademark-show-list .item::after {
  content: "";
  display: block;
  padding-bottom: 33.12%;
}
.trademark-page1 .trademark-show-list .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  object-position: center center;
  transition: var(--duration);
}
/* 新闻详情 */
.news-detail-page {
  margin-top: var(--header-height);
  padding-top: max(10px, 0.24rem);
  padding-bottom: 1.64rem;
}
.news-page-article {
  margin-top: 0.93rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
}
.news-page-article .article-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #121212;
  line-height: 1.35;
  text-align: center;
}
.news-page-article .article-source {
  text-align: center;
  margin-top: max(10px, 0.24rem);
  padding-bottom: max(15px, 0.23rem);
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
}
.news-page-article .article-source span {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(18, 18, 18, 0.6);
  margin-right: 0.4rem;
}
.news-page-article .article-source span:last-child {
  margin-right: 0;
}
.news-page-article .article-main {
  padding-top: max(20px, 0.4rem);
  padding-bottom: max(20px, 1.07rem);
}
.news-page-article .article-main p,
.news-page-article .article-main span,
.news-page-article .article-main * {
  max-width: 100%;
  overflow-wrap: break-word;
}
.news-page-article .article-main img,
.news-page-article .article-main video {
  max-width: 100%;
  vertical-align: top;
}
.news-page-article .article-main .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.news-page-article .recommend-area .recommend-item {
  font-weight: bold;
  font-size: var(--font20);
  color: #121212;
  line-height: 1.5;
  padding-top: max(10px, 0.29rem);
  padding-bottom: max(10px, 0.29rem);
  padding-left: max(0.47rem, 15px);
  padding-right: max(0.47rem, 15px);
  border-radius: 10px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  margin-bottom: 13px;
  transition: var(--duration);
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-page-article .recommend-area .recommend-item:last-child {
  margin-bottom: 0;
}
.news-page-article .recommend-area .recommend-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #14837a;
  transition: 0.6s ease;
  z-index: -1;
}
.news-page-article .recommend-area .recommend-item:hover {
  color: #fff;
}
.news-page-article .recommend-area .recommend-item:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
/* 相关新闻推荐区域 */
.related-wrap {
  margin-top: 1.42rem;
}
.related-wrap .related-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #121212;
  line-height: 1;
  text-align: center;
  margin-bottom: max(20px, 0.54rem);
}
.related-wrap .related-list {
  display: flex;
}
.related-wrap .related-list .item {
  width: 31.25%;
  margin-right: 3.125%;
}
.related-wrap .related-list .item:nth-child(3n) {
  margin-right: 0;
}
.related-wrap .related-list .item .pic {
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.related-wrap .related-list .item .pic:hover img {
  transform: scale(1.05);
}
.related-wrap .related-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 48%;
}
.related-wrap .related-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.45s ease;
}
.related-wrap .related-list .item .text {
  margin-top: max(10px, 0.33rem);
}
.related-wrap .related-list .item .text .time {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font16);
  color: #14837a;
  margin-bottom: 10px;
}
.related-wrap .related-list .item .text .title {
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  transition: var(--duration);
  height: calc(1.5 * 1em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.related-wrap .related-list .item .text .more {
  margin-top: 0.98rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.33rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  position: relative;
}
.related-wrap .related-list .item .text .more .more-text {
  font-weight: bold;
  font-size: var(--font16);
  color: #14837a;
  margin-right: max(6px, 0.17rem);
  line-height: 1;
}
.related-wrap .related-list .item .text .more .more-icon {
  display: flex;
  align-items: center;
}
.related-wrap .related-list .item .text .more::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  background-color: var(--theme);
  width: 0;
  height: 2px;
  transition: var(--duration);
}
.related-wrap .related-list .item .text:hover .title {
  color: var(--theme);
}
.related-wrap .related-list .item .text:hover .more::after {
  width: 100%;
  left: 0;
  right: auto;
}
/* 选型详情页面 */
.mode-detail-page .common-bread {
  margin-top: max(10px, 0.22rem);
}
.mode-detail-page .common-bread ul {
  max-width: 1600px;
  width: 86%;
}
.mode-detail-page .model-article {
  margin-top: max(35px, 0.92rem);
  margin-bottom: max(35px, 1.87rem);
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding-top: max(30px, 0.78rem);
  padding-left: max(15px, 0.54rem);
  padding-right: max(15px, 0.54rem);
  padding-bottom: max(30px, 1.1rem);
}
.mode-detail-page .model-article p,
.mode-detail-page .model-article span,
.mode-detail-page .model-article * {
  max-width: 100%;
  overflow-wrap: break-word;
}
.mode-detail-page .model-article img,
.mode-detail-page .model-article video {
  max-width: 100%;
  vertical-align: top;
}
.mode-detail-page .model-article .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
/* 应用方案页面 */
.application-page {
  padding-top: max(45px, 1.33rem);
  padding-bottom: max(45px, 1.36rem);
}
.application-page .application-list {
  margin-bottom: max(35px, 0.57rem);
}
.application-page .application-list .item {
  display: flex;
  align-items: flex-start;
  padding-top: max(20px, 0.59rem);
  padding-bottom: max(20px, 0.59rem);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.application-page .application-list .item .pic {
  width: 28.125%;
  flex-shrink: 0;
  min-width: 270px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 1.11rem;
}
.application-page .application-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 68.889%;
}
.application-page .application-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.45s ease;
}
.application-page .application-list .item .pic:hover img {
  transform: scale(1.05);
}
.application-page .application-list .item .text {
  flex: 1;
  min-width: 0;
}
.application-page .application-list .item .text .title {
  font-weight: bold;
  font-size: var(--font30);
  color: #000000;
  line-height: 1.66666667;
  padding-top: 0.12rem;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.application-page .application-list .item .text .desc {
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.66666667;
  margin-top: max(7px, 0.13rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.application-page .application-list .item .text .desc span {
  background-image: linear-gradient(to right, var(--theme), var(--theme));
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: right bottom;
  transition: background-size 0.7s linear, color var(--duration) ease;
}
.application-page .application-list .item .text .more {
  margin-top: 0.39rem;
  display: flex;
  align-items: center;
  width: fit-content;
}
.application-page .application-list .item .text .more .more-text {
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  line-height: 1;
  transition: var(--duration);
}
.application-page .application-list .item .text .more .more-icon {
  width: 47px;
  height: 47px;
  background: #14837a;
  border-radius: 50%;
  margin-left: max(10px, 0.19rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-page .application-list .item .text:hover .title {
  color: var(--theme);
}
.application-page .application-list .item .text:hover .desc span {
  color: var(--theme);
  background-size: 100% 1px;
  background-position: left bottom;
}
.application-page .application-list .item .text:hover .more .more-text {
  color: var(--theme);
}
/* 应用详情页面 */
.application-detail-page .common-bread {
  padding-top: max(15px, 0.22rem);
}
.application-detail-page .common-bread ul {
  max-width: 1600px;
  width: 86%;
}
.application-detail-page .application-tab {
  margin-top: 0.92rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  margin-bottom: max(30px, 0.8rem);
}
.application-detail-page .application-tab .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: #14837a;
  z-index: -1;
  border-radius: 10px;
  transition: var(--duration);
}
.application-detail-page .application-tab .tab-item {
  width: 25%;
  flex-shrink: 0;
  font-weight: bold;
  font-size: var(--font24);
  color: #14837a;
  transition: var(--duration);
  text-align: center;
  padding-top: max(10px, 0.245rem);
  padding-bottom: max(10px, 0.245rem);
}
.application-detail-page .application-tab .tab-item.active {
  color: #ffffff;
}
.application-detail-page .application-card-list {
  margin-bottom: 2.05rem;
}
.application-detail-page .application-card-list ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.application-detail-page .application-card-list ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.application-detail-page .application-card-list *,
.application-detail-page .application-card-list span,
.application-detail-page .application-card-list p {
  max-width: 100%;
  overflow-wrap: break-word;
}
.application-detail-page .application-card-list img,
.application-detail-page .application-card-list video {
  max-width: 100%;
  vertical-align: top;
}
.application-detail-page .application-card-list .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.application-detail-page .application-card-list .card-item {
  display: none;
}
.application-detail-page .application-card-list .card-item.show {
  display: block;
}
.application-detail-page .application-card-list .card-item li {
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.66666667;
  list-style: none;
  position: relative;
  padding-left: 22px;
}
.application-detail-page .application-card-list .card-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background: #14837a;
  border-radius: 50%;
}
/* 选型指南页面 */
.sample-guide-page {
  padding-top: 1.35rem;
  padding-bottom: 1.55rem;
}
.sample-guide-page .sample-guide-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sample-guide-page .sample-guide-wrap .main {
  margin-left: max(30px, 0.72rem);
  flex: 1;
  min-width: 0;
}
.sample-guide-page .sample-guide-wrap .main .smaple-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: max(30px, 0.5rem);
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item {
  width: 32.573%;
  margin-right: 1.14%;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item:nth-child(3n) {
  margin-right: 0;
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item .pic {
  width: 100%;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.45s ease;
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item .pic:hover img {
  transform: scale(1.05);
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item .text {
  padding: max(10px, 0.28rem) max(10px, 0.34rem) max(10px, 0.31rem);
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item .text .title-line {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item .text .title-line .icon {
  margin-right: max(10px, 0.2rem);
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item .text .title-line .title-text {
  flex: 1;
  min-width: 0;
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  transition: var(--duration);
  height: calc(1.45 * 2 * 1em);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  line-height: 1.45;
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item .text .more {
  display: flex;
  align-items: center;
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item .text .more .more-text {
  font-weight: bold;
  font-size: var(--font16);
  color: #14837a;
  line-height: 1;
  margin-right: max(10px, 0.17rem);
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item .text .more .more-icon {
  display: flex;
  align-items: center;
}
.sample-guide-page .sample-guide-wrap .main .smaple-list .item .text:hover .title-line .title-text {
  color: var(--theme);
}
/* 资料中心页面 */
.file-center-page {
  padding-top: max(45px, 1.35rem);
  padding-bottom: max(45px, 1.59rem);
}
.file-center-page .file-center-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.file-center-page .file-center-wrap .file-aside {
  width: 300px;
  flex-shrink: 0;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin-right: max(30px, 0.72rem);
}
@media (min-width: 769px) {
  .file-center-page .file-center-wrap .file-aside {
    position: sticky;
    top: calc(var(--header-height) + 30px);
  }
}
.file-center-page .file-center-wrap .file-aside .file-list {
  width: 100%;
}
.file-center-page .file-center-wrap .file-aside .file-list .item:not(.active):hover a {
  color: #14837a;
}
.file-center-page .file-center-wrap .file-aside .file-list .item:last-child a {
  border: none;
}
.file-center-page .file-center-wrap .file-aside .file-list .item.active a {
  color: #fff;
  background-color: #14837a;
  border-color: transparent;
}
.file-center-page .file-center-wrap .file-aside .file-list .item a {
  display: block;
  font-weight: bold;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.4);
  padding-left: max(10px, 0.29rem);
  padding-right: max(10px, 0.29rem);
  padding-top: max(10px, 0.25rem);
  padding-bottom: max(10px, 0.25rem);
  transition: var(--duration);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.file-center-page .file-center-wrap .file-main {
  flex: 1;
  min-width: 0;
}
.file-center-page .file-center-wrap .file-main .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: max(15px, 0.34rem);
}
.file-center-page .file-center-wrap .file-main .list .item {
  width: 32.573%;
  margin-right: 1.14%;
  margin-bottom: 17px;
  padding: max(15px, 0.34rem) max(10px, 0.4rem);
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.06);
}
.file-center-page .file-center-wrap .file-main .list .item:nth-child(3n) {
  margin-right: 0;
}
.file-center-page .file-center-wrap .file-main .list .item .file-name {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  margin-bottom: max(10px, 0.63rem);
  height: calc(var(--font24) * 1.45 * 2);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.file-center-page .file-center-wrap .file-main .list .item .download-line {
  display: flex;
  align-items: center;
}
.file-center-page .file-center-wrap .file-main .list .item .download-line .d-text {
  font-weight: bold;
  font-size: var(--font18);
  color: #000000;
  margin-right: max(10px, 0.16rem);
  transition: var(--duration);
}
.file-center-page .file-center-wrap .file-main .list .item .download-line .d-icon {
  width: 36px;
  height: 36px;
  background: #14837a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-center-page .file-center-wrap .file-main .list .item .download-line .d-icon img {
  max-width: 50%;
  object-fit: contain;
}
.file-center-page .file-center-wrap .file-main .list .item:hover .file-name,
.file-center-page .file-center-wrap .file-main .list .item:hover .download-line .d-text {
  color: var(--theme);
}
/* 公司简介页面 */
.about-page {
  padding-top: 1.32rem;
  padding-bottom: 1.82rem;
}
.about-page .about-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #000000;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-bottom: 0.57rem;
}
.about-page .about-title span {
  color: #14837a;
}
.about-page .about-title:last-of-type {
  margin-bottom: 0;
}
.about-page .about-desc p {
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.66666667;
  margin-bottom: max(10px, 0.27rem);
}
.about-page .about-desc p:last-of-type {
  margin-bottom: 0;
}
.about-page .about-desc .video {
  margin-top: 0.72rem;
  position: relative;
}
.about-page .about-desc .video .pic {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.about-page .about-desc .video .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-desc .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  user-select: none;
}
.about-page .about-desc .video .play .hover {
  display: none;
}
.about-page .about-desc .video .play:hover .hover {
  display: inline-block;
}
.about-page .about-desc .video .play:hover .default {
  display: none;
}
/* 组织架构 */
.zuzhijiagou-page {
  padding-top: max(45px, 1.34rem);
  padding-bottom: 3.51rem;
}
.zuzhijiagou-page .pic {
  display: block;
}
.zuzhijiagou-page .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* 新闻咨询 */
.news-list-page {
  padding-top: max(45px, 1.33rem);
  padding-bottom: max(45px, 1.5rem);
  /* 当前页面共用的 */
}
.news-list-page .news-list-item {
  display: block;
}
.news-list-page .news-list-item .pic {
  display: block;
  width: 100%;
  padding-bottom: 48%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: max(15px, 0.33rem);
  position: relative;
}
.news-list-page .news-list-item .pic:hover img {
  transform: scale(1.05);
}
.news-list-page .news-list-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.45s ease;
}
.news-list-page .news-list-item .text .time {
  font-weight: 400;
  font-size: var(--font16);
  color: #14837a;
  line-height: 1;
  margin-bottom: 10px;
}
.news-list-page .news-list-item .text .title {
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  transition: var(--duration);
  height: calc(1.5 * 1em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
.news-list-page .news-list-item .text .more {
  display: flex;
  align-items: center;
  padding-bottom: max(10px, 0.33rem);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  margin-top: 0.9rem;
  position: relative;
}
.news-list-page .news-list-item .text .more .more-text {
  font-weight: bold;
  font-size: var(--font16);
  color: #14837a;
  line-height: 1;
}
.news-list-page .news-list-item .text .more .more-icon {
  display: flex;
  align-items: center;
  margin-left: max(0.17rem, 10px);
}
.news-list-page .news-list-item .text .more::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  background-color: var(--theme);
  width: 0;
  height: 2px;
  transition: var(--duration);
}
.news-list-page .news-list-item .text:hover .title {
  color: var(--theme);
}
.news-list-page .news-list-item .text:hover .more::after {
  width: 100%;
  right: auto;
  left: 0;
}
/* 新闻咨询上面的panel */
.news-list-page-panel {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}
.news-list-page-panel .left {
  width: 65.625%;
  position: relative;
}
.news-list-page-panel .left .pic {
  display: block;
  padding-bottom: 47.62%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.news-list-page-panel .left .pic:hover img {
  transform: scale(1.05);
}
.news-list-page-panel .left .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.45s ease;
}
.news-list-page-panel .left .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: max(15px, 0.35rem);
  padding-right: max(15px, 0.35rem);
  padding-bottom: max(0.3rem, 10px);
}
.news-list-page-panel .left .text .time {
  font-weight: 400;
  font-size: var(--font18);
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}
.news-list-page-panel .left .text .desc {
  font-weight: bold;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.5;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-list-page-panel .right {
  width: 31.25%;
}
.news-list-page-panel .right .news-list-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-list-page-panel .right .news-list-item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-list-page-panel .right .news-list-item .text .more {
  margin-top: auto;
}
/* 下方展示的列表 */
.news-page-list-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: max(0.46rem, 30px);
  margin-bottom: 12px;
}
.news-page-list-area .news-list-item {
  margin-bottom: max(20px, 0.46rem);
  width: 31.25%;
  margin-right: 3.125%;
}
.news-page-list-area .news-list-item:nth-child(3n) {
  margin-right: 0;
}
/* 人才招聘页面 */
.hire-page {
  padding-top: max(45px, 1.34rem);
  padding-bottom: max(35px, 1.08rem);
}
.hire-page .hire-desc {
  font-weight: 400;
  font-size: var(--font18);
  color: #8c8b8b;
  line-height: 1.66666667;
  text-align: center;
  overflow-wrap: break-word;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hire-page .hire-desc .mt {
  margin-top: 0.3rem;
}
.hire-page .hire-desc .email {
  color: #14837a;
  font-weight: bold;
}
.hire-page .job-list {
  margin-top: max(30px, 0.57rem);
  margin-bottom: max(30px, 0.6rem);
}
.hire-page .job-list .job-item {
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: max(20px, 0.28rem) max(15px, 0.48rem);
  padding-bottom: 0;
  margin-bottom: 10px;
}
.hire-page .job-list .job-item:last-of-type {
  margin-bottom: 0;
}
.hire-page .job-list .job-item .job-head {
  padding-bottom: max(20px, 0.28rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  cursor: pointer;
}
.hire-page .job-list .job-item .job-head .job-text {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.25;
  margin-right: 15px;
  overflow-wrap: break-word;
}
.hire-page .job-list .job-item .job-head .job-icon {
  position: relative;
}
.hire-page .job-list .job-item .job-head .job-icon .line1 {
  width: 20px;
  height: 2px;
  background: #000000;
  transition: var(--duration);
}
.hire-page .job-list .job-item .job-head .job-icon .line2 {
  width: 2px;
  height: 20px;
  background: #000000;
  transition: var(--duration);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  transform-origin: center center;
}
.hire-page .job-list .job-item .job-main {
  display: none;
  padding-bottom: max(25px, 0.43rem);
  padding-top: max(0.25rem, 20px);
  border-top: 2px solid rgba(20, 131, 122, 0.1);
}
.hire-page .job-list .job-item .job-main p,
.hire-page .job-list .job-item .job-main span,
.hire-page .job-list .job-item .job-main * {
  font-weight: 400;
  font-size: 18px;
  color: #14837a;
  line-height: 1.66666667;
  max-width: 100%;
  overflow-wrap: break-word;
}
.hire-page .job-list .job-item .job-main img {
  max-width: 100%;
  vertical-align: top;
}
.hire-page .job-list .job-item.active {
  border-color: #14837a;
}
.hire-page .job-list .job-item.active .job-head .job-text {
  color: #14837a;
}
.hire-page .job-list .job-item.active .job-head .job-icon .line1 {
  background-color: #14837a;
}
.hire-page .job-list .job-item.active .job-head .job-icon .line2 {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
/* 发展历程页面 */
.development-page .development-wrap {
  display: flex;
  align-items: flex-start;
  padding-top: max(45px, 1.33rem);
  padding-bottom: max(45px, 3rem);
}
.development-page .development-wrap .development-aside {
  flex-shrink: 0;
  width: 300px;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding-top: max(20px, 0.36rem);
  padding-bottom: max(20px, 1.68rem);
  padding-left: max(15px, 0.3rem);
  padding-right: max(15px, 0.3rem);
  position: sticky;
  top: calc(var(--header-height) + 60px);
}
.development-page .development-wrap .development-aside .item {
  display: flex;
  align-items: center;
  padding-bottom: max(10px, 0.21rem);
  user-select: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.development-page .development-wrap .development-aside .item:last-child {
  margin-bottom: 0;
}
.development-page .development-wrap .development-aside .item.active {
  border-color: #14837a;
}
.development-page .development-wrap .development-aside .item.active .point {
  background-color: #14837a;
}
.development-page .development-wrap .development-aside .item.active .text {
  color: #14837a;
}
.development-page .development-wrap .development-aside .item .point {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  margin-right: 11px;
}
.development-page .development-wrap .development-aside .item .text {
  font-weight: bold;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.development-page .development-wrap .development-main {
  --dev-main-width: max(360px, 4.1rem);
  width: calc(100% - var(--dev-main-width));
  margin-left: auto;
  padding-left: max(30px, 1.13rem);
  position: relative;
}
.development-page .development-wrap .development-main .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: calc(100% + 15px);
  background-color: rgba(0, 0, 0, 0.06);
}
.development-page .development-wrap .development-main .line .line-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #14837a;
}
.development-page .development-wrap .development-main .list .item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.52rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 0.65rem;
}
.development-page .development-wrap .development-main .list .item .year {
  font-weight: bold;
  font-size: var(--font40);
  color: #14837a;
  line-height: 1.25;
  white-space: nowrap;
  margin-right: max(15px, 0.94rem);
}
.development-page .development-wrap .development-main .list .item .year-group .group-item {
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  position: relative;
  padding-left: max(20px, 0.4rem);
  overflow-wrap: break-word;
  margin-bottom: max(10px, 0.14rem);
}
.development-page .development-wrap .development-main .list .item .year-group .group-item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #14837a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.55em;
}
/* 大于768的情况 */
@media (min-width: 769px) {
  /* 共用侧边栏的点击按钮 */
  .phone-common-aside-icon,
  .phone-toggle-common-aside-btn {
    display: none !important;
  }
}
/* 调节版心 */
@media (max-width: 768px) {
  .news-page-article {
    width: 92%;
  }
}
/* 开始响应式调节排版 */
@media (max-width: 1200px) {
  .n-common-banner {
    margin-top: var(--header-height);
  }
  /* 内页共用侧边栏 */
  .common-aside {
    width: 240px;
  }
  /* 选型指南 页面  */
  .sample-guide-page .sample-guide-wrap .main .smaple-list {
    justify-content: space-between;
  }
  .sample-guide-page .sample-guide-wrap .main .smaple-list .item {
    margin-right: 0;
    width: 47.5%;
  }
  /* 资料中心 */
  .file-center-page .file-center-wrap .file-main .list {
    justify-content: space-between;
  }
  .file-center-page .file-center-wrap .file-main .list .item {
    width: 47.5%;
    margin-right: 0;
  }
  /* 发展历程 */
  .development-page .development-wrap .development-aside {
    width: 200px;
  }
  .development-page .development-wrap .development-main {
    --dev-main-width: max(260px, 4.1rem);
  }
  /* 联系我们 */
  .trademark-page .panel {
    flex-wrap: wrap;
  }
  .trademark-page .panel .left .list {
    margin-top: 0;
  }
  .trademark-page .panel .right {
    flex: none;
    width: 100%;
    order: -1;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .trademark-page .panel .right img {
    margin-left: auto;
    margin-right: auto;
  }
  .trademark-page .panel .left {
    flex-wrap: wrap;
  }
  .trademark-page .panel .left .title {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  /* 人才招聘 */
  .hire-page .hire-desc {
    width: 90%;
  }
  /* 产品中心 */
  .pro-center-main .main {
    width: calc(100% - 290px);
  }
}
@media (max-width: 992px) {
  .trademark-page1 .trademark-show-list {
    grid-template-columns: repeat(3, 1fr);
  }
  /* 资料中心 */
  .file-center-page .file-center-wrap .file-aside {
    width: 200px;
  }
  /*  新闻资讯页面 */
  .news-list-page-panel {
    flex-wrap: wrap;
  }
  .news-list-page-panel .left {
    width: 100%;
  }
  .news-list-page-panel .right {
    display: none;
  }
  .news-page-list-area {
    justify-content: space-between;
  }
  .news-page-list-area .news-list-item {
    width: 47.5%;
    margin-right: 0;
  }
  /* 联系我们 */
  .trademark-page .other-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .trademark-page .other-list .other-item {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* 内页面包屑,统一隐藏 */
  .common-bread {
    display: none;
  }
  /* 内页banner */
  .n-common-banner.has-tab .banner-wrap .tab-area .tab-title {
    display: none;
  }
  .n-common-banner .banner-wrap .title {
    align-items: flex-end;
  }
  .n-common-banner.has-tab .banner-wrap .tab-area .list .item .point {
    display: none;
  }
  .n-common-banner.has-tab .banner-wrap .tab-area .tab-wrap {
    overflow-x: auto;
  }
  .n-common-banner.has-tab .banner-wrap .tab-area .list .item {
    white-space: nowrap;
  }
  .n-common-banner.has-tab .banner-wrap .tab-area .tab-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .n-common-banner.has-tab .banner-wrap .tab-area .tab-wrap::-webkit-scrollbar {
    height: 4px;
    background-color: #fff;
  }
  .n-common-banner.has-tab .banner-wrap .tab-area .tab-wrap::-webkit-scrollbar-thumb {
    height: 4px;
    background: #14837a;
    border-radius: 2px;
    cursor: pointer;
  }
  .n-common-banner .banner-wrap .title .icon {
    width: 30px;
  }
  .n-common-banner.has-form .form-area {
    --form-height: 50px;
    display: block;
  }
  .n-common-banner .pic img {
    height: 300px;
    object-fit: cover;
  }
  /* 应用方案列表页面 */
  .application-page .application-list .item .pic {
    margin-right: 30px;
    min-width: 190px;
  }
  .application-page .application-list .item .text .more .more-icon {
    width: 35px;
    height: 35px;
  }
  .application-page .application-list .item .text .more .more-icon img {
    max-width: 50%;
  }
  /* 应用方案详情 */
  .application-detail-page .application-tab .tab-item {
    font-size: var(--font18);
  }
  /* 选型指南 页面  */
  .common-aside {
    position: fixed;
    left: 100%;
    top: 0;
    z-index: calc(999 * 4);
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #f8f8f8;
    padding-top: 3vh;
    padding-bottom: 6vh;
  }
  .common-aside::-webkit-scrollbar {
    width: 6px;
    background-color: #ccc;
  }
  .common-aside::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 10px;
    background-color: var(--theme);
  }
  /* 控制侧边栏出现的按钮 */
  .phone-toggle-common-aside-btn {
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 67;
    user-select: none;
    cursor: pointer;
    color: #fff;
    width: 150px;
    height: 45px;
    margin-left: auto;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .phone-toggle-common-aside-btn .layui-icon {
    color: #fff;
    font-size: 14px;
    margin-left: 6px;
  }
  /* 关闭侧边栏按钮的 */
  .phone-common-aside-icon {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    user-select: none;
    cursor: pointer;
    margin-bottom: 7vh;
  }
  .phone-common-aside-icon .icon {
    width: fit-content;
    margin-left: auto;
  }
  .phone-common-aside-icon .icon img {
    vertical-align: top;
  }
  .phone-common-aside-icon .icon .hover {
    display: none;
  }
  .phone-common-aside-icon .icon:hover .hover {
    display: inline-block;
  }
  .phone-common-aside-icon .icon:hover .default {
    display: none;
  }
  .common-aside .filter-list {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .sample-guide-page .sample-guide-wrap {
    display: block;
  }
  .sample-guide-page .sample-guide-wrap .main {
    margin-left: 0;
  }
  .sample-guide-page .sample-guide-wrap .main .smaple-list .item .text .title-line .icon img {
    width: 18px;
  }
  /* 样品申请 */
  .service-form .input-line {
    flex-wrap: wrap;
  }
  .service-form .input-line input,
  .service-form .input-line .select-item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .service-form .input-line .select-item {
    margin-bottom: 0;
  }
  .service-form .input-line input.custom {
    width: 100%;
  }
  /* 资料中心 */
  .file-center-page .file-center-wrap {
    flex-wrap: wrap;
  }
  .file-center-page .file-center-wrap .file-aside {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .file-center-page .file-center-wrap .file-main {
    flex: none;
    width: 100%;
  }
  /* 公司简介页面 */
  .about-page .about-title {
    font-size: var(--font36);
  }
  .about-page .about-desc .video .play img {
    width: 45px;
    height: 45px;
    object-fit: contain;
  }
  /* 发展历程 */
  .development-page .development-wrap {
    flex-wrap: wrap;
  }
  .development-page .development-wrap .development-aside {
    width: 100%;
    position: static;
  }
  .development-page .development-wrap .development-main {
    margin-left: 0;
    margin-top: 45px;
    flex: none;
    width: 100%;
  }
  /* 人才招聘 */
  .hire-page .job-list .job-item .job-main p,
  .hire-page .job-list .job-item .job-main span,
  .hire-page .job-list .job-item .job-main * {
    font-size: 14px;
  }
  /* 产品中心 */
  .pro-center-main .pro-center-wrap {
    flex-wrap: wrap;
  }
  .common-aside .aside-title {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .common-aside.sticky {
    position: fixed;
    top: 0;
    z-index: 207;
    left: 100%;
  }
  .pro-center-main .main {
    width: 100%;
  }
  .pro-center-main .main .main-top .form {
    width: 45%;
  }
  .pro-center-main .main .main-bottom .b-bottom {
    overflow-x: auto;
    margin-top: 30px;
  }
  .pro-center-main .main .main-bottom .b-bottom::-webkit-scrollbar {
    height: 4px;
    background-color: #fff;
  }
  .pro-center-main .main .main-bottom .b-bottom::-webkit-scrollbar-thumb {
    height: 4px;
    background: #14837a;
    border-radius: 2px;
    cursor: pointer;
  }
  .pro-center-main .main {
    --cell-max: 126px;
    --cell-min: 96px;
  }
  .pro-center-main .main .scroll-line {
    height: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .pro-center-main .main .main-bottom .b-bottom .b-items {
    padding-left: 0;
  }
  .pro-center-main .main .main-bottom .b-bottom .b-items .b-absolute {
    position: sticky;
    height: auto;
  }
}
@media (max-width: 576px) {
  /* 分页器 */
  .common-pagination {
    flex-wrap: wrap;
  }
  .common-pagination .item {
    margin-bottom: 5px;
  }
  .n-common-banner.has-form .form-area .layui-form {
    flex-wrap: wrap;
  }
  .n-common-banner .banner-wrap .title .icon {
    width: 25px;
  }
  .n-common-banner.has-form .form-area .layui-form .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .n-common-banner.has-form .form-area .layui-form .item {
    margin-left: 0;
  }
  .n-common-banner.has-form .form-area {
    --form-height: 40px;
  }
  .n-common-banner.has-form .form-area .layui-form .item .layui-form-select .layui-edge {
    top: 32%;
  }
  .trademark-page1 .trademark-show-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
  /* 应用案例列表页面 */
  .application-page .application-list .item {
    flex-wrap: wrap;
  }
  .application-page .application-list .item .pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .application-page .application-list .item .text {
    min-width: auto;
    flex: none;
    width: 100%;
  }
  .application-page .application-list .item .pic::after {
    padding-bottom: 60%;
  }
  .application-page .application-list .item .text .more {
    margin-top: 10px;
  }
  .application-page .application-list .item .text .title {
    font-size: 18px;
  }
  /* 应用方案详情 */
  .application-detail-page .application-tab {
    overflow-x: auto;
    position: relative;
  }
  .application-detail-page .application-tab::-webkit-scrollbar {
    height: 4px;
    background-color: #fff;
  }
  .application-detail-page .application-tab::-webkit-scrollbar-thumb {
    height: 4px;
    background: #14837a;
    border-radius: 2px;
    cursor: pointer;
  }
  .application-detail-page .application-tab .tab-item {
    width: auto;
    white-space: nowrap;
    margin-right: 15px;
    width: 40%;
  }
  .application-detail-page .application-tab .tab-item:last-child {
    margin-right: 0;
  }
  .application-detail-page .application-tab .bar {
    width: 40%;
  }
  /*  选型指南 */
  .sample-guide-page .sample-guide-wrap .main .smaple-list .item {
    width: 48.5%;
  }
  .sample-guide-page .sample-guide-wrap .main .smaple-list .item .text .title-line .title-text {
    font-size: 14px;
  }
  /* 资料中心 */
  .file-center-page .file-center-wrap .file-main .list .item {
    width: 100%;
  }
  .file-center-page .file-center-wrap .file-main .list .item .file-name {
    font-size: 16px;
  }
  .file-center-page .file-center-wrap .file-main .list .item .download-line .d-icon {
    width: 30px;
    height: 30px;
  }
  /* 发展历程 */
  .development-page .development-wrap .development-main .list .item {
    flex-wrap: wrap;
  }
  .development-page .development-wrap .development-main .list .item .year {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  /* 新闻咨询 */
  .news-list-page-panel .left .text .time {
    font-size: 12px;
  }
  .news-list-page-panel .left .text .desc {
    font-size: 14px;
  }
  .news-page-list-area .news-list-item {
    width: 100%;
  }
  /* 联系我们 */
  .trademark-page .other-list .other-item {
    width: 100%;
  }
  /* 产品中心 */
  .pro-center-main .main .main-top {
    flex-wrap: wrap;
  }
  .pro-center-main .main .main-top .form {
    width: auto;
    flex: 1;
    min-width: 0;
  }
  .pro-center-main .main .main-top .other {
    width: 100%;
    justify-content: flex-end;
    margin-top: 15px;
  }
}
/* 6-7 增加搜索结果页面 */
.search-list-page {
  --search-pt: max(0.92rem, 45px);
  padding-top: calc(var(--header-height) + var(--search-pt));
  padding-bottom: max(1.89rem, 60px);
}
.search-list-page .application-page {
  padding-top: 0;
  padding-bottom: 0;
}
.search-list-page .news-list-page {
  padding-top: 0;
  padding-bottom: 0;
}
.search-list-page .search-list-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #000000;
  line-height: 1;
  padding-bottom: max(15px, 0.27rem);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.search-list-page .application-page .application-list {
  margin-bottom: max(45px, 1.13rem);
}
.search-list-page .news-page-list-area {
  margin-top: max(30px, 0.59rem);
}
.search-list-page .search-list-search {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  height: max(45px, 0.8rem);
  position: relative;
  z-index: 2;
  margin-bottom: max(30px, 0.87rem);
  --border-radius: max(0.4rem, 25px);
}
.search-list-page .search-list-search input {
  width: 90.90909091%;
  flex-shrink: 0;
  height: 100%;
  border-radius: var(--border-radius);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  padding-left: max(20px, 0.45rem);
  padding-right: max(120px, 1.6rem);
  transition: var(--duration);
}
.search-list-page .search-list-search input:focus {
  border-color: var(--theme);
}
.search-list-page .search-list-search button {
  width: max(80px, 1.4rem);
  height: 100%;
  background: #14837a;
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.empty_text {
  font-size: var(--font26);
  text-align: center;
  font-weight: bold;
}
/* 搜索页面2 */
.search-list-page .search-list-table .search-list-title {
  border: none;
}
.search-list-page .search-list-table .search-table {
  margin-top: max(0.27rem, 10px);
  border-radius: 10px;
  overflow: hidden;
  --col1: 16.625%;
  --col2: max(17%, 200px);
}
.search-list-page .search-list-table .search-table .table-head {
  display: flex;
  background-color: #14837a;
}
.search-list-page .search-list-table .search-table .table-head .col {
  font-weight: bold;
  font-size: var(--font20);
  color: #ffffff;
  line-height: 1.5;
  padding-left: max(0.35rem, 10px);
  padding-right: max(0.35rem, 10px);
  padding-top: max(0.25rem, 10px);
  padding-bottom: max(0.25rem, 10px);
  word-break: break-all;
}
.search-list-page .search-list-table .search-table .table-head .col1 {
  width: var(--col1);
  flex-shrink: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.search-list-page .search-list-table .search-table .table-head .col2 {
  width: var(--col2);
  flex-shrink: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.search-list-page .search-list-table .search-table .table-head .col3 {
  flex: 1;
  min-width: 0;
}
.search-list-page .search-list-table .search-table .table-main {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}
.search-list-page .search-list-table .search-table .table-main .row {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-list-page .search-list-table .search-table .table-main .row:last-child {
  border-bottom: none;
}
.search-list-page .search-list-table .search-table .table-main .row .col {
  font-weight: 400;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.6;
  padding-top: max(0.19rem, 10px);
  padding-bottom: max(0.19rem, 10px);
  padding-left: max(0.35rem, 10px);
  padding-right: max(0.35rem, 10px);
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.search-list-page .search-list-table .search-table .table-main .row .col1 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: var(--col1);
  flex-shrink: 0;
  word-break: break-all;
}
.search-list-page .search-list-table .search-table .table-main .row .col2 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: var(--col2);
  flex-shrink: 0;
}
.search-list-page .search-list-table .search-table .table-main .row .col2 img {
  max-width: 150px;
  max-height: 50px;
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 768px) {
  .search-list-page .search-list-table .search-table {
    --col1: 30%;
    --col2: 30%;
  }
  .search-list-page .search-list-table .search-table .table-main .row .col2 img {
    max-width: 90%;
  }
}
/* 2025-6-20 先添加资料下载中心 弹窗 */
.file-center-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: calc(999 * 19);
  display: none;
}
.file-center-mask .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: max(0.3rem, 10px);
  padding: max(0.6rem, 20px) max(0.5rem, 15px);
  width: 92%;
  max-width: 560px;
}
.file-center-mask .content .title {
  font-size: var(--font24);
  font-weight: bold;
  margin-bottom: max(15px, 0.3rem);
  text-align: center;
}
.file-center-mask .content .form-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  max-width: 520px;
}
.file-center-mask .content .form-item input {
  display: block;
  width: 100%;
  height: 45px;
  transition: var(--duration);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.file-center-mask .content .form-item input:focus {
  border-color: var(--theme);
}
.file-center-mask .content .btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-center-mask .content .btn-list .btn {
  width: 130px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  line-height: 1;
  white-space: nowrap;
  font-size: 16px;
}
.file-center-mask .content .btn-list .btn:not(:last-child) {
  margin-right: 15px;
}
.file-center-mask .content .btn-list .btn.btn-confirm {
  background-color: var(--theme);
}
.file-center-mask .content .btn-list .btn.btn-cancel {
  background-color: rgba(204, 204, 204, 0.6);
}
@media (max-width: 576px) {
  .file-center-mask .content .btn-list .btn {
    margin-right: 0;
  }
  .file-center-mask .content .btn-list .btn.btn-confirm {
    order: 1;
    margin-right: 0;
    margin-left: 15px;
  }
}

/* 2025-6-30 调整 */
.main-bottom2025 {
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
