.productdetails .jwrap {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productdetails .jwrap .productdetails-l {
  width: 500px;
  height: 500px;
}
.productdetails .jwrap .productdetails-l img {
  width: 100%;
  height: 100%;
}
.productdetails .jwrap .productdetails-r {
  width: 650px;
}
.productdetails .jwrap .productdetails-r .productdetails-tit {
  padding-bottom: 40px;
  border-bottom: 1px solid #078f47;
  margin-bottom: 18px;
}
.productdetails .jwrap .productdetails-r .productdetails-tit span {
  font-size: 14px;
  color: #078f47;
}
.productdetails .jwrap .productdetails-r .productdetails-tit h3 {
  font-size: 24px;
  color: #000;
  margin-top: 26px;
  margin-bottom: 10px;
}
.productdetails .jwrap .productdetails-r .productdetails-tit p {
  font-size: 12px;
  color: #767676;
}
.productdetails .jwrap .productdetails-r .productdetails-ass {
  font-size: 14px;
  color: #333;
  line-height: 44px;
  padding-bottom: 18px;
  border-bottom: 1px solid #078f47;
}
.productdetails .jwrap .productdetails-r .productdetails-ass .ass-s {
  display: flex;
  justify-content: space-between;
}
.productdetails .jwrap .productdetails-r .productdetails-href {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productdetails .jwrap .productdetails-r .productdetails-href .href-active {
  font-size: 14px;
  color: #333;
  width: 236px;
  display: flex;
  justify-content: space-between;
  line-height: 36px;
}
.productdetails .jwrap .productdetails-r .productdetails-href .href-f {
  float: right;
  display: flex;
  justify-content: space-between;
  width: 172px;
  height: 26px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.productdetails .jwrap .productdetails-r .productdetails-href .href-f a .tit-hid {
  display: block;
  transition: .5s;
}
.productdetails .jwrap .productdetails-r .productdetails-href .href-f a .tit-on {
  display: none;
  transition: .5s;
}
.productdetails .jwrap .productdetails-r .productdetails-href .href-f a:hover .tit-hid {
  display: none;
}
.productdetails .jwrap .productdetails-r .productdetails-href .href-f a:hover .tit-on {
  display: block;
}
.pr-detail .pr-img {
  width: 100%;
  height: 24px;
}
.pr-detail .pr-img img {
  width: 100%;
}
.pr-detail table {
  width: 100%;
}
.pr-detail .jwrap p span strong span{
	margin:14px 0px;
	display: block;
}

.pr-detail table tbody tr {
  height: 40px;
  line-height: 40px;
}
.pr-detail .pr-txt {
  padding-top: 24px;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  text-transform: none;
}
.pr-detail .pr-list {
  height: 553px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 38px;
  margin-bottom: 38px;
}
.pr-detail .pr-list .pr-list-l {
  width: 24.5%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.pr-detail .pr-list .pr-list-l img {
  width: 100%;
  height: 272px;
}
.pr-detail .pr-list .pr-list-m {
  width: 50%;
}
.pr-detail .pr-list .pr-list-m img {
  width: 100%;
  height: 553px;
}
.pr-detail .pr-table .pr-tab-tit {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
  height: 50px;
  line-height: 50px;
  background: #1CA879;
}
.pr-detail .pr-table .tab-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 4px;
  padding-bottom: 80px;
}
.pr-detail .pr-table .tab-list .tab-list-item {
  margin-bottom: 4px;
  width: 49.8%;
  display: flex;
  justify-content: space-between;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
  height: 50px;
  line-height: 50px;
  background: #f5faf7;
}
@media screen and (max-width: 980px) {
  .productdetails .jwrap {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .productdetails .jwrap .productdetails-l {
    width: 60%;
    height: auto;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .productdetails .jwrap .productdetails-r .productdetails-tit {
    padding-bottom: 18px;
  }
  .productdetails .jwrap .productdetails-r .productdetails-tit h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .productdetails .jwrap .productdetails-r .productdetails-ass {
    line-height: 34px;
  }
  .pr-detail .pr-img {
    overflow: hidden;
  }
  .pr-detail .pr-img img {
    width: 250%;
  }
  .pr-detail .pr-txt {
    padding-top: 10px;
    line-height: 26px;
  }
  .pr-detail .pr-list {
    height: auto;
  }
  .pr-detail .pr-list .pr-list-l img {
    height: 90px;
  }
  .pr-detail .pr-list .pr-list-m img {
    width: 100%;
    height: 184px;
  }
  .pr-detail .pr-table .tab-list {
    padding-bottom: 30px;
  }
  .pr-detail .pr-table .tab-list .tab-list-item {
    width: 100%;
  }
  .pr-detail .jwrap p span img{
	 width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 414px) {
  .product-mic .mic-list .mic-list-item img {
    width: 100%;
    height: 192px;
  }
}
@media screen and (max-width: 375px) {
  .product-mic .mic-list .mic-list-item img {
    width: 100%;
    height: 172px;
  }
}
