/* 申请进度查询：对齐原站 filter-wrap 布局 */
.search-container {
  width: 100%;
}

.filter-wrap.u-bg {
  background: #fff;
  border: 1px solid #d6dce6;
  padding: 28px 24px 20px;
  margin-bottom: 20px;
}

.u-fm-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  gap: 16px;
}

.u-fm-row.row-2 {
  margin-bottom: 0;
  align-items: stretch;
}

.u-fm-col {
  min-width: 0;
}

.col-name {
  width: 38%;
  flex: 1.2 1 0;
}

.col-phone {
  width: 28%;
  flex: 1 1 0;
}

.col-captcha {
  width: 28%;
  flex: 1 1 0;
}

.col-vin {
  flex: 1 1 0;
}

.u-fm-item {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 10px 0 12px;
  border: 1px solid #d6dce6;
  background: #fff;
}

.fm-label {
  flex-shrink: 0;
  font-size: 14px;
  color: #31425e;
  line-height: 40px;
  white-space: nowrap;
  padding-right: 8px;
}

.fm-label.required::before {
  content: "*";
  color: #f20000;
  margin-right: 2px;
}

.fm-input {
  flex: 1 1 0;
  min-width: 0;
  height: 38px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  background: transparent;
  font-family: inherit;
  padding: 0 4px;
}

.fm-input::placeholder {
  color: #c0c4cc;
}

.u-yzm-item .yzm-inner {
  position: relative;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  min-width: 0;
}

.u-yzm-item .fm-input {
  padding-right: 100px;
}

.yzm-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 36px;
  width: 90px;
  cursor: pointer;
  object-fit: cover;
  background: #f5f7fa;
}

.u-btn {
  flex-shrink: 0;
  width: 90px;
  display: flex;
  align-items: stretch;
}

.btn-search {
  width: 100%;
  height: 42px;
  background: #2f7af7;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(47, 122, 247, 0.25);
}

.btn-search:hover {
  background: #538ff8;
}

/* 查询结果占位 */
.result-wrap.u-bg {
  background: #fff;
  border: 1px solid #d6dce6;
  padding: 0 0 24px;
}

.result-title {
  height: 44px;
  line-height: 44px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #31425e;
  border-bottom: 1px solid #d6dce6;
  background: #f8f8f8;
}

.progress-card {
  padding: 24px 28px;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.progress-card .info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-bottom: 16px;
}

.progress-card .item {
  color: #333;
}

.progress-card .empty {
  color: #999;
  text-align: center;
  padding: 20px 0;
}

.progress-card .empty.err {
  color: #cf1322;
}

.prog-block + .prog-block {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px dashed #e5e8ef;
}

.status-list {
  margin-top: 8px;
  border: 1px solid #e8edf5;
  border-radius: 4px;
  overflow: hidden;
}

.status-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #eef1f5;
  gap: 12px;
}

.status-line:last-child {
  border-bottom: none;
}

.status-line .sk {
  color: #666;
  font-size: 14px;
}

.status-line .sv {
  flex-shrink: 0;
}

.st-tag {
  display: inline-block;
  min-width: 72px;
  text-align: center;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.6;
}

.st-ok {
  background: #f6ffed;
  color: #389e0d;
}

.st-err {
  background: #fff1f0;
  color: #cf1322;
}

.st-wait {
  background: #fff7e6;
  color: #d46b08;
}

.st-mute {
  background: #f5f5f5;
  color: #888;
}

.status-remark {
  padding: 0 16px 12px;
  color: #a8071a;
  font-size: 13px;
  background: #fff;
  margin-top: -4px;
}

.prog-links {
  margin-top: 14px;
}

.prog-links a {
  color: #2f7af7;
  font-size: 14px;
  text-decoration: none;
}

.prog-links a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .u-fm-row,
  .u-fm-row.row-2 {
    flex-direction: column;
    gap: 12px;
  }

  .col-name,
  .col-phone,
  .col-captcha,
  .col-vin {
    width: 100%;
    flex: none;
  }

  .u-btn {
    width: 100%;
  }

  .u-fm-item {
    flex-wrap: wrap;
    height: auto;
    min-height: 42px;
    padding: 8px 10px;
  }

  .fm-label {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 4px;
  }

  .u-yzm-item .fm-input {
    padding-right: 4px;
  }

  .yzm-img {
    position: static;
    transform: none;
    margin-left: 8px;
  }
}
