.site-header .main-nav .active,.site-header .main-nav a:hover{
  color: #dd0000;
      border-color: #dd0000;
}
.site-header .login-btn{
  background-color: #dd0000;
}
body {
  padding-top: 110px;
}

/* .site-header {

} */

.crumb-wrap {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #ececec;
}

.crumb {
  height: 46px;
  display: flex;
  align-items: center;
  color: #69707e;
  font-size: 14px;
  margin-left: -8px;
}
.crumb a{
  padding: 0 8px;
}
.crumb a:hover{
  color: #c00;
}
.bidx-detail {
  padding:16px 0 30px;
  background-color: #EEF0F3;
}
.cost-note {
  margin: 4px 20px 20px;
  padding: 10px 12px;
  background: #FFF3F4;
  border-radius: 8px;
  color: #d52121;
  line-height: 20px;
  font-size: 13px;
}
.permission{
    width: 64px;
    height: 22px;
    background: url(//css.ccement.com/ccement_pc/enterprise_ccement_com/images/lockicon.png) no-repeat;
    background-size: 64px 22px;
    display: block;
}
.detail-layout {
  display: flex;
  align-items: start;
  justify-content: space-between;
  overflow: hidden;
}
.detail-main{
  width: 890px;
}
.detail-side{
  width: 300px;
}
.card {
  background: #fff;
  border: 1px solid #dde1e5;
  border-radius: 12px;
}

.detail-main .card + .card,
.detail-side .card + .card {
  margin-top: 14px;
}

.project-card {
  padding: 18px 20px;
}

.project-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.badge {
  padding: 5px 11px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.badge.red {
  color: #fff;
  background: #db0202;
}

.badge.blue {
  color: #2f83dd;
  background: #e5f0fd;
}

.badge.green {
  color: #3f9f3b;
  background: #e8f6e5;
}

.project-title {
  margin: 0;
  font-size: 20px;
  transform-origin: left top;
  width: 100%;
  line-height: 32px;
  font-weight: 700;
  color: #2f3238;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.project-grid {
  margin-top: 14px;
  background: #F7F8F9;
  border-radius: 10px;
  padding: 16px 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.field span {
  display: block;
  font-size: 12px;
  color: #8f95a0;
  margin-bottom: 6px;
}

.field strong {
  display: block;
  font-size: 14px;
  color: #31353c;
  line-height: 1.35;
}

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

.progress-card {
  padding: 18px 20px;
}
.progress-card .cost-note{
  margin: 10px 0 0;
}
.card-title {
  margin: 0;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  transform-origin: left center;
  font-weight: 700;
}

.card-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 14px;
  border-radius: 3px;
  background: #df0000;
}

.content-card {
  padding: 0;
  overflow: hidden;
}

.content-card .tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid #dee2e7;
}
.content-card.qykcontent-card .tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #dee2e7;
}
.tab {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #656c78;
  background: #F9F9F9;
  border-bottom: 2px solid transparent;
}

.tab.active {
  color: #df0000;
  background: #fff;
  border-bottom-color: #df0000;
}

.project-tabs {
  display: none;
}

.project-tabs.active {
  display: block;
}

.project-tabs-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 20px 0;
  border-bottom: 1px solid #ebedf0;
  overflow-x: auto;
}

.project-tab-item {
  position: relative;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  color: #5d636f;
  white-space: nowrap;
  margin: 0 12px;
}

.project-tab-item.active {
  color: #db0202;
}

.project-tab-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 2px;
  background: #db0202;
}

.project-table {
  padding: 14px 20px 20px;
  min-height: 330px;
}

.project-table table {
  border-collapse: collapse;
}

.project-table .table_header th {
  height: 42px;
  background: #f4f5f7;
  color: #5f6368;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 0 20px;
}

.project-table .table_header th:last-child,
.project-table .table_row td:last-child {
  text-align: right;
  width: 180px;
}

.project-table .table_row td {
  height: 45px;
  border-bottom: 1px solid #ebedf0;
  color: #2f3338;
  font-size: 14px;
  padding: 8px 20px;
  line-height: 22px;
}

.project-table .table_row td a {
  color: #2f3338;
}
.project-table .table_row td a:hover{
  color: #c33;
}
.project-table .table_row td:last-child {
  color: #666b73;
  font-size: 14px;
}

.project-tabs .project-tab-content {
  display: none;
}

