.product-title{
    margin-top: 180px;
    font-weight: 500;
    color: #00a560;
}
.product-description{
    color: #00a560;
}
@media (max-width: 1024px) {
    .product-title{
        margin-top: 50px;
    }
}

.function-order{
    padding: 20px 0;
}
.stores img{
    box-shadow: 5px 5px 5px #ccc;
}

.greater-than{
  position: relative;
}
.greater-than::after{
  position: absolute;
  content: '\e635';
  top: 25%;
  right: -10px;
  transform:rotate(90deg);
  font-family: 'iconfont' !important;
  font-size: 35px;
  font-style: normal;
  color: #bbbbbb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.greater-than:nth-child(4)::after{
  content: '';
}
@media (max-width: 640px) {
  .greater-box{
    display: flex;
    flex-wrap: wrap;
  }
  .greater-than{
    flex: 0 0 50%;
    padding: 0;
  }
  .greater-than img{
    width: 100px;
    height: 100px;
    padding-left: 10px;
  }
  .greater-than::after{
    content: '';
    top: 50px;
    left: 10px;
    right: inherit;
    transform:rotate(0deg);
    font-size: 25px;
  }
  .greater-than:nth-child(1)::after{
    content: '1.';
  }
  .greater-than:nth-child(2)::after{
    content: '2.';
  }
  .greater-than:nth-child(3)::after{
    content: '3.';
  }
  .greater-than:nth-child(4)::after{
    content: '4.';
  }
}