*{margin:0;padding:0;list-style:none;border:0;}
a{text-decoration:none;}
.bodyMain{position:absolute;width:100%;min-height:100%;left:0;top:0;background:url('../images/bodyBg.png') no-repeat; background-size:100% 100%;padding:1.2rem 0;box-sizing:border-box;}
.bodyMain h1{width:5.91rem;height:5.96rem;background:url('../images/bodyMain_img1.png') no-repeat; background-size:100%;margin:auto;}
.bodyMain h2{width:5.29rem;height:1.01rem;background:url('../images/bodyMain_img2.png') no-repeat; background-size:100%;margin:auto;margin-top:0.4rem;}
.bodyMain h3{width:7rem;height:2.61rem;background:url('../images/bodyMain_img3.png') no-repeat; background-size:100%;margin:auto;margin-top:0.4rem;}
.bodyMain h4{font:0.28rem/0.4rem '';color:#fff;text-align:center;margin-top:1rem}
@keyframes myBreath {
  0% {
    transform: scale(0.88);
  }
  50% {
    transform: scale(100%);
  }
  100% {
    transform: scale(0.88);
  }
}
@media screen and (min-width:750px){
	.bodyMain{width:750px;margin:auto;left:50%;margin-left:-375px;}
}
