.personal-quotation-page .quotation-table .greenTxt-btn,.dropdown-menu .greenTxt-btn{
  color:#12B76A;
  height: 25px;
  background: #f0f2f6;
}

.personal-quotation-page .quotation-table .blueTxt-btn,.dropdown-menu .blueTxt-btn{
  color:#0a5cff;
  height: 25px;
  background: #f0f2f6;
}

.personal-quotation-page .quotation-table .blackTxt-btn,.dropdown-menu .blackTxt-btn,
#quotes-modaldata-pc .blackTxt-btn,
#quotes-modaldata-sp .blackTxt-btn{
  height: 25px;
  background: #f0f2f6;
  color:#262626;
}

.personal-quotation-page .quotation-table .greyTxt-btn,.dropdown-menu .greyTxt-btn{
  color:#aeacac;
  height: 25px;
  background: #f0f2f6;
}

.personal-quotation-page .quotation-table .orangeTxt-btn,.dropdown-menu .orangeTxt-btn{
  color:#ffb619;
  height: 25px;
  background: #f0f2f6;
}

/* 设置高亮背景色 */
tr.active-highlight td {
  background-color: #e6f3ff;
}

.personal-quotation-page .quotation-table .greenTxt-btn:hover,
.personal-quotation-page .quotation-table .blueTxt-btn:hover,
.personal-quotation-page .quotation-table .blackTxt-btn:hover,
.personal-quotation-page .quotation-table .greyTxt-btn:hover,
.personal-quotation-page .quotation-table .orangeTxt-btn:hover,
#quotes-modaldata-pc .orangeTxt-btn:hover,
#quotes-modaldata-pc .blackTxt-btn:hover
{
  text-decoration: underline;
}

.g-noWrap{
  white-space:nowrap;
}

.container {
  display: flex;
  justify-content: end;
}

.container .header {
  display: flex;
  justify-content: end;
  margin-right: 180px;
  margin-bottom: 20px;
}

.yellow {
  color: #ffc000;
}

.red {
  color: red;
}

#cancelOnlinePopModal ,
#cancelPopModal,#deliveryDialogPop,
#RequoteDialogPop1,#RequoteDialogPop2{
  z-index: 3;
  background-color: transparent;
}

#cancelOnlinePopModal .modal-content,
#cancelPopModal .modal-content,
#deliveryDialogPop .modal-content,
#RequoteDialogPop1 .modal-content,
#RequoteDialogPop2 .modal-content{
  border: 1px solid #ddd;
  box-shadow: 2px 2px 2px #e7e7e7;
}

.modal .modal-content span {
  float: right;
  line-height: 0.8;
}

.cancelOnlinePopclose,.DialogPopclose,.RequoteDialogPopclose1,.RequoteDialogPopclose2{
  cursor: pointer;
}

/* 请另洽询弹框 */
#deliveryDialogPop{
  z-index: 3;
  background-color: transparent;
}

#deliveryDialogPop .modal-content{
  border: 1px solid #ddd;
  box-shadow: 2px 2px 2px #e7e7e7;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 2;
}

#myModal .modal-content {
  width: 90%;
}

.modal-content {
  background: white;
  border-radius: 2px;
  padding: 1em 1em 2em 1em;
  min-width: 280px;
  /*max-width: 90%;*/
  max-height: 80%;
  overflow: auto;
}

.modal .modal-content .pop-btn {
  display: flex;
  justify-content: space-between;
}

.modal .modal-content .pop-btn button {
  min-width: 100px;
  margin-top: 0;
  width: 45%;
  padding: 1em 0;
}

.cancelOnlinePopclose,.DialogPopclose{
  cursor: pointer;
}

.modal .modal-content .pop-btn .clearBtn {
  background: none;
  color: #0a5cff;
}

.modal .cancelPopclose:hover {
  cursor: pointer;
}

@media only screen and (max-width:834px){
  #myModalSP .modal-content{
    padding: 0 1em 2em 1em;
  }

  .modal .modal-content {
    width: 92%;
    max-height: 80%;
  }

  #deliveryDialogPop .modal-content{
    width: 80%;
  }

  .modal-content {
    margin: 20% auto;
  }
}


.personal-quotation-page {
  padding: 0 20px 0 20px;
  margin-left: 200px;
  margin-top: 20px;
}

.personal-quotation-page {
  /* padding: 48px 20px 0 20px;
  margin-left: 200px; GTT */
}

.personal-quotation-page .title {
  display: flex;
  justify-content: space-between;
}

.personal-quotation-page .title .left-title {
  font-size: 30px;
  font-weight: 700;
  padding-left: 22px;
}

.personal-quotation-page .title .left-title .left-title-number {
  font-size: 16px;
  font-weight: 500;
}

.personal-quotation-page .title .right-title {
  font-size: 30px;
  font-weight: 700;
  margin-right: 10%;
}

.personal-quotation-page .content {
  /* display: flex;
  margin-top: 40px;
  width: 1480px;
  height: 1380px;
  margin-bottom: 200px; */
  display: flex;
  /* margin-top: 40px; GTT*/
  border: 2px solid grep;
  margin-bottom: 64px;
}

/*left menu start*/

.personal-quotation-page .left-content {
  width: calc((100% + 32px) / 12 * 3 - 32px);
}

