
* { margin:0px; padding:0px; }
li{list-style: none;}
body{
  background: url(//static8.baihe.com/5202020/img/pc-bg.jpg)  #542abd no-repeat center 84px;
}
.center{
  width: 1000px;
  margin:0 auto;
  padding-top:403px;
}

.rel{
  position: relative;
}

.main{
  position: relative;
  width: 949px;
  height: 1095px;
  background:url(//static8.baihe.com/5202020/img/pc-main.png) no-repeat 0 0;
  margin:0 auto;
}

.info{
  position: absolute;
  left: 0;
  bottom:44%;
  width: 757px;
  padding:0 96px;
  color:#d5b677;
  font-size: 32px;
  line-height: 38px;
  height: 38px;
}
.left{
  float: left;
}
.right{
  float: right;
}
.title{
  position:absolute;
  left: 50%;
  bottom:30%;
  width: 468px;
  height: 100px;
  background:url(//static8.baihe.com/5202020/img/pc-title.png) no-repeat 0 0;
  margin:0 0 0 -28px;
}
.btn{
  position:absolute;
  left: 50%;
  bottom:17%;
  width: 620px;
  height: 140px;
  background:url(//static8.baihe.com/5202020/img/pc-btn.png) no-repeat 0 0;
  margin:0 0 0 -310px;
}
.text{
  position: absolute;
  left: 0;
  bottom:10%;
  width: 100%;
  font-size:30px;
  color:#f19b4f;
  text-align: center;
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}