.project-tabs .project-tab-content.active {
  display: table-row-group;
}
.no_result{
  width: 100%;
  height: 255px;
  background: url(../images/no_result.jpg) no-repeat top center;
  background-size: auto 255px;
}
.no_result p{
      text-align: center;
    color: #999;
    padding-top: 196px;
}
.segment-note {
  padding: 18px 20px 10px;
  color: #8a8f98;
  font-size: 14px;
}

.segment-table {
  margin: 0 20px 20px;
  border-bottom: 1px solid #e7e9ed;
  background: #fff;
}

.segment-header,
.segment-row {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.segment-header {
  height: 42px;
  background: #f4f5f7;
  border-bottom: 1px solid #e7e9ed;
}

.segment-row {
  min-height: 50px;
  border-bottom: 1px solid #e7e9ed;
  cursor: pointer;
}

.segment-row:last-child {
  border-bottom: 0;
}

.segment-table .col {
  padding: 0 16px;
  color: #31363f;
}

.segment-table .col-content {
  /* flex: 1; */
  display: flex;
  width: 500px;
  align-items: center;
}

.segment-table .col-company {
  width: 150px;
}

.segment-table .col-amount {
  width: 170px;
  text-align: right;
}

.segment-row .col-company,
.segment-row .col-amount {
  font-size: 14px;
}

.segment-table .col-amount.red {
  color: #db0202;
  font-weight: 700;
}
.segment-table .col-amount.red .permission{
  float: right;
}
.segment-arrow {
  width: 12px;
  margin-right: 8px;
  color: #2f3338;
  font-size: 12px;
}

.segment-arrow.empty {
  visibility: hidden;
}

.segment-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  min-width: 46px;
  border-radius: 6px;
  padding: 0 8px;
  background: #db0202;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-right: 14px;
}

.segment-text {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0;
}

.segment-estimate {
  display: none;
  padding: 20px;
  background: #f7f8fa;
  border-bottom: 1px solid #e7e9ed;
}

.segment-estimate h4 {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1;
  color: #2f3338;
}

.estimate-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  background-color: #fff;
}

.estimate-item {
  background: #fff;
  border-radius: 8px;
  padding: 12px 12px;
}

.estimate-item span {
  display: block;
  color: #8d939d;
  font-size: 12px;
}

.estimate-item strong {
  display: block;
  margin-top: 5px;
  color: #db0202;
  font-size: 12px;
  line-height: 1;
}

.price-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px 10px;
}

.price-more {
  color: #2d8cff;
  font-size: 12px;
  font-weight: 500;
}
.contact-more{
  color: #db0202;
  font-size: 12px;
  font-weight: 500;
}
.tablecon{
      max-height: 510px;
    overflow-y: auto;
    padding-top: 22px;
}
.price-table {
  margin: 0 20px 20px;
  border-bottom: 0;
}

.price-table table {
  border-collapse: collapse;
}

.price-table .table_header th {
  height: 42px;
  background: #f4f5f7;
  color: #5f6368;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 0 12px;
  border-bottom: 1px solid #e7e9ed;
}

.price-table .table_row td {
  height: 42px;
  border-bottom: 1px solid #e7e9ed;
  font-size: 12px;
  color: #2f3338;
  padding: 0 12px;
}

.price-table .table_row td.red {
  color: #db0202;
  font-weight: 700;
}
.nearby-line-con {
  margin-top: 20px;
}
.nearby-line-table {
  margin:5px 20px 20px;
  width: 100%;
}

.nearby-line-table table {
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #edf0f3;
width: 847px;
}

.nearby-line-table th,
.nearby-line-table td {
  text-align: left;
  border-bottom: 1px solid #edf0f3;
}

.nearby-line-table th {
  height: 42px;
  padding: 0 16px 0 12px;
  background: #fff;
  color: #24425f;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  background-color: #F7F8F9;
}

.nearby-line-table td {
  padding: 0 16px 0 12px;
  height: 46px;
  color: #2f4a67;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  vertical-align: middle;
}

.nearby-line-table tbody tr {
  cursor: pointer;
}

.nearby-line-table tbody tr:hover {
  background: #fafafa;
}

.nearby-line-table tbody tr:last-child td {
  border-bottom: 0;
}

.nearby-line-table th:nth-child(1),
.nearby-line-table td:nth-child(1) {
  width: 15%;
}

.nearby-line-table th:nth-child(2),
.nearby-line-table td:nth-child(2) {
  width: 14%;
}

.nearby-line-table th:nth-child(3),
.nearby-line-table td:nth-child(3) {
  width: 24%;
}

.nearby-line-table th:nth-child(4),
.nearby-line-table td:nth-child(4) {
  width: 24%;
}

