/* 苏州大宇宙添加-格式统一 */
.search-title {
  font-size: 18px;
  border-radius: 4px;
  background-color: #f2f4f7;
  padding: 14px 24px 14px 32px;
  margin: 0;
}

.textAlignCenter{
  text-align: center !important;
}

.modal-content
  .tabcontent
  .repair-detail-content
  .repair-content-tr
  .repair-content-td
  .width25 {
  width: 25%;
}

.modal-content
  .tabcontent
  .repair-detail-content
  .repair-content-tr
  .repair-content-td
  .width75 {
  width: 75%;
}

.tabcontent .repair-detail-content .repair-content-tr .width100 {
  width: 100%;
}

.justift_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.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;
}

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

.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;
}

.personal-quotation-page .left-content {
  /* width: 20%;GTT*/
  /* padding: 22px 0 0 22px; */
  /* padding: 0 0 0 22px;GTT*/
  /* border-radius: 6px;GTT*/
  /* background-color: black; */
  /* GTT ADD */
  width: calc((100% + 32px) / 12 * 3 - 32px);
}

/*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 .right-content-top {
  background-color: #f9fafb;
  padding: 14px 24px 14px 32px;
  border-radius: 5px;
}

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

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

.personal-quotation-page .content .right-content .flex-center {
  display: flex;
  /* justify-content: center;
  flex-wrap: wrap; */
  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 .g-flex-between {
  justify-content: space-between;
  margin: 10px 0;
  display: flex;
}

/* how do you pronounce it? */
.g-flex-end {
  display: flex;
  /*justify-content: center;*/
  margin-left: 350px;
}

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

.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; */
  width: 30%;
  white-space: nowrap;
}

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

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

.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;
  width: 100%;
}

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 {
  margin-left: 65px;
  margin-right: 65px;
}

.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: 150px;
}

.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 2em;
}

/* 左侧菜单样式 */
.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;
}

/* 报价表格样式 */
.personal-quotation-page .c-tbl--base,
.c-tbl--base th,
.c-tbl--base td {
  width: 100%;
  border: none !important;
}

.personal-quotation-page .repairs-table tr:not(:last-child) td {
  border-bottom: 1px solid #e5e8eb !important;
}

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

.personal-quotation-page #repairs-table1-pc .btn-group {
  position: sticky;
  right: 0;
  border-left: 1px solid #eee !important;
  width: 15%;
  text-align: left;
}

.personal-quotation-page #repairs-table1-pc td button a {
  font-weight: 500;
}

.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 {
  padding: 0px !important;
  background: none;
  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;
}

/* 模态框 */
.modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 1200px;
  height: 60%;
  overflow-y: hidden;
}

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

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

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

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

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

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

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

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

.tabcontent .tabcontent-btn-div {
  display: inline-block;
  float: right;
  margin: 10px 0;
}

.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*/

.table-btn {
  background-color: transparent;
  color: #0a5cff;
  font-family: Arial, Helvetica, sans-serif !important;
}

.table-btn:hover {
  cursor: pointer;
}

.repair-detail-content {
  border: 1px solid #eee;
  padding: 1em;
  height: 445px;
  overflow: auto;
}

.repair-detail-content .repair-content-tr {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.repair-detail-content .repair-content-tr .repair-content-td {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
}

.repair-detail-content .repair-content-tr .repair-content-td .content-td-left {
  width: 50%;
  text-align: right;
  padding-right: 0.5em;
  font-weight: bold;
}

.repair-detail-content .repair-content-tr .repair-content-td .content-td-right {
  width: 50%;
}

/* 缩略图 */

#image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* 缩略图样式 */
#image-container img {
  cursor: pointer;
}

/* 弹出层样式 */
#image-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

/* 大图样式 */
#modal-image {
  width: 500px;
  height: 500px;
}

@media only screen and (min-width: 835px) {
  .g-table-div {
    width: 100%;
    overflow-x: auto;
  }

  .right-content [class*="c-tbl"].is-thC th {
    text-align: left;
  }

  .g-table-div table {
    table-layout: auto;
  }

  .g-table-div .c-tbl--base th,
  .g-table-div .c-tbl--base td {
    padding: 10px;
    width: max-content;
    word-break: keep-all;
    white-space: nowrap;
    text-align: center;
  }

  .g-table-div [class*="c-tbl"].is-thC th {
    text-align: center !important;
  }
}

