@charset "utf-8";

.product-container {
  padding-left: 200px;
  padding-right: 200px;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .product-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.product-top {
  padding: 20px 0;
  background-color: rgb(247, 249, 250);
}

/*  */
.index-product-swiper {
  position: relative;
  z-index: 1;
}

.index-product-item {
  display: block;
  text-align: center;
}
.index-product-item .poster{
    max-width:120px;
    margin: 0 auto;
}
.index-product-item .poster img {
  width: 100%;
}

.index-product-item .title {
  margin-top: 5px;
}

.index-product-item .title h3 {
  font-size: 18px;
}

.index-product-swiper .swiper-button-next,
.index-product-swiper .swiper-button-prev {
  z-index: 3;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 0;
}

.index-product-swiper .swiper-button-next {
    right: -100px;
}

.index-product-swiper .swiper-button-prev {
    left: -100px;
}

.index-product-swiper .swiper-button-next:after,
.index-product-swiper .swiper-button-prev:after {
  font-size: 14px;
  color: #333;
}
@media (max-width: 1440px) {
    
    
    .index-product-item .poster{
    max-width:90px;

}
.index-product-item .title{
    margin-top:0;
}
    
    .index-product-item .title h3 {
  font-size: 14px;
}
}


@media (max-width: 768px) {

  .index-product-swiper {
    margin-top: 0;
    padding: 0 35px;
  }

  .index-product-swiper .swiper-button-next,
  .index-product-swiper .swiper-button-prev {
    top: 40%;
    z-index: 3;
    width: 30px;
    height: 30px;
  }

  .index-product-swiper .swiper-button-next {
    right: -10px;
  }

  .index-product-swiper .swiper-button-prev {
    left: -10px;
  }

  .index-product-item .title {
    margin-top: 2px;
  }

  .index-product-item .title h3 {
    font-size: 12px;
  }
}

/*  */

.product .lists .item {
  margin-bottom: 40px;
  background-color: #fff;
}
.product .lists .top .pic {
  width: 50%;
  padding: 8%;
}

.product .lists .top .pic img {
  width: 100%;
}

.product .lists .top .content {
  flex: 1;
  padding-left: 100px;
  padding-top: 50px;
  padding-bottom:50px;
}

.product .lists .content .title h1 {
  font-size: 32px;
}

.product .lists .content em {
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  transform: translateY(-4px);
}

.product .lists .content strong {
  display: inline-block;
  font-weight: normal;
  transform: translateY(2px);
  font-size: 12px;
}

.product .lists .content .title h3 {
  font-size: 24px;
}

.product .lists .content .desc {
  margin-top: 10px;
}

.product .lists .content .desc div h3 {
  margin-top: 30px;
  font-size: 24px;
}

.product .lists .content .desc div p {
  margin-top: 10px;
}

.product .lists .content .desc div ul li {
  position: relative;
  z-index: 1;
  padding-left: 15px;
}

.product .lists .content .desc div ul li::before {
  position: absolute;
  top: 10px;
  left: 2px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}

.product .lists .content .link {
  margin-top: 30px;
}

.product .lists .content .link a {
  display: inline-block;
  padding: 0 25px;
  border: 1px solid #1d90d1;
  color: #1d90d1;
  border-radius: 48px;
  line-height: 48px;
  text-transform: uppercase;
  transition: 0.3s;
}

.product .lists .content .link a:hover {
  background-color: #1d90d1;
  color: #fff;
}

@media (max-width: 768px) {
  .product .lists .top .pic {
    width: 100%;

  }
  .product .lists .top .content {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .product .lists .content .title h1 {
    font-size: 24px;
  }

  .product .lists .content .desc div h3 {
    font-size: 18px;
  }

  .product .lists .content .desc div p {
    font-size: 14px;
  }

  .product .lists .content .link a {
    padding: 0 15px;
    line-height: 40px;
  }
}

.product .lists .table-bg {
  padding: 50px 0;
  /* background-color: #f9f9f9; */
}

.product .lists .table > h3 {
  margin-bottom: 5px;
  font-size: 32px;
}

.product .lists .table div {
  overflow-x: auto;
}

h3.wp-block-heading {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1;
  color: #1d90d1;
}

.wp-block-table {
  margin-bottom: 50px;
}

.wp-block-table table {
  border: none;
  margin-top: 10px;
}

/* .wp-block-table table thead, */
.wp-block-table table tr:nth-child(1) {
  background-color: #1d90d1;
}

/* .wp-block-table table thead th, */
.wp-block-table table tr:nth-child(1) {
  font-weight: bold;
  color: #fff;
}

.wp-block-table td,
.wp-block-table th {
  border: none;
  border-bottom: 1px solid #dedede;
  text-align: center;
  padding:0.5rem 0;
}

.wp-block-table thead {
  border-bottom: 1px solid #fff;
}

@media (max-width: 1200px) {
  .wp-block-table table {
    width: 1200px !important;
  }
}

@media (max-width: 960px) {
  .wp-block-table table {
    width: 960px !important;
  }
}

@media (max-width: 768px) {
  .product .lists .table-bg {
    padding: 0;
    background-color: #f9f9f9;
  }

  .wp-block-table table {
    width: 768px !important;
  }

  .product .lists .table > h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  h3.wp-block-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
