.worth-wrap {
  padding-bottom: 4.86rem;
  margin-top: 5.86rem;
  margin-bottom: 5.89rem;
  background: #f5f5f5;
}

.worth-wrap .main-title {
  text-align: center;
  padding-top: 5.96rem;
  padding-bottom: 3rem;
  font-size: 3.57rem;
  font-weight: bold;
  color: #2e2e2e;
}

.worth-wrap .content {
  display: flex;
  justify-content: center;
}

.worth-wrap .content .list {
  display: flex;
}

.worth-wrap .content .list .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.09rem;
  padding: 2.68rem 2.2rem 2.39rem 2.2rem;
  width: 19.79rem;
  height: 24.14rem;
  background: url("https://statics.easyliao.com/web/website/images/home/worth_bg.png");
  background-size: 100%;
  color: #ffffff;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}

.worth-wrap .content .list .list-item h3 {
  font-size: 2.18rem;
  line-height: 2.18rem;
  font-weight: bold;
  text-align: center;
}

.worth-wrap .content .list .list-item span {
  margin-top: 2.5rem;
  margin-bottom: 2.29rem;
  display: block;
  width: 5.29rem;
  height: 1px;
  background: #ffffff;
}

.worth-wrap .content .list .list-item p {
  font-size: 1.43rem;
  color: #ffffff;
  line-height: 2.03rem;
  text-align: center;
}

.worth-wrap .content .list .list-item:hover {
  transform: scale(1.02);
  box-shadow: 1rem 1rem 0.8rem 0rem rgba(0, 0, 0, 0.17);
}
