.ihuyi-iso-recommend ul {
  display: flex;
  flex-wrap: wrap;
  margin: -24px;
}
.ihuyi-iso-recommend ul li {
  box-sizing: border-box;
  width: 25%;
  padding: 24px;
}
.ihuyi-iso-recommend ul li:hover img {
  box-shadow: 0 0 5px #F6EBD2;
}
.ihuyi-iso-recommend ul li img {
  width: 100%;
  margin-bottom: 12px;
}
.ihuyi-iso-recommend ul li p {
  font-size: 14px;
  text-align: center;
}

.ihuyi-iso-pipe .__wrapper {
  display: flex;
}
.ihuyi-iso-pipe .__wrapper .swiper-slide {
  flex: 1;
  text-align: center;
  position: relative;
}
.ihuyi-iso-pipe .__wrapper .swiper-slide:last-child::after {
  display: none;
}
.ihuyi-iso-pipe .__wrapper .swiper-slide::after {
  content: "";
  background: url(https://www.ihuyi.com/images/iso_cert/arrow.svg) no-repeat center center;
  background-size: 100% auto;
  width: 184px;
  height: 6px;
  position: absolute;
  top: 40px;
  right: -38.5%;
}
.ihuyi-iso-pipe .__wrapper .swiper-slide img {
  margin-bottom: 12px;
}
.ihuyi-iso-pipe .__wrapper .swiper-slide h4 {
  font-weight: 400;
  margin-bottom: 6px;
}
.ihuyi-iso-pipe .__wrapper .swiper-slide p {
  font-size: 14px;
  color: #999;
}

.ihuyi-product-class {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.ihuyi-product-class ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -40px;
}
.ihuyi-product-class ul li {
  padding: 0 40px 10px 0;
  box-sizing: border-box;
  font-size: 14px;
}
.ihuyi-product-class ul li.on-tab a {
  color: var(--main-active-color);
}

.ihuyi-product-info {
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 24px;
}
.ihuyi-product-info .__img {
  flex-shrink: 0;
  width: 280px;
  margin-right: 40px;
}
.ihuyi-product-info .__img img {
  width: 100%;
}
.ihuyi-product-info .__detail h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
}
.ihuyi-product-info .__detail p {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
  margin-bottom: 18px;
}
.ihuyi-product-info .__detail .__tags {
  font-size: 14px;
  margin-bottom: 12px;
}
.ihuyi-product-info .__detail .__tags span {
  font-size: 14px;
  display: inline-block;
  color: var(--main-active-color);
  background-color: #E9F6FF;
  padding: 6px 12px;
  border-radius: 2px;
  margin-right: 10px;
}
.ihuyi-product-info .__detail .__others {
  margin-top: 24px;
  font-size: 14px;
}
.ihuyi-product-info .__detail .__others a.__btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  color: #fff;
  background-color: var(--main-active-color);
  border-radius: 2px;
  margin-right: 20px;
}
.ihuyi-product-info .__detail .__others a.__btn:hover {
  opacity: 0.85;
}
.ihuyi-product-info .__detail .__others .social-share {
  display: inline-block;
}

.ihuyi-product-detail {
  display: flex;
  box-sizing: border-box;
  padding: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.ihuyi-product-detail .__left {
  width: 70%;
}
.ihuyi-product-detail .__left h3 {
  padding: 12px 0 8px 15px;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 16px;
}
.ihuyi-product-detail .__left h3::before {
  content: "";
  width: 3px;
  height: 22px;
  background-color: var(--main-active-color);
  position: absolute;
  left: 0;
  bottom: 10px;
}
.ihuyi-product-detail .__left p {
  font-size: 14px;
  color: #999;
  line-height: 2;
  padding: 0 15px;
  margin-bottom: 16px;
}
.ihuyi-product-detail .__left > ol, .ihuyi-product-detail .__left > ul {
  margin-bottom: 16px;
}
.ihuyi-product-detail .__left > ol li, .ihuyi-product-detail .__left > ul li {
  list-style: inside decimal;
  font-size: 14px;
  color: #999;
  line-height: 2;
  padding: 0 15px;
}
.ihuyi-product-detail .__left > ul li {
  list-style-type: disc;
}
.ihuyi-product-detail .__left img {
  max-width: 100%;
}
.ihuyi-product-detail .__left .__qa ul li {
  margin-bottom: 12px;
}
.ihuyi-product-detail .__left .__qa ul li p {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  margin-bottom: 4px;
}
.ihuyi-product-detail .__left .__qa ul li p:last-child {
  color: #00992B;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-orient: vertical; /* Mozilla */
  -webkit-box-orient: vertical; /* WebKit */
  box-orient: vertical;
  max-height: 50px;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.ihuyi-product-detail .__right {
  width: 30%;
  box-sizing: border-box;
  padding-left: 30px;
}
.ihuyi-product-detail .__right .__box {
  padding: 16px;
  margin-bottom: 24px;
  background-color: #FBFBFB;
}
.ihuyi-product-detail .__right .__box h3 {
  padding: 0 0 8px 15px;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 16px;
}
.ihuyi-product-detail .__right .__box h3::before {
  content: "";
  width: 3px;
  height: 22px;
  background-color: var(--main-active-color);
  position: absolute;
  left: 0;
  bottom: 10px;
}
.ihuyi-product-detail .__right .__box ul li {
  list-style: inside disc;
  font-size: 14px;
  margin-bottom: 10px;
  color: #949494;
}
.ihuyi-product-detail .__right .__box ul li:last-child {
  margin-bottom: 0;
}
.ihuyi-product-detail .__right .__box ul li a {
  color: inherit;
}
.ihuyi-product-detail .__right .__box ul li a:hover {
  color: var(--main-active-color);
}

.footer-nav li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*# sourceMappingURL=iso.css.map */
