  .main-body-content {
      margin-top: 20px;
  }

  .banner-box {
      display: block;
      width: 1920px;
      height: 300px;
      object-fit: cover;
  }

  .page-type {
      display: flex;
      gap: 0px;
  }

  .page-type .page-type-item {
      width: 150px;
      height: 40px;
      line-height: 40px;
      background: #E7E6E6;
      border-radius: 0px 0px 0px 0px;
      text-align: center;
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 14px;
      color: #333333;
      cursor: pointer;
      position: relative;
  }

  .page-type .page-type-item.active {
      color: #2196f3;
      background-color: transparent;

  }

  .page-type .page-type-item::after {
      position: absolute;
      right: 0px;
      top: 50%;

      content: ' ';
      width: 2px;
      height: 0px;
      background: #2196f3;
      transition: all 0.3s ease;
      transform: translateY(-50%);
  }

  .page-type .page-type-item.active::after {
      height: 20px;
  }

  .post_demand {
      width: 120px;
      height: 40px;
      background: #056DE8;
      border-radius: 4px 4px 4px 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 14px;
      color: #FFFFFF;
  }

  .post_demand img {
      display: block;
      width: 20px;
      height: 20px;
  }

  .card {
      padding: 10px 20px;
      background: #FFFFFF;
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
      border-radius: 4px 4px 4px 4px;
      margin: 20px auto 0;
  }

  /* 筛选栏样式 */
  .filter-bar {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
  }

  .filter-item {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
  }

  .filter-label {
      width: 80px;
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 12px;
      color: #333333;
  }

  .filter-options {
      flex: 1;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
  }

  .filter-option {
      padding: 4px 12px;
      border: 1px solid #e0e0e0;
      border-radius: 4px;
      background: #fff;
      color: #333;
      font-size: 14px;
      transition: all 0.2s;
  }

  .filter-option.active,
  .filter-option:hover {
      background: #2196f3;
      color: #fff;
      border-color: #2196f3;
  }

  .filter-input-group {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-left: 30px;
  }

  .filter-input {
      width: 120px;
      height: 32px;
      padding: 0 10px;
      border: 1px solid #e0e0e0;
      border-radius: 4px;
      outline: none;
  }

  .filter-btn {
      padding: 6px 16px;
      background: #2196f3;
      color: #fff;
      border-radius: 4px;
  }

  .selected-tags {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px;
      border-top: 1px solid #EEEEEE;
      padding-top: 20px;
  }

  .selected-tags span {
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 12px;
      color: #333333;
  }

  .selected-tag {
      padding: 4px 12px;
      background: #e3f2fd;
      color: #2196f3;
      border-radius: 4px;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
  }

  .selected-tag .remove {
      color: #1976d2;
      cursor: pointer;
  }

  /* 需求列表样式 */
  .demand-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }

  .demand-card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      padding: 20px;
      border: 1px solid #e0e0e0;
      transition: transform 0.2s, box-shadow 0.2s;
  }

  .demand-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .demand-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
      padding-bottom: 10px;
      border-bottom: 1px solid #f0f0f0;
  }

  .demand-time {
      color: #999;
      font-size: 14px;
  }

  .demand-status {
      color: #666;
      font-size: 14px;
  }

  .demand-content {
      margin-bottom: 15px;
  }

  .demand-title {
      font-size: 16px;
      color: #333;
      margin-bottom: 8px;
      font-weight: 500;
  }

  .demand-desc {
      color: #666;
      font-size: 14px;
      line-height: 1.6;
  }

  .demand-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .tagBtns {
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .tagBtns .tag-btn {
      display: block;
      padding: 2px 8px;
      border-radius: 4px;
      border: 1px solid #056DE8;
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 11px;
      color: #056DE8;
      text-align: center;
      cursor: pointer;
      background-color: transparent;
  }

  .demand-price {
      color: #f57c00;
      font-size: 18px;
      font-weight: bold;
  }

  .demand-price span {
      font-size: 14px;
      color: #F51111;
      margin-left: 5px;
  }

  .demand-action {
      padding: 6px 16px;
      background: #2196f3;
      color: #fff;
      border-radius: 4px;
      font-size: 14px;
  }


  /* 分页 */
  .pagination-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 30px;
      padding: 15px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .page-btn {
      padding: 8px 16px;
      border: 1px solid #e5e6eb;
      background: #fff;
      color: #333;
      border-radius: 4px;
      font-size: 14px;
      transition: all 0.2s;
  }

  .page-btn:hover {
      border-color: #2196f3;
      color: #2196f3;
  }

  .page-btn.active {
      background: #2196f3;
      color: #fff;
      border-color: #2196f3;
  }

  .page-btn:disabled {
      opacity: 0.5;
      cursor: not-allowed;
  }

  .page-info {
      color: #666;
      font-size: 14px;
  }

  .page-size-select {
      padding: 6px 10px;
      border: 1px solid #e5e6eb;
      border-radius: 4px;
      font-size: 14px;
      outline: none;
  }

  .jump-input {
      width: 50px;
      height: 32px;
      padding: 0 5px;
      border: 1px solid #e5e6eb;
      border-radius: 4px;
      text-align: center;
  }

  /* 优质拥荣誉公司 */
  .module {
      margin-top: 20px;
  }

  .module-title {
      background: #6495ed;
      color: #fff;
      padding: 12px 15px;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px;
  }

  .module-title span {
      font-size: 14px;
      font-weight: normal;
      margin-left: 10px;
  }

  .project-row {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;

  }

  .project-col {
      position: relative;
      flex: 1;
      cursor: pointer;
      background-color: #fff;
      border-radius: 4px 4px 4px 4px;
      padding-bottom: 20px;

  }

  .project-col .col-title {
      padding: 20px 20px 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;

  }

  .project-col .col-title .main-title {
      position: relative;
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: bold;
      font-size: 18px;
      color: #056DE8;
      padding-left: 12px;
  }

  .project-col .col-title .main-title::after {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      content: ' ';
      width: 3px;
      height: 20px;
      background-color: #056de8;
      border-radius: 4px;
  }

  .project-col .col-title .sub-title {
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 14px;
      color: #999999;
      margin-left: 10px;
  }

  .project-col .col-title .right_icon {
      display: block;
      width: 18px;
      height: 18px;
  }

  .company-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
      padding: 0 20px;
  }

  .company-item {
      padding: 20px;
      background: #FFFFFF;
      box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
      border-radius: 4px 4px 4px 4px;
      margin-top: 20px;
  }

  .company-item .top {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 10px;
  }

  .company-item .logo {
      width: 56px;
      height: 56px;
      background: #eee;
      border-radius: 50%;
  }


  .company-item .name {
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 16px;
      color: #000000;
  }

  .company-item .imgs {

      display: flex;
      align-items: center;
  }


  .company-item .imgs img {
      display: block;
      width: 20px;
      height: 20px;
      margin-left: 10px;
  }


  .company-item .adress_icon {
      display: block;
      width: 16px;
      height: 16px;
      margin-right: 6px;
  }

  .company-item .trading_volume {
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 12px;
      color: #666666;
  }

  .company-item .address {
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 12px;
      color: #666666;
  }

  .company-item .desc {
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 12px;
      color: #333333;
      margin-bottom: 10px;
  }

  .company-actions {
      display: flex;
      gap: 10px;
  }

  .company-actions button {
      padding: 3px 6px;
      border: 1px solid #0066cc;
      background: #fff;
      border-radius: 3px;
      cursor: pointer;
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 11px;
      color: #056DE8;
  }