.order-item{
  width: 96%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-item-top {
  background: rgba(9, 82, 240, 1);
  width: 360px;
  height: 36px;
  line-height: 36px;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  text-align: center;
}
.order-item-img {
height: 87px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.0947867298578199);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.order-item-img div {
  text-align: center;
  color: rgba(53, 53, 53, 0.992);
}
.order-item-img div img {
}
.order-item-img p {
  padding: 0;
  margin: 0;

  font-size: 16px;
  font-weight: 600;
}
.order-item-left{
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  width: 155px;
  height: 53px;
  background: rgba(9, 82, 240, 1);
  font-size: 18px;
}
.order-item-right{
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-around;

  background: rgba(255, 255, 255, 1);
  color: rgb(9, 82, 240);
  font-size: 18px;
}
.order-item-right p{
margin: 0;
padding: 0;
}
.order-item-right2{
  display: flex;
  width: 72%;
  flex-direction: column; /* 让容器垂直排列子元素 */
}
.order-item-right2 .row-right2 {
  color: rgb(0, 0, 0);
  font: 18px;
  font-weight: 600;
  height: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  display: flex;
  justify-content: space-around; /* 平均分配空间 */
}