@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%; }

body {
  background: #fff;
  -webkit-animation: bodyBackground 2s infinite;
  -o-animation: bodyBackground 2s infinite;
  animation: bodyBackground 2s infinite; }

.love {
  width: 25%;
  height: 0;
  padding-top: 25%;
  /*使高度随宽度等比变化*/
  background: #FE0072;
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  /*使图像位于屏幕中间*/
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: heartBeat 2s infinite;
  -o-animation: heartBeat 2s infinite;
  animation: heartBeat 2s infinite; }

.love:before, .love:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FE0072;
  -webkit-animation: heartBeatBackground 2s infinite;
  -o-animation: heartBeatBackground 2s infinite;
  animation: heartBeatBackground 2s infinite; }

.love:before {
  top: -50%; }

.love:after {
  top: 0;
  left: 50%; }

@keyframes heartBeatBackground {
  0% {
    background: #FE0072; }
  50% {
    background: #FF4D8E; } }
@-webkit-keyframes heartBeatBackground {
  0% {
    background: #FE0072; }
  50% {
    background: #FF4D8E; } }
@-moz-keyframes heartBeatBackground {
  0% {
    background: #FE0072; }
  50% {
    background: #FF4D8E; } }
@-o-keyframes heartBeatBackground {
  0% {
    background: #FE0072; }
  50% {
    background: #FF4D8E; } }
@keyframes heartBeat {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    background: #FE0072; }
  50% {
    -webkit-transform: rotate(-45deg) scale(0.6);
    -moz-transform: rotate(-45deg) scale(0.6);
    -ms-transform: rotate(-45deg) scale(0.6);
    -o-transform: rotate(-45deg) scale(0.6);
    transform: rotate(-45deg) scale(0.6);
    background: #FF4D8E; } }
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    background: #FE0072; }
  50% {
    -webkit-transform: rotate(-45deg) scale(0.6);
    -moz-transform: rotate(-45deg) scale(0.6);
    -ms-transform: rotate(-45deg) scale(0.6);
    -o-transform: rotate(-45deg) scale(0.6);
    transform: rotate(-45deg) scale(0.6);
    background: #FF4D8E; } }
@-moz-keyframes heartBeat {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    background: #FE0072; }
  50% {
    -webkit-transform: rotate(-45deg) scale(0.6);
    -moz-transform: rotate(-45deg) scale(0.6);
    -ms-transform: rotate(-45deg) scale(0.6);
    -o-transform: rotate(-45deg) scale(0.6);
    transform: rotate(-45deg) scale(0.6);
    background: #FF4D8E; } }
@-o-keyframes heartBeat {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    background: #FE0072; }
  50% {
    -webkit-transform: rotate(-45deg) scale(0.6);
    -moz-transform: rotate(-45deg) scale(0.6);
    -ms-transform: rotate(-45deg) scale(0.6);
    -o-transform: rotate(-45deg) scale(0.6);
    transform: rotate(-45deg) scale(0.6);
    background: #FF4D8E; } }
@keyframes bodyBackground {
  0% {
    background-color: #fff; }
  50% {
    background-color: #FEAFCE; } }
@-webkit-keyframes bodyBackground {
  0% {
    background-color: #fff; }
  50% {
    background-color: #FEAFCE; } }
@-moz-keyframes bodyBackground {
  0% {
    background-color: #fff; }
  50% {
    background-color: #FEAFCE; } }
@-o-keyframes bodyBackground {
  0% {
    background-color: #fff; }
  50% {
    background-color: #FEAFCE; } }

/*# sourceMappingURL=beatingHeart.css.map */
