/* ===== 域名查询页（参考 ymzc.jpg / west.cn/services/domain） ===== */
.banner-domain .section-content {
  text-align: center;
}
.banner-domain .section-content h1 {
  text-align: center;
}
.domain-search-wrap {
  background: #fff;
  padding: 0 0 40px;
}
.domain-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 24px;
}
.domain-tabs .tab-item {
  flex: 1;
  text-align: center;
  padding: 14px 26px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.domain-tabs .tab-item:hover {
  color: #1664ff;
}
.domain-tabs .tab-item.active {
  color: #1664ff;
  font-weight: 600;
  border-bottom-color: #1664ff;
}

/* 产品价格卡片：弹性铺满内容区，与选项卡对齐不溢出 */
.product-price .price {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 10px;
}
.product-price .price .price-item {
  flex: 1;
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 16px 14px;
}
.product-price .price .price-item .money {
  font-size: 14px;
}
.product-price .price .price-item .money .font24 {
  font-size: 20px;
}
.product-price .price .price-item .btn {
  padding: 6px 14px;
  white-space: nowrap;
}
.product-price .price .price-item.more {
  flex: 0 0 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.domain-slogan {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #ff7d00;
  margin: 10px 0 24px;
}
.domain-query-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.query-input-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.query-input-row textarea {
  flex: 1;
  min-height: 52px;
  border: 2px solid #1664ff;
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 13px 20px;
  font-size: 16px;
  outline: none;
  color: #333;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
}
.query-input-row textarea::placeholder {
  color: #a8abb2;
}
.query-input-row .search-btn {
  padding: 0 42px;
  background: #1664ff;
  color: #fff;
  font-size: 17px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.query-input-row .search-btn:hover {
  background: #3d7bff;
}
.filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.filter-left {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #333;
}
.filter-link {
  cursor: pointer;
  color: #333;
}
.filter-link.active {
  color: #1664ff;
  font-weight: 600;
}
.smart-tip {
  color: #ff7d00;
}
.new-badge {
  font-style: normal;
  background: #00a870;
  color: #fff;
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 2px;
  margin-left: 4px;
  vertical-align: middle;
}
.filter-right .promo-tip {
  font-size: 13px;
  color: #ff7d00;
}
.suffix-select {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px 12px;
  text-align: left;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 12px 14px;
}
.suffix-select label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  white-space: nowrap;
}
.suffix-select label input {
  margin-right: 6px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.suffix-select .suffix-tag {
  font-style: normal;
  font-size: 10px;
  padding: 0 3px;
  border-radius: 2px;
  margin-left: 3px;
}
.suffix-select .suffix-tag.hot {
  background: #ff4d4f;
  color: #fff;
}
.suffix-select .suffix-tag.promo {
  background: #ffd666;
  color: #ad6800;
}

/* ===== 查询结果 ===== */
.domain-result-wrap {
  background: #fff;
}
.result-stats {
  font-size: 15px;
  color: #333;
  padding: 18px 0 14px;
  border-bottom: 1px solid #f0f0f0;
}
.result-stats .green {
  color: #00a870;
  font-weight: 600;
}
.result-list {
  margin-top: 4px;
}
.result-item {
  display: flex;
  align-items: center;
  padding: 16px 10px;
  border-bottom: 1px solid #f5f5f5;
}
.result-item .d-name {
  width: 260px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.result-item .d-status {
  width: 90px;
  padding: 3px 12px;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
}
.result-item .d-status.avail {
  color: #00a870;
  background: rgba(0, 168, 112, 0.1);
}
.result-item .d-status.taken {
  color: #999;
  background: #f5f5f5;
}
.result-item .d-status.fail {
  color: #e34d59;
  background: rgba(227, 77, 89, 0.1);
}
.result-item .d-price {
  width: 140px;
  font-size: 16px;
  font-weight: 600;
  color: #f56c6c;
}
.result-item .d-msg {
  flex: 1;
  font-size: 13px;
  color: #e34d59;
}
.result-item .d-btn {
  margin-left: auto;
  padding: 7px 22px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.result-item .d-btn.buy {
  background: #1664ff;
  color: #fff;
}
.result-item .d-btn.buy:hover {
  background: #3d7bff;
}
.result-loading,
.result-error {
  padding: 40px 0;
  text-align: center;
  color: #909399;
  font-size: 14px;
}
.result-error {
  color: #e34d59;
}
