.detail-cont {
  padding: 6.77vw 0 0;
}
.bread-box {
  height: 3.13vw;
  display: flex;
  align-items: center;
  font-size: 0.83vw;
}
.article-title {
  font-size: 1.46vw;
  color: #303133ff;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 1.56vw;
}
.article {
  background: #fff;
  padding: 2.34vw;
  margin: 0 0 1.56vw;
}
.article-date {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 1.04vw;
  color: #909399ff;
  font-size: 0.83vw;
  border-bottom: 1px solid #e5e5e5;
}
.article-text {
  padding: 1.56vw 0;
}

.article-text img {
  max-width: 100%;
}
.xqxq-title-cover {
  display: flex;
  margin: 0 0 1.56vw;
}
.article-xqxq-title {
  font-size: 1.46vw;
  font-weight: bold;
  color: #303133ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 75%;
  line-height: 1.93vw;
}
.article-xqxq-number {
  font-size: 1.04vw;
  line-height: 1.93vw;
  color: rgba(144, 147, 153, 1);
  margin-left: 0.83vw;
  flex: 1;
}
.artile-other-info-cover {
  display: flex;
  flex-wrap: wrap;
}
.artile-other-info-item {
  width: 33.33%;
  line-height: 2.08vw;
  font-size: 0.83vw;
  color: rgba(48, 49, 51, 1);
}
.artile-other-info-item-label {
  color: rgba(144, 147, 153, 1);
}
.article-for-get {
  display: none;
}
.xqxq-article {
  background-color: #fff;
  padding: 1.56vw;
  margin: 0 0 1.04vw;
}
.xqxq-cont-title {
  font-size: 1.04vw;
  line-height: 1.46vw;
  margin-bottom: 1.04vw;
  padding-left: 1.56vw;
  position: relative;
}
.xqxq-cont-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.04vw;
  height: 1.04vw;
  background: url(../images/icon.png) no-repeat;
  background-size: 100% 100%;
}
.xqxq-summary-text {
  line-height: 0.94vw;
  font-size: 0.83vw;
  color: rgba(144, 147, 153, 1);
  margin-bottom: 1.04vw;
}
.xqxq-info-cover {
  display: flex;
  position: relative;
  min-height: 1.67vw;
}
.xqxq-info-item {
  padding-left: 4.17vw;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 1.67vw;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.xqxq-info-item .el-tag:not(:last-of-type) {
  margin-right: 5px;
}
.xqxq-info-long {
  max-width: 60%;
  min-width: 50%;
}
.xqxq-info-item-label {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(144, 147, 153, 1);
  line-height: 1.67vw;
  font-size: 0.83vw;
}
.jg-text {
  line-height: 1.67vw;
  font-size: 0.83vw;
  color: red;
}
.xqxq-info-detail {
  line-height: 1.67vw;
  font-size: 0.83vw;
}
.xqxq-article .el-descriptions-item__label {
  width: 10.42vw;
}
.xqxq-article .el-descriptions-item__content {
  min-width: 220px;
}
.sjsc-xq-article {
  display: flex;
}
.sjsc-xq-title-cover {
  flex: 1;
  overflow: hidden;
}
.sjsc-xq-logo {
  width: 12.5vw;
  display: block;
  margin: 0 1.04vw 0 0;
  max-height: 10vw;
  object-fit: contain;
}
.article-sjsc-title {
  display: flex;
}
.article-sjsc-title-text {
  font-size: 1.46vw;
  font-weight: bold;
  color: #303133ff;
  line-height: 1.93vw;
  flex: 1;
}
.article-sjsc-tags-cover {
  max-width: 30%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 0.26vw 0 0;
  margin: 0 0 0 0.52vw;
}
.article-sjsc-tags-cover .el-tag {
  margin: 0 0.52vw 0.52vw 0;
}
.main-content .el-tag {
  height: 1.67vw;
  padding: 0 0.52vw;
  line-height: 1.56vw;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .is-mobile.detail-cont {
    padding: 18vw 0 0 !important;
  }
  .xqxq-article .el-descriptions-item__label {
    min-width: 27vw;
  }
  .main-content .el-tag {
    height: 5vw;
    line-height: 4vw;
    padding: 0 1vw;
  }
  .sjsc-xq-article {
    padding: 3vw;
  }

  .sjsc-xq-logo {
    width: 20vw;
    height: 20vw;
    margin-bottom: 3vw;
  }

  .article-sjsc-title-text,.article-xqxq-title {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 2vw;
  }

  .xqxq-summary-text {
    font-size: 3.5vw;
    line-height: 5vw;
    margin-bottom: 3vw;
  }

  .xqxq-info-item {
    margin-bottom: 2vw;
    padding: 0;
    align-items: flex-start;
  }

  .xqxq-info-item-label {
    font-size: 3.5vw;
    margin-bottom: 2vw;
    position: relative;
    line-height: 5vw;
  }

  .jg-text {
    font-size: 4vw;
    font-weight: bold;
    line-height: 5vw;
  }

  .el-button {
    width: 100%;
    margin-bottom: 3vw;
    font-size: 3.5vw;
    padding: 2vw;
  }

  .xqxq-cont-title {
    font-size: 4.5vw;
    margin-bottom: 3vw;
    padding-left: 4vw;
    line-height: 4vw;
  }
  .xqxq-cont-title::before {
    width: 3vw;
    height: 3vw;
  }

  /* 调整描述列表为单列 */
  .el-descriptions {
    font-size: 3.5vw;
  }

  .el-descriptions :deep(.el-descriptions__item) {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2vw;
  }

  .el-descriptions :deep(.el-descriptions__label) {
    font-weight: bold;
    margin-bottom: 1vw;
  }

  .el-tabs :deep(.el-tabs__header) {
    margin-bottom: 3vw;
  }

  .el-tabs :deep(.el-tabs__nav) {
    font-size: 3.5vw;
  }

  /* 用户评价部分 */
  .el-rate {
    font-size: 3vw;
  }

  /* 图片自适应 */
  img {
    max-width: 100%;
    height: auto;
  }

  /* 调整产品详情内容的内边距 */
  .article-text {
    padding: 3vw;
  }

  /* 需求大厅详情页移动端样式 */
  .xqxq-title-cover {
    margin-bottom: 3vw;
        flex-direction: column;
        gap: 2vw;
  }
  
  .article-xqxq-title {
    font-size: 4.5vw;
    margin-bottom: 2vw;
        max-width: unset;
        white-space: unset;
  }
  
  .article-xqxq-number {
    font-size: 3.5vw;
    margin-left: 0;
  }
  .xqxq-info-cover{
    
        flex-direction: column;
        gap: 1vw;
  }
  .xqxq-info-detail{
    line-height: 5vw;
  }
  
  .xqxq-summary-text {
    font-size: 3.5vw;
    line-height: 5vw;
    margin-bottom: 3vw;
  }
  
  .xqxq-info-item {
    margin-bottom: 3vw;
  }
  
  .xqxq-info-item-label {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  
  .xqxq-info-detail {
    font-size: 3.5vw;
  }
  
  .xqxq-cont-title {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  
  /* 标签样式调整 */
  .el-tag {
    font-size: 3vw;
    padding: 0.5vw 2vw;
    margin-bottom: 2vw;
  }
}