.nearby-line-table th:nth-child(5),
.nearby-line-table td:nth-child(5) {
  width: 14%;
}

.nearby-line-table .capacity-cell {
  color: #c00;
  /* font-weight: 700; */
  white-space: nowrap;
}

.price-tip {
  padding: 16px 0 0;
  color: #8f949d;
  font-size: 12px;
  border-top: 0;
}

.section {
  padding: 16px 20px 0;
}

.section .content-con p {
  margin: 10px 0 0;
  font-size: 14px;
  transform-origin: left top;
  line-height: 28px;
  color: #515760;
}

.map-placeholder {
  height: 30px;
  border: 1px solid #d1d6dd;
  border-radius: 8px;
  background: #eceef0;
  color: #616874;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-top: 12px;
}

.metrics {
  margin: 10px 0px 4px;
  padding: 16px;
  border-radius: 10px;
  background: #FFF7F7;
  border: 1px solid #FFE3E4;
  display: flex;
}

.metric-item {
  justify-content: center;
  flex: 1;
}

.metric-item strong {
  display: block;
  font-size: 18px;
  color: #d90000;
  line-height: 28px;
  text-align: center;

}

.metric-item span {
  display: block;
  font-size: 13px;
  color: #7e8591;
  text-align: center;
  margin: 0 auto;

}

.side-card {
  padding: 16px;
}

.side-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #8f95a0;
}

.org-name {
  margin: 6px 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.side-info {
  display: flex;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 22px;
}

.side-info span {
  color: #8e95a0;
  min-width: 44px;
}

.side-info em {
  color: #4d535d;
  font-style: normal;
}

.contact-btn {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  background: #dd0000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.join-block + .join-block {
  margin-top: 12px;
}

.join-block .name {
  margin: 12px 0 6px;
  color: #8f95a0;
  font-size: 14px;
}

.join-block .txt {
  display: block;
  color: #383c42;
  font-size: 14px;
  line-height: 24px;
}
.join-block .txt:hover{
  color: #c33;
}

.recommend {
  display: block;
  margin-top: 10px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  padding: 10px;
  background: #F9F9F9;
}
.recommend:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(21, 47, 86, 0.08);
}
.recommend .recom-name {
  color: #dd0000;
  font-size: 13px;
}

.recommend .xmname {
  margin: 6px 0 2px;
  font-size: 14px;
  color: #343941;
  line-height: 22px;
  font-weight: 700;
}

.recommend span {
  color: #8b929e;
  font-size: 13px;
}
.login_view {
    width: 100%;
    height: 440px;
    text-align: center;
    display: none;
    background-size: 100% 440px !important;
    background: url(../images/login_view_bg.jpg) no-repeat;
    position: relative;
}
.login_view .login_btn_new {
    position: absolute;
    transform: translate(-50%, -40%);
    z-index: 2;
    top: 43%;
    left: 50%;
    width: 244px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    display: block;
    background-color: #d0111a;
    font-size: 18px;
    margin: 0 auto;
    cursor: pointer;
}
#map{
  width:100%;
  height:490px;
}
.amap-marker{
  text-align:center;
}
.map_container{
  position:relative;
  padding:0 0px 12px;
  margin-top: 16px;
}
.card_tit{
  height:30px;
  line-height:30px;
  margin:15px 16px 6px;
}
.look_more{
  color:#d0111a;
  text-align:center;
  font-size:14px;
  float:right;
}
.near_title{
    font-size:16px;
    line-height:40px;
    float:left
  }
  .label_title_box{
    border-bottom:0
  }
