.product {
  width: 100%;
  padding: 100px 0;
  background: #f9fafb;
}
.product .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important;
}
.product .inner .section1 {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product .inner .section1 .section1-top {
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 4.8px #79797940;
}
.product .inner .section1 .section1-top .top {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  background: #0b1e40;
  box-shadow: 0px 2px 6.6px #00000040;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.product .inner .section1 .section1-top .top p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
}
.product .inner .section1 .section1-top .bottom {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
}
.product .inner .section1 .section1-top .bottom .item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.product .inner .section1 .section1-top .bottom .item .item-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 0.5px solid #fff;
  background: #fff;
  padding: 15px;
}
.product .inner .section1 .section1-top .bottom .item .item-top .item-top-left {
  display: flex;
  align-items: center;
  gap: 13px;
}
.product .inner .section1 .section1-top .bottom .item .item-top .item-top-left p {
  color: #0b1e40;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}
.product .inner .section1 .section1-top .bottom .item .item-bottom {
  width: 90%;
  border-left: 1px solid #f3f4f6;
  padding-left: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product .inner .section1 .section1-top .bottom .item .item-bottom .one {
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  color: #718097;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}
.product .inner .section1 .section1-top .bottom .item .item-bottom .one:hover {
  background: #f8fafc;
}
.product .inner .section1 .section1-top .bottom .item .item-bottom .one-active {
  background: #f8fafc;
  color: #223757;
}
.product .inner .section1 .section1-top .bottom .item:hover .item-top {
  border-radius: 10px;
  border: 0.5px solid #f8fafc;
  background: #f8fafc;
}
.product .inner .section1 .section1-top .bottom .item-active .item-top {
  border-radius: 10px;
  border: 0.5px solid #ffe2e2;
  background: #fef2f2;
}
.product .inner .section1 .section1-top .bottom .item-active .item-top .item-top-left svg path {
  fill: #d7151a;
}
.product .inner .section1 .section1-top .bottom .item-active .item-top .item-top-left p {
  color: #d7151a;
}
.product .inner .section1 .section1-bottom {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
  background: #0b1e40;
  box-shadow: 0px 2px 6.6px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product .inner .section1 .section1-bottom .text12 {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.product .inner .section1 .section1-bottom .text13 {
  text-align: center;
  color: #d1d5dc;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 25px;
}
.product .inner .section1 .section1-bottom .btn {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #d7151a;
  background: #d7151a;
  box-shadow: 0px 2px 6.6px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 15px 0;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s;
}
.product .inner .section1 .section1-bottom .btn:hover {
  background: transparent;
  color: #ffffff;
}
.product .inner .section2 {
  width: 72%;
  display: flex;
  flex-direction: column;
}
.product .inner .section2 .section2-top {
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 1px #87878740;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.product .inner .section2 .section2-top .left {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product .inner .section2 .section2-top .left .title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product .inner .section2 .section2-top .left .title .line {
  width: 3px;
  height: 22px;
  border-radius: 1px;
  background: #d7151a;
}
.product .inner .section2 .section2-top .left .title p {
  color: #0b1e40;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.product .inner .section2 .section2-top .left .num {
  color: #99a1af;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
}
.product .inner .section2 .section2-top .right {
  min-width: 200px;
  padding: 10px;
  border-radius: 34px;
  border: 0.5px solid #e5e7eb;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product .inner .section2 .section2-top .right input {
  border: none;
  outline: none;
  background: #f9fafb;
}
.product .inner .section2 .section2-middle {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.product .inner .section2 .section2-middle .item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #e8e8e8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s;
}
.product .inner .section2 .section2-middle .item .item-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 20px 40px 20px;
}
.product .inner .section2 .section2-middle .item .item-top .tag {
  width: fit-content;
  border-radius: 3px;
  background: #0b1e40;
  transition: 0.5s;
}
.product .inner .section2 .section2-middle .item .item-top .tag p {
  padding: 3px 8px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 9px;
  line-height: 13px;
}
.product .inner .section2 .section2-middle .item .item-top .img {
  width: 100%;
  margin: 0 auto;
}
.product .inner .section2 .section2-middle .item .item-top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.product .inner .section2 .section2-middle .item .item-top .img img:hover {
  transform: scale(1.05);
}
.product .inner .section2 .section2-middle .item .item-bottom {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
.product .inner .section2 .section2-middle .item .item-bottom .content1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.product .inner .section2 .section2-middle .item .item-bottom .content1 .text1 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 9px;
  line-height: 13px;
}
.product .inner .section2 .section2-middle .item .item-bottom .content1 .text2 {
  color: #0b1e40;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 12.5px;
  line-height: 19px;
}
.product .inner .section2 .section2-middle .item .item-bottom .line {
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background: #f3f4f6;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.product .inner .section2 .section2-middle .item .item-bottom .content2 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product .inner .section2 .section2-middle .item .item-bottom .content2 .text3 {
  color: #6a7282;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 11px;
  line-height: 19px;
}
.product .inner .section2 .section2-middle .item .item-bottom .content2 svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.product .inner .section2 .section2-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.product .inner .section2 .section2-bottom .pre-pageBtn {
  height: 37px;
  padding: 0 17px;
  border-radius: 10px;
  border: 0.5px solid #223757;
  background: #e2e8f0;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .inner .section2 .section2-bottom .next-pageBtn {
  height: 37px;
  padding: 0 17px;
  border-radius: 10px;
  border: 0.5px solid #223757;
  background: #ffffff;
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .inner .section2 .section2-bottom .pages {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product .inner .section2 .section2-bottom .pages .num {
  height: 37px;
  padding: 0 16px;
  border-radius: 10px;
  border: 0.5px solid #223757;
  background: #ffffff;
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .inner .section2 .section2-bottom .pages .num-active {
  background: #d7151a;
  box-shadow: 0px 1px 2.3px rgba(127, 127, 127, 0.25);
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .product .inner .section2 .section2-middle {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .product .inner {
    flex-direction: column;
    gap: 20px;
  }
  .product .inner .section1 {
    width: 100%;
  }
  .product .inner .section1 .section1-top .top p {
    font-size: 16px;
  }
  .product .inner .section1 .section1-bottom {
    display: none;
  }
  .product .inner .section2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product {
    padding: 40px 0;
  }
  .product .inner .section2 .section2-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .product .inner .section1 .section1-top .bottom .item .item-top {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .product .inner .section2 .section2-middle {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .product .inner .section2 .section2-top .right {
    width: 100%;
  }
  .product .inner .section2 .section2-bottom {
    gap: 5px;
  }
  .product .inner .section2 .section2-bottom .pages {
    gap: 5px;
  }
  .product .inner .section2 .section2-bottom .pages .num {
    padding: 0 10px;
  }
  .product .inner .section2 .section2-bottom .pages .pre-pageBtn,
  .product .inner .section2 .section2-bottom .pages .next-pageBtn {
    padding: 0 10px;
  }
}