.personal-quotation-page .c-accordion__tget.is-box__gray,
.personal-quotation-page .c-accordion__tget.is-box__gray.is-open {
  margin-bottom: 0;
  padding: 0;
}

.personal-quotation-page .c-list-sidebar__item:first-of-type {
  border-top: 0px;
}

.personal-quotation-page .c-list-sidebar__link.is-active {
  z-index: 1;
  color: #0a5cff;
  background-color: #ffffff;
}

/*left menu end*/

/*GTT Add Start*/
.personal-quotation-page
  .left-content
  .js-sidebar-url
  .c-list-sidebar__item
  h4 {
  background: #039;
  color: #fff;
}

.personal-quotation-page .sp-search-btn {
  display: none;
}

/*GTT Add End*/

.personal-quotation-page .right-content {
  flex: 7;
}

.personal-quotation-page .right-content .search_inp {
  overflow: hidden;
}

.personal-quotation-page .right-content .right-content-top {
  background-color: #f9fafb;
  padding: 14px 20px;
  border-radius: 5px;
}

.personal-quotation-page .right-content .right-content-sp-top {
  background-color: #f9fafb;
  padding: 14px 5px 14px 5px;
  border-radius: 5px;
}

.personal-quotation-page .right-content .right-content-bottom {
  background-color: #f9fafb;
  padding: 10px 5px 20px 5px;
  border-radius: 5px;
}

.personal-quotation-page .content .right-content .select-condition {
  margin-top: 10px;
  display: flex;
}

.personal-quotation-page .content .right-content .flex-center {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.personal-quotation-page .content .right-content .flex-start {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 8px;
}

.personal-quotation-page .content .right-content .flex-end {
  display: flex;
  justify-content: end;
}

.personal-quotation-page .content .right-content .flex-center-select {
  display: flex;
  justify-content: center;
}

.double-input-group {
  width: 126px;
}

.personal-quotation-page
  .c-tab.is-square
  .c-tab__content.js-tabAccordion-content {
  padding-top: 20px;
}

.personal-quotation-page
  .content
  .right-content
  .select-condition
  .select-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

.personal-quotation-page .content .right-content .select-condition .marginLeft {
  margin-left: -6px !important;
}

.textAlignCenter {
  text-align: center;
}

.personal-quotation-page
  .content
  .right-content
  .select-condition
  .marginLeft1 {
  margin-left: 50px !important;
}

.personal-quotation-page
  .content
  .right-content
  .select-condition
  .select-block
  .select-block-word {
  /* font-size: 18px; */
  font-weight: 500;
  /* margin-left: -20px; */
}

.personal-quotation-page
  .content
  .right-content
  .select-condition
  .select-block
  .select-block-input {
  display: flex;
  align-items: center;
  width: 66%;
}

.personal-quotation-page
  .content
  .right-content
  .select-condition
  .select-block
  .select-block-input
  select {
  width: 280px;
}

.personal-quotation-page
  .content
  .right-content
  .select-condition
  .select-block
  .select-block-input
  input {
  border: 1px solid #d0d5dd;
  border-radius: 4px 0 0 4px;
  height: 48px;
  background-color: white;
  padding: 0 15px;
  /* min-width: 279px; */
}

input::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: #b5b5b5;
}

input:focus {
  border: 1px solid #d0d5dd;
  outline: none;
}

.personal-quotation-page
  .content
  .right-content
  .select-condition
  .select-block
  .select-block-input
  .symbol {
  width: 120px;
  text-align: center;
  min-width: 110px;
}

.personal-quotation-page .content .select-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-top: 24px;
}

.personal-quotation-page .content .select-button .search {
  width: 220px;
  padding: 10px 36px;
  /* background-color: #faf6f6; */
  border-radius: 10px;
  border: 1px solid #0a5cff;
  font-size: 18px;
  color: #0a5cff;
  text-align: center;
}

.personal-quotation-page .content .select-button .clear {
  width: 220px;
  padding: 12px 40px;
  background-color: #0a5cff;
  margin-left: 30px;
  border-radius: 10px;
  font-size: 18px;
  color: #ffffff;
}

.personal-quotation-page .select-condition .search-button-group {
  margin-left: 15px;
}

.personal-quotation-page .select-condition .clearBtn {
  background: none;
  color: #0a5cff;
}

.personal-quotation-page [class*="c-btn"].is-padding-wide-2,
.c-btn--iconwraper.is-padding-wide-2 {
  padding: 15px 3em;
}

/* 报价表格样式 */
.personal-quotation-page .c-tbl--base,
.c-tbl--base th,
.c-tbl--base td {
  border: none !important;
  text-align: center !important;
  /* table-layout: auto; */
  white-space: nowrap; /* 防止文本换行 */
}

/* ---- 20250520列宽调整 ---- */
.personal-quotation-page .c-tbl--base th,
.personal-quotation-page .c-tbl--base td {
  padding: 9px 1px;
}

.personal-quotation-page .c-tbl--base th:nth-child(1),
.personal-quotation-page .c-tbl--base td:nth-child(1) {
  min-width: 122px;
  width: 30%;
}

.personal-quotation-page .c-tbl--base th:nth-child(2),
.personal-quotation-page .c-tbl--base td:nth-child(2) {
  width: 9%;
  min-width: 76px;
}

