.banner_capacity {
  height: 250px;
  margin-top: 80px;
  overflow: hidden;
  background-image: url("../img/jjgbanner.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #eee;
}

.banner_con {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}
.icon_img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.calculation {
  width: 100%;
  height: auto;
  background: #fcf5f5;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.calc_top {
  font-family: 微软雅黑;
  color: #222222;
  text-align: center;
}
.calc_top p {
  font-size: 15px;
  color: #666;
  text-align: left;
  line-height: 23px;
}
.calc_center {
  /*margin-top: 40px;*/
  display: flex;
  justify-content: space-between;
}
.center_title {
  display: flex;
  align-items: center;
}
.center_title img {
  width: 23px;
  height: 23px;
}
.img_name {
  font-size: 18px;
  line-height: 23px;
  margin-left: 10px;
}

/* 表单 */
.calc_form {
  width: 576px;
  height: auto;
  /* height: 719px; */
  /*margin-top: 15px;*/
  background: #fff;
  border: 1px dashed #ccc;
  box-sizing: border-box;
}
.calc_form_lf {
  /*padding: 12px 20px 18px 20px;*/
  padding: 10px 20px 18px 20px;
}
.form_item {
  margin-top: 15px;
}
.item_title {
  margin-bottom: 8px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2d8eff;
}
.item_inp {
  width: 98%;
  height: 34px;
  padding-left: 8px;
  border: 1px solid #ccc;
}
.item_sel {
  height: 34px;
  padding-left: 8px;
  border: 1px solid #ccc;
  color: #797777;
  font-size: 13px;
}
.del {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
}
.del img {
  width: 23px;
  height: 23px;
  vertical-align: bottom;
}
.item_add {
  width: 124px;
  height: 30px;
  line-height: 28px;
  color: #2d8eff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center;
}
.item_submit {
  width: 234px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #2d8eff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.item_submit:hover{
  opacity: 0.7;
}
.item_add:hover{
  opacity: 0.7;
  color: #fff;
  background: #2d8eff;
}
.del_img:hover{
  opacity: 0.7;
}
.btn_name {
  font-size: 15px;
  color: rgba(169, 169, 169, 1);
  cursor: pointer;
}
.btn_name:hover {
  color: #2d8eff;
}
.calc_form_rh {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 30px 0;
  /*margin-top: 46px;*/
}
.form_img img {
  width: 77px;
  height: 78px;
  margin-top: 15px;
}
.circle_add {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.circle_add img {
  width: 62px;
  height: 62px;
  margin-top: 25px;
}
.tip {
  margin-top: 25px;
  color: rgb(129, 129, 129);
  font-size: 12px;
}

.upload {
  margin-top: 20px;
  position: relative;
}
.upload p:hover {
  /*opacity: 0.7;*/
  border-color: #2d8eff;
  color: #2d8eff;
}
.upload p {
  width: 234px;
  height: 50px;
  line-height: 50px;
  color: #666666;
  background: #fff;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px #666 solid;
}
.file_inp {
  width: 334px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
  opacity: 0;
}

.tips {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
  color: rgb(126, 126, 126);
  font-size: 14px;
  margin-top: 25px;
  padding-left: 20px;
  text-align: left;
}
.tips span:nth-child(2) {
  margin: 18px 0;
}
.desc {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 60px;
}
.desc_item {
  width: 160px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.item_img {
  width: 100px;
  height: 100px;
  background-image: url("../img/white.png");
  background-repeat: no-repeat;
  position: relative;
}
.item_img .blue {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.item_img .margin {
  width: 99px;
  height: 3px;
  position: absolute;
  top: 50px;
  left: 99px;
}
.item_text {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: rgb(102, 102, 102);
}

/* table */
.table {
  width: 100%;
  height: auto;
  padding: 0 0 24px;
  background: #f6f8fb;
  box-sizing: border-box;
}
.tab_head {
  display: grid;
  grid-template-columns: 56px 42px 174px minmax(160px, 1fr) minmax(190px, 1.05fr) minmax(210px, 1.1fr) 124px 108px;
  align-items: center;
  column-gap: 10px;
  width: 100%;
  min-width: 1180px;
  margin: 0 auto 10px;
  padding: 11px 14px;
  background: #eef3f9;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #667085;
  box-sizing: border-box;
}
.tab_head > span {
  margin: 0 !important;
  text-align: left;
}
.tab_head > span:nth-last-child(-n+2) {
  text-align: center;
}
.tab-select-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  white-space: nowrap;
}
.tab-select-all input,
.tab_item > input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #318df5;
  cursor: pointer;
}
.tab_item_content {
  border: 0 !important;
  background: transparent;
}
.tab_item {
  position: relative;
  display: grid;
  grid-template-columns: 56px 42px 174px minmax(160px, 1fr) minmax(190px, 1.05fr) minmax(210px, 1.1fr) 124px 108px;
  align-items: center;
  column-gap: 10px;
  width: 100%;
  min-width: 1180px;
  margin: 0 auto 12px;
  padding: 16px 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  box-sizing: border-box;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.tab_item:hover {
  border-color: #bdd8f7;
  box-shadow: 0 8px 22px rgba(49, 141, 245, 0.09);
  transform: translateY(-1px);
}
.tab_item > span:nth-child(2) {
  color: #475467;
  font-size: 15px;
  font-weight: 600;
}
.tab_item > div:nth-child(3) {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.product_img {
  width: 168px;
  height: 136px;
  padding: 6px;
  object-fit: contain;
  background: #f5f7fa;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;
}
.product_img:hover{
  opacity: 0.9;
  transform: scale(1.015);
}
.product-min-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  width: 168px;
  margin-top: 8px;
}
.product-min-list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  max-width: 100%;
}
.product_min_img_box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 38px;
  height: 38px;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #dfe7f1;
  border-radius: 6px;
  background: #f7f9fc;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.product_min_img_box:hover {
  border-color: #8fc2f7;
  box-shadow: 0 2px 8px rgba(45, 142, 255, .12);
}
.product_min_img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  cursor: pointer;
}
.product_min_img_del {
  position: absolute;
  z-index: 2;
  top: -6px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #ff5a52;
  color: #fff;
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 12px;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(255, 90, 82, .35);
}
.product_min_img_del:hover {
  background: #e9463e;
  transform: scale(1.08);
}

