@media (max-width: 768px) {
  body{
    padding-top: 90px;
    background: #eef0f3;
  }
.site-header{
  padding-bottom: 10px;
}
  .site-header,
  .crumb-wrap {
    /* display: none; */
  }
.crumb-wrap {
  top: 48px;
  height: 42px;
  margin-left: 0;
  padding-left: 16px;
  }
  .bidx-detail {
    padding: 12px 0 20px;
  }

  .container {
    width: calc(100% - 24px);
  }

  .detail-layout {
    display: block;
    overflow: visible;
  }

  .detail-main,
  .detail-side {
    width: 100%!important;
  }

  .detail-side {
    display: none;
  }

  .card {
    border-radius: 14px;
    border-color: #e5e8ec;
  }

  .detail-main .card + .card {
    margin-top: 12px;
  }
  .project-card {
    padding: 18px 14px;
  }

  .project-tags {
    margin-bottom: 10px;
    gap: 8px;
  }

  .badge {
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
  }

  .badge.red {
    color: #ff5c4d;
    background: #ffecec;
  }

  .badge.blue {
    color: #4b7df0;
    background: #eaf0ff;
  }

  .badge.green {
    color: #55ab59;
    background: #e7f5e6;
  }

  .project-title {
    font-size: 18px;
    line-height: 1.5;
    color: #243143;
  }

  .project-grid {
    margin-top: 10px;
    padding: 14px 12px;
    gap: 10px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #f3f5f8;
  }

  .field span {
    font-size: 12px;
    color: #9ca3ae;
    margin-bottom: 4px;
  }

  .field strong {
    font-size: 14px;
    line-height: 1.45;
    color: #404753;
    word-break: break-word;
  }

  .field strong.danger {
    color: #ff4d42;
  }

  .progress-card {
    padding: 16px 14px;
  }

  .card-title {
    /* padding-left: 0; */
    font-size: 16px;
    line-height: 1.2;
    color: #1f2b3b;
  }

  .card-title::before {
    /* display: none; */
  }

  .metrics {
    margin: 12px 0 0;
    padding: 12px 8px;
    border-radius: 16px;
    border-color: #ffd7d8;
    gap: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .metric-item strong {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.35;
  }

  .metric-item span {
    font-size: 12px;
    color: #8e95a2;
    white-space: nowrap;
    padding-bottom: 4px;
  }

  .cost-note {
    margin: 14px 0 0;
    padding: 12px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.8;
  }

  .zdxm-contact {
    padding: 12px 0 0;
    grid-template-columns: 1fr;
  }

  .contact-more {
    font-size: 13px;
  }

  .content-card .tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom-color: #d8dde4;
  }

  .tab {
    height: 48px;
    font-size: 16px;
    background: #f9fafb;
  }

  .tab.active {
    background: #fff;
  }

  .section {
    padding: 14px 12px 0;
  }

  .section .content-con p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 2;
    color: #535a67;
  }

  #map {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
  }

  .map_container {
    padding-bottom: 0;
  }

  .card_list {
    position: static;
    width: auto;
    top: auto;
    left: auto;
    bottom: auto;
    margin-top: 12px;
    box-shadow: none;
    border: 1px solid #e2e6eb;
    border-radius: 12px;
  }

  .card_tit {
    height: auto;
    line-height: 1.4;
    margin: 12px 12px 6px;
    height: 16px;
  }

  .near_title {
    font-size: 18px;
    line-height: 1.4;
  }
  .des_content{
    margin-top: 12px;
  }

  .project-tabs-container {
    justify-content: flex-start;
    padding: 0px 8px 0;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
  }

  .project-tab-item {
    height: 46px;
    line-height: 46px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
  }

  .project-table {
    padding: 10px 12px 14px;
    min-height: auto;
  }

  .project-table .table_header th {
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
  }

  .project-table .table_row td {
    height: auto;
    min-height: 44px;
    padding: 10px 10px;
    font-size: 13px;
    line-height: 1.45;
    vertical-align: top;
  }

  .project-table .table_header th:last-child,
  .project-table .table_row td:last-child {
    width: 110px;
    font-size: 12px;
  }

  .segment-note {
    padding: 14px 12px 10px;
    font-size: 12px;
  }

  .segment-table {
    margin: 0 12px 14px;
    overflow-x: auto;
    border-bottom: 0;
  }

  .segment-table .col {
    padding: 0 8px;
  }

  .segment-table .col-content {
    width: 62%;
  }

  .segment-table .col-company {
    width: 25%;
  }

  .segment-table .col-amount {
    width: 14%;
    min-width: 88px;
  }

  .segment-text,
  .segment-row .col-company,
  .segment-row .col-amount {
    font-size: 12px;
    line-height: 1.45;
  }

  .segment-code {
    min-width: 38px;
    height: 20px;
    margin-right: 8px;
    font-size: 11px;
  }

  .estimate-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    background: transparent;
  }

 @media (max-width: 768px) { 
 }
  .estimate-item {
    border: 1px solid #ebeef2;
    padding: 10px 12px;
  }

  .tablecon {
    max-height: none;
    padding-top: 12px;
  }

  .price-head {
    padding: 0 12px 8px;
  }

  .price-table {
    margin: 0 12px 12px;
    overflow-x: auto;
  }

  .price-table table {
    /* min-width: 520px; */
  }

