.header {
  width: 1200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 5px;
  .header-left {
    display: flex;
    height: 39px;
    align-items: center;

    .logo {
      width: 150px;
    }

    .nav {
      /* width: 408px; */
      display: flex;

      span:first-child {
        margin-left: 0px;
      }

      span {
        margin-left: 24px;
      }

      a {
        color: rgba(28, 28, 28, 1);
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
      }

      a:hover {
        color: rgba(0, 118, 72, 1);
      }

      .active,
      .active a {
        color: rgba(0, 118, 72, 1) !important;
      }

      .active i {
        background-image: url("../images/Vector_a.png");
      }

      .icon-logo {
        margin-left: 5px;
        display: inline-block;
        width: 12px;
        height: 7px;
        background-image: url("../images/Vector.png");
        background-size: cover;
        background-position: center;
        font-style: normal;
      }

      .nav-hover {
        display: flex;
        align-items: center;
      }

      .nav-hover:hover a {
        color: rgba(0, 118, 72, 1);
      }

      .nav-hover:hover i {
        background-image: url("../images/Vector_a.png");
        transform: rotate(180deg);
      }

      .nav-dropdown:hover i {
        transform: rotate(180deg);
      }

      .nav-dropdown-toggle::after {
        display: none;
      }

      /* 下拉菜单样式 */
      .nav-dropdown {
        position: relative;
        display: inline-block;
      }

      .nav-dropdown-menu {
        width: 119px;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 8px 0;
      }

      .nav-dropdown-menu span {
        margin: 0px;
      }

      .nav-dropdown-menu a {
        display: block;
        width: 100%;
        padding: 8px 16px;
        height: 34px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        text-decoration: none;
      }

      .nav-dropdown-menu a:hover {
        background-color: rgba(239, 239, 239, 1);
        color: rgba(0, 118, 72, 1) !important;
      }

      .nav-dropdown:hover .nav-dropdown-menu {
        display: block;
      }

      .nav-dropdown-toggle {
        cursor: pointer;
      }
    }
  }

  .header-right {
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .header-right img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
  }
}

.search {
  height: 83px;
  width: 100%;
  display: flex;

  justify-content: center;
  background-color: rgba(0, 118, 72, 1);

  .search-input {
    position: relative;
    width: 860px;
    margin-top: 10px;

    .s_input {
      width: 800px;
      height: 40px;
      float: left;
      border: none;
      padding: 10px 16px;
    }

    .s_input:focus {
      outline: none;
    }

    ::-webkit-input-placeholder {
      color: rgba(139, 150, 165, 1);

      font-size: 14px;
    }

    .search-btn {
      display: flex;
      width: 40px;
      height: 40px;
      align-items: center;
      justify-content: center;
      background-color: rgba(255, 129, 0, 1);
      cursor: pointer;
    }
  }

  .search-hot {
    margin-top: 3px;

    span,
    a {
      color: #ffffff;
      margin-left: 5px;
      font-size: 14px;
      text-decoration: underline;
    }

    span:first-child {
      font-weight: 400;
      text-decoration: none;
      margin-left: 0px;
    }
  }
}

.body-content {
  width: 100%;
  min-width: 1200px;
  background: rgb(247, 250, 252);
}

