@charset "utf-8";

.product-detail .container {
  position: relative;
  box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, .1);
}

.main {
  /* background: #faf8f6; */
  background: #f2f7fd;
}

.product-detail-content {
  width: 13rem;
  margin: 0 auto;
  display: flex;
  padding-bottom: 0.72rem;
}

.product-detail-content-left {
  width: calc(50% - 0.56rem);
  margin-right: 0.56rem;
}

.product-detail-content h1 {
  font-size: 0.24rem;
  font-family: Lubalin Graph ECG, Open Sans, Arial, sans-serif;
  margin: 0.25rem 0;
  color: #333;
}

.product-detail-intro {
  font-size: 0.16rem;
  line-height: 1.8;
  text-indent: 2em;
}

.product-ntroduction .product-detail-feature p {
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  line-height: 1.8;
  margin-left: 0.41rem;
  position: relative;
  padding-left: 0.08rem;
}

.product-ntroduction .product-detail-feature p::before {
  display: inline-block;
  content: '';
  height: 0.36rem;
  width: 0.36rem;
  background: url('../images/newImg/check-circle-44px.png') no-repeat;
  background-size: 100%;
  margin: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -2.333em;
}

.product-detail-content-right {
  width: 50%;
  text-align: center;
}

.product-detail-content-right img {
  width: 100%;
}

.product-detail-application {
  width: 13.56rem;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}

.product-detail-application-item {
  display: flex;
}

.product-detail-application-text {
  width: 50%;
  padding: 0.28rem;
}

.product-detail-application-text h2 {
  padding: 0.05rem 0 0.15rem 0;
  font-size: 0.24rem;
  color: #333;
}

.product-detail-application-text p {
  font-size: 0.16rem;
  line-height: 1.8;
}

.product-detail-application-img {
  width: 50%;
  padding: 0.28rem;
  display: block;
}

.product-detail-application-img img {
  width: 100%;
}

.media-product-detail-application-img {
  display: none;
}

.product-detail-more {
  width: 100%;
  height: 3.08rem;
  background: url('../images/newImg/more.png') no-repeat;
  background-size: cover;
}

.product-detail-more div {
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .4) 99.99%);

}

.product-detail-more h2 {
  width: 13rem;
  margin: 0 auto;
  font-size: 0.44rem;
  color: #fff;
  font-family: Lubalin Graph ECG;
  font-weight: 300;
  letter-spacing: .3;
  padding: 0.67rem 0 0.22rem 0;
}

.product-detail-more p {
  width: 13rem;
  margin: 0 auto;
}

.product-detail-more a {
  display: inline-block;
  width: 1.76rem;
  height: 0.49rem;
  line-height: 0.49rem;
  text-align: center;
  border-radius: 0.04rem;
  color: #333;
  margin-top: 0.5rem;
  font-weight: 700;
  font-family: inherit;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  overflow: hidden;
}

.product-detail-more a::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background-color: #fc3;
  border-radius: 0.04rem;
}

.product-detail-more a::after {
  display: inline-block;
  content: '';
  width: 0rem;
  height: 0.49rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.04rem;
  transition: width .35s cubic-bezier(.58, .3, .005, 1);
  z-index: -1;
  pointer-events: none;
  /* 确保伪元素不会阻挡鼠标事件 */
}

.product-detail-more a:hover::after {
  width: 100%;
  background-color: #f0b400;
}

.media-product-detail-content-right {
  display: none;
}

.product-ntroduction {
  width: 13rem;
  margin: 0 auto 0.8rem auto;
  text-align: left;
}

.product-ntroduction h1 {
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
}

@media (max-width:1199px) {

  .product-detail-content,
  .product-detail-more h2,
  .product-detail-more p,
  .product-detail-application,
  .product-ntroduction {
    width: 90%;
  }
}

@media (max-width:767px) {

  .product-detail-more h2,
  .product-detail-more p,
  .product-detail-application {
    width: 100%;
  }

  .product-ntroduction h1 {
    font-size: 20px;
  }

  .product-detail-content {
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  .product-detail-content {
    flex-wrap: wrap;
  }

  .product-detail-content-left {
    width: 100%;
  }

  .product-detail-content-left h1 {
    text-align: center;
    font-size: 20px;
    margin: 30px 0 50px 0;
  }

  .media-product-detail-content-right {
    display: block;
    width: 100%;
    text-align: center;
  }

  .media-product-detail-content-right img {
    width: 100%;
    margin-bottom: 50px;
  }

  .product-detail-content-right {
    display: none;
  }

  .product-ntroduction .product-detail-feature p {
    font-size: 14px;
    padding-left: 20px;
  }

  .product-ntroduction .product-detail-feature p::before {
    width: 30px;
    height: 30px;
    left: -20px;
  }

  .breadcrumb ol li a {
    font-size: 14px;
  }

  .product-detail-application-img {
    display: none;
  }

  .media-product-detail-application-img {
    display: block;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 20px;
  }

  .product-detail-application-item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .media-product-detail-application-img img {
    width: 100%;
  }

  .product-detail-application-text {
    width: 100%;
  }

  .product-detail-application-item:nth-child(2n-1) {
    background: #fff
  }

  .product-detail-application-text h2 {
    font-size: 18px;
  }

  .product-detail-application-text p {
    font-size: 14px;
  }

  .product-detail-more h2 {
    font-size: 30px;
    text-align: center;
  }

  .product-detail-more a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
  }

  .product-detail-more p {
    text-align: center;
  }

  .product-detail-intro {
    font-size: 14px;
  }

  .breadcrumb {
    margin-top: 76px;
  }
}