/* 
.bidx-detail {
    padding: 12px 0 24px;
  }

.container {
    width: calc(100% - 24px);
  } */

  /* .qyk-detail-page .detail-layout {
    display: block;
  } */

  /* .qyk-detail-page .detail-main {
    width: 100% !important;
  } */

  /* .qyk-detail-page .detail-side {
    display: none !important;
  } */

  /* .qyk-detail-page .card {
    border-radius: 16px;
    border-color: #e4e7ec;
    box-shadow: 0 8px 24px rgba(23, 34, 56, 0.06);
  } */
/* 
.detail-main .card + .card {
    margin-top: 14px;
  } */

  /* .qyk-detail-page .project-card {
    padding: 20px 18px;
  }

.project-title {
    font-size: 22px;
    line-height: 1.4;
    color: #1d2838;
  } */

.contactcon {
    padding: 18px 16px;
  }

  /* .qyk-detail-page .card-title {
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 10px;
    color: #1d2433;
  }

.card-title::before {
    display: none;
  } */

.contact-list {
    padding-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

.contact-item {
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #eff0f3;
    background: #f9fafc;
  }

.card__footer {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-top: 0;
  }

.card__footer .flex-center {
    flex-wrap: wrap;
    justify-content: center;
  }
.card__footer .pagination-btn{
    display: none;
    padding: 6px 12px;
  }
.card__footer .pagination-btn:first-child {
    display: inline-block;
  }
.card__footer .pagination-btn:last-child {
    display: inline-block;
  }
.card__footer .text-note{
    display: none;
  }
/* .pagination-btn {
    min-width: 44px;
  } */


.project-tabs.qyk-tabs {
    padding: 0 16px 18px;
  }

.qyk-notice-item {
    border: 0;
    border-radius: 14px;
    background: #f7f9fc;
    margin-top: 12px;
    padding: 16px;
  }

.qyk-tag-row {
    gap: 6px;
  }

.qyk-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 13px;
    color: #5c6572;
  }

.qyk-meta-col {
    width: 100%;
  }

.qyk-latest-title {
    padding: 0 0 10px;
  }

.qyk-latest-list {
    margin-top: 6px;
  }

.qyk-latest-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eef0f4;
  }

.qyk-latest-list li:last-child {
    border-bottom: 0;
  }
.qykcontent-card .project-tabs.qyk-tabs .card-title{
  margin: 20px 0;
} 
  .price-tip {
    padding: 10px 12px 6px 0px;

  }
.segment-estimate{
  padding: 20px 10px 10px;
}
  .segment-estimate h4, .estimate-item strong{
    font-size: 16px;
  }
  .segment-c-note{
    margin: 0 12px 12px;
  }
  .price-table .table_header th{
    width: auto!important;
    height: 40px!important;
    font-size: 14px;
  }
  .price-table .table_row td{
    height: 40px!important;
    padding: 4px;
    /* font-size: 12px!important; */
  }
  .price-table .table_row td:first-child{
    width: 90px;
  }
   .price-table .table_row td:nth-child(2){
    width: 110px;
  }
     .price-table .table_row td:nth-child(3){
    width: 100px;
  }
    .projectDynamic .row {
      padding-bottom: 12px;
    }
  .projectDynamic .row a{
    display: block;
  font-size: 14px;
        line-height: 22px;}
        .projectDynamic .row span:nth-child(3){
    display: block;
  font-size: 14px;
        line-height: 22px;}
  .projectDynamic .row .time{
    width: 98px;
  }
  .action_group{min-height: 46px;}
  .footer{
    display: none;
  }
  .zyxx-row {
    display: flex;
    flex-direction: column;
    gap: 0px;
    border-bottom: 0;
  }
  .zyxx-item {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    min-height: 36px;
  }
  .zyxx-link{
    width: 46px;
  }
  .zyxx-label {
    font-size: 12px;
    color: #9ca3ae;
    flex-shrink: 0;
  }
  .zyxx-value {
    font-size: 14px;
    color: #404753;
  }
  .nearby-line-table{
    overflow-x: scroll;
  }
}
