.lx-card {
  padding: 25rpx 30rpx 27rpx 30rpx;
  background: #fff;

  &__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42rpx;
  }

  &__body {
    margin-top: 15rpx;
    display: flex;
    justify-content: space-between;
    height: 190rpx;

    &--left {
      width: 190rpx;
      height: 100%;
    }

    &--right {
      width: 448rpx;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  }

  &__image {
    width: 190rpx;
    height: 190rpx;
  }

  &__footer {
    display: flex;
    justify-content: flex-end;
  }
}
