.three-content {
  background: #fff;
  width: 19.2rem;
  height: 5.76rem;
  overflow: hidden !important;
  z-index: 33;
}
.three-content .top img {
  width: 3.2rem;
  position: absolute;
  left: 8rem;
  top: 17.6rem;
}
.three-content .content {
  display: flex;
}
.three-content .content .item:nth-child(1):hover,
.three-content .content .item:nth-child(2):hover {
  animation-name: beat-three;
  /*动画名称*/
  animation-duration: 0.5s;
  /*设置秒数*/
  animation-timing-function: linear;
  /*速度曲线*/
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /*播放次数*/
  animation-direction: alternate;
  /*逆向播放*/
  animation-play-state: running;
  /*正在运行*/
}
.three-content .content .item:nth-child(3):hover,
.three-content .content .item:nth-child(4):hover {
  animation-name: beat-three-bottom;
  /*动画名称*/
  animation-duration: 0.5s;
  /*设置秒数*/
  animation-timing-function: linear;
  /*速度曲线*/
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /*播放次数*/
  animation-direction: alternate;
  /*逆向播放*/
  animation-play-state: running;
  /*正在运行*/
}
.three-content .content .item:nth-child(1) {
  width: 5.2rem;
  position: absolute;
  left: 3.3rem;
  display: flex;
  top: 18.8rem;
}
.three-content .content .item:nth-child(1) img:nth-child(1) {
  width: 6rem;
  position: absolute;
  top: -0.35rem;
  z-index: 0;
}
.three-content .content .item:nth-child(1) .item_content {
  padding-top: 0.05rem;
  padding-left: 0.62rem;
  display: flex;
}
.three-content .content .item:nth-child(1) .item_content .left {
  margin-right: 0.4rem;
  width: 1.399rem;
  z-index: 1;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.48rem;
}
.three-content .content .item:nth-child(1) .item_content .right {
  margin-top: -0.06rem;
  z-index: 1;
  font-size: 0.16rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.3rem;
}
.three-content .content .item:nth-child(2) {
  width: 5.2rem;
  position: absolute;
  left: 9.9rem;
  display: flex;
  top: 18.8rem;
}
.three-content .content .item:nth-child(2) img:nth-child(1) {
  width: 6rem;
  position: absolute;
  top: -0.35rem;
  z-index: 0;
}
.three-content .content .item:nth-child(2) .item_content {
  padding-top: 0.05rem;
  padding-left: 0.62rem;
  display: flex;
}
.three-content .content .item:nth-child(2) .item_content .left {
  margin-right: 0.4rem;
  width: 1.399rem;
  z-index: 1;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.48rem;
}
.three-content .content .item:nth-child(2) .item_content .right {
  margin-top: -0.06rem;
  z-index: 1;
  font-size: 0.16rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.3rem;
}
.three-content .content .item:nth-child(3) {
  width: 5.2rem;
  position: absolute;
  left: 3.3rem;
  display: flex;
  top: 20.1rem;
}
.three-content .content .item:nth-child(3) img:nth-child(1) {
  width: 6rem;
  position: absolute;
  top: -0.35rem;
  z-index: 0;
}
.three-content .content .item:nth-child(3) .item_content {
  padding-top: 0.05rem;
  padding-left: 0.62rem;
  display: flex;
}
.three-content .content .item:nth-child(3) .item_content .left {
  margin-right: 0.4rem;
  width: 1.399rem;
  z-index: 1;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.48rem;
}
.three-content .content .item:nth-child(3) .item_content .right {
  margin-top: -0.06rem;
  z-index: 1;
  font-size: 0.16rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.3rem;
}
.three-content .content .item:nth-child(4) {
  width: 5.2rem;
  position: absolute;
  left: 9.9rem;
  display: flex;
  top: 20.1rem;
}
.three-content .content .item:nth-child(4) img:nth-child(1) {
  width: 6rem;
  position: absolute;
  top: -0.35rem;
  z-index: 0;
}
.three-content .content .item:nth-child(4) .item_content {
  padding-top: 0.05rem;
  padding-left: 0.62rem;
  display: flex;
}
.three-content .content .item:nth-child(4) .item_content .left {
  margin-right: 0.4rem;
  width: 1.399rem;
  z-index: 1;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.48rem;
}
.three-content .content .item:nth-child(4) .item_content .right {
  margin-top: -0.06rem;
  z-index: 1;
  font-size: 0.16rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.3rem;
}
.three-content .bottom-button {
  position: absolute;
  width: 2.95rem;
  height: 0.57rem;
  background: #1f70ec;
  border-radius: 0.29rem;
  top: 21.6rem;
  left: 8.13rem;
  text-align: center;
  cursor: pointer;
}
.three-content .bottom-button div {
  margin-top: 0.16rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