.personal-quotation-page .c-tbl--base th:nth-child(3),
.personal-quotation-page .c-tbl--base td:nth-child(3) {
  width: 18%;
  min-width: 138px;
}

.personal-quotation-page .c-tbl--base th:nth-child(4),
.personal-quotation-page .c-tbl--base td:nth-child(4) {
  width: 18%;
  min-width: 138px;
}

.personal-quotation-page .c-tbl--base th:nth-child(5),
.personal-quotation-page .c-tbl--base td:nth-child(5) {
  width: 14%;
  min-width: 118px;
}

.personal-quotation-page .c-tbl--base th:nth-child(6),
.personal-quotation-page .c-tbl--base td:nth-child(6) {
  width: 9%;
  min-width: 76px;
}

.personal-quotation-page .c-tbl--base td:nth-child(1) {
  text-wrap-mode: wrap;
}
/* ---- 列宽调整结束 ---- */

.personal-quotation-page .quotation-table tr:nth-of-type(2n) td {
  border-bottom: 1px solid #e5e8eb !important;
}

.personal-quotation-page .btn-group {
  text-align: right !important;
}

.personal-quotation-page .btn-group button {
  margin-left: 0 !important;
}

.personal-quotation-page .detail-td-box {
  background: #e5e8eb;
  padding: 0.5px 20px;
}

.personal-quotation-page .detail-td {
  display: none;
}

.personal-quotation-page .detail-td th {
  font-size: 14px;
  background-color: #e5e8eb !important;
}

.personal-quotation-page .detail-td td {
  border-bottom: 1px solid #d5d5dd !important;
}

.personal-quotation-page .quotation-table button ,#quotes-modaldata-pc button{
  padding: 0 !important;
  height: 25px;
  background: #f0f2f6;
  color: #0a5cff;
  font-size: 14px;
  min-width: 88px;
  border: none;
}

.personal-quotation-page .content .right-content .right-content-bottom .table {
  border: 2px solid #a08585;
  padding: 30px 30px 10px 30px;
  /* border-radius: 10px; */
  margin-bottom: 40px;
}

.personal-quotation-page .content .right-content .right-content-bottom .row {
  /*display: flex;
  justify-content: center;*/
  position: relative;
  /* 使容器成为定位上下文 */
  display: inline-flex;
  /* 使用inline-flex布局 */
  padding: 10px;
  /* 行内边距 */
  align-items: center;
  /* 垂直居中 */
  border-top: 2px solid #1d3c9f;
  height: 40px;
}

.personal-quotation-page .content .right-content .row .column {
  /*   display: flex; 使用 Flexbox */
  justify-content: center;
  /*  水平居中 */
  display: inline-flex;
  align-items: center;
  /* 垂直居中 */
  height: 34px;
  font-weight: 700;
  color: #333333;
  /* text-align: center;  文字居中 */
}

.personal-quotation-page .content .row .column:last-child {
  /* padding: 6px 16px 6px 16px; */
  font-weight: 700;
  color: #333333;
  border-right: none;
}

.personal-quotation-page .content .right-content .row .img {
  width: 160px;
}

/* 模态框 */
/*.modal-content {*/
/*  width: 1230px;*/
/*}*/

.modal-content .modal-content-tit {
  background: #fff;
  padding: 0.5em 0 0.5em 0;
  position: sticky;
  z-index: 2;
  top: 0;
}

.modal-content h2 {
  display: inline-block;
  margin-bottom: 0;
}

.modal-content .modal-table {
  width: 100%;
  border: 1px solid #f2f4f7;
  border-spacing: 0;
  border-radius: 5px;
}

.modal-content .modal-table th {
  font-weight: bold;
  background-color: #f2f4f7;
  padding: 10px 5px 10px 5px;
}

.modal-content .modal-table td {
  text-align: center;
  padding: 10px 5px 10px 5px;
  border-bottom: 1px solid #d5d5dd;
}

.modal-content .modal-table tr:last-of-type td{
  border: none;
}

.modal-content .modal-content-sec {
  display: flex;
  margin-top: 1em;
  border: 1px solid #d5d5dd;
  border-radius: 5px;
}

.modal-content .modal-content-sec .modal-detail-tit {
  width: 14%;
  font-weight: bold;
  background: #f2f4f7;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content .modal-content-sec .modal-detail-detail {
  padding: 15px;
  width: 86%;
}

.modal-content .modal-content-sec .modal-detail-detail .modal-detail-right {
  display: inline-block;
  width: 80%;
}

.table-data-td a, .modal-table td a{
  font-weight: normal !important;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 0;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* tab */
.tab,
.sptab {
  width: 100%;
  border-bottom: 1px solid #d5d5dd;
}

.tab button,
.sptab button {
  font-size: 16px;
  background-color: transparent;
  padding: 0 20px 8px 20px;
  overflow: hidden;
  position: relative;
}

.tab .active,
.sptab .active {
  color: #0a5cff;
  font-weight: bold;
}

.tab button::after,
.sptab button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0a5cff;
}

.tab .active::after,
.sptab .active::after {
  animation-play-state: running;
  animation: drawBorder 0.3s linear forwards;
}

