.p-bg {
  width: 10rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.bgc {
  width: 10rem;
  margin: 0 auto;
  height: 17.78rem;
  /* position: absolute; */
  background: url(../img/phone-bg.jpg)no-repeat;
  background-size: 100% 100%;
  /* top: 0; */
  /* z-index: -200; */
  /* background: #000000; */
  /* background-size: 100% 100%; */
}
.yabo {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 10rem;
  height: 7rem;
}
.store {
  margin-top: 0.5rem;
  position: relative;
  z-index: 500;
}
.store li {
  width: 3.5rem;
  margin-left: 3.25rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.store li img {
  width: 100%;
}
.pay-more {
  position: relative;
  z-index: 550;
}
.pay-more li {
  margin-top: 0.2rem;
  text-align: center;
  float: left;
  width: 4rem;
  margin-left: 6.7%;
  height: 1rem;
  background: rgba(255, 255, 255, 1);
  line-height: 1rem;
  border-radius: 8px;
}
.pay-more li img{
  vertical-align: middle;
  margin-top: -0.1rem;
}
body{
  background: url("../img/phone-bg.jpg")no-repeat;
  background-size: 100% 100%;
}