.card_list{
  position:absolute;
  top:12px;
  left:24px;
  bottom:24px;
  width:300px;
  box-shadow:0 0 10px 0 rgba(51,51,51,0.2);
  border-radius:4px;
  background:#fff;
  z-index:9;
}
.card_list .item{
  cursor:pointer;
  user-select:none;
  padding:16px 18px 0 0;
}
.card_list .location{width:16px;
  padding:0 12px;
  float:left;
}
.card_list .location img{width:16px;
  display:block;
}
.card_list .content{overflow:hidden;
  border-bottom:1px solid #e3e3e3;
  padding-bottom:16px;
  margin-left:40px;
}
.card_list .content .company_txt{
  display:flex;
}
.card_list .content .title{font-size:15px;
  line-height:16px;
  color:#333;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  flex:1;
  padding-right:10px;
}
.card_list .content .tag{height:18px;
  line-height:18px;
  color:#fff;
  font-size:12px;
  padding:0 8px;
  border-radius:4px;
  margin-right:5px;
  overflow:hidden;
  float:left;
}
.card_list .content .tag:last-child{
  margin-right:0;
}
.card_list .content .tag.tag_cor1{
  color:#4d77b6;
  background:rgba(77,119,182,0.1);
  border:1px solid #4d77b6;
}
.card_list .content .tag.tag_status1{
  background:#4d77b6;
  border:1px solid #4d77b6;
}
.card_list .content .tag.tag_cor2{
  color:#ef7e33;
  background:rgba(239,126,51,0.1);
  border:1px solid #ef7e33;
}
.card_list .content .tag.tag_status2{
  background:#ef7e33;
  border:1px solid #ef7e33;
}
.card_list .content .tag.tag_cor3{
  color:#22ac38;
  background:rgba(34,172,56,0.1);
  border:1px solid #22ac38;
}
.card_list .content .tag.tag_status3{
  background:#22ac38;
  border:1px solid #22ac38;
}
.card_list .content .tag.tag_cor4{
  color:#e9384d;
  background:rgba(233,56,77,0.1);
  border:1px solid #e9384d;
}
.card_list .content .tag.tag_status4{
  background:#e9384d;
  border:1px solid #e9384d;
}
.card_list .content .tag.tag_cor5{
  color:#999;
  background:rgba(153,153,153,0.1);
  border:1px solid #999;
}
.card_list .content .tag.tag_status5{
  background:#999;
  border:1px solid #999;
}
.card_list .content .tag.tag_cor6{
  color:#06b3be;
  background:rgba(6,179,190,0.1);
  border:1px solid #06b3be;
}
.card_list .content .tag.tag_status6{
  background:#06b3be;
  border:1px solid #06b3be;
}
.card_list .content .tag.tag_cor7{
  color:#3cb7ff;
  background:rgba(60,183,255,0.1);
  border:1px solid #3cb7ff;
}
.card_list .content .tag.tag_status7{
  background:#3cb7ff;
  border:1px solid #3cb7ff;
}
.card_list .content .tag.tag_cor8{
  color:#faad14;
  background:rgba(250,173,20,0.1);
  border:1px solid #faad14;
}
.card_list .content .tag.tag_status8{
  background:#faad14;
  border:1px solid #faad14;
}
.card_list .content .tag.tag_cor9{
  color:#722ed1;
  background:rgba(114,46,209,0.1);
  border:1px solid #722ed1;
}
.card_list .content .tag.tag_status9{
  background:#722ed1;
  border:1px solid #722ed1;
}
.card_list .content .map_address{
  margin:6px 0;
  font-size:13px;
  color:#999;
  line-height:20px;
  height:20px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}
.card_list .content .detail .left{
  float:left;
}
.card_list .content .detail .hy_txt{
  font-size:13px;
  color:#333;
  padding-right:10px;
  overflow:hidden;
  width:130px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.card_list .content .detail .right{
  float:right;
  font-size:13px;
  color:#333;
}
.card_list .content .detail .right span{
  font-weight:700;
  font-size:15px;
  padding:0 2px;
}
.card_list a:last-child .content{
  border-bottom:none;
}
.map_content{
  padding:24px 24px;
  border-radius:4px;
  background:#fff;
  margin-bottom:12px;
  position:relative;
}
.map_content #map{
  width:100%;
  height:200px;
}
.map_content #fullscreenBtn{
  position:absolute;
  top:76px;
  right:30px;
  z-index:999;
  background:#1c71ff;
  color:#fff;
  border:0;padding:4px 10px;
}


