@charset "utf-8";
/* unlimited-10 */
.product-header{
  position: relative;
  z-index: 2;
}
.product-body{
  position: relative;
  margin-top:-12%;
  z-index: 1;
}
.product-footer{
	width:95%;

  top:75%;
  z-index: 3;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.product-footer img{
	width:100%;
}
.product-copyright{
  z-index: 3;
	margin-top:10%;
}
