@charset "UTF-8";
/*渐变文字*/
.gradient-text {
  display: inline-block;
  width: auto;
  color: #ff316c;
  background-image: linear-gradient(-90deg, #ff316c 0%, #44D7F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*盒子布局*/
/*单行省略*/
/*多行省略*/
.pro-detail-page {
  width: 100%;
  padding-top: 1rem;
}

.pro-detail-page .section-1 {
  width: 89.5%;
  margin: 0 auto;
  overflow: hidden;
}

.pro-detail-page .section-1 .pro-info-left {
  width: 58%;
  height: 7rem;
  overflow: hidden;
}

.pro-detail-page .section-1 .pro-info-left .gallery-swiper-container {
  width: 100%;
  position: relative;
}

.pro-detail-page .section-1 .pro-info-left .gallery-swiper-container .swiper-wrapper {
  width: 100%;
}

.pro-detail-page .section-1 .pro-info-left .gallery-swiper-container img {
  width: 100%;
}

.pro-detail-page .section-1 .pro-info-right {
  padding: 0 1.2rem 0 1.2rem;
  color: #565656;
  box-sizing: border-box;
}

.pro-detail-page .section-1 .pro-info-right .model {
  font-family: 'Flynnmono-Bold';
  font-size: 0.55rem;
  font-weight: bold;
}

.pro-detail-page .section-1 .pro-info-right .pro-name {
  font-size: 0.48rem;
}

.pro-detail-page .section-1 .pro-info-right .pro-intro {
  font-size: 0.22rem;
  margin-top: 0.55rem;
}

.pro-detail-page .section-1 .pro-info-right .pro-price {
  font-size: 0.32rem;
  margin-top: 0.62rem;
}

.pro-detail-page .section-1 .pro-info-right .buy-btn {
  display: block;
  width: 100%;
  height: 0.45rem;
  font-size: 0.24rem;
  color: #fff;
  background-color: #565656;
  text-align: center;
  line-height: 0.48rem;
  margin-top: 1.1rem;
}

.pro-detail-page .section-1 .pro-info-right .buy-btn:hover {
  opacity: 0.8;
}

.pro-detail-page .section-2 {
  width: 100%;
  padding: 1rem 0 2rem 1rem;
  box-sizing: border-box;
  overflow: hidden;
}

.pro-detail-page .section-2 .pro-desc-container {
  width: 100%;
  font-size: 0.24rem;
}

.pro-detail-page .section-2 .pro-desc-container .desc-txt {
  font-size: 0.24rem;
  padding: 0.2rem 0.4rem;
  line-height: 1.5;
  box-sizing: border-box;
}

.pro-detail-page .section-2 .pro-desc-container .desc-img {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}

.pro-detail-page .section-2 .pro-desc-container .desc-img img {
  display: block;
  width: 100%;
}

.pro-detail-page .section-3 .pro-param-tab {
  width: 100%;
  height: 1.5rem;
  font-size: 0.36rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: center;
  background-color: #000000;
}

.pro-detail-page .section-3 .param-list {
  width: 12rem;
  font-size: 0.24rem;
  margin: 1.5rem auto;
}

.pro-detail-page .section-3 .param-list .table-th {
  border-bottom: 1px solid #d2d2d2;
  padding: 0.35rem 0;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: space-between;
  -ms-justify-content: space-between;
  /* IE 9 */
  -moz-justify-content: space-between;
  /* Firefox */
  -webkit-justify-content: space-between;
  /* Safari  Chrome */
  -o-justify-content: space-between;
  /* Opera */
  flex-direction: row;
  -ms-flex-direction: row;
  /* IE 9 */
  -moz-flex-direction: row;
  /* Firefox */
  -webkit-flex-direction: row;
  /* Safari  Chrome */
  -o-flex-direction: row;
  /* Opera */
}

.pro-detail-page .section-3 .param-list .table-th > div {
  width: 50%;
  padding: 0 0.2rem 0 2.3rem;
}

.pro-detail-page .pro-swiper-btn {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
}

.pro-detail-page .pro-swiper-btn i {
  font-size: 0.26rem;
}

@media screen and (min-width: 1px) and (max-width: 750px) {
  .pro-detail-page {
    padding-top: 0.95rem;
  }
  .pro-detail-page .section-1 {
    width: 100%;
    background-color: #eeeeee;
    flex-direction: column;
  }
  .pro-detail-page .section-1 .m-back-nav {
    width: 100%;
    height: 0.54rem;
    color: #fff;
    background-color: #565656;
    padding-left: 0.5rem;
    line-height: 0.54rem;
  }
  .pro-detail-page .section-1 .m-back-nav i {
    font-size: 0.24rem;
  }
  .pro-detail-page .section-1 .pro-info-left {
    width: 100%;
    height: 5.26rem;
  }
  .pro-detail-page .section-1 .pro-info-right {
    padding: 0 0.77rem 0.5rem;
  }
  .pro-detail-page .section-1 .pro-info-right .model {
    font-size: 0.42rem;
  }
  .pro-detail-page .section-1 .pro-info-right .pro-name {
    font-size: 0.36rem;
  }
  .pro-detail-page .section-1 .pro-info-right .pro-intro {
    font-size: 0.21rem;
    margin-top: 0.2rem;
  }
  .pro-detail-page .section-1 .pro-info-right .pro-price {
    font-size: 0.32rem;
  }
  .pro-detail-page .section-1 .pro-info-right .buy-btn {
    width: 2.7rem;
    height: 0.48rem;
    line-height: 0.48rem;
    margin-top: 0.8rem;
  }
  .pro-detail-page .section-2 {
    padding: 1.22rem 0 1.3rem 0.75rem;
  }
  .pro-detail-page .section-2 .m-pro-desc-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
  }
  .pro-detail-page .section-2 .m-pro-desc-container .m-desc-item {
    width: 3.9rem;
    flex: 0 0 auto;
  }
  .pro-detail-page .section-2 .m-pro-desc-container .m-desc-item:not(:first-child) {
    margin-left: 0.23rem;
  }
  .pro-detail-page .section-2 .m-pro-desc-container .m-desc-item .desc-img {
    width: 100%;
    height: 3.9rem;
    overflow: hidden;
  }
  .pro-detail-page .section-2 .m-pro-desc-container .m-desc-item .desc-img img {
    display: block;
    width: 100%;
  }
  .pro-detail-page .section-2 .m-pro-desc-container .m-desc-item .desc-txt {
    font-size: 0.21rem;
    padding: 0.33rem 0;
    line-height: 1.5;
  }
  .pro-detail-page .section-3 .pro-param-tab {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.37rem;
  }
  .pro-detail-page .section-3 .param-list {
    width: 100%;
    font-size: 0.21rem;
    margin: 0.7rem 0;
  }
  .pro-detail-page .section-3 .param-list .table-th {
    border-bottom: none;
    padding: 0.25rem 0;
  }
  .pro-detail-page .section-3 .param-list .table-th .th-left {
    width: 35%;
    padding: 0 0.1rem 0 1.2rem;
  }
  .pro-detail-page .section-3 .param-list .table-th .th-right {
    width: 65%;
    padding: 0 0.1rem 0 0.5rem;
  }
  .pro-detail-page .pro-swiper-btn {
    width: 0.34rem;
    height: 0.34rem;
  }
  .pro-detail-page .pro-swiper-btn i {
    font-size: 0.21rem;
  }
}