.upfile_img {
  width: 17px;
  height: 17px;
  margin: 0;
  opacity: 0.8;
  transition: opacity .2s ease;
}
.upfile_img:hover {
  opacity: 1;
}
.min-upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 38px;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #d8e5f5;
  border-radius: 6px;
  background: #f7faff;
  color: #47729f;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.min-upload-btn:hover {
  border-color: #8fc2f7;
  background: #eef6ff;
  color: #2382df;
}
.product_info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 4px;
}
.product_no {
  width: auto;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #1f2937;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_desc {
  display: flex;
  justify-content: space-between;
}
.product_desc1 {
  display: flex;
  justify-content: start;
  align-items: baseline;
  min-width: 0;
  line-height: 21px;
}
.desc_title {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 500;
  color: #475467;
}
.desc_cont {
  min-width: 0;
  font-size: 13px;
  color: #7b8494;
  word-break: break-word;
}
.desc_title1 {
  width: auto;
  display: inline-block;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  color: #475467;
}
.desc_cont1 {
  min-width: 0;
  font-size: 13px;
  color: #7b8494;
  word-break: break-word;
}
.number {
  width: 69px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgba(222, 222, 222, 1);
  color: #333;
}
.price_desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.price_desc p {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: baseline;
  margin: 0;
  line-height: 21px;
}
.total {
  text-align: center;
  color: #2d8eff;
  font-size: 16px;
  font-weight: 700;
  word-break: break-word;
}
.tab_item .delete_btn {
  position: relative;
  width: 100% !important;
  max-width: 108px;
  gap: 8px;
  margin: 0 auto;
}
.tab_item .delete_btn .layui-btn {
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin: 0 !important;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: none;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}
.tab_item .delete_btn .layui-btn:hover {
  opacity: .9;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(15, 23, 42, .12);
}
.tab_item .delete_btn .layui-btn-danger {
  background: #f25f4b;
}
.tab_item .delete_btn .pdf-recognize-btn {
  background: #f5a900 !important;
}
.tab_item .delete_btn .layui-btn-primary {
  border-color: #20a693;
  background: #20a693;
  color: #fff;
}
@media (max-width: 1280px) {
  .table > .w {
    overflow-x: auto;
    padding-bottom: 8px;
  }
}
.settle {
  width: 100%;
  height: 130px;
  margin-top: 10px;
  background: #fff;
}
.settle_info {
  height: 80px;
  line-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.settle_lf {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.settle_lf img {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.order_now {
  display: inline-block;
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #2d8eff;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  margin-left: 20px;
  font-family: 微软雅黑;
}
/* tab切换 */
.tab_change {
  width: 100%;
  /* height: 725px; */
  margin: 50px 0 100px;
  border: 1px solid #ccc;
  text-align: center;
}
.tab_title {
  width: 100%;
  height: 50px;
  padding-top: 15px;
  background: #f1f0f0;
}
.tab_title_item {
  width: 450px;
  margin: 0 auto;
}
.tab_title_item li {
  width: 130px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border: 1px solid #028ac9;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  font-weight: 700;
  color: #4b4b4b;
}
.tab_title_item .current {
  color: #fff;
  background: #028ac9;
}
.con_item {
  display: none;
}
.one {
  margin: 50px 0 100px;
}
.capacity_img {
  width: 1168px;
  height: 322px;
  margin-top: 30px;
}
.two {
  margin: 60px auto;
}
.con_item table {
  width: 1000px;
  margin: 50px auto;
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  background-color: #fff;
}
.con_item tr {
  padding: 10px;
  font-size: 15px;
  border: 1px solid #c0c0c0;
  word-break: break-all;
  text-align: center;
}

.con_item td p {
  height: 20px;
  color: #666;
  font-size: 14px;
  text-align: left;
  margin: 0 10px 0 40px;
}

.ul_box {
  text-align: left;
  margin: 30px 20px;
  box-sizing: border-box;
}
.ul_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ul_txt {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.iframe_box {
  top: 0;
  left: 0;
  position: fixed;
  width: 820px;
  height: 520px;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  z-index: -1;
  padding: 0;
  transition: opacity .18s ease;
}
.iframe_box iframe{
  height: 500px;
  width: 800px;
  visibility: hidden;
  pointer-events: none;
}
.iframe_box > .close {
  position: absolute;
  z-index: 20;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(31, 41, 55, .72);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.model-preview-loading {
  position: absolute;
  z-index: 10;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  color: #667085;
  font-size: 14px;
}
.model-preview-spinner {
  width: 22px;
  height: 22px;
  border: 3px solid #dcecff;
  border-top-color: #2d8eff;
  border-radius: 50%;
  animation: model-preview-spin .8s linear infinite;
}
.model-preview-hover-tip {
  position: fixed;
  z-index: 9999;
  display: none;
  padding: 6px 10px;
  border-radius: 5px;
  background: rgba(31, 41, 55, .88);
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(-50%, -100%);
  box-shadow: 0 3px 10px rgba(15, 23, 42, .18);
}
@keyframes model-preview-spin {
  to { transform: rotate(360deg); }
}
.delete_btn>.pdf-match-badge{position:absolute;top:-9px;right:-8px;z-index:3;display:flex;align-items:center;justify-content:center;min-width:28px;height:20px;box-sizing:border-box;margin:0;padding:0 6px;border:2px solid #fff;border-radius:11px;font-size:11px;font-weight:600;line-height:16px;cursor:help;white-space:nowrap;box-shadow:0 2px 6px rgba(15,23,42,.16)}
.pdf-match-badge.complete{color:#fff;background:#20a779}
.pdf-match-badge.partial{color:#fff;background:#f0a20b}
.pdf-match-badge.none,.pdf-match-badge.failed{color:#fff;background:#f05252}
.pdf-field-state{display:inline-block;margin-left:7px;padding:1px 6px;border-radius:8px;font-size:11px;line-height:16px;vertical-align:middle}
.pdf-field-state.recognized,.pdf-field-state.matched{color:#16845f;background:#eafaf4}
.pdf-field-state.default{color:#b26a00;background:#fff7e6}
.pdf-field-state.missing{color:#c43d3d;background:#fff1f1}
#popup .form-col.pdf-field-matched input,#popup .form-col.pdf-field-matched select{border-color:#8dd8ba!important;background-color:#f7fffb!important}
#popup .form-col.pdf-field-default input,#popup .form-col.pdf-field-default select{border-color:#f0c36b!important;background-color:#fffdf7!important}
#popup .form-col.pdf-field-missing input,#popup .form-col.pdf-field-missing select{border-color:#efaaaa!important;background-color:#fffafa!important}
.text-333{
  margin-right: 20px;
}
.model_info{
  display: block;
}

.area-detail-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 4px;
  vertical-align: middle;
}

.area-detail-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid #8aa4bf;
  border-radius: 50%;
  background: #f7f9fc;
  color: #66809a;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  cursor: pointer;
}

.area-detail-trigger:hover,
.area-detail-trigger:focus-visible,
.area-detail-trigger[aria-expanded="true"] {
  background: #2d8eff;
  color: #fff;
  outline: none;
}

.area-detail-popover {
  position: absolute;
  left: 24px;
  top: -12px;
  z-index: 30;
  display: none;
  width: 245px;
  padding: 10px 12px;
  border: 1px solid #d8e6f5;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 41, 55, .16);
  color: #475467;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}

.area-detail-popover.is-open {
  display: block;
}

.area-detail-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.area-detail-value {
  color: #7b8494;
  font-size: 13px;
  font-weight: 400;
}
.item_href{
  font-size: 14px;
  text-decoration: underline;
}
.input_number{
  border: 1px #2d8eff solid;
  border-radius: 100%;
  width: 25px;
  text-align: center;
  display: inline-table;
}
.h_image_div{
  display: flex;
  border: 1px #b2b2b2 dashed;
  margin: 3px 3px 0 3px;
  padding: 10px;
  border-bottom: none;
}
.n_image_div{
  display: flex;
  border: 1px #b2b2b2 dashed;
  margin: 3px 3px 0 3px;
  padding: 10px;
  border-bottom: none;
}
.h_image_div:hover{
  opacity: 0.8;
}
.n_image_div:hover{
  opacity: 0.8;
}
.tab_comtent{
  background: #FFF;
  /* display: flex; */
  justify-content: space-around;
  align-items: center;
  /* width: 99%; */
  margin: 0 auto 15px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

