.OrderItem {
  position: relative;
  box-sizing: border-box;
  width: 702px;
  height: 142px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 19px 26px 15px;
  font-size: 26px;
  .OrderItem-text {
    height: 54px;
    line-height: 54px;
  }
  .OrderItem-price {
    position: absolute;
    top: 18px;
    right: 26px;
    font-size: 36px;
  }
  .OrderItem-price.topay {
    color: #ff4e4e;
  }
  .OrderItem-toPay {
    position: absolute;
    top: 66px;
    right: 26px;
    font-size: 24px;
    color: #6180f4;
  }
  .OrderItem-payDone {
    position: absolute;
    width: 102px;
    height: 94px;
    right: 10px;
    bottom: 10px;
  }
}