/* 样式表 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: SourceHanSans, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

p{
    margin: 0;
}

/* 导航栏 */
header {
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo {
    font-size: 24px;
    font-weight: bold;
    margin-right: auto;
}

.logo img {
    display: block;
    background-color: white;
    padding: 5px;
}

nav {
    justify-content: space-around;
    display: flex;
    flex: 1;
}

/* 导航栏样式 */
nav ul {
    list-style: none;
    display: flex;
    align-items: center;
}

nav ul li {
    position: relative;
    margin: 0 15px;
}

nav ul li a,
.submenu li a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    padding: 10px;
  
}

nav ul li a:hover,
.submenu a:hover {
    color: rgba(0, 86, 179, 0.95)!important;


}

/* 二级菜单 */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 8px;


}
.sub.current a
{
    color:rgba(0, 86, 179, 0.95); ;
}
.submenu li {
    line-height: 30px;
    white-space: nowrap;
}
.submenu li a{
    color: #000 !important;
}

.submenu li:first-child
{
    padding-top: 10px;
}
.submenu li:last-child
{
    padding-bottom: 10px;
}

nav ul li:hover .submenu {
    display: block;

}

/* 响应式设计 */
.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: rgba(0, 86, 179, 0.95);
        z-index: 999;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
    }

    nav ul li {
        margin: 15px 0;
    }

    nav.active {
        display: flex;
    }
}

/* 轮播图和页面内容 */
.banner {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 633px;
    width: 100%;
}

.banner2 img{
    width: 100%;
}


/* 轮播图容器 */
.carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-content {
    max-width:1200px;
    margin: 0 auto;
    margin-top: 150px;
    color: white;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.carousel-content img {
    display: block;
    margin-bottom: 2px;
}

.carousel-content img:last-child {
    margin-bottom: 0;
}

.carousel-content p {
    margin-top: 10px;
}

.carousel-buttons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-buttons span {
    display: inline-block;
    width: 58px;
    height: 20px;
    background-image: url("../images/index-num.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    cursor: pointer;
}

.carousel-btn.active
{
    background-image: url("../images/index-active.png");
    height: 20px;
}



.carousel-content .content-images img {
    display: block;
    margin-bottom: 2px;
}

.carousel-content .content-images img:last-child {
    margin-bottom: 0;
}
.imga
{
    width: 410px;
    margin-left: -20px;
}
.imgb{
    width: 486px;
}

.btn-txt {
    padding-left: 12px;
}

.carousel-content button {
    background-image: url(../images/news-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ddd;
    padding: 12px 30px;
    cursor: pointer;
    border: none;
    margin-top: 30px;
}

.carousel-content .content-images button:hover {
    background-color: white;
}

@media (max-width: 768px) {
    .carousel-content .content-images {
        left: 20px;
    }
}

section {
    padding: 25px 20px;
    text-align: center;
}

footer {
    background: #285BA9;
    color: white;
    text-align: center;
    padding: 20px;
}

.bg-3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/bg3.png");
    height: 650px;
}

.about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    max-width: 1250px;
    margin: auto;
}

.products-detail {
    padding-top: 24px;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 24px;
}

.about-left {
    flex: 1;
    margin-right: 20px;
    text-align: left;
    max-width: 550px;
}

.about-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}

.about-title img {
    padding-right: 10px;
}

.about-btn-more {
    padding: 12px 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin-top: 50px;
    background-color: transparent;
    color: #fff;
}

.about-right {
    text-align: right;
}

.products-item {
    height: 138px;
}

.number-container {
    font-size: 48px;
    margin: 10px 0;
    margin-bottom: 0px;
    font-weight: bold;
    color: #fff;
}

.number-tip {
    font-size: 12px;
}

.number-1 {
    margin-right: 0;
}

.number-2 {
    margin-right: 44px;
}

.number-3 {
    margin-right: 88px;
}

.number-4 {
    margin-right: 132px;
}

.customer-image {
    width: 100%;
    position: relative;
    padding-top: 24px;
    overflow: hidden;
}

.customer-image img {
    width: 100%;
    display: block;
}

.customer-image::before,
.customer-image::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
    pointer-events: none;
    filter: blur(0.5px);
}

.customer-image::before {
    left: 0;
}

.customer-image::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
}

   #about {
          
            padding-left: 0px !important;
            padding-right: 0px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
            margin-top: -10px !important;
            margin-bottom: -35px;
            z-index: 10;
        }

