.order1 {
  padding: 15px 18px;
  background-color: #fff;
}
.order1 .order-title {
  height: 24px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  
}
.order-info{
    display: flex;
    background-color: #f5f5f5;
    padding: 8px 10px !important;
    border-bottom: 1px solid #ddd;
    justify-content: space-evenly;
    align-items: center;
}
.order-info span{
    flex: 1;
}
.order-info span:last-child{
    color: #47C78B;
    font-weight: bold;
    font-size: 18px;
}