.product-banner img {
  display: block;
}
.product-banner {
  position: relative;
}
.product-banner::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  z-index: 9;
  width: 100%;
  height: 100%;
}
.product {
  background: url(/content/images/home_back.png);
  padding: 50px 0;
}

.product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-title h2 {
  font-size: 24px;
}

.product-title h2 a {
  cursor: pointer;
  color: #999999;
}
.product-title h2 a.on {
  color: #333333;
}

.product-search {
  display: flex;
  align-items: center;
  background-color: #ececec;
}

.product-search input {
  border: 0;
  height: 45px;
  background-color: #ececec;
  padding: 0 10px;
  width: 300px;
  font-size: 16px;
}

.product-search span {
  width: 60px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9a4a52;
}

.product-search span img {
  width: 18px;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 50px;
}

.product-list a {
  width: 31.33%;
  margin-right: 3%;
  margin-top: 20px;
  color: #333333;
}

.product-list a p {
  height: 340px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.product-list a p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-list a:nth-child(3n) {
  margin-right: 0;
}

.product-list a h2 {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 800px) {
  .product {
    padding: 5vw 0;
  }

  .product-title {
    flex-wrap: wrap;
  }

  .product-title h2 {
    font-size: 5vw;
  }

  .product-search {
    margin-top: 5vw;
    width: 100%;
  }

  .product-search input {
    width: 85%;
  }

  .product-search span {
    width: 15%;
  }

  .product-list {
    margin-top: 0;
    padding-bottom: 5vw;
  }

  .product-list a {
    width: 100%;
    margin: 5vw 0 1vw;
  }

  .product-list a p {
    height: auto;
  }

  .product-list a p img {
    height: auto;
  }

  .product-list h2 {
    font-size: 5vw;
  }
}

.product-detail-info {
  padding: 50px 0;
  background: url(/content/images/p_back.jpg);
}

.product-detail-info .content {
  display: flex;
  align-items: center;
}

.product-detail-info-banner {
  width: 560px;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}
.product-detail-info-banner .swiper-slide {
  border: 1px solid #e5e5e5;
}

.product-detail-info-banner img {
  width: 100%;
  height: 500px;
}

.product-detail-info-banner .swiper-button-white {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-size: auto 60%;
}
.product-detail-info-banner .swiper-button-prev {
  background-position-x: 12px;
  margin-top: -62px;
}
.product-detail-info-banner .swiper-button-next {
  background-position-x: 14px;
  margin-top: -62px;
}

@media (max-width: 800px) {
  .product-detail-info-banner .swiper-button-white {
    width: 6vw;
    height: 6vw;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background-size: auto 60%;
  }
  .product-detail-info-banner .swiper-button-prev {
    background-position-x: 2vw;
  }
  .product-detail-info-banner .swiper-button-next {
    background-position-x: 2vw;
  }
}

.product-detail-info-text {
  width: calc(100% - 600px);
  padding-left: 40px;
}

.product-detail-info-text h2 {
  font-size: 28px;
}

.product-detail-info-text p {
  font-size: 28px;
  margin-top: 10px;
}

.product-detail-info-text div {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}

.product-text-item {
  background-color: white;
  margin-top: 50px;
}

.product-text-item:first-child {
  margin-top: 0;
}

.product-text-title {
  background-color: #e1e1e1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-text-title h2 {
  background-color: #ff8b23;
  padding: 0 25px;
  line-height: 50px;
  color: white;
  font-weight: 500;
  font-size: 22px;
}

.product-text-title span {
  font-size: 28px;
  padding: 0 30px;
  cursor: pointer;
  line-height: 1;
}

.product-text-inner {
  padding: 20px;
  line-height: 2;
  font-size: 16px;
}

@media (max-width: 800px) {
}