#about .about-bg {
    position: relative;
  
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-self: center;
}

#about .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about .icon {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.2s ease;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

#about {
    background-image: url("../images/Clip.png");
}

#news {
    background-image: url("../images/clip3.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 70px;
    padding-top: 40px;

}

.news-description h2 {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 24px;
    text-align: left;
    color: #000;
    margin: 0 auto;
}



.news-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}

.news-carousel {
    flex: 3;
    margin-right: 20px;
}

.carousel-news {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.carousel-slide-news {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-slide-news.active {
    opacity: 1;
}

.carousel-content-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.carousel-content-news img {
    max-width: 100%;
    height: 360px;
    margin-bottom: 10px;
    width:100%;
}

.carousel-content-news p {
    font-size: 16px;
    color: #333;
    text-align: center;

}

.carousel-buttons-news {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
  
}

/* .carousel-buttons-news button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
} */




.carousel-buttons-news span{
    display: inline-block;
    width: 58px;
    height: 2px;
    margin: 0 5px;
    background-image: url("../images/index-num.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
   
   
}
.carousel-btn-news.active
{
    background-image: url("../images/index-active.png");
    height: 15px;
}

.news-title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
    max-width: 1250px;
    margin: 0 auto;
}
.news-content {
    max-width: 1250px;
    margin: 0 auto;
}
.news-title-content {
    padding-left: 10px;
    color: #285BA9;
}

.news-list {
    flex: 2;
    text-align: left;
}

.news-list ul {
    list-style-type: none;
    padding: 0;
}

.news-list li {
    background-color: #fff;
    padding: 24px 32px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    border-bottom: 1px solid #ddd;
}

.news-list li.active {
    background-image: url("../images/news-bg.png");
    border-color: #0056b3;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.news-list li.active date {
    color: #fff;
}

.news-list li.active p a {
    color: #fff;
}

.news-list h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #999;
    line-height: 23px;
}

.news-list p a {
    color: #000;
    line-height: 30px;
    font-size: 16px;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .news-container {
        flex-direction: column;
        align-items: center;
    }

    .news-carousel {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .news-list {
        width: 100%;
        max-width: 100%;
    }

    .carousel {
        height: 300px;
    }

    .carousel-content-news {
        padding: 10px;
    }

    .carousel-content-news img {
        max-width: 80%;
    }

    .carousel-content-news p {
        font-size: 16px;
    }

    .news-list li {
        padding: 8px;
    }

    .news-list h3 {
        font-size: 16px;
    }

    .news-list p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .carousel {
        height: 250px;
    }

    .carousel-content-news {
        padding: 8px;
    }

    .carousel-content-news img {
        max-width: 70%;
    }

    .carousel-content-news p {
        font-size: 14px;
    }

    .news-list li {
        padding: 6px;
    }

    .news-list h3 {
        font-size: 14px;
    }

    .news-list p {
        font-size: 10px;
    }
}

#about .icon:hover {
    animation: none;
    transform: scale(1.2);
}

#about .icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#about .card {
    position: absolute;
    display: none;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 20;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
}

#about .card.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

#about .card img {
    max-width:240px;
    height: auto;
}

/* 设置icon的位置相对于背景图片 */
       #about .icon[data-card="card1"] {
            top: 52%;
            left: 17.5%;
        }

        #about .icon[data-card="card2"] {
            top: 31%;
            left: 49%;
        }

        #about .icon[data-card="card3"] {
            top: 43%;
            left: 81%;
        }
        #about .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top:-10px;
}

.customer-title {
    line-height: 40px;
    padding-bottom: 12px;
}

.customer-title .customer-title-content {
    color: #285BA9;
    margin-left: 20px;
    font-size: 24px;
}

