#productDetail {
  font-size: 0.1rem;
  position: relative;
}
#productDetail .back-img {
  width: 100%;
  position: absolute;
  z-index: -1;
}
#productDetail .router-icon {
  width: 13rem;
  margin: 1.5rem auto 1.5rem;
  color: #B9B9B9;
}
#productDetail .router-icon .iconfont {
  font-size: 0.1rem;
  margin-right: 0.05rem;
}
#productDetail .router-icon span {
  margin-right: 0.05rem;
}
#productDetail .product-introduce {
  display: flex;
  justify-content: center;
  font-size: 0.18rem;
  align-items: center;
  margin-bottom: 0.63rem;
}
#productDetail .product-introduce img {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.6rem;
}
#productDetail .product-introduce .right-box {
  height: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#productDetail .product-introduce .right-box .title {
  font-size: 0.24rem;
}
#productDetail .product-introduce .right-box .text {
  background-color: #FAFAFA;
  padding: 0.3rem;
  width: 8rem;
  height: 1.92rem;
  line-height: 0.4rem;
}
#productDetail .product-introduce .right-box .btn {
  cursor: pointer;
  width: 1.35rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 0.05rem;
  background-image: linear-gradient(to right, #EA253C, #FF586C);
}
#productDetail .product-info {
  width: 13rem;
  margin: 0 auto;
}
#productDetail .product-info .title {
  display: inline-block;
  height: 0.5rem;
  border-bottom: #EA253C solid 0.02rem;
  font-size: 0.18rem;
  margin-bottom: 0.3rem;
}
#productDetail .product-info .info {
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
}
#productDetail .product-info .info .big-img {
  width: 7.53rem;
  height: 7.92rem;
}
#productDetail .product-info .info .left .title2 {
  width: 3.2rem;
  height: 0.7rem;
  background-color: #FAFAFA;
  font-size: 0.18rem;
  padding: 0.2rem 0;
  padding-left: 0.35rem;
}
#productDetail .product-info .info .left .title2 p {
  border-left: #EA253C solid 0.05rem;
  padding-left: 0.12rem;
}
#productDetail .product-info .info .left .imgs {
  padding-left: 0.35rem;
}
#productDetail .product-info .info .left .imgs .img-item {
  width: 2.85rem;
  height: 2.85rem;
  position: relative;
}
#productDetail .product-info .info .left .imgs .img-item img {
  padding-top: 0.2rem;
  width: 100%;
  height: 100%;
}
#productDetail .product-info .info .left .imgs .img-item .img-name {
  width: 2.84rem;
  height: 0.52rem;
  line-height: 0.52rem;
  text-align: center;
  font-size: 0.16rem;
  background-color: #FAFAFA;
  position: absolute;
  bottom: 0.01rem;
  left: 50%;
  transform: translate(-50%);
}
#productDetail #showPage {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 0.1rem;
  border: 0.02rem saddlebrown solid;
  display: none;
}
#productDetail #showPage .place {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
#productDetail #showPage #qrcode {
  margin-bottom: 0.3rem;
  border: 1px solid saddlebrown;
}
#productDetail #showPage .btn {
  width: 1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  border-radius: 0.05rem;
  background-image: linear-gradient(to right, #EA253C, #FF586C);
  cursor: pointer;
}
