.five-content {
  background-color: #fff;
  width: 19.2rem;
  height: 5.68rem;
  overflow: hidden !important;
  z-index: 1;
}
.five-content .top img {
  position: absolute;
  width: 4.5rem;
  top: 31.09rem;
  left: 7.25rem;
  z-index: 5;
}
.five-content .content {
  width: 12rem;
  display: flex;
  justify-content: space-between;
  margin-left: 3.6rem;
  margin-top: .6rem;
}
@keyframes beat-five {
  0% {
    bottom: 0px;
  }
  25% {
    bottom: 10px;
  }
  50% {
    bottom: 0px;
  }
  65% {
    bottom: 5px;
  }
  80% {
    bottom: 0px;
  }
  90% {
    bottom: 2.5px;
  }
  100% {
    bottom: 0px;
  }
}
.five-content .content .item:hover {
  animation-name: beat-five;
  /*动画名称*/
  animation-duration: 0.5s;
  /*设置秒数*/
  animation-timing-function: linear;
  /*速度曲线*/
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /*播放次数*/
  animation-direction: alternate;
  /*逆向播放*/
  animation-play-state: running;
  /*正在运行*/
}
.five-content .content .item {
  position: relative;
  padding: 0.18rem 0.3rem;
  background: #ffffff;
  box-shadow: 0px 0px 25px 2px rgba(50, 98, 255, 0.28);
  border-radius: 0.08rem;
  width: 2.7rem;
  box-sizing: border-box;
}
.five-content .content .item .item-top {
  margin-bottom: 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.five-content .content .item .item-top img:nth-child(1) {
  width: 0.6rem;
  height: 0.58rem;
}
.five-content .content .item .item-top img:nth-child(2) {
  width: 0.67rem;
  height: 0.71rem;
}
.five-content .content .item .item-bottom {
  font-size: 0.16rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.24rem;
}
.five-content .bottom-button {
  position: absolute;
  width: 2.95rem;
  height: 0.57rem;
  background: #1f70ec;
  border-radius: 0.29rem;
  top: 35.28rem;
  left: 8.13rem;
  text-align: center;
  cursor: pointer;
}
.five-content .bottom-button div {
  margin-top: 0.16rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
