/* 产品详情 */

.product_img {
  width: 100%;
  padding: 0 0.3rem;
  height: 6.7rem;
  position: relative;
  margin: 0 auto;
}

.product_img > img {
  width: 100%;
  height: 6.7rem;
}

.product_img-iframe {
  width: 100%;
  height: 6.7rem;
}

.product_img > button {
  position: absolute;
  min-height: 32px;
  padding: 0 20px;
  background: #2b92ea;
  border-radius: 20px;
  z-index: 7;
  bottom: -16px;
  left: calc((100% - 102px) / 2);
  color: #fff;
  font-size: 0.26rem;
}

.font-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #222222;
  padding: 0 0.3rem;
  margin-top: 50px;
}

.font-title > span {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background: #e9f5ff;
  border-radius: 4px;
  font-size: 0.22rem;
  color: #2b92ea;
}

.font-param,
.font-price {
  font-size: 0.28rem;
  font-weight: 400;
  color: #999;
  margin: 28px 0;
  padding: 0 0.3rem;
  line-height: 0.5rem;
}

.font-price > span:first-child {
  font-size: 0.32rem;
  font-weight: bold;
  color: #f36d13;
}

.font-price > span:last-child {
  text-decoration: line-through;
  margin-left: 10px;
}

.product_ditor {
  width: 100%;
  margin: 0.6rem 0;
  font-size: xx-small;
  padding: 0 0.3rem;
}

.product_more {
  padding: 0 0.3rem;
}

.product_more > a {
  display: inline-block;
  width: 30%;
  text-align: center;
  font-size: 16px;
  color: #222222;
}

.product_more > a > img {
  width: 100%;
  height: 2rem;
  margin-bottom: 0.3rem;
}

.product_more > a > p {
  width: 100%;
  margin: 0 auto;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