@keyframes drawBorder {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.tabcontent h2 {
  padding: 10px 0 10px 0;
  margin: 0;
  display: inline-block;
}

.tabcontent .tabcontent-btn-div {
  display: flex;
  margin-bottom: 10px;
  justify-content: end;
}

.tabcontent .tabcontent-btn-div button {
  padding: 15px 3em;
}

.tabcontent .invoice-info .invoice-info-content .invoice-info-content-line {
  padding-top: 10px;
}

.tabcontent
  .invoice-info
  .invoice-info-content
  .invoice-info-content-line-left {
  float: left;
  width: 14%;
}

.tabcontent
  .invoice-info
  .invoice-info-content
  .invoice-info-content-line-right {
  font-weight: bold;
}

/* 模态框  end*/

.fontStyle {
  color: #ffc000;
  font-weight: 700;
}

.fontSize700 {
  font-weight: 700;
}

.textAlignCenter {
  text-align: center;
}

.textAlignRight {
  text-align: right;
}

/* 项次 */
.checkWidth {
  width: 70px;
}

.checkMarginLeft {
  margin-left: 20px;
}

/* 规格型号 */
.specificationAndModelWidth {
  width: 160px;
}

/* 货物名称 */
.productNameWidth {
  width: 180px;
}

/* 商品描述 */
.productDescriptionWidth {
  width: 180px;
  /* 设置列的固定宽度 */
}

/* 未税定价 */
.noTaxFixPriceWidth {
  width: 180px;
}

.noTaxFixPricePaddingLeft {
  padding-left: 112px;
}

/* 未税单价 */
.noTaxSinglePriceWidth {
  width: 180px;
}

.noTaxSinglePriceWidthPaddingLeft {
  padding-left: 112px;
}

/* 含税单价 */
.taxSinglePriceWidth {
  width: 180px;
}

.taxSinglePriceWidthPaddingLeft {
  padding-left: 112px;
}

/* 台数 */
.numWidth {
  width: 180px;
}

/* 交货期 */
.deliveryDataWidth {
  width: 180px;
}

/* 合计含税金额 */
.taxtotalAmountWidth {
  width: 180px;
}

.taxtotalAmountWidthPaddingLeft {
  padding-left: 82px;
}

/* 出库预定日 */
.outboundReservationDateWidth {
  width: 180px;
}

/* 行状态 */
.lineStatusWidth {
  width: 180px;
}

/* 物流单号 */
.logisticsTrackingNumberWidth {
  width: 180px;
}

/* 货物名称 */
.personal-quotation-page .content .right-content .row-content .productName {
  color: #1d3c9f;
  font-weight: 700;
}

.personal-quotation-page .content .right-content .row-content-off .productName {
  color: #a08585;
  font-weight: 700;
  text-decoration: line-through;
}

.productDescription {
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}

.productDescription:hover::after {
  content: attr(title);
  /* 显示title属性的内容 */
  position: absolute;
  /* 绝对定位 */
  left: 0;
  /* 左对齐 */
  top: 100%;
  /* 在元素下方显示 */
  background-color: #333;
  /* 提示工具背景颜色 */
  color: #fff;
  /* 提示工具文字颜色 */
  padding: 5px;
  /* 内边距 */
  border-radius: 4px;
  /* 圆角 */
  white-space: nowrap;
  /* 不换行 */
  z-index: 10;
  /* 确保在上层显示 */
}

.height80 {
  height: 80px;
}

.height40 {
  height: 40px;
}

.personal-quotation-page .content .right-content .row-content {
  display: inline-flex;
  /* 使用inline-flex布局 */
  padding: 10px;
  /* 行内边距 */
  align-items: center;
  /* 垂直居中 */
  border-top: 2px solid #1845a2;
  /* margin-bottom:50px; */
  /* white-space: nowrap; 不换行 */
  /* overflow: hidden;  隐藏超出部分 */
  /*  text-overflow: ellipsis;  超出部分显示省略号 */
}

.personal-quotation-page .content .right-content .row-content .column {
  /*display: flex;   使用 Flexbox */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  /* padding: 8px; */
  /* border-right: 2px solid #dde5f5; */
  /* height: 54px; */
  /* height: 50px;
  line-height: 40px; */
  /* color: #110f0f; */
  /* text-align: center;  文字居中 */
}

.personal-quotation-page .content .row-content .column:last-child {
  /* padding: 6px 16px 6px 16px; */
  /* color: #a08585; */
  border-right: none;
}

/*
.personal-quotation-page .content .right-content .row-content .check {
  width: 70px;
  font-weight: 700;
}*/
.personal-quotation-page .content .right-content .row-content .columnImg {
  width: 120px;
  /* height: 80px; */
}

.personal-quotation-page .content .right-content .row-content .columnImg .img {
  width: 50px;
  /* height: 90px; */
  border-radius: 50%;
  overflow: hidden;
  /* 隐藏超出容器的部分 */
  position: relative;
  /* 使子元素可以绝对定位 */
  margin: 0 auto;
}

.personal-quotation-page
  .content
  .right-content
  .row-content
  .columnImg
  .columnWord {
  margin: 10px auto 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.personal-quotation-page
  .content
  .right-content
  .row-content
  .column
  .img
  .imgItem
  img {
  width: 100%;
  /* 使图片宽度适应容器 */
  height: 100%;
  /* 使图片高度适应容器 */
  object-fit: cover;
  /* 使用 cover 以保持比例并裁剪 */
  object-position: center;
  /* 图片居中显示 */
  position: absolute;
  /* 绝对定位 */
  top: 50%;
  /* 垂直居中 */
  left: 50%;
  /* 水平居中 */
  transform: translate(-50%, -50%);
  /* 调整位置 */
}

.personal-quotation-page .content .right-content .row-content .deliveryData {
  color: #ffc000;
  font-weight: 700;
}

.personal-quotation-page .content .right-content .row-content .num {
  font-weight: 700;
}

.personal-quotation-page .content .right-content .row-content .num .Stepper {
  display: flex;
  color: #333333;
}

.personal-quotation-page
  .content
  .right-content
  .row-content
  .num
  .Stepper
  .Stepper-left {
  padding: 5px 6px;
  border: 2px solid #333333;
  border-right: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.personal-quotation-page
  .content
  .right-content
  .row-content
  .num
  .Stepper
  .Stepper-middle {
  padding: 5px 6px;
  border: 2px solid #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.personal-quotation-page
  .content
  .right-content
  .row-content
  .num
  .Stepper
  .Stepper-right {
  padding: 5px 6px;
  border: 2px solid #333333;
  border-left: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.personal-quotation-page .content .right-content .row-content .noTaxPrice {
  color: #ffc000;
  font-weight: 700;
}

.personal-quotation-page .content .right-content .row-content .operate {
  padding: 10px 20px;
  background-color: #0a5cff;
  color: #ffffff;
  border-radius: 10px;
}

.personal-quotation-page .content .right-content .summary {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.personal-quotation-page .content .right-content .summary .left-summary {
  display: flex;
  justify-content: space-between;
}

.personal-quotation-page .content .right-content .summary .button-right {
  margin-left: 20px;
  color: #1d3c9f;
  font-weight: 700;
}

.personal-quotation-page
  .content
  .right-content
  .summary
  .left-summary
  .button-left
  .word {
  color: #1d3c9f;
  font-weight: 700;
}

.personal-quotation-page .content .right-content .summary .right-summary {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}

.personal-quotation-page
  .content
  .right-content
  .summary
  .right-summary
  .summary-info {
  font-size: 16px;
}

.personal-quotation-page
  .content
  .right-content
  .summary
  .right-summary
  .summary-info
  .number {
  font-size: 16px;
  color: #ffc000;
  font-weight: 700;
}

.personal-quotation-page .content .right-content .summary .summary-form {
  /* display: flex;
  justify-content: space-between; */
  margin-left: 30px;
}

.personal-quotation-page
  .content
  .right-content
  .summary
  .summary-form
  .summary-form-row {
  display: flex;
  margin-bottom: 10px;
  width: 240px;
}

.personal-quotation-page
  .content
  .right-content
  .summary
  .summary-form
  .summary-form-row
  .summary-form-column-left {
  flex: 6;
}

.personal-quotation-page
  .content
  .right-content
  .summary
  .summary-form
  .summary-form-row
  .summary-form-column-right {
  flex: 4;
  color: #ffc000;
  font-weight: 700;
}

.personal-quotation-page .content .right-content .choiceButton {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  margin-top: 30px;
}

.personal-quotation-page
  .content
  .right-content
  .choiceButton
  .continueShopping {
  width: 220px;
  padding: 16px 60px;
  /* background-color: #faf6f6; */
  border-radius: 10px;
  border: 1px solid #0a5cff;
  font-size: 18px;
  color: #0a5cff;
  text-align: center;
}

.personal-quotation-page
  .content
  .right-content
  .choiceButton
  .createquotation {
  width: 220px;
  padding: 16px 60px;
  background-color: #0a5cff;
  margin-left: 30px;
  border-radius: 10px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.personal-quotation-page
  .content
  .right-content
  .row-content-off
  .title
  .offShelf {
  width: 100%;
  padding: 20px 20px 14px 0;
  height: 40px;
  margin-left: 10px;
  margin-top: 16px;
}

.personal-quotation-page .content .right-content .row-content-off {
  /* display: flex;
  justify-content: center;
  align-items: center; /* 垂直居中 */
  border-top: 2px solid #1845a2;
  /* border-bottom: 2px solid #1845a2; */
  /* height: 150px; */
}

.personal-quotation-page .content .right-content .row-content-off .off-content {
  display: flex;
  justify-content: center;
  align-items: center;
  /* 垂直居中 */
  /* border-top: 2px solid #1845a2; */
  height: 130px;
}

.personal-quotation-page .content .right-content .row-content-off .column {
  display: flex;
  /* 使用 Flexbox */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  /* padding: 8px; */
  /* border-right: 2px solid #dde5f5; */
  /* height: 54px; */
  /* height: 50px;
  line-height: 40px; */
  color: #110f0f;
  text-align: center;
  /* 文字居中 */
}

.personal-quotation-page .content .row-content-off .column:last-child {
  /* padding: 6px 16px 6px 16px; */
  /* color: #a08585; */
  border-right: none;
  text-decoration: none;
}

/*
.personal-quotation-page .content .right-content .row-content-off .check {
  width: 70px;
  font-weight: 700;
}*/

.personal-quotation-page
  .content
  .right-content
  .row-content-off
  .columnImg
  .img {
  width: 90px;
  /* height: 90px; */
  border-radius: 50%;
  overflow: hidden;
  /* 隐藏超出容器的部分 */
  position: relative;
  /* 使子元素可以绝对定位 */
  margin: 0 auto;
}

.personal-quotation-page
  .content
  .right-content
  .row-content-off
  .columnImg
  .columnWord {
  margin: 10px auto 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.personal-quotation-page
  .content
  .right-content
  .row-content-off
  .column
  .img
  .imgItem
  img {
  width: 100%;
  /* 使图片宽度适应容器 */
  height: 100%;
  /* 使图片高度适应容器 */
  object-fit: cover;
  /* 使用 cover 以保持比例并裁剪 */
  object-position: center;
  /* 图片居中显示 */
  position: absolute;
  /* 绝对定位 */
  top: 50%;
  /* 垂直居中 */
  left: 50%;
  /* 水平居中 */
  transform: translate(-50%, -50%);
  /* 调整位置 */
}

.personal-quotation-page .content .right-content .row-content-off .productType {
  width: 180px;
  /* color: #a08585; */
  /* font-weight: 700; */
  text-decoration: line-through;
}

.personal-quotation-page
  .content
  .right-content
  .row-content-off
  .deliveryData {
  width: 140px;
  color: #a08585;
  font-weight: 700;
  text-decoration: line-through;
}

.personal-quotation-page
  .content
  .right-content
  .row-content-off
  .noTaxSinglePrice {
  width: 180px;
  color: #a08585;
  text-decoration: line-through;
}

.personal-quotation-page
  .content
  .right-content
  .row-content-off
  .noTaxDiscountPrice {
  width: 180px;
  color: #a08585;
  text-decoration: line-through;
}

.personal-quotation-page .content .right-content .row-content-off .num {
  width: 100px;
  color: #a08585;
  text-decoration: line-through;
}

.personal-quotation-page
  .content
  .right-content
  .row-content-off
  .num
  .Stepper {
  display: flex;
  color: #a08585;
  text-decoration: line-through;
}

.personal-quotation-page
  .content
  .right-content
  .row-content-off
  .num
  .Stepper
  .Stepper-left {
  padding: 5px 6px;
  border: 2px solid #333333;
  border-right: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: line-through;
}

.personal-quotation-page
  .content
  .right-content
  .row-content-off
  .num
  .Stepper
  .Stepper-middle {
  padding: 5px 6px;
  border: 2px solid #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #a08585;
  text-decoration: line-through;
}

.personal-quotation-page
  .content
  .right-content
  .row-content-off
  .num
  .Stepper
  .Stepper-right {
  padding: 5px 6px;
  border: 2px solid #333333;
  border-left: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: line-through;
}

.personal-quotation-page .content .right-content .row-content-off .noTaxPrice {
  width: 140px;
  color: #a08585;
  font-weight: 700;
  text-decoration: line-through;
}

.personal-quotation-page .content .right-content .row-content-off .operate {
  width: 100px;
  padding: 10px 20px;
  background-color: #0a5cff;
  color: #ffffff;
  border-radius: 10px;
}

.personal-quotation-page .right-content .right-content-bottom .table-top {
  display: flex;
  justify-content: space-between;
  /* padding: 0 50px; */
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-left {
  margin-bottom: 20px;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-left
  .table-top-left-line {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  /* width: 600px; */
  height: 26px;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-left
  .table-top-left-line
  .line-left {
  font-size: 18px;
  font-weight: 600;
  width: 160px;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-left
  .table-top-left-line
  .line-right {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

/* .personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-left
  .table-top-left-line
  .line-right
  .line-right-button {
  padding: 10px 40px;
  background-color: red;
  border-radius: 5px;
  margin-left: 15px;
} */

/* .personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-left
  .table-top-left-line
  .line-right
  .line-right-button
  .line-right-button-word {
  color: #ffffff;
} */

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-left
  .table-top-left-line
  .line-right
  .line-right-button
  .line-right-button-word-red {
  font-weight: 700;
  color: red;
  margin-left: 10px;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-left
  .table-top-left-line
  .line-right
  .line-right-button1
  .line-right-button-word1 {
  color: rgb(1, 197, 1);
  margin-left: 10px;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-middle {
  margin-bottom: 20px;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-middle
  .table-top-left-line {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  height: 26px;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-middle
  .table-top-left-line
  .line-left {
  width: 120px;
  font-size: 18px;
  font-weight: 600;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-middle
  .table-top-left-line
  .line-right {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

/* .personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-middle
  .table-top-left-line
  .line-right
  .line-right-button {
  padding: 10px 40px;
  background-color: red;
  border-radius: 5px;
  margin-left: 15px;
} */

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-middle
  .table-top-left-line
  .line-right
  .line-right-button
  .line-right-button-word {
  color: #ffffff;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-middle
  .table-top-left-line
  .line-right
  .line-right-button1
  .line-right-button-word1 {
  color: rgb(1, 197, 1);
  margin-left: 10px;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-right
  .table-top-rightbutton {
  /* width: 80px; */
  background-color: #0a5cff;
  border-radius: 5px;
  margin-bottom: 12px;
  text-align: center;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-right
  .table-top-rightbutton
  .table-top-rightbutton-word {
  color: #ffffff;
  /* padding: 10px 50px; */
  padding: 4px 8px 4px 8px;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-right
  .table-top-rightbutton1 {
  /* background-color: #0a5cff; */
  /* width: 80px; */
  background-color: #ffffff;
  border: 1px solid #0a5cff;
  border-radius: 5px;
  margin-bottom: 4px;
  text-align: center;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-top
  .table-top-right
  .table-top-rightbutton1
  .table-top-rightbutton-word1 {
  /* color: #ffffff; */
  /* padding: 10px 50px; */
  padding: 4px 8px 4px 8px;
  color: #0a5cff;
}

.personal-quotation-page .content .right-content .pagination {
  display: flex;
  justify-content: right;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

.personal-quotation-page .content .right-content .pagination a {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #007bff;
  color: #007bff;
  margin: 0 5px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.personal-quotation-page .content .right-content .pagination a:hover {
  background-color: #007bff;
  color: white;
}

.personal-quotation-page .content .right-content .pagination .active {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}

.pagination1 {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.pagination1 a {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #007bff;
  color: #007bff;
  margin: 0 5px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.pagination1 a:hover {
  background-color: #007bff;
  color: white;
}

.pagination1 .active {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.pagination-info {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
}

.pagination a {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #007bff;
  color: #007bff;
  margin: 0 5px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover {
  background-color: #007bff;
  color: white;
}

.pagination .active {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}

.goto-page {
  display: flex;
  align-items: center;
}

.goto-page input {
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 0 10px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.goto-page button {
  padding: 5px 10px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 15px;
}

.goto-page button:hover {
  background-color: #0056b3;
}

.row1 {
  display: flex;
  justify-content: end;
}

.row1 .header-img {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.scrollable-table {
  overflow-x: auto;
  /* 启用横向滚动条 */
  /* white-space: nowrap;  防止换行 */
  border: 1px solid #ccc;
  /* 可选: 添加边框 */
  margin-bottom: 50px;
}

.column {
  display: inline-block;
  /* 每列为块级元素 */
  /* min-width: 150px; 设置最小宽度，确保列不会太窄 */
}

.personal-quotation-page .right-content .right-content-bottom .table-Summary {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-right: 160px;
  margin-bottom: 60px;
  margin-top: 30px;
  font-size: 20px;
}

.personal-quotation-page
  .right-content
  .right-content-bottom
  .table-Summary-left {
  font-weight: 700;
  margin-right: 4px;
}

.personal-quotation-page .content .right-content .search-tab {
  display: flex;
  margin-bottom: 20px;
  border-radius: 4px;
  border-top: 2px solid #d0d5dd;
  border-right: 2px solid #d0d5dd;
  border-bottom: 2px solid #d0d5dd;
  width: 460px;
}

.personal-quotation-page .content .right-content .search-tab .search-tab-item {
  padding: 15px 65px 15px 15px;
  border-left: 2px solid #d0d5dd;
}

.personal-quotation-page
  .content
  .right-content
  .search-tab
  .search-tab-item
  span {
  font-size: 18px;
  font-weight: 500;
}

.search-tab-item-click {
  color: #1890ff;
  /* color: black;
  background-color: #1890ff; */
}

/* PC端 */

@media only screen and (min-width: 835px) {
  .personal-quotation-page
    .content
    .right-content
    .select-condition
    .select-block
    .select-block-input
    input {
    /* 20250508 PC端搜索条件样式修改 */
    margin: 0 5px; /* 总金额输入框和文本增加间距 */
    flex: 1; /* 输入框自适应 */
    width: 40%;
    /* --------------------- */
  }

  .personal-quotation-page
    .content
    .right-content
    .select-condition
    .select-block
    .select-block-word {
    min-width: 128px; /* 提示文本最小宽度 */
    width: 30%;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-align: right;
  }

  .personal-quotation-page .c-tab.is-square .c-tab__content {
    padding: 10px 0 64px 0;
  }

  .modal-content {
    padding: 0 20px 20px 20px;
  }
  .modal-content .modal-content-sec .modal-detail-detail .modal-detail-left {
    display: inline-block;
    width: 14%;
  }
  .modal-content .tabcontent {
    /*width: 1150px;*/
    margin-top: 1em;
  }
  .right-content .sp-search-content {
    display: none;
  }
}

/* 手机端 */
@media only screen and (max-width: 834px) {
  /* 检索 */
  .personal-quotation-page .content .right-content
  .select-condition .select-block{
    width: 100%;
  }


  .personal-quotation-page .content
  .right-content .select-condition
  .select-block .select-block-input{
    width: 100%;
  }

  .personal-quotation-page .content .right-content
  .select-condition .select-block .select-block-input input {
    min-width: 100%;
  }

  .personal-quotation-page .right-content-top,
  .personal-quotation-page .left-content {
    display: none;
  }

  .personal-quotation-page .tit-search-btn h1 {
    display: inline-block;
  }

  .personal-quotation-page .sp-search-btn {
    display: inline-block;
    background-color: transparent;
    float: right;
    line-height: 30px;
  }

  .personal-quotation-page .sp-search-btn img {
    width: 20px;
  }

  .personal-quotation-page .content .right-content .flex-center {
    display: block;
  }

  .p-sec--company .left-content {
    width: 100%;
  }

  .personal-quotation-page .right-content .sp-search-content {
    padding: 10px 10px 30px 10px;
    position: fixed; /* 使用 fixed 使其独立于页面流 */
    z-index: 2;
    border: 1px solid #eee;
    width: 92%;
    box-shadow: 0px 4px 10px #d8deea;
    right: 0;
    top: 160px;
    display: block;
    transform: translateX(100%); /* 初始状态完全在屏幕外 */
    opacity: 0; /* 初始透明 */
    visibility: hidden; /* 初始隐藏 */
    transition: transform 0.5s ease, opacity 0.5s ease; /* 添加过渡效果 */
  }

  .personal-quotation-page .right-content .sp-search-content.active {
    /* right: 0; 展开时滑动到屏幕内 */
    transform: translateX(0); /* 平滑滑动到屏幕内 */
    visibility: visible; /* 显示检索框 */
    opacity: 1; /* 变为完全不透明 */
  }

  .select-condition .flex-center,
  .personal-quotation-page .content .right-content .flex-start {
    display: block;
    margin: 0;
  }

  .personal-quotation-page
    .content
    .right-content
    .select-condition
    .select-block {
    display: block;
    margin-left: 0 !important;
  }

  .personal-quotation-page
    .content
    .right-content
    .select-condition
    .select-block
    .select-block-word {
    margin: 10px 0;
  }

  .personal-quotation-page
    .content
    .right-content
    .select-condition
    .select-block
    .select-block-input {
    margin: 0;
    display: block;
  }

  .personal-quotation-page
    .content
    .right-content
    .select-condition
    .select-block
    .select-block-input
    input {
    width: 100%;
  }

  .personal-quotation-page
    .content
    .right-content
    .select-condition
    .select-block
    .select-block-input
    select {
    width: 100%;
  }

  .personal-quotation-page .select-condition .search-button-group {
    margin-left: 0px;
    padding-top: 10px;
    width: 100%;
  }

  .personal-quotation-page .select-condition .search-button-group div {
    width: 48%;
    float: left;
    margin-top: 0;
  }

  .personal-quotation-page
    .select-condition
    .search-button-group
    div:nth-of-type(2) {
    float: right;
  }

  /* 手机端报价表 */

  .personal-quotation-page .right-content .right-content-bottom {
    margin-top: 0;
  }

  .personal-quotation-page .quotation-table-group {
    border-bottom: 4px solid #fff;
    padding: 20px 0;
  }

  .personal-quotation-page .quotation-table-group .quotation-table-data {
    display: flex;
    flex-direction: row;
  }

  .personal-quotation-page
    .quotation-table-group
    .quotation-table-data
    .table-data-th,
  .personal-quotation-page
    .quotation-table-group
    .quotation-table-data
    .table-data-td {
    line-height: 30px;
  }

  .personal-quotation-page
    .quotation-table-group
    .quotation-table-data
    .table-data-th {
    width: 38%;
    text-align: left;
  }

  .personal-quotation-page
    .quotation-table-group
    .quotation-table-data
    .table-data-td {
    width: 62%;
    text-align: right;
    font-weight: bold;
  }

  /* 手机端模态弹框 */


  .modal-content .modal-content-sec{
    display: block;
  }

  .quotation-table-group{
    border-bottom: 1px solid #d5d5dd;
  }

  .quotation-table-data{
    line-height: 1.8em;
  }

  .modal-content .modal-content-sec .modal-detail-tit{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
  }

  .modal-content .modal-content-sec .modal-detail-detail{
    padding: 10px;
    width: 100%;
  }

  .quotation-table-group {
    background-color: #f9fafb;
    margin-bottom: 1em;
    /* padding: 16px; */
  }

  .quotation-table-data {
    display: flex;
    justify-content: space-between;
  }

  /*  SP tab */
  .personal-quotation-page .right-content .c-tab.is-length3,
  .c-tab.is-length3.is-square {
    grid-template-columns: 50% 50%;
  }

  /*  SP 翻页 */
  .personal-quotation-page .right-content-bottom .c-pagination__range {
    text-align: center;
    margin: 0 10px 0 0;
  }

  /*  SP 列表 */
  .personal-quotation-page .c-tab.is-square.is-sp-horizon .c-tab__content {
    padding-top: 16px;
  }

  .close-sp {
    margin-top: 5px;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 0;
  }

  .quotation-table-sp-group {
    border: 1px solid #eaecf0;
    padding: 0 0 5px 0;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 5px;
  }

  .quotation-table-sp-group .quotation-table-sp-data .table-data-sp-th {
    font-size: medium;
    /*font-weight: bold;*/
    padding: 5px;
    background-color: #f9fafb;
  }

  .quotation-table-sp-group .quotation-table-sp-data {
    border-bottom: 1px solid #eaecf0;
    margin-bottom: 5px;
  }

  .quotation-table-sp-group .quotation-table-sp-data .table-data-sp-td {
    padding: 2px 0 2px 6px;
    font-size: 15px;
  }

  .double-input-group {
    width: 46%;
  }

  .quotes-data-base {
    margin-top: 5px;
  }

  .modal-content .modal-content-sec .modal-detail-detail .modal-detail-right {
    display: inline-block;
    width: 100%;
  }

  .close {
    line-height: 0.9;
  }

}
