.product_show_20221115 {
  width: 100%;
  font-family: 'Microsoft Yahei', 'PingFang SC', Arial, sans-serif;
}
.product_show_20221115 .product_show_title {
  text-align: center;
}
.product_show_20221115 .product_show_title h5 {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  height: 40px;
  display: block;
  text-align: center;
  margin: 0;
}
.product_show_20221115 .product_show_title p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 4px;
  color: #666666;
}
.product_show_20221115 .product_show_module {
  padding-top: 48px;
  margin-top: 48px;
}
.product_show_20221115 .product_show_main_body {
  width: 100%;
  overflow: hidden;
}
.product_show_20221115 .product_show_cert_swiper img {
  width: 100%;
  display: block;
}
.product_show_20221115 .product_show_cert_swiper .swiper-container {
  padding-bottom: 32px;
}
.product_show_20221115 .product_show_cert_swiper .swiper-slide {
  padding: 20px;
  box-sizing: border-box;
}
.product_show_20221115 .product_show_cert_swiper .swiper-slide .swiper-slide-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 18px 0px;
  cursor: pointer;
  transition: all 300ms;
}
.product_show_20221115 .product_show_cert_swiper .swiper-slide .swiper-slide-box:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1.05);
}
.product_show_20221115 .product_show_cert_swiper .swiper-button-next,
.product_show_20221115 .product_show_cert_swiper .swiper-button-prev {
  width: 32px;
  height: auto;
  padding: 12px 4px;
  background: #dee2e6;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  user-select: unset !important;
  pointer-events: unset !important;
  color: #212529;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.product_show_20221115 .product_show_cert_swiper .swiper-button-next.swiper-button-disabled,
.product_show_20221115 .product_show_cert_swiper .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  background: #dee2e6 !important;
  color: #212529 !important;
}
.product_show_20221115 .product_show_cert_swiper .swiper-button-next:hover,
.product_show_20221115 .product_show_cert_swiper .swiper-button-prev:hover {
  background: #3482c5;
  color: #fff;
}
.product_show_20221115 .product_show_cert_swiper .swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 32px;
  overflow: hidden;
  margin: 0 6px;
  border-radius: 2px;
}
.product_show_20221115 .product_show_cert_swiper .swiper-pagination-bullet-active {
  background: #3482c5;
}
.product_show_20221115 .product_show_download {
  display: flex;
}
.product_show_20221115 .product_show_download .product_show_download_menu {
  width: 240px;
  display: block;
  margin-right: 48px;
  user-select: none;
}
.product_show_20221115 .product_show_download .product_show_download_menu a {
  width: 100%;
  display: block;
  height: 60px;
  box-sizing: border-box;
  padding: 0 48px;
  background: #f3f4f6;
  font-size: 18px;
  line-height: 60px;
  position: relative;
  text-decoration: none;
}
.product_show_20221115 .product_show_download .product_show_download_menu a:hover,
.product_show_20221115 .product_show_download .product_show_download_menu a.active {
  background: #e5e7eb;
  color: #3482c5;
}
.product_show_20221115 .product_show_download .product_show_download_menu a:after {
  display: block;
  content: ' ';
  width: 164px;
  background: #e5e7eb;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product_show_20221115 .product_show_download .product_show_download_menu a:nth-last-child(1):after {
  display: none;
}
.product_show_20221115 .product_show_download .product_show_download_body {
  flex: 1;
}
.product_show_20221115 .product_show_download .product_show_download_body ul {
  width: 100%;
  display: none;
}
.product_show_20221115 .product_show_download .product_show_download_body ul.active {
  display: block;
}
.product_show_20221115 .product_show_download .product_show_download_body ul li {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  border-bottom: 1px solid #dee2e6;
  padding: 0 16px 16px 16px;
}
.product_show_20221115 .product_show_download .product_show_download_body ul li:nth-last-child(1) {
  border-bottom: 0;
}
.product_show_20221115 .product_show_download .product_show_download_body ul li .left {
  flex: 1;
  padding-left: 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product_show_20221115 .product_show_download .product_show_download_body ul li .left input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  margin: 0;
  outline: none;
}
.product_show_20221115 .product_show_download .product_show_download_body ul li .left .item-title {
  font-size: 16px;
  height: 26px;
  line-height: 26px;
}
.product_show_20221115 .product_show_download .product_show_download_body ul li .left .item-attr {
  display: flex;
}
.product_show_20221115 .product_show_download .product_show_download_body ul li .left .item-attr p {
  margin: 0 48px 0 0;
  color: #adb5bd;
  font-size: 14px;
}
.product_show_20221115 .product_show_download .product_show_download_body ul li .right {
  display: flex;
  align-items: center;
}
.product_show_20221115 .product_show_download .product_show_download_body ul li .right a {
  display: flex;
  white-space: nowrap;
  font-size: 14px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.product_show_20221115 .product_show_download .product_show_download_body ul li .right a:hover {
  color: #3482c5;
}
.product_show_20221115 .product_show_download .product_show_download_body ul li .right a svg {
  width: 24px;
  margin-right: 4px;
}
.product_show_20221115 .batch_download_button {
  display: flex;
  margin: 48px auto 0 auto;
  padding: 16px 28px;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  background: #3482c5;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  width: 120px;
  border-radius: 28px;
  cursor: pointer;
  transition: all 300ms;
  user-select: none;
}
.product_show_20221115 .batch_download_button:hover {
  opacity: 0.9;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.product_show_20221115 .batch_download_button:active {
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.product_show_20221115 .batch_download_button svg {
  width: 18px;
  margin-left: 4px;
}
.product_show_20221115 .download_selected_count {
  text-align: center;
  margin-top: 8px;
  color: #868e96;
  opacity: 0;
  transition: all 300ms;
}
/*# sourceMappingURL=index.css.map */