/* seedz2 bridge：goodao 皮肤与 mb4 功能页共存的粘合样式 */

/* 顶栏 货币/语言 切换 */
.seedz2-switchers {
  justify-content: flex-end;
  gap: 10px;
}
.seedz2-switch {
  height: 28px;
  padding: 0 8px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: #fff;
  color: #333;
  font-size: 13px;
  cursor: pointer;
  outline: none;
}

/* 首页 banner 整块可点 */
.index-banner .banner-img li {
  position: relative;
}
.seedz2-banner-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

/* 首页 news 区：对齐原站 goodao（日期卡片月/日/年；右栏装饰图等比缩放） */
.index-new .new-right {
  min-width: 0;
  overflow: hidden;
}
.index-new .new-right img {
  display: block;
  width: 100%;
  height: auto;
}
.index-new .new-tit h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index-new .new-tit p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* 页脚订阅（老站没有，此处按 goodao 风格轻量呈现） */
.seedz2-subscribe {
  margin-top: 15px;
}
.seedz2-subscribe__bar {
  flex-wrap: nowrap;
}
.seedz2-subscribe__bar input[type="email"] {
  flex: 1;
  min-width: 0;
  height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 13px;
  outline: none;
}
.seedz2-subscribe__bar input[type="email"]::placeholder {
  color: rgba(255, 255, 255, .55);
}
.seedz2-subscribe__bar button {
  height: 34px;
  padding: 0 16px;
  border: 0;
  background: #13adeb;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
.seedz2-subscribe__msg {
  margin: 0 0 6px;
  font-size: 12px;
  color: #9fd8f3;
}

/* 全屏搜索遮罩里的表单（goodao 原版由 wp 输出，这里补一个提交按钮排版） */
.web-search .web-search__form {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: min(720px, 84vw);
  display: flex;
  gap: 10px;
}
.web-search .web-search__form .search-ipt {
  flex: 1;
  min-width: 0;
  height: 52px;
  padding: 0 14px;
  border: 0;
  border-bottom: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 20px;
  outline: none;
}
.web-search .web-search__form .search-btn {
  height: 52px;
  padding: 0 26px;
  border: 0;
  background: #13adeb;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

/* mb4 功能页在 goodao 头尾之间的留白与底色 */
body.cat-page .cat-main {
  padding-top: 20px;
  padding-bottom: 40px;
  background: #f6f8fc;
}

/* goodao 头部下拉菜单层级要压过 mb4 组件 */
.web_head {
  z-index: 999;
}

/* RTL 下顶部工具排布（详见 rtl.css，全局兜底） */
[dir="rtl"] .seedz2-switchers {
  justify-content: flex-start;
}

/* 子页（单页/新闻）通用 */
.seedz2-page-cover {
  margin: 0 0 20px;
}
.seedz2-page-cover img {
  max-width: 100%;
  height: auto;
}
.seedz2-page-content {
  line-height: 1.8;
  font-size: 14px;
  color: #444;
}
.seedz2-page-content h1,
.seedz2-page-content h2,
.seedz2-page-content h3,
.seedz2-page-content h4 {
  color: #1a1a1a;
  font-family: Gilroy-ExtraBold, "Microsoft YaHei", sans-serif;
  line-height: 1.3;
  margin: 0 0 16px;
}
.seedz2-page-content h3 {
  font-size: 28px;
  text-transform: uppercase;
}
.seedz2-page-content img {
  max-width: 100%;
  height: auto;
}
.seedz2-page-content p {
  margin: 0 0 12px;
}

/* 单页图文行：对齐原站 Beaver Builder 50/50 + 奇数行 row-reverse */
.seedz2-bb-page {
  box-sizing: border-box;
}
.seedz2-bb-title.page_about_title {
  text-align: center;
  margin: 0 0 8px;
  padding: 0 20px;
}
.seedz2-page-content .seedz2-bb-title.page_about_title h3,
.seedz2-page-content .page_about_title h3 {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  color: #05102c;
  font-family: Gilroy-ExtraBold, "Microsoft YaHei", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.seedz2-bb-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
  box-sizing: border-box;
}
.seedz2-bb-row--reverse {
  flex-direction: row-reverse;
}
.seedz2-bb-col {
  flex: 1 1 50%;
  width: 50%;
  max-width: 50%;
  min-width: 0;
  box-sizing: border-box;
  padding: 20px;
}
.seedz2-bb-col--photo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.seedz2-bb-col--photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.seedz2-bb-col--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.seedz2-page-content .seedz2-bb-col--text .page_about_title_little_title h3 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.2;
  color: #05102c;
  font-family: Gilroy-ExtraBold, "Microsoft YaHei", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}
.seedz2-bb-rich p {
  margin: 0;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #002140;
}
@media only screen and (max-width: 1366px) {
  .seedz2-page-content .seedz2-bb-title.page_about_title h3,
  .seedz2-page-content .page_about_title h3 {
    font-size: 30px;
  }
  .seedz2-page-content .seedz2-bb-col--text .page_about_title_little_title h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 950px) {
  .seedz2-page-content .seedz2-bb-title.page_about_title h3,
  .seedz2-page-content .page_about_title h3 {
    font-size: 20px;
  }
  .seedz2-page-content .seedz2-bb-col--text .page_about_title_little_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .seedz2-bb-row,
  .seedz2-bb-row--reverse {
    flex-direction: column;
  }
  .seedz2-bb-col {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
  }
}
.seedz2-news-meta {
  margin: -6px 0 18px;
  display: flex;
  gap: 18px;
  color: #999;
  font-size: 13px;
}
.seedz2-news-related {
  margin-top: 36px;
  border-top: 1px solid #eee;
  padding-top: 18px;
}
.seedz2-news-related h2 {
  font-size: 18px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.seedz2-news-related ul li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  border-bottom: 1px dashed #eee;
  font-size: 13px;
}
.seedz2-news-related ul li time {
  color: #999;
  white-space: nowrap;
}
.seedz2-empty {
  padding: 40px 0;
  color: #888;
  text-align: center;
}

/* /contact 联系页：对齐原站 goodao Contact Us（信封标题 + 50/50 地图/地址 + 全宽表单） */
.seedz2-contact {
  padding-bottom: 48px;
}
.seedz2-contact__title {
  text-align: center;
  background: #fcfcfc;
  margin: 0 0 8px;
  padding: 8px 20px 18px;
}
.seedz2-page-content .seedz2-contact__title.page_about_title h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.seedz2-contact__icon {
  display: inline-block;
  line-height: 1;
  color: #05102c;
}
.seedz2-contact__icon:before {
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  content: "\f003";
}
.seedz2-contact__top {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
}
.seedz2-contact__map,
.seedz2-contact__office {
  flex: 1 1 50%;
  width: 50%;
  max-width: 50%;
  min-width: 0;
  box-sizing: border-box;
  padding: 20px;
}
.seedz2-contact__map iframe {
  display: block;
  width: 100%;
  height: 450px;
  max-width: 100%;
  background: #e9e9e9;
}
.seedz2-page-content .seedz2-contact__company {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.3;
  color: #05102c;
  font-family: Gilroy-ExtraBold, "Microsoft YaHei", sans-serif;
  font-weight: normal;
  text-transform: none;
  text-align: left;
}
.seedz2-contact__lines p {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #002140;
  font-family: "Microsoft YaHei", sans-serif;
}
.seedz2-contact__lines strong {
  font-weight: 700;
}
.seedz2-contact__meta strong {
  text-transform: uppercase;
}
.seedz2-contact__lines a {
  color: #0069aa;
}
.seedz2-contact__form {
  padding: 28px 20px 0;
}
.seedz2-contact__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seedz2-contact__field {
  display: block;
  width: calc(50% - 18px);
  margin: 0 0 18px;
}
.seedz2-contact__field--full {
  width: 100%;
}
.seedz2-contact__form input,
.seedz2-contact__form textarea {
  width: 100%;
  border: 1px solid #641d22;
  background: #fcfcfc;
  font-size: 18px;
  color: #333;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
}
.seedz2-contact__form input {
  height: 55px;
  line-height: 55px;
  padding: 0 19px;
}
.seedz2-contact__form textarea {
  min-height: 189px;
  padding: 20px 19px;
  line-height: 1.5;
  resize: vertical;
}
.seedz2-contact__form input:focus,
.seedz2-contact__form textarea:focus {
  border-color: #0069aa;
}
.seedz2-contact__form input::placeholder,
.seedz2-contact__form textarea::placeholder {
  color: #999;
}
.seedz2-contact__form button {
  width: 100%;
  margin: 2px 0 0;
  border: 0;
  border-radius: 2px;
  background: #0069aa;
  color: #fff;
  line-height: 40px;
  font-size: 24px;
  font-family: Gilroy-ExtraBold, "Microsoft YaHei", sans-serif;
  font-weight: normal;
  cursor: pointer;
  transition: background .3s linear;
}
.seedz2-contact__form button:hover {
  background: #005386;
}
.seedz2-contact__form button[disabled] {
  opacity: .6;
  cursor: default;
}
.seedz2-contact__msg {
  margin: 0 0 14px;
  font-size: 14px;
}
.is-rtl .seedz2-page-content .seedz2-contact__company {
  text-align: right;
}
@media only screen and (max-width: 1366px) {
  .seedz2-contact__icon:before {
    font-size: 34px;
  }
  .seedz2-page-content .seedz2-contact__company {
    font-size: 24px;
  }
}
@media only screen and (max-width: 950px) {
  .seedz2-contact__icon:before {
    font-size: 26px;
  }
  .seedz2-page-content .seedz2-contact__company {
    font-size: 20px;
  }
  .seedz2-contact__lines p {
    font-size: 14px;
  }
  .seedz2-contact__form input,
  .seedz2-contact__form textarea {
    font-size: 16px;
  }
  .seedz2-contact__form button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .seedz2-contact__top {
    flex-direction: column;
  }
  .seedz2-contact__map,
  .seedz2-contact__office {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding: 12px 0;
  }
  .seedz2-contact__map iframe {
    height: 280px;
  }
  .seedz2-contact__form {
    padding: 12px 0 0;
  }
  .seedz2-contact__field {
    width: 100%;
  }
}

/* 顶栏下拉：对齐原站 goodao（悬停展开、二级向右飞出），压过 banner */
.indexHeader-Bottom .nav_wrap,
.indexHeader-Bottom .head_nav,
.indexHeader-Bottom .head_nav > li {
  overflow: visible;
}
.indexHeader-Bottom .head_nav > li > .sub-menu,
.indexHeader-Bottom .head_nav > li > ul {
  z-index: 40;
}
.indexHeader-Bottom .head_nav li ul ul {
  z-index: 41;
}

/* 购物车/询价/对比抽屉：原站 goodao 无此结构，禁止参与 .container 文档流撑开版心 */
.site-app-sidebar,
.site-rfq-sidebar,
.site-compare-sidebar {
    position: fixed !important;
}
.site-app-sidebar:not(.is-open),
.site-rfq-sidebar:not(.is-open),
.site-compare-sidebar:not(.is-open) {
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-shadow: none !important;
    pointer-events: none;
}

/* About Us：对齐原站 Beaver Builder 1801 版式 */
.seedz2-page-content .seedz2-about {
  box-sizing: border-box;
}
.seedz2-about *,
.seedz2-about *::before,
.seedz2-about *::after {
  box-sizing: border-box;
}
.seedz2-about__intro {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
}
.seedz2-about__photo,
.seedz2-about__copy {
  flex: 1 1 50%;
  width: 50%;
  max-width: 50%;
  min-width: 0;
  padding: 20px;
}
.seedz2-about__photo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.seedz2-about__photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.seedz2-about__copy .page_about_title {
  text-align: center;
  margin: 0 0 8px;
}
.seedz2-about__copy .page_about_title span,
.seedz2-about__copy h3.page_about_title {
  display: block;
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  color: #05102c;
  font-family: Gilroy-ExtraBold, "Microsoft YaHei", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.seedz2-about__rich p {
  margin: 0;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #002140;
}
.seedz2-about__stats {
  display: flex;
  flex-wrap: wrap;
  background: #0069aa;
  margin: 40px 20px 20px;
  padding: 20px 0;
}
.seedz2-about__stat {
  flex: 1 1 25%;
  width: 25%;
  max-width: 25%;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.seedz2-about__stat-num {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.seedz2-about__stat-label {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
.seedz2-about__stat-line {
  border-top: 1px solid #fff;
  margin: 16px auto 16px;
  width: 100%;
}
.seedz2-about__stat-desc,
.seedz2-about__stat-desc p,
.seedz2-page-content .seedz2-about .page_about_num_desc,
.seedz2-page-content .seedz2-about .page_about_num_desc p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.seedz2-about__adv-title {
  text-align: center;
  margin: 20px 0 40px;
}
.seedz2-about__adv-title span,
h3.seedz2-about__adv-title {
  display: block;
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  color: #05102c;
  font-family: Gilroy-ExtraBold, "Microsoft YaHei", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.seedz2-about__advs {
  display: flex;
  flex-wrap: wrap;
}
.seedz2-about__adv {
  flex: 1 1 25%;
  width: 25%;
  max-width: 25%;
  padding: 0 20px 20px;
  text-align: center;
}
.seedz2-about__adv-icon {
  margin: 20px 0 0;
}
.seedz2-about__adv-icon img {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  object-fit: contain;
}
.seedz2-about__adv-name {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.3;
  color: #05102c;
  font-family: Gilroy-ExtraBold, "Microsoft YaHei", sans-serif;
  font-weight: normal;
  text-align: center;
}
.seedz2-about__adv-desc p {
  margin: 0;
  padding: 8px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #002140;
  text-align: center;
}
.seedz2-about__foot {
  padding: 0 20px;
}
.seedz2-about__foot p {
  margin: 0;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #002140;
  text-align: center;
}
.seedz2-about__cta {
  text-align: center;
  margin: 20px 0 40px;
}
.seedz2-about__btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 18px;
  color: #fff !important;
  background: #0069aa;
  border: 1px solid #005d9e;
  border-radius: 4px;
  text-decoration: none;
}
.seedz2-about__btn:hover,
.seedz2-about__btn:focus {
  color: #fff !important;
  background: #0069aa;
  border-color: #005d9e;
  text-decoration: none;
}
.is-rtl .seedz2-about__intro {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1366px) {
  .seedz2-about__copy h3.page_about_title,
  h3.seedz2-about__adv-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 950px) {
  .seedz2-about__copy h3.page_about_title,
  h3.seedz2-about__adv-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .seedz2-about__intro,
  .is-rtl .seedz2-about__intro {
    flex-direction: column;
  }
  .seedz2-about__photo,
  .seedz2-about__copy,
  .seedz2-about__stat,
  .seedz2-about__adv {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  .seedz2-about__stats {
    margin: 24px 0 12px;
  }
  .seedz2-about__stat-num {
    font-size: 42px;
  }
  .seedz2-about__adv-title {
    margin-bottom: 20px;
  }
}
