/* 本地补丁：layui 表单在无 JS 时的兜底样式 + 查询区微调 */
.local-captcha-group {
  display: flex;
  align-items: stretch;
  height: 38px;
}

.local-captcha-group .layui-input {
  height: 38px;
  line-height: 38px;
  border-radius: 2px 0 0 2px;
}

.local-captcha-group .layui-input-suffix {
  flex-shrink: 0;
  border: 1px solid #eee;
  border-left: 0;
  height: 38px;
  overflow: hidden;
}

.u-search-item1 select {
  width: 100%;
  height: 38px;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 0 10px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: inherit;
}

.u-search-item2 .layui-input,
.u-search-item3 .layui-input {
  height: 38px;
  line-height: 38px;
}

.u-search-item5 .scrap-btn {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #1757ce;
  border-radius: 5px;
  font-weight: bold;
  padding: 0 8px;
  box-shadow: 0 3px 3px 0 rgba(23, 87, 206, 0.2);
}

.u-search-item5 .scrap-btn:hover {
  opacity: 0.92;
}

.u-search-item4 .btn {
  width: 100%;
  height: 38px;
  line-height: 38px;
}

/* 无 layui.js 时表格 even 斑马纹兜底 */
.layui-table[lay-even] tbody tr:nth-child(even) {
  background-color: #f0f4f8;
}

/* 移除小程序入口后，热线条回到右侧栏底部（与原站位置一致） */
.subject-wrap-cont .item-rt-wrap02 {
  justify-content: space-between;
}
.subject-wrap-cont .item-rt-wrap02 .rt-wrap-btm01 {
  width: 100%;
}

/* 领取优惠 / 在线咨询 入口 */
.local-service-entry {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  padding: 30px 24px 10px !important;
  height: auto !important;
  flex: 1;
}
.local-entry-card {
  width: 120px !important;
  text-decoration: none;
  color: #111;
  transition: transform .18s ease;
}
.local-entry-card:hover {
  transform: translateY(-3px);
}
.local-entry-card:hover p {
  color: #0170d7;
}
.local-entry-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(20, 70, 160, 0.28);
}
.local-entry-promo {
  background: linear-gradient(180deg, #4aa3f5 0%, #1e6fd4 55%, #1558b8 100%);
}
.local-entry-consult {
  background: linear-gradient(180deg, #4fd4c8 0%, #1fb3a8 55%, #0e8f88 100%);
  box-shadow: 0 6px 16px rgba(14, 143, 136, 0.28);
}
.local-entry-card p {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

/* 专题标题：补贴申请（燃油车、新能源车） */
.local-subject-ttl {
  align-items: center;
  gap: 10px;
  min-height: 42px;
}
.local-subject-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
}
.local-subject-icon::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #f7c948;
}
.local-subject-icon::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 8px;
  height: 12px;
  background: linear-gradient(#f7c948, #e8a317);
  border-radius: 1px;
}
.local-subject-text {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  padding-bottom: 6px;
  background: linear-gradient(transparent 70%, transparent 70%),
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 72%) bottom center / 72% 8px no-repeat;
}

/* 首页右上角登录 / 站号 */
.m-hd {
  position: relative;
}
.local-hd-user {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}
.local-login-btn {
  display: inline-block;
  min-width: 88px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #1757ce;
  color: #fff !important;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 0 16px;
}
.local-login-btn:hover {
  opacity: 0.92;
  color: #fff !important;
}
.local-station {
  color: #191e27;
  font-size: 14px;
}
.local-station strong {
  color: #1757ce;
  margin-left: 4px;
  letter-spacing: 0.5px;
}
.local-logout {
  color: #666;
  font-size: 13px;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  padding: 0;
}
.local-logout:hover {
  color: #1757ce;
}