.contact-us {
  width: 100%;
  min-width: 1200px;
  height: 240px;
  background: rgba(0, 118, 72, 1);

  .contact-us-item {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .contact-us-item-info-left {
    width: 456px;
    height: 144px;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 400;

    img {
      width: 8px;
      vertical-align: baseline;
    }

    h3 {
      font-size: 20px;
      font-weight: 700;
    }
  }

  .contact-us-item-info-right {
    width: 160px;

    button {
      display: block;
      width: 160px;
      height: 48px;
      border-radius: 5px;
      border: none;
      font-size: 18px;
      font-weight: 700;
    }

    button:first-child {
      background: rgba(0, 118, 72, 1);
      color: rgba(255, 255, 255, 1);
      border: 2px solid rgba(255, 255, 255, 1);
    }

    button:last-child {
      margin-top: 20px;
      background: rgba(255, 255, 255, 1);
      color: rgba(0, 118, 72, 1);
    }

    /* button:first-child:hover {
      background: rgba(255, 255, 255, 1);
      color: rgba(0, 118, 72, 1);
    }
    button:last-child:hover {
      background: rgba(0, 118, 72, 1);
      color: rgba(255, 255, 255, 1);
      border: 1px solid rgba(255, 255, 255, 1);
    } */
  }
}

.footer {
  width: 100%;
  min-width: 1200px;
  height: 316px;
  background: rgba(28, 28, 28, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 400;

  .footer-content {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
  }

  .footer-content-left {
    width: 256px;
    height: 220px;
    float: left;

    .footer-content-item1 {
      margin-top: 40px;

      h3 {
        font-size: 32px;
        font-weight: 700;
      }
    }
  }

  .footer-content-right {
    width: 648px;

    float: right;
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;

    h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 30px;
    }

    a {
      color: rgba(255, 255, 255, 1);
      text-decoration: none;
    }

    img {
      margin-right: 5px;
    }
  }
}

.flex-s {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.item-card {
  background: rgba(255, 255, 255);
  width: 100%;
  box-shadow: 0 4px 16px 0 rgba(139, 150, 165, 0.15);
  border-radius: 10px;
}

.container-content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.nav-breadcrumb {
  width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(139, 150, 165, 1);
}

.nav-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.nav-breadcrumb li {
  display: flex;
  align-items: center;
}

.nav-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  font-size: 14px;
  font-weight: 400;
}

.nav-breadcrumb a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(139, 150, 165, 1);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.red {
  color: red;
}

.blue {
  color: rgba(0, 118, 72, 1);
}

.orange {
  color: rgba(255, 129, 0, 1);
}

.keyword-highlight {
  color: #ff0000;
}

.search-dropdown-list {
  position: absolute;
  width: 790px;
  left: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 100;
  overflow-y: auto;
  max-height: 252px;
  display: none;
}

.search-dropdown-list.show {
  display: block;
}

.search-dropdown-list li a {
  display: block;
  padding: 0 0 0 10px;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(28, 28, 28, 1);
}

.search-dropdown-list li:hover {
  cursor: pointer;
  background-color: #eee;
}

.search-dropdown-list::-webkit-scrollbar {
  width: 10px;
}

.search-dropdown-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.search-dropdown-list::-webkit-scrollbar-thumb {
  background: rgba(0, 118, 72, 1);
  border-radius: 6px;
}

.search-dropdown-list::-webkit-scrollbar-button {
  display: none;
}

.search-dropdown-list::-webkit-scrollbar-thumb:hover {
  background: rgb(6 157 98);
}
/* 对比功能样式 */
.my-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.5);
}

.cm-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.compare_close {
  float: right;
  cursor: pointer;
}

.compare_close img {
  vertical-align: top;
}

.compare-items {
  background: rgba(255, 255, 255, 1);
  width: 290px;
  /* height: 100px; */
  margin-left: 40px;
  padding: 6px 7px;
  flex-shrink: 0;
}

.compare-items:first-child {
  margin-left: 0;
}

.compare-modal-content {
  height: 70%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  max-width: 950px;
}

/* 自定义滚动条样式 */
.compare-modal-content::-webkit-scrollbar {
  height: 8px;
}

.compare-modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.compare-modal-content::-webkit-scrollbar-thumb {
  background: rgba(250, 52, 52, 1);
  border-radius: 3px;
}

.compare-modal-content::-webkit-scrollbar-thumb:hover {
  background: rgb(228, 95, 95);
}

.compare-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
}

.compare-title a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  height: 42px;
  width: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 显示2行 */
  white-space: normal;
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出部分用...代替 */
}

.compare-apply {
  margin-top: 5px;
  font-size: 12px;
  width: 90%;
  font-weight: 400;
  color: rgba(139, 150, 165, 1);
}

/* .compare-apply .tag span {
  word-wrap: break-word;
  word-break: break-all;
} */
.compare-number {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(139, 150, 165, 1);
}

.compare-section {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.compare-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.compare-section h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px 0;
}

.compare-section p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}
.compare-actions {
  margin-left: 40px;
}

.view-detail-btn {
  background-color: rgba(0, 118, 72, 1);
  color: rgba(255, 255, 255, 1);
  display: block;
  width: 87px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.view-detail-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 118, 72, 1);
}

.remove-btn {
  background-color: rgba(250, 52, 52, 1);
  color: rgba(255, 255, 255, 1);
  display: block;
  width: 87px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.remove-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(250, 52, 52, 1);
}

.footer-item {
  /* display: flex; */
  /* align-items: flex-start; */
}
.footer-item img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
#main-menu {
  margin-left: 30px;
}
.footer-item a {
  display: inline-flex;
  align-items: center;
  min-height: 16px;
}
.footer-item img,
.footer-item .footer-item-placeholder {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
.footer-info {
  display: flex;
  align-items: center;
}
.footer-info img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.site_icp {
  margin-left: 5px;
}
