@import "base.css";
/* 工程服务范围 */
.service-range {
  margin: 0 auto;
  margin-top: 60px;
}
.service-range.oneModel {
  margin-top: 20px !important;
}

.upgrade_btn.maxwidth {
    margin-top: 35px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
/* 按钮样式：默认透明边框，激活时绿色背景 */
.btn {
  min-width: 150px;
  max-width: 310px;
  padding: 8px 30px;
  border: 1px solid var(--primary);
  border-radius: 6px 25px 6px 25px;
  background-color: transparent;
  color: var(--text);
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: var(--text-modeltwo-size);
  font-weight: 600;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 15px;
  @media ( max-width:786px) {
    font-size: 13px !important;
     padding: 8px !important;
      min-width: 100px !important;
        gap: 2px !important;

}
}
@media (max-width:786px) {
            .btn::before{
    width:20px !important;
    height: 20px!important;
}
.btn.active::before{
    width:20px !important;
    height: 20px!important;
}
}
            .btn::before{
    width:30px ;
    height: 30px;
}
.btn.active::before{
    width:30px ;
    height: 30px;
}
.btn:nth-child(1)::before {
  content: "";
  display: flex;
  /*width: 30px;*/
  /*height: 30px;*/
  background-image: url("../assets/images/solution/solution_btn1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn:nth-child(2)::before {
  content: "";
  display: flex;
  /*width: 30px;*/
  /*height: 30px;*/
  background-image: url("../assets/images/solution/solution_btn2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn:nth-child(3)::before {
  content: "";
  display: flex;
  /*width: 30px;*/
  /*height: 30px;*/
  background-image: url("../assets/images/solution/solution_btn3.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn.active {
  background-color: var(--primary);
  color: white;
  font-weight: 600;
}
.btn:nth-child(1).active::before {
  content: "";
  display: flex;
  /*width: 30px;*/
  /*height: 30px;*/
  background-image: url("../assets/images/solution/solution_btn11.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn:nth-child(2).active::before {
  content: "";
  display: flex;
  /*width: 30px;*/
  /*height: 30px;*/
  background-image: url("../assets/images/solution/solution_btn22.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn:nth-child(3).active::before {
  content: "";
  display: flex;
  /*width: 30px;*/
  /*height: 30px;*/
  background-image: url("../assets/images/solution/solution_btn33.png");
  background-repeat: no-repeat;
  background-size: contain;
}
/* 模块样式：默认隐藏，激活时显示 */
.module {
  display: none;
  /*margin-top: 20px;*/
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.module.active {
  display: block;
}

/* ==============================工艺设计  */
.container {
  padding: 20px;
  margin: 0 auto;
  @media (max-width:768px) {
    padding: 0 !important;
}
}
.section {
  margin-bottom: 40px;
}

/* 分子蒸馏工艺设计的目的 样式 */
.purpose-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .purpose-section {
    flex-direction: row;
  }
}
.purpose-img {
  flex: 3;
  min-height: 260px;
  display: flex;
  align-items: center;
}
.purpose-img img{
   border-radius: 8px;
 width:100%;
}
.purpose-content {
  flex: 3;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.purpose-content h2 {
  color: var(--primary);
  margin-bottom: 15px;
  font-size: var(--text-modeltwo-size);
}
.purpose-content ul {
  list-style: none;
  margin-bottom: 20px;
}
.purpose-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-size: var(--text-modelfive-size);
  color: var(--text);
}
.purpose-content ul li::before {
  content: "";
  background-color: var(--primary);
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  margin: 0 10px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag {
  display: flex;
  align-items: center;
  background-color: rgba(116, 154, 45,0.1);
  color: var(--primary);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: var(--text-modelfive-size);
}
.tag::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 5px;
  background-image: url("../assets/images/solution/solution1.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 600;
  color: var(--primary);
}

/* 定制化工艺设计 样式 */
.custom-section {
  display: flex;
  /*flex-direction: column;*/
  gap: 5px;
}
@media (max-width: 768px) {
  .custom-section {
    flex-direction: column;
  }
}
.custom-content {
  flex: 3;
  /*padding-right: 20px;*/
}
.custom-content h2 {
  color: var(--primary);
  margin-bottom: 15px;
  font-size: var(--text-model-size);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 5px;
  display: inline-block;
}
.custom-content p {
  margin-bottom: 20px;
  line-height: 2;
  color: var(--text);
}
.custom-content > .service-card {
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 4px;
}
.custom-content > .service-card h3 {
  margin-bottom: 10px;
  font-size: var(--text-modelfour-size);
  font-weight: bold;
  text-align: left;
}
.custom-content > .service-card ul {
  list-style: none;
}
.custom-content > .service-card ul li {
  margin-bottom: 8px;
  position: relative;
  font-size: var(--text-modelfive-size);
  color: var(--text);
  display: flex;
  align-items: start;
  text-align: left;
  gap: 5px;
}
.custom-content > .service-card ul li::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 15px;
  height: 12px;
  background-image: url("../assets/images/solution/solution2.png");
}
.custom-img {
  flex: 3;
  min-height: 260px;
  display: flex;
  align-items: center;
}
.custom-img img{
     border-radius: 8px;
width: 100%;
}
/* ===================================标准化工艺设计流程 */
.design_flow {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
  @media (max-width: 786px) {
    padding: 0!important;
}
}

.process-card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.design_flow .process-title {
  text-align: center;
  font-size: var(--text-model-size);
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary);
  width: 100%;
}

.process-steps {
  display: flex;
  flex-direction: column !important;
  gap: 20px;
}

@media (min-width: 768px) {
  .process-steps {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .step {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (min-width: 1024px) {
  .step {
    flex: 1 1 calc(25% - 15px);
  }
}

.step {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #f9f9f9;
  border-radius: 6px;
  padding: 15px;
  transition: box-shadow 0.3s ease;
}
.step .step-content {
  flex: 1;
}
.step:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.step-number {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-modeltree-size);
  font-weight: bold;
  margin-bottom: 10px;
  
}

.step-title {
  font-size: var(--text-modeltree-size);
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--primary);
}

.step-desc {
  font-size: var(--text-modelfive-size);
  margin-bottom: 10px;
  color: var(--text);
}

.step-output {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: rgba(116, 154, 45,0.1);
  border-left: 3px solid var(--primary);
  padding: 5px 10px;
  border-radius: 4px;
  font-size: var(--text-modelfive-size);
  color: #444;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.step-output::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../assets/images/solution/solution3.png");
  background-size: cover;
  background-repeat: no-repeat;
  @media (max-width: 786px) {
    display: none!important;
}
}
/*==========================典型操作参数范围  */

.table-title {
  text-align: center;
  font-size: var(--text-modeltwo-size);
  font-weight: bold;
  margin-bottom: 20px;
}
.table-wrapper {
  width: 100%;
  overflow-x: auto; /* 小屏时横向滚动 */
  padding: 20px 0;
}
table {
  width: 100%;
  max-width: 1200px; /* 限制最大宽度 */
  margin: 0 auto;
  border-collapse: collapse;
  text-align: left;
}
thead {
  background-color:var(--primary);
  color: #fff;
}

th,
td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  font-size: var(--text-modelfive-size);
  text-align: center;
}

th {
  font-weight: 600;
}

tbody tr:nth-child(even) {
  background-color: #f8faf5;
}

tbody tr:hover {
  background-color: #f0f7e9;
}

@media (max-width: 768px) {
  th,
  td {
    padding: 10px;
    font-size: var(--text-modelsix-size);
  }
}
/* =============================== 产线升级技术*/
.Technology {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px;
  overflow: hidden;
}

.left-img {
  flex: 3;
  /*min-height: 300px;*/
  /*min-width: 360px;*/
  display: flex;
  align-items: center;
}
.left-img img{
     border-radius: 8px;
width: 100%;
}
.right-content {
  flex: 3;
  padding: 20px;
  background-color: #fff;
}
.right-content .section-title {
border: none !important;
}

.Technology .section-title {
  color: var(--primary);
  font-size: var(--text-modeltwo-size);
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--primary);
  display: inline-block;
}

.section-desc {
  margin-bottom: 20px;
  line-height: 1.8;
}

.tags-group {
  display: flex;
  
  justify-content: space-evenly;
  gap: 10px;
  margin-top: 15px;
}

.Technology_tag {
  background-color: rgba(116, 154, 45,0.1);
  color: var(--primary);
  padding: 8px 15px;
  border-radius: 4px;
  font-size: var(--text-modelfive-size);
  font-weight: 600;
  text-align: center;
}
.Technology_tag span {
  color: var(--text);
  font-weight: normal;
}
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  .left-img {
    min-width: 100%;
    min-height: 200px;
  }
  .right-content {
      width: 100% !important;
    padding: 15px;
  }
  .tags-group{
      flex-wrap: wrap;
      flex-direction: column;
  }
}
/* =========================产线全面评估与诊断 */
.diagnose_container {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.left-content {
  flex: 3;
  min-width: 300px;
}

.right-img {
  flex: 3;
  /*min-width: 300px;*/
  /*min-height: 300px;*/
  display: flex;
  align-items: center;
}
.right-img img{
     border-radius: 8px;
 width: 100%;
}

.section-intro {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: var(--text-modelfive-size);
  color: var(--text);
  font-weight: 600;
}

.diagnosis-title {
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 10px;
  font-size: var(--text-modeltree-size);
}

.diagnosis-list {
  list-style: none;
}

.diagnosis-item {
  margin-bottom: 15px;
}

.diagnosis-item::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/images/solution/solution2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  color: var(--primary);
  flex-shrink: 0;
}

.diagnosis-item .item-title {
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
  color: #000;
  font-size: var(--text-modelfour-size);
  margin-left:18px ;
}

.item-desc {
  font-size: var(--text-modelfive-size);
  line-height: 1.5;
  padding-left: 36px;
  
}

.output-box {
  margin-top: 20px;
  border-left: 4px solid var(--primary);
  border-radius: 4px;
  padding: 10px;
  background-color: #f9f9f9;
  display: inline-block;
  
}

.output-box-title {
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 5px;
   font-size: var(--text-modelfive-size);
}

.output-content {

   font-size: var(--text-modelsix-size);
  color: var(--text);
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  .right-img {
    min-height: 200px;
  }
  .item-desc {
    padding-left: 0;
  }
}
/*=========================== 产能提升改造卡片 */
.upgrade-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.upgrade-container .card-grid {
    width: 100%;
  display: grid;
    max-width: 1200px;
  grid-template-columns: repeat(3, 1fr) ;
  gap: 20px;
  @media (max-width:786px) {
    
  grid-template-columns: repeat(1, 1fr) !important;
}
}

.upgrade-card {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.card-header {
  color: #fff;
  padding: 15px;
  height: 120px;
  text-align: center;
  position: relative;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-header-icon {
  font-size: var(--text-model-size);
}

.card-body {
  padding: 15px;
}
.card-body h4{
    color: var(--text)!important;
}

.card-body .card-title {
  color: var(--primary);
  font-size: var(--text-modeltree-size);
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
}

.card-desc {
  font-size: var(--text-modelfive-size);
  line-height: 1.6;
  margin-bottom: 15px;
}

.card-list {
  list-style: none;
  margin-bottom: 15px;
}

.card-list li {
  font-size: var(--text-modelfive-size);
  color: var(--text);
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.card-list li::before {
  content: "✓";
  color: var(--primary);
  position: absolute;
  left: 0;
}

.card-return {
  font-size: var(--text-modelfive-size);
  color: #666;
}

.card-return span {
  color: var(--primary);
  font-weight: bold;
}
/* 产线升级实施流程 */
.process-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.process-item {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 15px;
  border-bottom: #a6a6a6 solid 1px;
}

.item-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 10px;
}

.item-number {
  width: 42px;
  height: 42px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 20px;
}

.item-title {
  font-size: var(--text-modeltree-size);
  font-weight: bold;
  color: var(--primary);
}

.process-item .item-desc {
  font-size: var(--text-modelfive-size);
  line-height: 1.6;
  margin-bottom: 12px;
  padding: 0;
}

.process-item .item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.process-item .tag {
  background-color: rgba(115, 156, 43,0.1);
  color: var(--primary);
  padding: 4px 18px;
  border-radius: 10px;
}
.process-item .tag::before {
display: none!important;
}

@media (max-width: 768px) {
  .process-list {
    grid-template-columns: 1fr;
  }
}
/* 技术改造效果 */
.result-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.result-card {
  background: linear-gradient(135deg, #729b2c 0%, #7fc00c 100%);
  color: #ffffff;
  padding: 28px 16px;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.card-percent {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 8px;
}

.result-card .card-desc {
  font-size: var(--text-modelfive-size);
  line-height: 1.5;
  color: #fff;
}
/*========================= 升级技术特点 */
.advantage-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.advantage-card {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 280px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.card-icon {
  margin-bottom: 16px;
  
}
.card-icon img{
    
  width: 40px;
}
.advantage-card .card-title {
  font-size: var(--text-modeltree-size);
color: var(--text);
  margin-bottom: 8px;
  padding: 0 !important;
}

.card-desc {
  font-size: var(--text-modelfive-size);
color: var(--text);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .advantage-card {
    flex: 1 1 100%;
  }
}
.eco-container {
  overflow-x: auto; /* 移动端横向滚动 */
}

.eco-heading {
  color: var(--primary);
  font-size: var(--text-modeltree-size);
  font-weight: bold;
  margin-top: 20px;
}
/* ============================ 设备调试*/

.field-test-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* 顶部区域样式 */
.top-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px;
}
.process-img,
.service-img,
.top-img {
  flex: 3;
  display: flex;
  align-items: center;
}
.process-img img,
.service-img img,
.top-img img{
     border-radius: 8px;
width: 100%;

}
.top-content {
  flex: 3;
  background-color: #f9f9f9;
  padding: 25px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.top-title {
  color: var(--primary);
  font-size: var(--text-modeltwo-size);
  font-weight: bold;
  margin-bottom: 15px;
}

.top-desc {
  line-height: 1.6;
  font-size: var(--text-modelfive-size);
  margin-bottom: 10px;
}

/* 中间服务内容区域样式 */
.service-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-content {
 flex: 3;
}

.service-title {
  color: var(--primary);
  font-size: var(--text-modeltwo-size);
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 2px solid  var(--primary);
  padding-bottom: 5px;
}

.service-desc {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: var(--text-modelfive-size);
}

.service-list {
  list-style: none;
}

.service-list > li {
  margin-bottom: 8px;
  position: relative;
  font-size: var(--text-modelsix-size);
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-list > li::before {
  content: "";
  display: block;
  background-image: url("../assets/images/solution/solution2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 22px;
  color: var(--primary);
  flex-shrink: 0;
}

/* 底部调试流程区域样式 */
.process-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.process-content {
 flex: 3;
}

.process-section .process-title {
  color: var(--primary);
  font-size: var(--text-modeltwo-size);
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 2px solid  var(--primary);
  padding-bottom: 5px;
}

.process-desc {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: var(--text-modelfive-size);
}

.process-card {
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 4px;
  font-size: var(--text-modelfive-size);
}

.process-card ul {
  list-style: none;
}

.process-card li {
  margin-bottom: 8px;
  position: relative;
  font-size: var(--text-modelsix-size);
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 15px;
}

.process-card li::before {
  content: "";
  display: block;
  background-image: url("../assets/images/solution/solution2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  color: var(--primary);
  flex-shrink: 0;
}

/* 响应式适配 */
@media (max-width: 768px) {
  .top-section,
  .service-section,
  .process-section {
    flex-direction: column;
  }
  .top-img,
  .service-img,
  .process-img {
    min-width: 100%;
  }
}
/*=========================== 调试技术优势 */

.debug-service-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 calc(25% - 20px);
  min-width: 240px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.card-icon {
  font-size: var(--banner-size);
  color: var(--primary);
  margin-bottom: 16px;
}

.card-title {
  font-size: var(--text-modeltree-size);
  color: var(--text);
  margin-bottom: 8px;
  font-weight: 600;
}

.card-desc {
  font-size: var(--text-modelfive-size);
  color: var(--text);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .service-card {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .service-card {
    flex: 1 1 100%;
  }
}

/*=========================== 分子蒸馏系统关键调试参数 */
.case-container {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.case-header {
  background-color: var(--primary);
  color: #fff;
  padding: 20px;
}

.case-title {
  font-size: var(--text-modeltwo-size);
  font-weight: bold;
  margin-bottom: 10px;
}

.case-subtitle {
  font-size: var(--text-modelfive-size);
  opacity: 0.9;
  color: #fff;
}

.case-body {
  padding: 20px;
}

.case-section {
  margin-bottom: 20px;
}

.section-title {
  font-size: var(--text-modelfour-size);
  font-weight: bold;
  margin-bottom: 10px;
color: var(--text);
}

.case-list {
  list-style: none;
}

.case-list li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  font-size: var(--text-modelfive-size);
  line-height: 1.6;
color: var(--text);
}

.case-list li::before {
  content: "";
  background-color: var(--primary);
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  margin: 0 10px;
}

@media (max-width: 768px) {
  .case-header {
    padding: 15px;
  }
  .case-title {
    font-size: var(--text-modeltree-size);
  }
  .case-body {
    padding: 15px;
  }
}
