.content {
  height: 500px;
  background-color: #f4f7ff;
  padding-top: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content_top {
  font-size: 31px;
  color: #000000;
  margin-bottom:94px;
  font-weight: 600;
}

.content_bottom {
  display: flex;

}

.bottom_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 182px;
  font-weight: 600;
}



.bottom_item:last-child {
  margin-right: 0;
}

.bottom_item .img {
  width: 109px;
  height: 98px;
  margin-bottom: 28px;
  position: relative;
}
.bottom_item .img img{
  width: 100%;
  height: 100%;
}
.bottom_item .img::after {
  content: ' ';
  display: block;
  width: 18px;
  height: 25px;
  position: absolute;
  right: -117px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/短剧/01.png") no-repeat;
  background-size: 100% 100%;
}
.bottom_item:nth-child(2) .img::after{
background: url("../img/短剧/02.png") no-repeat;
  background-size: 100% 100%;
}
.bottom_item:nth-child(3) .img::after {
  background: url("../img/短剧/03.png") no-repeat;
  background-size: 100% 100%;
}
.bottom_item:last-child .img::after{
  display: none;
}
.item_text {
  font-size: 25px;
  color: #000000;
}