.product-container {
  background-color: #000;
}

.product-container .section {
  color: #fff;
  position: relative;
}

.product-container .section .product-tips {
  text-align: center;
  font-size: 0.6rem;
  margin-top: 2rem;
  color: #555;
}

.product-container .section h2,
.product-container .section h3 {
  margin: 0;
  font-weight: normal;
}

.product-container .section .font-yellow {
  color: #ffcb91;
}

.product-container .section p {
  font-family: "FZLTXHJW";
}

.product-container .section .btn-light {
  margin: 0 1.25rem;
  text-align: center;
}

.product-container .section .btn-light > a {
  font-size: 0.9rem;
  padding-left: 0;
  padding-right: 0;
  min-width: 8rem;
}

.product-container .section .btn-light > a .iconfont {
  font-size: 0.5rem;
  margin-left: 0.8rem;
}

.product-container .section .section-padding {
  padding-left: 9rem;
  padding-right: 9rem;
}

.product-container .section .section-maintitle {
  font-size: 3rem;
  line-height: 3.45rem;
  text-align: center;
}

.product-container .section .section-subtitle {
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-align: center;
}

.product-container .section1 .section-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.product-container .section1 .banner-title {
  font-size: 4.3rem;
  line-height: 4.5rem;
  text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5);
}

.product-container .section1 .banner-desc {
  font-size: 0.9rem;
  line-height: 1rem;
  margin-top: 2rem;
  text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5);
}

.product-container .section1 .btn-wrap {
  margin-top: 3.1rem;
}

.product-container .section2 {
  padding: 2.5rem 0;
}

.product-container .section2 .section-padding {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.product-container .section2 .section-subtitle {
  margin-top: 2.8rem;
  margin-bottom: 2.3rem;
}

.product-container .section2 .section-box {
  background: #161616;
  padding: 0 3.6rem;
}

.product-container .section2 .section-box .section-picture {
  margin-bottom: 3.3rem;
  font-size: 0;
}

.product-container .section2 .section-box .section-picture p {
  font-size: 0.9rem;
  line-height: 1rem;
}

.product-container .section2 .section-box .section-picture .pic-name {
  font-weight: bold;
  margin-bottom: 1.9rem;
}

.product-container .section2 .section-box .section-picture .pic-desc {
  margin-top: 0.7rem;
}

.product-container .section2 .section-box .section-picture img {
  width: auto;
  max-width: 100%;
}

.product-container .section2 .section-box:first-child {
  width: 39.42%;
  float: left;
}

.product-container .section2 .section-box:first-child .section-picture {
  text-align: center;
}

.product-container .section2 .section-box:first-child .section-picture:first-of-type {
  margin-bottom: 4rem;
}

.product-container .section2 .section-box:last-child {
  float: right;
  width: 58.65%;
  padding-left: 3.5rem;
  padding-right: 0;
}

.product-container .section2 .section-box:last-child .section-picture:first-of-type {
  padding-top: 1.3rem;
}

.product-container .section3 {
  padding-top: 0.75rem;
}

.product-container .section3 .product-tabs {
  text-align: center;
  font-size: 0;
  margin-top: 1.35rem;
}

.product-container .section3 .product-tabs ul {
  display: inline-block;
  border-bottom: 1px solid #777;
  position: relative;
  max-width: 100%;
}

.product-container .section3 .product-tabs ul .line {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: transform .3s;
}

.product-container .section3 .product-tabs li {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1rem;
  font-family: 'FZLTXHJW';
  padding: 0.65rem 0.15rem;
  color: #777777;
  margin-right: 1.3rem;
  cursor: pointer;
  transition: all .3s;
}

.product-container .section3 .product-tabs li:last-of-type {
  margin-right: 0;
}

.product-container .section3 .product-tabs li.cur {
  font-weight: bold;
  color: #fff;
}

.product-container .section3 .product-list {
  margin-top: 2.5rem;
  position: relative;

}

.product-container .section3 .product-list .product-group {
  display: flex;
  flex-wrap: wrap;
}

.product-container .section3 .product-list .product-item {
  width: 25%;
}
.product-container .section3 .product-list .product-info {
  padding-bottom: 2.2rem;
  background-color: #1B1B1B;
  margin: 0.4rem;
}

.product-container .section3 .product-list .product-name {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-top: 0.9rem;
}

.product-container .section3 .product-list .product-points {
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin: 0.9rem;
  color: #ffcb91;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-container .section3 .product-list .product-config {
  font-size: 0;
  padding-bottom: 2.8rem;
  padding-top: 2.2rem;
}

.product-container .section3 .product-list .product-config li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 1.2rem;
  margin-top: 0.6rem;
}

.product-container .section3 .product-list .product-config p {
  font-size: 0.7rem;
  line-height: 1.4;
  word-break: break-word;
}

.product-container .section3 .product-list .product-config .config-name {
  color: #555;
}

.product-container .section3 .product-list .swiper-product-prev,
.product-container .section3 .product-list .swiper-product-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 2.6rem;
  height: 2.6rem;
}

.product-container .section3 .product-list .swiper-product-prev:hover,
.product-container .section3 .product-list .swiper-product-next:hover {
  opacity: 0.7;
}

.product-container .section3 .product-list .swiper-product-prev.swiper-button-disabled,
.product-container .section3 .product-list .swiper-product-next.swiper-button-disabled {
  opacity: 0.2;
}

.product-container .section3 .product-list .swiper-product-prev {
  left: -4.5rem;
  background: url(/static/test/images/9806/product/left.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.product-container .section3 .product-list .swiper-product-next {
  right: -4.5rem;
  background: url(/static/test/images/9806/product/right.png) no-repeat;
  background-size: 100%;
  background-position: center;
}



@media (min-width: 768px) {
  .product-container .section3 .product-tabs li:hover {
    font-weight: bold;
    color: #fff;
  }
}
