.container {
  min-height: calc(100vh - 88px);
  background: url('/static/img/license-query-bg.png') no-repeat center center;
  background-size: cover;
  padding: 44px 40rpx 0;
  font-family: PingFang SC;

  &-vehicle {
    width: 326rpx;
    height: 197rpx;
    margin: 0 auto 44rpx;
  }

  &-content {
    background-color: #fff;
    border-radius: 20rpx;
    padding: 27rpx 40rpx 53rpx;

    &-search {
      margin-bottom: 30rpx;

      &-title {
        font-size: 36rpx;
        color: #333333;
        font-weight: 600;
        margin-bottom: 20rpx;
      }
    }

    &-choose {
      display: flex;
      justify-content: center;

      &-text {
        margin-bottom: 20rpx;
      }
    }

    &-list {
      border-top: solid 1px #cccccc;
      margin-bottom: 200rpx;

      &-item {
        display: flex;
        justify-content: space-between;
        padding: 30rpx 0;
        color: #333333;
        font-size: 34rpx;
        border-bottom: solid 1px #cccccc;
      }
    }
  }
}