.projectDynamic .list_main{position:relative; margin-top: 15px;}
.projectDynamic .list_main:before{content:'';position:absolute;left:7px;top:10px;bottom:0;border-left:2px dashed #e74c3c}
.projectDynamic .row{position:relative;padding-bottom:20px;color:#333;font-size:16px;line-height:28px;padding-left:34px;cursor:pointer}
.projectDynamic .row:before{content:'';position:absolute;left:4px;top:9px;width:8px;height:8px;border-radius:50%;background-color:#D0111A;z-index:2}
.projectDynamic .row.highlight{font-weight:bold}
.projectDynamic .row.highlight::after{content:'';position:absolute;left:0;top:5px;width:14px;height:14px;border-radius:50%;border:1px solid #D0111A;background-color:#fff}
.projectDynamic .row .time{display:inline-block;width:110px;font-size: 14px; color: #888; font-weight: normal}
.projectDynamic .row .el_tag{display:inline-block;font-size:12px;font-weight:normal;border-radius:2px;padding:0 10px;line-height:22px;height:22px;margin-right:6px}
.notice_1{background:#036DDB !important;color:#fff}
.notice_2{background:#FFA328 !important;color:#fff}
.notice_3{background:#39b362 !important;color:#fff}
.projectDynamic .row a{color:#333}
.projectDynamic .row a:hover{
  color: #c00;
}
#bid-detail-content table{
  width: 100%!important;
}
.xxcontent-con p {
  margin: 10px 0 0;
  font-size: 14px;
  transform-origin: left top;
  line-height: 28px;
  color: #515760;
}
.des_content p {
  margin: 10px 0 0;
  font-size: 14px;
  transform-origin: left top;
  line-height: 28px;
  color: #515760;
}
.open_more{text-align:center;font-size:14px;color:#D0111A;margin-top:10px;margin-bottom:10px;cursor: pointer;}
.open_more .iconfont{font-size:14px;color:#d0111a}
.open_more .to_up{display:none}
.zyxxcontent-con {
  margin-top: 14px;
  font-size: 14px;
}
.zyxx-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.zyxx-row:last-child {
  border-bottom: 0;
}
.zyxx-item {
  width: 50%;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}
.zyxx-label {
  flex: 0 0 86px;
  color: #5f6368;
  font-size: 14px;
}
.zyxx-value {
  color: #2f3338;
  width: 235px;
  font-size: 14px;
  padding: 5px 0;
}
.zyxx-value-red {
  color: #c33;
  font-weight: 700;
}
.zyxx-link {
  color: #036DDB;
  font-size: 14px;
}

.action_group {
    margin-top: 16px;
    line-height: 24px;}
.action_group  .item_container {
    float: left;
    font-size: 14px;
    color: #606266;
    margin-right: 40px;
}
.action_group .view {
    font-size: 14px;
    line-height: 14px;
    color: #036DDB;
    cursor: pointer;
}

 .project-tabs.qyk-tabs {
      display: block;
      padding: 0;
      font-size: 14px;
      background: #fff;
    }
    .project-tabs.qyk-tabs .card-title{
margin: 20px;
    }
    .qyk-notice-item {
      padding: 18px 20px;
      border-bottom: 1px solid #f0f0f0;
      font-size: 14px;
    }
    .qyk-notice-item:last-child {
      border-bottom: 0;
    }
    .qyk-notice-title {
      margin: 0;
      color: #2f3338;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.6;
    }
    .qyk-tag-row {
      display: flex;
      gap: 10px;
      margin-top: 10px;
      flex-wrap: wrap;
    }
    .qyk-tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 24px;
      border-radius: 6px;
      font-size: 12px;
      padding: 0 10px;
      color: #fa8c16;
      background: #fff7e6;
    }
    .qyk-tag-zb {
      color: #fff;
      background: #2d8cff;
    }
    .qyk-tag-gl {
      color: #1890ff;
      background: #e6f7ff;
    }
    .qyk-tag-fj {
      color: #ff4d4f;
      background: #fff2f0;
    }
    .qyk-tag-mh {
      color: #6f32cc;
      background: #eee6f7;
    }
    .qyk-tag-ks {
      color: #13c2c2;
      background: #e6fffb;
    }
    .qyk-meta {
      margin-top: 12px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      color: #666b73;
      font-size: 14px;
    }
.qyk-meta strong {
  color: #2f3338;
  font-weight: 500;
  margin-left: 8px;
}
.qyk-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid #ececec;
}
.qyk-contact-item:last-child {
  border-bottom: 0;
}
.qyk-contact-avatar {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.qyk-contact-avatar-green {
  background: #52c41a;
}
.qyk-contact-avatar-blue {
  background: #2f8cf1;
}
.qyk-contact-avatar-orange {
  background: #fa8c16;
}
.qyk-contact-avatar-purple {
  background: #722ed1;
}
.qyk-contact-name {
  margin: 0;
  color: #2f3338;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  padding-top: 4px;
}
.qyk-contact-phone {
  margin: 5px 0 0;
  color: #8a8f98;
  font-size: 13px;
  line-height: 20px;
}
.qyk-latest-title {
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #ececec;
  color: #2f3338;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
.qyk-latest-list {
  list-style: disc;
  margin: 14px 0 0 0px;
  padding: 0;
}
.qyk-latest-list li {
  margin-bottom: 8px;
  color: #6f757f;
  font-size: 14px;
  line-height: 1.8;
}
.qyk-latest-list li:last-child {
  margin-bottom: 0;
}
.qyk-latest-list li a {
  display: block;
  color: #5d636f;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qyk-latest-list li a:hover {
  color: #c33;
}
@media (max-width: 1100px) {
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .project-grid,
  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.contactcon{
  padding: 20px;
}
.contact-list{
  padding-top: 16px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
}
.contactcon .contact-item{
  padding: 12px; background: #fafafa; border-radius: 6px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #f0f0f0;
}
.contactcon .conitem-left{
  display: flex; align-items: center; gap: 10px;
}
.contactcon .avatar-con{width: 36px; height: 36px; background: #52c41a; border-radius: 6px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 500;}
.contactcon .avatar-con.avatar-blue{
background: #2f8cf1;
}
.contactcon .avatar-con.avatar-orange{
  background: #fa8c16;
}
.contactcon .avatar-con.avatar-red{
  background: #f5222d;
}
.contactcon .avatar-con.avatar-green{
  background: #52c41a;
}
.contactcon .avatar-con.avatar-cyan{
  background: #13c2c2;
}
.contactcon .avatar-con.avatar-purple{
  background: #722ed1;
}
.contactcon .avatar-con.avatar-rose{
  background: #eb2f96;
}
.contactcon .con-name{
  font-size: 14px; color: #333; font-weight: 500; margin-bottom: 2px;
}
.contactcon .con-tel{
  font-size: 12px; color: #999;
}
.contactcon .con-txt{
  font-size: 12px; color: #666;
}
.contactcon .con-num{
  color: #1890ff; font-weight: 600;
}
.contactcon .card__footer{
  padding: 16px 0 0 0;
}
.pagination-btn.active{
  background-color: #df0000;
      border-color: #df0000;
      color: #fff!important;
}


.zdxm-contact{
  padding: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.zdxm-contact-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zdxm-contact-item{
  background: #fafafa; border-radius: 8px; padding: 16px; border: 1px solid #f0f0f0;
}
.zdxm-contact-item-top{ 
  display: flex; align-items: center; gap: 12px; margin-bottom: 12px;
}
.zdxm-contact-item-top .avatar-con{ 
  width: 44px; height: 44px; background: #52c41a; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; font-weight: 500; flex-shrink: 0;
}
.zdxm-contact-item-top .avatar-con.avatar-blue{
  background: #2f8cf1;
}
.zdxm-contact-item-top .avatar-con.avatar-orange{
  background: #fa8c16;
}
.zdxm-contact-item-top .avatar-con.avatar-red{
  background: #f5222d;
}
.zdxm-contact-item-top .avatar-con.avatar-green{
  background: #52c41a;
}
.zdxm-contact-item-top .avatar-con.avatar-cyan{
  background: #13c2c2;
}
.zdxm-contact-item-top .avatar-con.avatar-purple{
  background: #722ed1;
}
.zdxm-contact-item-top .avatar-con.avatar-rose{
  background: #eb2f96;
}
.zdxm-contact-name{
  font-size: 15px; color: #333; font-weight: 500; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.zdxm-contact-tel{font-size: 12px; color: #999; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.zdxm-contact-txt{font-size: 12px; color: #c00; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-decoration: none; cursor: pointer;}
@media (max-width: 640px) {
  .container {
    width: calc(100% - 24px);
  }

  .site-header .main-nav {
    display: none;
  }

  .tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-tabs-container {
    gap: 24px;
  }

  .project-tab-item {
    font-size: 15px;
    height: 48px;
    line-height: 48px;
  }

  .project-table .table_row td {
    font-size: 16px;
    height: 68px;
  }

  .project-table .table_row td:last-child {
    font-size: 15px;
  }

  .segment-header {
    height: 52px;
  }

  .segment-row {
    min-height: 42px;
  }

  .segment-table .col-company {
    width: 140px;
  }

  .segment-table .col-amount {
    width: 100px;
  }

  .segment-text {
    font-size: 14px;
  }

  .segment-row .col-company,
  .segment-row .col-amount {
    font-size: 14px;
  }

  .segment-estimate h4,
  .estimate-item strong {
    font-size: 22px;
  }

  .estimate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-table .table_header th {
    height: 52px;
    font-size: 15px;
  }

  .price-table .table_row td {
    height: 58px;
    font-size: 14px;
  }

  .price-tip {
    font-size: 13px;
  }

  .project-grid,
  .metrics {
    grid-template-columns: 1fr;
  }
}
