    .tianyan-nav {
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,.05);
        }
        
        .search-box {
            background: #f8f9fa;
            padding: 100px 0;
        }
        
        .data-card {
            border: none;
            border-radius: 8px;
            transition: transform .2s;
        }
        
        .data-card:hover {
            transform: translateY(-5px);
        }
        
        .company-tag {
            color: #007bff;
            border: 1px solid #007bff;
            border-radius: 3px;
            padding: 2px 5px;
            font-size: 12px;
        }
        .indexbgt{
            background-image: url("/static/images/indexbgt.jpg");
            background-size: 100% 100%; /* 宽度100%，高度自动 */
    background-position: center; /* 背景图片居中 */
    background-repeat: no-repeat; /* 不重复 */
        }
        .btn-orange {
  background-color: #FFA500;  /* 橘黄色代码 */
  border-color: #FFA500;     /* 边框颜色 */
  color: white;              /* 文字颜色 */
}

.btn-orange:hover {
  background-color: #FF8C00;  /* 悬停时加深颜色 */
  border-color: #FF8C00;
  color: white; 
}

.btn-orange:active {
  background-color: #FF6F00;  /* 点击时更深 */
  border-color: #FF6F00;
  color: white; 
}
/* 移除所有按钮的圆角 */
.btn,
.btn:focus,
.btn:hover,
.btn:active {
  border-radius: 0 !important;
}

/* 移除文本框（输入框、文本域等）的圆角 */
.form-control,
.form-control:focus {
  border-radius: 0 !important;
}

/* 可选：移除输入框聚焦时的阴影（保持风格统一） */
.form-control:focus {
  box-shadow: none !important;
}

 .header {
            background-color: #FF0000; /* 红色背景 */
            color: #FFFFFF; /* 白色字体 */
            padding: 3px 2px;
            text-align: center;
            font-size: 12px;
            line-height: 16px; /* 控制两行字之间的间距 */
        }
        .header span {
            display: block; /* 将文字块级化，实现换行 */
        }
          .enterprise-card {
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            transition: box-shadow 0.3s;
        }
        .enterprise-card:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .data-label {
            color: #666;
            min-width: 120px;
            font-weight: 500;
        }
        .enterprise-tag {
            background: #f0f6ff;
            color: #2a7de9;
            border-radius: 4px;
            padding: 4px 10px;
            margin: 4px 6px 4px 0;
        }
        
         /* 新增样式 */
        .legal-info {
            color: #6c757d !important; /* 使用Bootstrap次灰色 */
        }
        .status-active {
            background-color: #e7f5ff !important; /* 浅蓝色背景 */
            color: #228be6 !important; /* 深蓝色文字 */
        }
        /* 原有样式保留 */
        .company-card {
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s;
        }
        .company-card:hover {
            transform: translateY(-3px);
        }
        .info-label {
            color: #666;
            min-width: 100px;
        }
        .company-tag {
            background: #e8f4ff;
            color: #2a7de9;
            border-radius: 12px;
            padding: 4px 12px;
            margin: 4px;
        }
        .f-12{
            font-size: 14px;
        }
        .icon-margin {
            margin-right: 8px;
        }
        a.hv1:link{
            color: #868686;
            text-decoration: none;
        }
          a.hv1:active{
            color: #868686;
            text-decoration: none;
        }
          a.hv1:hover{
            color: #868686;
            text-decoration: none;
        }
          a.hv1:visited{
            color: #868686;
            text-decoration: none;
        }
        
         a.hv2:link{
            color: #038ae8;
            text-decoration: none;
        }
          a.hv2:active{
            color: #038ae8;
            text-decoration: none;
        }
          a.hv2:hover{
            color: #038ae8;
            text-decoration: none;
        }
          a.hv2:visited{
            color: #038ae8;
            text-decoration: none;
        }
        
        a.ltitle:link{
            color: #000000;
            text-decoration: none;
        }
        
         a.ltitle:active{
            color: #000000;
            text-decoration: none;
        }
        
         a.ltitle:hover{
            color: #000000;
            text-decoration: none;
        }
        
         a.ltitle:visited{
            color: #000000;
            text-decoration: none;
        }
        
        .custom-footer {
            background-color: #1a1a1a; /* 深灰色背景 */
            color: #999; /* 默认文字颜色 */
            border-top: 2px solid #333; /* 顶部边框 */
        }
        
        .footer-link {
            color: #999 !important;
            transition: color 0.3s;
        }
        
        .footer-link:hover {
            color: #fff !important;
            text-decoration: none;
        }
        
        .qrcode-section {
            border-left: 1px solid #333; /* 右侧分割线 */
            padding-left: 2rem;
        }
        .cert-badge {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 0.8rem;
        }
        .rating-stars {
            color: #ffc107;
            font-size: 1.2rem;
        }
        .supplier-card {
            transition: transform 0.3s;
            min-height: 320px;
        }
        .supplier-card:hover {
            transform: translateY(-5px);
        }
        .cert-progress {
            height: 8px;
        }
          .s-card {
            transition: transform 0.3s;
            border-top: 4px solid;
        }
        .s-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
        }
        .rating-options .form-check-label {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        #result {
            opacity: 0;
            transition: opacity 0.5s;
        }