body{
  background-color: #f9f9f9;
}
.product-home{
  width: 100%;
  box-sizing: border-box;
  padding: 0 3%;
  background-image: url(../img/product/product_bg1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 1rem;
}
.product-home-list{
  width: 100%;
  margin-top: 5rem;
  overflow: hidden;
}
.product-home-list-son{
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0.25rem;
  border-radius: 0.14rem;
  margin-top: 0.4rem;
}
.product-home-list-img{
  margin-top: 0.6rem;
}
.product-home-list-img img{
  width: 100%;
  height: 3.9rem;
}
.product-home-list-footer{
  margin-top: 0.26rem;
}
.product-home-list-footer-price{
  font-size: 0.36rem;
  color:#ff3333;
  margin-top:0.14rem;
}
.product-home-list-footer-btn{
  display:inline-block;
  width: 1.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
  background-color: #ff4c4c;
  text-align:center;
  border-radius: 0.1rem;
}
#pay-modify{
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}
.pay-modify-center{
  width: 5.46rem;
  background-color: #fff;
  margin: 1.4rem auto 0;
  border-radius: 0.14rem;
}
.pay-modify-head img{
  width: 100%;
}
.pay-modify-name{
  font-size: 0.28rem;
  color:#424242;
  text-align:center;
  margin-top: 0.52rem;
}
.pay-modify-price{
  font-size: 0.36rem;
  text-align:center;
  font-weight:bold;
  margin-top: 0.2rem;
}
.pay-modify-method{
  width: 100%;
  padding: 0 0.34rem;
  box-sizing: border-box;
  margin-top: 0.32rem;
  padding-bottom: 0.4rem;
}
.pay-modify-method-son{
  padding: 0.3rem 0;
  border-bottom: 1px solid #eee;
}
.pay-modify-method-son-lf{
  font-size: 0.3rem;
  color:#666666;
}
.pay-modify-method-son-lf img,
.pay-modify-method-son-rt img{
  width: 0.4rem;
}
.pay-modify-method-son-rt img{
  display:inline-block;
}
.pay-modify-submit{
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color:#ffa001;
  text-align:center;
  font-size: 0.32rem;
  color:#fff;
  border-radius: 0.4rem;
  margin-top: 0.4rem;
}
.pay-modify-close{
  text-align:center;
  margin-top: 0.3rem;
}
.pay-modify-close img{
  width: 0.62rem;
  height: 0.62rem;
  display:inline-block;
}