/* 手机端 */
@media only screen and (max-width: 834px) {
  .g-flex-end {
    margin-left: 0;
  }

  .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 .right-content-top {
    padding: 10px 10px 30px 10px;
    /*position: absolute;*/
    z-index: 2;
    border: 1px solid #eee;
    width: 100%;
    box-shadow: 0px 4px 10px #d8deea;
  }

  .personal-quotation-page .right-content .right-content-sp-top {
    padding: 10px 10px 30px 10px;
    /*position: absolute;*/
    z-index: 2;
    border: 1px solid #eee;
    width: 100%;
    box-shadow: 0px 4px 10px #d8deea;
  }

  .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;
    width: 100%;
  }

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

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

  .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;
  }

  .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: 30%;
    text-align: left;
  }
  .personal-quotation-page
    .quotation-table-group
    .quotation-table-data
    .table-data-td {
    width: 70%;
    text-align: right;
    font-weight: bold;
  }

  /* 整体下拉菜单按钮组容器样式 */
  .dropdown-group {
    position: relative;
    display: flex;
    justify-content: end;
    padding-right: 5px;
    /*padding-top: 10px;*/
  }

  /* 主按钮样式 */
  .dropdown-button {
    background-color: #0a5cff;
    color: white;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-size: small;
  }

  /* 箭头图标样式 */
  .arrow-icon {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.5s ease; /* 为箭头变换添加过渡效果 */
  }

  /* 下拉菜单样式 */
  .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: 3.4em;
  }

  /* 下拉菜单里按钮样式 */
  .dropdown-item {
    color: black;
    background-color: transparent;
    padding: 8px 16px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    display: block;
  }

  /* 下拉菜单里按钮悬停的样式 */
  .dropdown-item:hover {
    background-color: #e6e6e6;
  }

  /* 手机端弹框 */
  .modal .modal-content {
    width: 90%;
    height: 90vh;
  }
  .sptabcontent {
    padding-top: 10px;
  }
  .sptabcontent .quotation-table-group {
    border-bottom: 2px solid #d5d5dd;
  }
  .sptabcontent .invoice-info-content-line {
    padding: 4px 0;
  }
  .sptabcontent .invoice-info-content-line-right {
    font-weight: bold;
  }

  .repair-detail-content {
    padding: 1em 0;
  }

  .repair-detail-content .repair-content-tr {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .repair-detail-content .repair-content-tr .repair-content-td {
    width: 100%;
    padding-bottom: 10px;
  }
  .repair-detail-content
    .repair-content-tr
    .repair-content-td
    .content-td-left {
    width: 46%;
    padding-right: 0;
  }

  .repair-detail-content
    .repair-content-tr
    .repair-content-td
    .content-td-right {
    width: 54%;
  }

  .modal-content .tabcontent .repair-detail-content .repair-content-tr .repair-content-td .width75 {
    width: 53%;
  }

  .select-condition [class*="c-btn"].is-padding-wide-2,
  .select-condition .c-btn--iconwraper + [class*="c-btn"] {
    margin-top: 0;
    width: 48%;
  }

  .g-sp-btn {
    display: flex;
    justify-content: space-between;
  }

  .modal-content
  .tabcontent
  .repair-detail-content
  .repair-content-tr
  .repair-content-td
  .width25 {
    width: 47%;
  }

  .content-title{
    padding: 6px;
    font-size: 16px;
    font-weight: bold;
    background-color: aliceblue;
    border: 1px solid #d5d5dd;
  }

  .content-content{
    padding: 6px;
    border: 1px solid #d5d5dd;
    border-top: none;
    border-bottom: none;
  }

  .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 15px 5px 5px 5px;
    border: 1px solid #888;
    max-width: 1200px;
    overflow-y: auto;
  }

  .quotation-table-sp-group {
    margin-top: 1em;
    border: 1px solid #f1f4f6;
    padding: 7px 0;
    background-color: #ffffff;
    border-radius: 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: 1px solid #dce1e3;*/
    border-radius: 5px;
  }

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

}
