.container {
  margin: auto;
  width: 1200px;
  min-width: 1200px;
}
.top-bar {
  min-width: 1200px;
  background: #eeeeee;
}
.top-bar .a1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.8rem;
  position: relative;
}
.top-bar .a1 .b1 {
  color: #999999;
}
.top-bar .a1 .b2 {
  display: flex;
  align-items: center;
  color: #999999;
  cursor: pointer;
}
.top-bar .a1 .b2 .c1 {
  color: #999999;
}
.top-bar .a1 .b2 .c1:hover {
  color: #10B981;
}
.top-bar .a1 .b2 .c1 .fa {
  margin-right: 0.5rem;
}
.top-bar .a1 .b2 .c2 {
  display: none;
  position: absolute;
  z-index: 10;
  top: 2rem;
  right: 0;
  box-shadow: 0 0 20px #aaaaaa;
  padding: 0.5rem;
  background: #fefefe;
  border-radius: 0.25rem;
}
.top-bar .a1 .b2 .c2 .d1 {
  width: 14rem;
  border-radius: 0.25rem;
}
.top-bar .a1 .b2:hover .c2 {
  display: block;
}
.navbar {
  min-width: 1200px;
  background: #FAFAFA;
  border-bottom: 1px solid #e0e8e2;
}
.navbar .a1 {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .a1 .b1 {
  display: flex;
  align-items: center;
  margin-right: 0.9rem;
  text-decoration: none;
  color: #333333;
}
.navbar .a1 .b1 .c1 {
  height: 2.2rem;
}
.navbar .a1 .b1 .brand-text {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 0.5rem;
  color: #0D9467;
}
.navbar .a1 .b2 {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.9rem;
}
.navbar .a1 .b2 .c1 {
  display: flex;
  align-items: center;
}
.navbar .a1 .b2 .c1 .d1 {
  margin-right: 1.5rem;
}
.navbar .a1 .b2 .c1 .d1:last-child {
  margin-right: 0;
}
.navbar .a1 .b2 .c1 .d1 .e1 {
  color: #333333;
  text-decoration: none;
}
.navbar .a1 .b2 .c1 .d1 .e1.active {
  color: #0D9467;
}
.navbar .a1 .b2 .c1 .d1 .e1:hover {
  color: #10B981;
}
.product_rwb .a1 {
  background: #fefefe;
}
.product_rwb .a1 .z1 {
  position: relative;
  height: 20rem;
  border-radius: 1rem;
}
.product_rwb .a1 .z1 .paopao {
  position: absolute;
  z-index: 1;
  top: 0;
  margin: auto;
  width: 1200px;
  min-width: 1200px;
  height: 20rem;
  overflow: hidden;
}
.product_rwb .a1 .z1 .paopao .paopao1 {
  position: absolute;
  bottom: -1rem;
  left: 18rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #10B981;
  opacity: 0.9;
}
.product_rwb .a1 .z1 .paopao .paopao2 {
  position: absolute;
  top: -1.5rem;
  left: 25rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #10B981;
}
.product_rwb .a1 .z1 .b1 {
  position: absolute;
  z-index: 2;
  margin: auto;
  padding-top: 4.5rem;
  padding-left: 5rem;
  width: 35rem;
  color: #0D9467;
}
.product_rwb .a1 .z1 .b1 .c1 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.product_rwb .a1 .z1 .b1 .c2 {
  margin-bottom: 2rem;
}
.product_rwb .a1 .z1 .b1 .c3 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.product_rwb .a1 .z1 .b1 .c3 .d1 {
  display: inline-flex;
  align-items: center;
  border: 1px solid #10B981;
  background: #10B981;
  padding: 0 1rem;
  height: 2.2rem;
  color: #fefefe;
  text-decoration: none;
}
.product_rwb .a1 .z1 .b1 .c3 .d1:hover {
  background: #fefefe;
  color: #10B981;
}
.product_rwb .a1 .z1 .b1 .c3 .d1 .fa {
  margin-right: 0.5rem;
}
.product_rwb .a1 .z1 .b1 .c3 .d2 {
  display: inline-flex;
  align-items: center;
  border: 1px solid #10B981;
  padding: 0 1rem;
  height: 2.2rem;
  color: #10B981;
  text-decoration: none;
}
.product_rwb .a1 .z1 .b1 .c3 .d2:hover {
  background: #10B981;
  color: #fefefe;
}
.product_rwb .a1 .z1 .b1 .c3 .d2 .fa {
  margin-left: 0.5rem;
}
.product_rwb .a1 .z1 .b1 .c3 .d3 {
  color: #10B981;
  margin-right: 0.5rem;
}
.product_rwb .a1 .z1 .b2 {
  position: absolute;
  z-index: 2;
  margin: auto;
  right: 1rem;
  top: 2rem;
  width: 20rem;
}
.product_rwb .a1 .z1 .b2 .c1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #333333;
}
.product_rwb .a1 .z1 .b2 .c1 .d1,
.product_rwb .a1 .z1 .b2 .c1 .d2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product_rwb .a1 .z1 .b2 .c1 .d1 .e1,
.product_rwb .a1 .z1 .b2 .c1 .d2 .e1 {
  margin-bottom: 0.5rem;
  width: 8rem;
  height: 8rem;
}
.product_rwb .a1 .z1 .b2 .c1 .d1 .e1 img,
.product_rwb .a1 .z1 .b2 .c1 .d2 .e1 img {
  width: 100%;
  height: 100%;
}
.product_rwb .a1 .z1 .b2 .c1 .d1 .e1 {
  border: 1px solid #eee;
}
.product_rwb .a1 .z1 .b2 .c2 {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_rwb .a1 .z1 .b2 .c2 .d1 {
  border: 1px solid #10B981;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 1.5rem;
  color: #10B981;
  width: 45%;
  margin-bottom: 0.5rem;
}
.product_rwb .a1 .z1 .b2 .c2 .d1:hover {
  background: #10B981;
  color: #fefefe;
}
.product_rwb .a1 .z1 .b2 .c2 .d2 {
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 1.5rem;
  color: #999999;
  width: 45%;
  margin-bottom: 0.5rem;
}
.product_rwb .a2 {
  padding: 3rem 0 0 0;
}
.product_rwb .a2 .b1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5rem;
  margin-bottom: 3rem;
}
.product_rwb .a2 .b1 .c1 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #10B981;
  margin-bottom: 1rem;
  border-bottom: 2px solid #10B981;
}
.product_rwb .a2 .b2 {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 2rem * 3 / 4));
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.product_rwb .a2 .b2 .c1 {
  display: flex;
}
.product_rwb .a2 .b2 .c1 .d1 {
  border-radius: 0.5rem;
  padding: 1rem;
  flex-grow: 1;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  background: rgba(16, 185, 129, 0.05);
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}
.product_rwb .a2 .b2 .c1 .d1:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.product_rwb .a2 .b2 .c1 .d1:hover .e2 {
  color: #0D9467;
}
.product_rwb .a2 .b2 .c1 .d1 .e1 {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  margin-right: 1rem;
}
.product_rwb .a2 .b2 .c1 .d1:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.product_rwb .a2 .b2 .c1:nth-child(1) .d1 .e1 {
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
}
.product_rwb .a2 .b2 .c1:nth-child(2) .d1 .e1 {
  background: rgba(139, 92, 246, 0.2);
  color: #8b5cf6;
}
.product_rwb .a2 .b2 .c1:nth-child(3) .d1 .e1 {
  background: rgba(37, 99, 235, 0.2);
  color: #2563eb;
}
.product_rwb .a2 .b2 .c1:nth-child(4) .d1 .e1 {
  background: rgba(249, 115, 22, 0.2);
  color: #f97316;
}
.product_rwb .a2 .b2 .c1:nth-child(5) .d1 .e1 {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}
.product_rwb .a2 .b2 .c1:nth-child(6) .d1 .e1 {
  background: rgba(20, 184, 166, 0.2);
  color: #14b8a6;
}
.product_rwb .a2 .b2 .c1:nth-child(7) .d1 .e1 {
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
}
.product_rwb .a2 .b2 .c1:nth-child(8) .d1 .e1 {
  background: rgba(249, 115, 22, 0.2);
  color: #f97316;
}
.product_rwb .a2 .b2 .c1:nth-child(9) .d1 .e1 {
  background: rgba(139, 92, 246, 0.2);
  color: #8b5cf6;
}
.product_rwb .a3 {
  padding: 3rem 0 4rem 0;
}
.product_rwb .a3 .b1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5rem;
  margin-bottom: 3rem;
}
.product_rwb .a3 .b1 .c1 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #10B981;
  margin-bottom: 1rem;
  border-bottom: 2px solid #10B981;
}
.product_rwb .a3 .b2 {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 1.5rem * 2 / 3));
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}
.product_rwb .a3 .b2 .c1 {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
}
.product_rwb .a3 .b2 .c1 .d1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
  padding: 0 1rem;
  background: linear-gradient(135deg, #0D9467 10%, rgba(13, 148, 103, 0.8) 100%);
  color: #fefefe;
  font-size: 1rem;
}
.product_rwb .a3 .b2 .c1 .d2 {
  padding: 1rem;
  background: #fff;
  line-height: 2;
}
.product_rwb .a3 .b2 .c1 .d2 p {
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.product_rwb .a3 .b2 .c1 .d2 .e1 {
  display: inline-block;
  color: #10B981;
  text-decoration: none;
  font-size: 0.8rem;
}
.product_rwb .a3 .b2 .c1 .d2 .e1:hover {
  color: #0D9467;
  text-decoration: underline;
}
.product_rwb .a4 {
  padding: 3rem 0 5rem 0;
}
.product_rwb .a4 .b1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5rem;
  margin-bottom: 3rem;
}
.product_rwb .a4 .b1 .c1 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #10B981;
  margin-bottom: 1rem;
  border-bottom: 2px solid #10B981;
}
.product_rwb .a4 .b2 {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 1.5rem * 2 / 3));
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}
.product_rwb .a4 .b2 .c1 .d1 {
  display: flex;
  gap: 1rem;
  padding: 1.2rem;
  background: #fefefe;
  border: 1px solid #eef5f1;
  border-radius: 0.5rem;
  transition: box-shadow 0.2s;
}
.product_rwb .a4 .b2 .c1 .d1:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.product_rwb .a4 .b2 .c1 .d1 .e1 {
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.1);
  color: #10B981;
  border-radius: 0.4rem;
  font-size: 1.3rem;
}
.product_rwb .a4 .b2 .c1 .d1 .e2 h3 {
  font-size: 0.95rem;
  color: #333333;
  margin-bottom: 0.3rem;
}
.product_rwb .a4 .b2 .c1 .d1 .e2 p {
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.6;
}
.site-footer {
  min-width: 1200px;
  margin-top: 3rem;
  background: #0D9467;
  color: #fefefe;
}
.site-footer .container {
  padding: 2rem 1rem;
}
.site-footer .footer-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer .footer-brand .brand-name {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.site-footer .footer-brand .brand-desc {
  max-width: 20rem;
  font-size: 0.75rem;
  opacity: 0.85;
}
.site-footer .footer-links {
  display: flex;
}
.site-footer .footer-links .link-group {
  margin-left: 3rem;
}
.site-footer .footer-links .link-group .link-title {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.site-footer .footer-links .link-group a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.75rem;
  margin-bottom: 0.3rem;
}
.site-footer .footer-links .link-group a:hover {
  color: #fff;
}
.site-footer .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  font-size: 0.7rem;
  opacity: 0.75;
}
.site-footer .footer-bottom .copyright {
  margin-right: 1rem;
}
.site-footer .footer-bottom .icp {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.site-footer .footer-bottom .icp:hover {
  color: #fff;
}
/*# sourceMappingURL=product.css.map */