.order-info {
  line-height: 1;
  background: #fff;
  margin: 35rpx 0;
  border-radius: 4rpx;
  .header {
    padding: 30rpx 36rpx;
    font-size: 32rpx;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
  }
  .order-info_content {
    padding: 0 20rpx;
  }

  .price-list {
    border-top: 1rpx solid #eaeaea;
    font-size: 22rpx;
    color: #666666;
    padding-top: 15rpx;
    .item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      .label {
        display: flex;
        align-items: center;
        .icon {
          width: 26rpx;
          height: 26rpx;
          margin-right: 7rpx;
        }
      }
      .value {
        font-weight: 600;
      }
    }
    .active-class {
     
    }
    .hover-class-opacity {
        opacity: .8;
      }
    .delivery {
      margin-bottom: 20rpx;
      .value {
        color: #323232;
      }
    }
    .goods-price {
      margin-bottom: 25rpx;
      .value {
        color: #ff524f;
      }
    }
    .discount-coupon {
      .value {
        display: flex;
        align-items: center;
        margin-right: -5rpx;
      }
    }
  }
  .count-price {
    border-top: 1rpx solid #eaeaea;
    font-size: 22rpx;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20rpx 0;
    .item {
      margin-left: 25rpx;
      .name {
        margin-right: 15rpx;
      }
      .value {
        font-weight: 600;
        color: #323232;
      }
    }
    .discount-coupon {
      .value {
        color: #ff524f;
      }
    }
  }
}