/* 基本样式 */
footer {
    background-color: #285BA9;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}



.footer-container {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-bottom
{
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 12px;
    color: #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
 

}
.footer-bottom a{
      color: #ccc;
}

.footer-column {
    padding: 10px 15px;
}

.footer-column.contact ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
   
}
.footer-column.contact{
    padding-right: 76px;
    max-width: 345px;
    border-right: 0.5px solid rgba(255, 255, 255, 0.2);
}

.footer-column.contact ul li {
    margin-bottom: 10px;
}

.footer-column.menu {
    padding-left: 75px;
    display: flex;
    flex: 4;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
     text-align: left;
     gap:20px;
     white-space: nowrap;  
}
.footer-column.menu .submenu-footer {
    list-style-type: none;
    padding: 0;
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-column.menu .submenu-footer li a{
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 24px;
}

.footer-column.menu .menu-item {
    flex: 1;
    margin: 10px;
   
}

.footer-column.menu .menu-item span a{
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    color: #fff;
}

.footer-column.menu .submenu {
    list-style-type: none;
    padding: 0;
}

.footer-column.menu .submenu li {
    margin-bottom: 5px;
     
}

.footer-column.qr-code img {
    max-width: 100px;
    height: auto;
}

footer p {
    margin-top: 20px;
    font-size: 14px;
}
.news-list li date
{
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .footer-column {
        flex: 100%;
        margin: 10px 0;
    }

    .footer-column.menu .menu-item {
        flex: 1;
        margin: 10px;
        min-width: 150px;
    }

    .footer-column.qr-code img {
        max-width: 80px;
    }
}

@media (max-width: 480px) {
    .footer-column {
        flex: 100%;
        margin: 10px 0;
    }

    .footer-column.contact ul li,
    .footer-column.menu .submenu li {
        margin-bottom: 8px;
    }

    .footer-column.menu .menu-item {
        flex: 100%;
        margin: 10px 0;
        min-width: 100%;
    }

    .footer-column.qr-code img {
        max-width: 60px;
    }

    footer p {
        font-size: 12px;
    }
}
.contact-item span img
{
 padding-right: 6px;
}
.border-text
{
    border: 1px solid #ccc;
    font-size: 14px;
    color: #fff;
    margin-left: 4px;
    padding: 2px;
    
}
.contact-item.orange-text
{
    color: #EAA123;
    font-size: 24px;

}
.contact-item
{
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
    color: #ccc;
   
}

.footer-container
{
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}
.contact-item.item-title
{
  font-size: 14px;
}
.logo-footer
{
    padding-bottom: 32px;
}
.solution {
    padding: 50px 20px;
    text-align: center;
    max-width: 1250px;
    margin: 0 auto;
}

.solution-title {
    margin-bottom: 20px;
    text-align: left;
    line-height: 32px;
    text-align: left;
}

.solution-title img {
    vertical-align: middle;
    margin-right: 10px;
}

.solution-title-content {
    font-size: 20px;
    color: #285BA9;
  
}

.solution h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #000;
    text-align: left;
}

/* Styling for tabs */
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.tab {
 
    flex:1;
    background-repeat: no-repeat;
    background-position-y: center;
    text-align: left;
    font-weight: 700;
    color: #000;
    padding: 15px 30px;
    padding-left: 70px;
    padding-top: 30px;
    cursor: pointer;
   
    margin: 0 5px;
    transition: background-color 0.3s;
    border-top: 2px solid rgba(204, 204, 204, 0.6);
}
.tab.tab1
{
    background-image: url("../images/tab-1.png");
}
.tab.tab2
{
    background-image: url("../images/tab-2.png");
      background-position: left center; /* 从左侧开始，垂直居中 */
  background-size: auto 100%; /* 高度适配div高度，宽度自动按比例缩放 */
  background-repeat: no-repeat;
}
.tab.tab3
{
    background-image: url("../images/tab-3.png");
}
.tab.tab4
{
    background-image: url("../images/tab-4.png");
}

.tab.tab1:hover,.tab.tab1.active
{
    background-image: url("../images/tab-1-b.png");
}
.tab.tab2:hover,.tab.tab2.active
{
    background-image: url("../images/tab-2-b.png");
}
.tab.tab3:hover,.tab.tab3.active
{
    background-image: url("../images/tab-3-b.png");
}
.tab.tab4:hover,.tab.tab4.active
{
    background-image: url("../images/tab-4-b.png");
}

.tab:hover {
    /* background-color: #ccc; */
    color: #0056b3;
    border-top: 2px solid rgba(0, 86, 179, 0.8);
}

.tab.active {
    color: #0056b3;
    border-top: 2px solid rgba(0, 86, 179, 0.8);
    position: relative;
    top: 2px;
   
}
.tab-content-detail-more
{
  line-height: 24px;
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
}
/* Styling for tab contents */
.contents {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-content {
    display: none;
    margin: 0 auto;
    align-items: stretch; 
}

.tab-content.active {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-content.active .tab-content-text,
.tab-content.active .tab-content-image {
    flex: 1;
   
}

.tab-content-text {
    text-align: left;
    flex:1;
    margin-bottom: 20px;
   background-image: url("../images/tab-bg.png");
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    min-height: 310px;
    height: 460px;
    width: 600px;
}

.tab-content-title {
    padding-top: 30px;
    font-size: 24px;
    padding-bottom: 30px;
    color: #fff;
}

.tab-content-detail {
    font-size: 14px;
    line-height:28px;
    margin-bottom: 50px;
    color: #fff;
}

.tab-content-detail-list {
    list-style-type: none;
  
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 37px; /* 允许换行 */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tab-content-list-li {
  
    padding: 10px;
    margin-bottom: 5px;
    flex: 0 0 50%; /* 不放大、不缩小，基础宽度50% */
    box-sizing: border-box; /* 防止padding/border影响宽度计算 */
    color: #fff;
    background-image: url("../images/arrow-min.png");
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 24px;
    font-size: 14px;
}
.tab-content-image
{
    flex: 1;
   
}

.tab-content-image img {
    object-fit: cover; /* 确保图片填充容器 */
    display: block; /* 消除图片底部间隙 */
    width: 600px;
    height: 460px;

}

/* Flexbox layout for tab content */
.tab-content.active {
    flex-direction: row;
    align-items: flex-start;
}



    .fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

  .banner-title {
      bottom: 80px;
      left: 10%;
      position: absolute;
      z-index: 10;
      color: #fff;
      text-align: left;
    }

    .banner-title-2 {
      font-size: 40px;
    }

    .banner-title-1 {
      font-size: 24px;
    }

.header-default {
    background-color: rgba(255, 255, 255, 1); /* White background */
    color: rgba(0, 0, 0, 1); /* Black text */
    transition: background 0.3s, color 0.3s; /* Smooth transition */
}

.header-default nav ul li a{
    color: rgba(0, 0, 0, 1); /* Black text */
    text-decoration: none;
    transition: 0.3s;
    padding: 10px;
}
.header-default .sub.current a {
    color: rgba(0, 86, 179, 0.95);
}

/* Scrolled header style (blue background) */
.header-scrolled {
    background-color: rgba(0, 86, 179, 0.9); /* Blue background */
    color: rgba(255, 255, 255, 0.9); /* White text */
}

.header-scrolled nav ul li a{
    color: rgba(255, 255, 255, 1); /* Black text */
    text-decoration: none;
    transition: 0.3s;
    padding: 10px;
}

.header-scrolled .sub.current a {
    color: #f77400;
}

.header-scrolled nav ul li a:hover
 {
    color: #f77400!important;
}

.tab-content-detail-more
{
    color: rgba(255,255,255,0.8);
}

  a {
    display: inline-block; 
     vertical-align: top;
    transition: transform 0.3s ease; /* 过渡动画 */
  }

  /* 悬停放大 + 背景色变浅 */
a:not(:has(img)):hover {
  transform: scale(1.1);
   transform-origin: left center; /* 从左侧中心点开始缩放 */
}

      .frame-card {
            position: relative;
            border: 1px solid #ccc;
            box-shadow: inset 0 0 10px rgb(241, 245, 250, 0.1);
            background-color: rgb(200, 200, 200, 0.2);
            overflow: hidden;
            padding: 12px;
            margin: 20px;
            box-sizing: border-box;
            display: inline-block;
            vertical-align: top;
            border-radius: 8px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;

        }


        .frame-card img {
            max-width: 140px;
            max-height: 140px;
            height: auto;
            object-fit: contain;
            display: block;

        }

        .frame-card-dot {
            position: absolute;
            width: 4px;
            height: 4px;
            background-color: #ccc;
            border-radius: 50%;
            z-index: 2;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            /* 向下的柔和阴影 */
        }

        .top-left {
            top: 8px;
            left: 8px;
            transform: translate(-50%, -50%);
        }

        .top-right {
            top: 8px;
            right: 8px;
            transform: translate(50%, -50%);
        }

        .bottom-left {
            bottom: 8px;
            left: 8px;
            transform: translate(-50%, 50%);
        }

        .bottom-right {
            bottom: 8px;
            right: 8px;
            transform: translate(50%, 50%);
        }