.card-modal-content-table {
  width: 100%;
  display: flex;
}

.card-modal-repairs-detail {
  margin-top: 10px;
  width: 100%;
}

.card-modal-detail-detail {
  width: 37%;
}

.card-modal-detail-detail2 {
  width: 37%;
}

.card-modal-detail-detail3 {
  width: 30%;
}

.card-modal-detail-detail4 {
  width: 37%;
}

.card-modal-detail-detail5 {
  width: 37%;
}

.card-modal-detail-detail6 {
  width: 30%;
}

.card-modal-detail-top {
  padding: 5px 0;
  display: flex;
}

.card-modal-detail-bottom {
  padding: 5px 0 5px 0;
  display: flex;
}

.card-modal-detail-left {
  width: 136px;
  font-weight: bold;
}

.card-modal-detail-right {
  width: 244px;
  margin-left: 10px;
}

.modal-table2 {
  width: 100%;
  margin-bottom: 10px;
}

/* 详情页卡片样式 */
.card-modal-content-sec {
  /*width: 1150px;*/
  display: flex;
  border: 1px solid #f2f4f7;
  margin-top: 20px;
  border-radius: 5px;
}

.card-modal-content-repairs-table {
  width: 100%;
  display: block;
}

.card-modal-detail-tit {
  padding: 5px;
  background: #f2f4f7;
}

.modal-detail-list {
  margin: 5px;
}

/*.card-modal-detail-detail {*/
/*  padding: 5px;*/
/*}*/

.card-modal-repairs-detail-left {
  margin: 0 5px;
  width: 150px;
}

.card-modal-repairs-detail-right {
  width: 100%;
  margin: 0 5px 5px 10px;
}

.card-modal-item {
  display: flex;
}

/* 手机端 */
@media only screen and (max-width: 834px) {
  /**手机数据卡片样式**/
  /* 卡片组 */
  .card-group {
    margin: 1em 0 1em 0;
    padding: 0 0 5px 0;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  /* 卡片 */
  .card-data {
    border-bottom: 1px solid #eaebf1;
    margin: 0 5px 5px 5px;
  }

  /* 卡片头部 */
  .card-header {
    font-size: 16px;
    font-weight: bold;
    margin-left: 2px;
  }

  /* 卡片头部标题 */
  .card-header-th {
    font-size: 16px;
    font-weight: bold;
    margin-left: 2px;
  }

  /* 卡片头部描述 */
  .card-header-td {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #eaebf1;
    margin: 0 3px 0 3px;
  }

  /* 卡片内容 */
  .card-body {
    display: flex;
    align-items: center;
  }

  /* 卡片内容左侧 */
  .card-body-th {
    width: 43%;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    /* background-color: #f9fafb; */
  }

  .card-body-th-repairs {
    width: 25%;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
  }

  /* 卡片内容右侧 */
  .card-body-td {
    padding: 2px 0 2px 6px;
    font-size: 14px;
    /* text-align: right; */
  }

  /* 卡片底部操作部分 */
  .card-quotation-body {
    display: flex;
    justify-content: space-between;
  }

  /* 整体下拉菜单按钮组容器样式 */
  .card-quotation-dropdown-group {
    position: relative;
    display: flex;
    justify-content: end;
    /*padding-top: 10px;*/
  }

  /* 整体下拉菜单按钮样式 */
  .card-quotation-dropdown-button {
    background-color: #0a5cff;
    color: white;
    padding: 6px 10px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-size: small;
    margin-right: 5px;
  }

  /* 箭头图标样式 */
  .arrow-icon {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.5s ease;
    /* 为箭头变换添加过渡效果 */
  }

  /* 下拉菜单样式 */
  .card-quotation-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 2.4em;
    border-radius: 5px;
  }

  /* 下拉菜单里按钮样式 */
  .card-quotation-dropdown-item {
    color: black;
    background-color: transparent;
    padding: 8px 16px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    display: block;
  }

  /* 下拉菜单里按钮悬停的样式 */
  .card-quotation-dropdown-item:hover {
    background-color: #e6e6e6;
  }

  /* 按钮组里的按钮样式 */
  .card-quotation-dropdown-menu .blueTxt-btn{
    color:#0a5cff;
  }

  /* 按钮组里的按钮悬停的样式 */
  .card-quotation-dropdown-menu .greenTxt-btn{
    color:#12B76A;
  }

  /*  */
  .clear-btn  {
    background: #ffffff !important;
    color: #0057ff !important;
  }

}
