.layout_optimalResult_detail {
  padding: 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 响应式调整 */
}
.layout_optimalResult_detail .detail_tabs .el-tabs__active-bar {
  height: 3px;
  background-color: #222222 !important;
}
.layout_optimalResult_detail .detail_tabs .el-tabs__item {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}
.layout_optimalResult_detail .detail_tabs .el-tabs__item.is-active {
  color: #222222;
  font-weight: 600;
}
.layout_optimalResult_detail .detail_tabs .el-tabs__header {
  border-bottom: 1px solid #E4E7ED;
  margin-bottom: 10px;
}
.layout_optimalResult_detail .parent-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  /* 根据您的父容器实际宽度调整 */
  margin: 0 auto;
  min-height: 100vh;
  padding-bottom: 80px;
  /* 为底部按钮留出空间 */
}
.layout_optimalResult_detail .page-content {
  padding: 20px;
}
.layout_optimalResult_detail .fixed-bottom-wrapper {
  position: fixed;
  bottom: 0;
  left: 174px;
  right: 0;
  background-color: white;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout_optimalResult_detail .fixed-bottom-buttons {
  width: 100%;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.layout_optimalResult_detail .bottom-button {
  min-width: 120px;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.layout_optimalResult_detail .black-button {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.layout_optimalResult_detail .black-button:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.layout_optimalResult_detail .white-button {
  background-color: #fff;
  border-color: #d9d9d9;
  /* 浅灰色边框 */
  color: #000;
}
.layout_optimalResult_detail .white-button:hover {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  color: #000;
}
@media (max-width: 768px) {
.layout_optimalResult_detail .fixed-bottom-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
}
.layout_optimalResult_detail .bottom-button {
    min-width: 100px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
}


/*# sourceMappingURL=232.bfbd9512.css.map*/