/* 购买 */
.child .banner {
  background-image: url('../image/banner_product.png');
}
.child .banner-cn-one {
  font-size: 24px;
  font-weight: normal;
  text-align: left;
}
.product-num {
  font-family: 'myDin';
  font-weight: bold;
  color: #e70031;
  font-size: 72px;
}
.child-title {
  color: #eba267 !important;
}
.about-us-title-bg {
  background-color: #f9f5f2;
}
/* 内容 */
.product-des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
  margin-bottom: 50px;
  max-width: 1400px;
  width: 100%;
}
.product-content {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
}
.product-des .cate-ls li a {
  width: auto;
}
.child .about-us-title .font-din {
  color: #222;
}
.product-des .cate-content-item-des .cate-content-item-title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 7%;
  font-weight: bold;
  font-size: 18px;
}
.product-des .cate-content-item-des .cate-content-item-more {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 140px;
  height: 60px;
  font-size: 13px;
  background-size: 20%;
  background-repeat: no-repeat;
  background-image: url(../images/bg_hot_bg5.png);
  background-position: right center;
}
.product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  width: 90%;
  margin-bottom: 80px;
}
.product-page div {
  max-width: 200px;
  margin-right: 5%;
}
.product-page-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
}
.product-page-ls li {
  margin-right: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #e8e8e8;
  border-radius: 8px;
}
.product-page-ls li a {
  color: #333;
}
.product-page-ls li:hover {
  background-color: #333;
  cursor: pointer;
}
.product-page-ls li:hover a {
  color: #fff;
}

.product-page-ls li.active {
  background-color: #333;
  cursor: pointer;
}
.product-page-ls li.active a {
  color: #fff;
}

.product-page-ls li a i {
  font-size: 24px;
}
.product-page-dot {
  position: relative;
  top: -5px;
}
/* 详情内容 */
.detail-title {
  background-color: transparent;
}
.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 83%;
  max-width: 85%;
}
.product-params {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 40px;
}
.product-params-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #dcdcdc;
  width: 560px;
  height: 560px;
  overflow: hidden;
  z-index: 3;
}
.product-params-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-params-img img {
  display: inline-block;
  max-width: 560px;
  width: 100%;
  height: 100%;
}
.product-params-search i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  background-color: #e0e1e3;
}
.product-params-search i:before {
  top: 10px;
  position: relative;
}
.product-params-other {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding-top: 25px;
  padding-left: 50px;
  max-width: 560px;
  line-height: 2;
  z-index: 2;
}
.product-params-other span {
  display: block;
}
.product-params-name span {
  color: #242a30;
  font-size: 14px;
}
.product-params-name h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.product-params-other hr {
  color: #dcdcdc;
}
.product-params-type span:first-child {
  margin: 35px 0 15px 0;
  width: 88px;
  height: 28px;
  border-radius: 15px;
  background-color: #ae8455;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.product-params-type span:nth-child(2) {
  color: #242a30;
  font-size: 22px;
  line-height: 2;
}
.product-params-type p {
  margin-bottom: 55px;
  font-size: 16px;
  color: #999;
}
.product-params-banners {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-width: 530px;
  width: 100%;
  height: 115px;
}
.swiper-container {
  position: relative;
  width: 94%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dcdcdc;
}
.swiper-slide:hover {
  cursor: pointer;
}
.swiper-slide img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.product-params-banners .swiper-button-prev,
.product-params-banners .swiper-button-next {
  position: absolute;
  top: 22px;
  width: 18px;
  height: 100%;
  background-color: #979b9f;
}
.product-params-banners .swiper-button-prev {
  left: 0;
}
.product-params-banners .swiper-button-next {
  right: 0;
}
.product-params-banners .swiper-button-prev:hover,
.product-params-banners .swiper-button-next:hover {
  background-color: #303840;
}
.product-params-big {
  position: absolute;
  left: 560px;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
  justify-content: center;
  width: 50%;
  height: 100%;
  border: 1px solid #f00;
  background-color: #fff;
  z-index: 111;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 10px;
  color: #cbcdcf;
}
.product-other h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: left;
  line-height: 2;
  border-bottom: 1px solid #dcdcdc;
}
.product-other h3 i {
  margin-right: 10px;
  font-size: 20px;
}
.product-other h3:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  display: inline-block;
  width: 300px;
  height: 4px;
  background-color: #e3d9b3;
}
.product-other table {
  width: 100%;
  border-collapse: collapse;
}
.product-other table,
.product-other table th {
  border: 1px solid #dcdcdc;
}
.product-other table th {
  line-height: 50px;
  color: #333;
  font-size: 16px;
}
.product-other table,
.product-other table td {
  border-right: 1px solid #dcdcdc;
}
.product-other table td {
  line-height: 50px;
  color: #666;
  font-size: 16px;
}
@media all and (max-width: 1400px) and (min-width: 800px) {
  .product-detail {
    width: 73%;
  }
  .product-params-other {
    width: 55%;
  }
  .product-params-img {
    width: 460px;
    height: 360px;
  }
}
@media(max-width:990px){
  .product-des{display:flex;flex-direction: column;}
  .product-num{font-size:30px}
  .product-params-other{padding:0;width:100%}
  .product-params{display:flex;flex-direction: column;}
  .product-detail{width:100%;max-width:100%}
  .product-params-img{width:100%;height:auto;}
  .swiper-container{height:auto}
}