.order-goods {
  display: flex;
  align-items: center;
  padding: 20rpx 0;
  line-height: 1;
  .image {
    .goods_image {
      // width: 116rpx;
      // height: 116rpx;
    }
  }
  .goods-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    font-size: 28rpx;
    color: #333;
    padding: 5rpx 0;
    box-sizing: border-box;
    flex: 1;
    margin-left: 20rpx;
    .name {
      font-weight: 600;
      line-height: 1.2;
    }
    .specifications {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 5rpx;
      .num {
        font-size: 24rpx;
        color: #666666;
      }
      .price {
        .platformPrice {
          font-weight: 600;
          width: 100%;
          color: #ff524f;
          font-size: 26rpx;
          font-weight: 600;
          letter-spacing: 1px;
          text-align: right;
        }
        .only-marketPrice{
          color: #333;
          font-weight: 600;
          font-size: 24rpx;
        }
        .marketPrice {
          margin-top: 12rpx;
          color: rgb(153, 153, 153);
          font-size: 24rpx;
          font-weight: 400;
          letter-spacing: 1px;
          text-align: right;
          text-decoration-line: line-through;
        }
      }
    }
  }
}
