     * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
        }
        
        body {
            color: #333;
            line-height: 1.6;
            font-size: 1rem;
             font-family: ‘microsoft yahei’ ; 
        }
        
        /* 顶部导航栏 */
        header {
            background: #ffffffcc;
            position: sticky;
            width: 100%;
            height: 60px;
            opacity: 1;
            top: 0;
            z-index: 1000;
            display: flex;
        }
        
        .nav-container {
            display: flex;
            align-items: center;
            margin: 0 ;
            height: 3.75rem;
        }
        
       .logo-container {
            display: flex;
            align-items: center;
            gap: 40px;
            width: 28px;
            height: 28px;
            margin-left :  295px;
            margin-top: 16px;
            margin-bottom: 16px;
        }
        
        .logo-img {
            position: absolute;
            height:28px;
            width: 28px;
        }
        


        .navbar{
            margin: 16px 0;
        }

        nav ul {
            display: flex;
            list-style: none;
            margin: 0px 0 0 51px
        }
        
        nav ul li {
           margin :  0 32px;        
           position :  relative;        
           width :  80px;        
           height :  27px;        
           text-align :  left;        
           font-size :  20px;        
           font-weight :  400;        
           font-family :  "Microsoft YaHei UI";
        }
        
        nav ul li a {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            padding: 5px 0;
            transition: color 0.3s;
        }
        
        nav ul li a:hover {
            color: #0EB28E;
        }
        
        nav ul li a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            transition: width 0.3s;
        }
        
        nav ul li a:hover::after {
            width: 100%;
        }
        
        
        /* 背景图 */
.banner1 {
    position: relative;
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
    margin-top: 0; /* 确保图片顶部与导航栏底部相接 */
}
.banner-content{
    margin-top: 0; 
}
.banner-content img{
   width: 100%;
   height: auto;
    /* display: block; */
}
.image-content{
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

        
        /* 主体内容 */
        .main-content {
           width: 100%;
           opacity: 1;
           background: #ffffff;
        }
        .text{
            width:100%;
    height: 67px;
    opacity: 1;
    margin: 72px 0 0;
    display: flex;
    justify-content: center;
}

        .text h2 {
            width: auto;
                height: 67px;
    opacity: 1;
    color: #132621;
    text-align: center;
    font-size: 47px;
    font-weight: 700;
    font-family: "Alibaba PuHuiTi 2.0";
    position: absolute;
    z-index: 1;
        }


    /* 下划线 */
.unline{
width: 66px;
height: 23px;
opacity: 0.4000000059604645;
background: linear-gradient(90deg, #5ce8cc 0%, #08d29b 100%);
position: absolute;
    margin: 38px 62px 4px;
}
            
/* 鑫元人 */
        .section {
            display: flex;
            align-items: center;
            width :  100%;   
            height :  400px;        
            opacity :  1;
            border-radius: 12px;
            margin: 32px 0 0;
        }
        
        .section:nth-child(even) {
            flex-direction: row-reverse;
        }
        
        .section-text{
            flex: 1;
            margin :  0px;        
            width : 58%;        
            height :  400px;
            padding: 45px 0;
        }
        .xtiao{
            width: 0px;
            height: 310px;
            opacity: 1;
            border: 1px solid #ebedf5;
            margin: 50px 0 0 115px;
        }
         .section-image {
            text-align :  center;        
            width :  38.125rem;        
            height :  auto;        
            padding: 45px 0;
         }
         .xh2{
            display: flex;
            /* justify-content: center; */
         }
        .section-text h2 {
            margin :  55px 0 18px 32px ;  
            height: 39px;
            opacity: 1;
            color: #132621;
            text-align: left;
            font-size: 26px;
            font-weight: 700;
            font-family: "Alibaba PuHuiTi 2.0";
        }
        
        .section-text p {
            margin :  18px 0px 15px 32px;      
              width : 750px;              
              opacity :  1;        
              color :    #383e3b;        
              text-align :  left;        
              font-size :  18px;        
              font-weight :  400;        
              font-family :  "Microsoft YaHei UI";
        }
    
        
        .section-image img {
            max-width: 100%;
            width: 360px;
            height: 111px;
            opacity: 1;
            margin: 20px 0 0;

        }
        @media screen and (max-width: 1920px) {
            .section-image {
              margin-right:  10rem;
            }
            .section-text {
              margin-left: 10rem;
            }
          }
          @media screen and (max-width: 1440px) {
            .section-image {
              margin-right:  0;
              margin-left: 15px;
            }
            .section-text {
              margin-left: 30px;
            }
          }
          @media screen and (min-width: 1921px) {
            .section-image {
              margin-right:  10rem;
            }
            .section-text {
              margin-left: 10rem;
            } 
          }

          
        .ad-content {
            /* 按钮  */
            margin: 62px 0 0 32px;
        }
        
        .ad-content h3 {
            font-size: 20px;
            margin-bottom: 15px;
            color: #333;
        }
        
        .ad-content ul {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 26px 0px;
            flex-wrap: wrap;
        }
        
        .ad-content li {
              margin: 0 90px 0 0;
    padding-left: 25px;
    position: relative;
    white-space: nowrap;
    height: 21px;
    opacity: 1;
    color: #383e3b;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    width: 160px;
        }
        
        .ad-content li::before {
            content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
height: 18px;
border-radius: 100px;
opacity: 1;
border: 1.3px solid #c1c8c6;
margin: 3px 0 0 0;
    }
    
    /* 对勾图标 */
    .ad-content li::after {
      content: "";
    position: absolute;
    left: 4.5px;
    top: 5px;
    width: 8.5px;
    height: 5.5px;
    transform: rotate(-45deg);
    opacity: 1;
    border: 1.5px solid #0eb28e;
    border-top: none;
    border-right: none;
    margin: 3px 0 0 0;
    }
        
        .btn{
            display: flex;
    width: 620px;
    height: 55px;
    border-radius: 6px;
    opacity: 1;
    margin: 12px 0 32px 35px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    gap: 16px;

        }
        .bt1{
            width: 54px;
            height: 55px;
            opacity: 1;
        }
         .bt1 img{
            width: 54px;
            height: 55px;
            opacity: 1;
        }
        .learn-more-btn {
          width :  78px;          
          height :  26px;        
          opacity :  1;        
          color :    #ffffff;    
         margin: 13px;      
         text-decoration: none;    
            
        }
        
        .learn-more-btn:hover {
            color: #0055aa;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
 /* 第五部分 */

.h2{
        width: 100%;
    height: 67px;
    opacity: 1;
    color: #132621;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    font-family: "Alibaba PuHuiTi 2.0";
    position: absolute;
    z-index: 1;
}
.data-title {
    font-size: 32px;
    color: #333;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.data-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 3px;
    background: #4CAF50;
}

.pp{
     width: 80%;
 height: 72px;
 opacity: 1;
 color: #383e3b;
 text-align: center;
 font-size: 18px;
 font-weight: 400;
 font-family: "Microsoft YaHei UI";
 line-height: 36px;
     margin: 34px auto ;
}


.tup1{
    max-width: 100%;
    max-height: 100%;
}
.content-wrapper img{
    width: 100%;
    height: auto;
}
 .content-wrapper {
    text-align: center;
    width: 100%;
    height: auto;
    opacity: 1;
    display: flex;
        }
        .beij{
            position: absolute;
        }
.box1{
    width:  100%;
height: auto;
opacity: 1;
background: linear-gradient(180deg, #ecfaf9 0%, #d6f8f6 99%);
background: #ffffff;
}

.c1{
    position: relative;
            display: inline-block;
            width: auto;
            height: 67px;
            opacity: 1;
            color: #132621;
            text-align: left;
            font-size: 48px;
            font-weight: 700;
            font-family: "Alibaba PuHuiTi 2.0";
            margin: 72px 0 0;
            justify-content: center;
    display: flex;

}
  /* 网格 */
.item-box{
    width: 86.3%;
    height: 87px;
    opacity: 1;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
    
.item {
        display: inline-flex;
    width: 514.67px;
    height: 87px;
    border-radius: 4px;
    opacity: 1;
    border: 2px solid #ffffff;
    background: linear-gradient(90deg, #d2f3f8 0%, #e5fcff 95%);
    text-align: center;
    justify-content: center;
}

.item-circle {
    display: inline-flex;
    border-radius: 50%;
    margin: 37.5px 11px 0 0;
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 2px solid #0eb28e;
    
}


.item-text {
    vertical-align: middle;
    width: 96px;
    height: 29px;
    opacity: 1;
    color: #383e3b;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: "Alimama ShuHeiTi";
    margin: 22px 0;
}

.custom-underline {
            position: relative;
            display: inline-block;
            width:100%;
            height: 67px;
            opacity: 1;
            color: #132621;
            text-align: center;
            font-size: 48px;
            font-weight: 700;
            font-family: "Alibaba PuHuiTi 2.0";
            margin: 64px 0 ;
        }

/* 超级超级超级难的 */

.big{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 2.375rem;
    gap: 46px;
    margin: auto;
      /* 新增代码：等比例缩放容器内所有元素 */
      transform: scale(1); /* 缩放比例可调整，0.9表示缩小到90% */
      transform-origin: top center; /* 以顶部中心为缩放原点，保持布局位置不变 */
}
.big1{
    width: 32.125rem;
    height: 350px;
    opacity: 1;
    margin: 32px 0 0;
}
.b1{
       width: 32.125rem;
    height: 86px;
    border-radius: 4px;
    opacity: 1;
    border: 2px solid #22c7a3;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.b2{
    width: 7.8125rem;
height: 78px;
opacity: 1;
background: linear-gradient(90deg, #5ce8cc 0%, #08d29b 100%);
margin: 2px;
}
.b3{
    width: 9.5rem;
height: 78px;
opacity: 1;
background: linear-gradient(90deg, #5ce8cc 0%, #08d29b 100%);
margin: 2px;
}
.b4{
        width: 4rem;
    height: 78px;
    opacity: 1;
    background: #ffffff;
}
.play-y{
  border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #90e2d0;
    opacity: 1;
    margin: 26px 28px;
}
.b5{
    width: 18.125rem;
height: 78px;
opacity: 1;
background: linear-gradient(90deg, #5ce8cc 0%, #08d29b 100%);
margin: 2px;
}
.bbbb{
    width: 4rem;
    height: 44px;
    opacity: 1;
    color: #ffffff;
 text-align: center;
 font-size: 16px;
 font-weight: 600;
 font-family: "Alibaba PuHuiTi 2.0";
 position: relative;
    top: 17px;
    left: 31px;
}
.bbbb1{
     width: 5.625rem;
 height: 44px;
 opacity: 1;
 color: #ffffff;
 text-align: center;
 font-size: 16px;
 font-weight: 600;
 font-family: "Alibaba PuHuiTi 2.0";
 position: relative;
    top: 14px;
    left: 26px;
}
.bbb{
     width: 11rem;
 height: 22px;
 opacity: 1;
 color: #ffffff;
 text-align: center;
 font-size: 16px;
 font-weight: 600;
 font-family: "Alibaba PuHuiTi 2.0";
  position: relative;
    top: 28px;
    left: 58px;
}
.item-circle1{
     display: inline-flex;
    border-radius: 50%;
    margin: 37.5px 11px 0 0;
width: 8px;
height: 8px;
opacity: 1;
background: #22c7a3;
}
.x-circle{
width: 32.125rem;
    height: 132px;
    opacity: 1;
    margin-bottom: 32px;
}
.xxx{
    position: relative;
    bottom: 12px;
}
.item-text1 {
    vertical-align: middle;
    width: 8.875rem;
 height: 34px;
 opacity: 1;
 color: #383e3b;
 text-align: center;
 font-size: 24px;
 font-weight: 600;
 font-family: "Alibaba PuHuiTi 2.0";
    margin: 22px 0;
}
/* ------------第二个大盒子------------ */
.big2{
    width: 32.125rem;
    height: 350px;
    margin: 50px 0 0 ;
}
/* 三角形容器 */
        .triangle-container {
            position: relative;
            width: 32.125rem;
            height: 54px;
            display: flex;
            justify-content: center;
        }

        /* 向上的三角形 */
        .triangle-up {
            position: absolute;
            width: 0;
            height: 0;
            border-left: 257px solid transparent;
            border-right: 257px solid transparent;
            border-bottom: 54px solid #90e2d0;
        }

        /* 三角形内部的文本 */
        .triangle-text {
            position: absolute;
            top: 22px; /* 垂直居中位置 */
            width: 100%;
            text-align: center;
            color: #0eb28e;
            font-size: 16px;
            font-weight: 600;
            font-family: "Alibaba PuHuiTi 2.0", sans-serif;
            z-index: 1;
        }
/* ------------------ */
.data-layer {
    width: 32.125rem;
    height: 82px;
    border-radius: 4px;
    opacity: 1;
    padding: 4px;
    position: relative;
    margin: 12px 0 0;
    background: linear-gradient(90deg, #5ce8cc 0%, #08d29b 100%);
}

.category {
        color: #0EB28E;
    text-align: center;
    flex-grow: 1;
    padding-top: 5px;
    margin-right: 2px;
    width: 125px;
    height: 32px;
    opacity: 1;
    background: #f8fffd;
}


.category:last-child {
    margin-right: 0;
}
.category-t{
    bottom: 12px;
    height: 22px;
    opacity: 1;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: "Alibaba PuHuiTi 2.0";
    position: absolute;
    left: 201px;
}
/* ---------第3个大盒子-------- */
.data-layer1 {
    width: 22.4375rem;
    height: 78px;
    border-radius: 4px;
    opacity: 1;
    padding: 4px;
    position: relative;
    margin: 12px 0 0;
    background: linear-gradient(90deg, #5ce8cc 0%, #08d29b 100%);
}

.category {
    color: #0EB28E;
    text-align: center;
    flex-grow: 1;
    padding-top: 5px;
    margin-right: 2px;
    width: 7.8125rem;
    height: 32px;
    opacity: 1;
    background: #f8fffd;
    text-align: center;
 font-size: 16px;
 font-weight: 600;
 font-family: "Alibaba PuHuiTi 2.0";
}






/* ---------数据治理及相关工具--------- */
.xbox1{
    display: flex;
    justify-content: space-between;
}
.xbox2{
    width: 22.4375rem;
    height: 128PX;
}
.gju{
    width: 3.875rem;
    height: 128px;
    border-radius: 4px;
    opacity: 1;
    background: linear-gradient(90deg, #5ce8cc 0%, #08d29b 100%);
    position: relative;
    margin: 16px 0px 0 0;
}
.gj-t{
 width: 2.375rem;
 height: 90px;
 opacity: 1;
 color: #ffffff;
 text-align: center;
 font-size: 16px;
 font-weight: 600;
 font-family: "Alibaba PuHuiTi 2.0";
 line-height: 18px;
 margin: 19px 12px;
 position: absolute;
}
.data-layer1 {
    width: 22.4375rem;
    height: 76px;
    border-radius: 4px;
    opacity: 1;
    padding: 4px 5px;
    position: relative;
    margin: 16px 0 0;
    background: linear-gradient(90deg, #5ce8cc 0%, #08d29b 100%);
}

.category1 {
    color: #0EB28E;
    text-align: center;
    width: 7.1875rem;
    height: 32px;
    opacity: 1;
    background: #f8fffd;
}

.category-t1{
    color: #0EB28E;
    text-align: center;
    width: 21.8125rem;
    height: 32px;
    opacity: 1;
    background: #f8fffd;
    margin: 4px 0;
    position: relative;
}
.little{
    display: flex;
    position: relative;justify-content: space-between;
}
.caty1{
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: "Alibaba PuHuiTi 2.0";
    width: 22.4375rem;
    height: 36px;
    border-radius: 4px;
    opacity: 1;
    margin-top: 16px;
background: linear-gradient(90deg, #5ce8cc 0%, #08d29b 100%);
}
.box-p1{
    height: 22px;
    opacity: 1;
    color: #0eb28e;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: "Alibaba PuHuiTi 2.0";
}
.box-p2{
 height: 22px;
 opacity: 1;
 color: #ffffff;
 text-align: center;
 font-size: 16px;
 font-weight: 600;
 font-family: "Alibaba PuHuiTi 2.0";
padding: 5px 0;
}
.box-p11{
    height: 22px;
    opacity: 1;
    color: #0eb28e;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 4px 0;
    font-family: "Alibaba PuHuiTi 2.0";
}
/* -------盒子3------- */
.big3{
    width: 32.125rem;
    height: 350px;
    opacity: 1;
    margin: 32px 0 0 ;
}
.x-border{
    width: 32.125rem;
height: 82px;
border-radius: 4px;
opacity: 1;
border: 2px solid #90e2d0;
position: relative;
}

.axis-container {
            position: relative;
            width:19.75rem;
            height: 50px;
            margin: 16px 99px;
        }

        /* X轴 */
        .x-axis {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            border: 1px solid #22c7a3;
        }

        /* Y轴 */
        .y-axis {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 100%;
            border: 1px solid #22c7a3;
        }

           /* X轴实心箭头 */
        .x-axis::after {
    content: '';
    position: absolute;
    right: -6px;
    top: -4px;
    width: 0;
    height: 0;
    border-left: 6px solid #22C7A3;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
        }

        /* Y轴实心箭头（向外） */
        .y-axis::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -4px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #22C7A3;
        }

        /* X轴标签 */
        .x-label {
    position: absolute;
    bottom: 10px;
    right: -65px;
    height: 22px;
    opacity: 1;
    color: #0eb28e;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: "Alibaba PuHuiTi 2.0";
        }

        /* Y轴标签 */
        .y-label {
    position: absolute;
    top: -10px;
    left: -70px;
    height: 22px;
    opacity: 1;
    color: #0eb28e;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: "Alibaba PuHuiTi 2.0";
        }
.tiaox{
width: 244px;
height: 36px;
opacity: 1;
background: linear-gradient(90deg, #5ce8cc 0%, #08d29b 100%);
position: absolute;
top: 16px;
right: 99px;
}
/* --------------------- */
.x-border2{
width: 514px;
height: 102px;
border-radius: 4px;
opacity: 1;
border: 2px solid #90e2d0;
}

.axis-container2 {
            position: relative;
            width: 397px;
            height: 64px;
            margin: 16px 99px;
        }

        /* X轴 */
        .x-axis2 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            border: 1px solid #22c7a3;
        }

        /* Y轴 */
        .y-axis2 {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 100%;
            border: 1px solid #22c7a3;
        }

        /* Y轴标签 */
        .y-label2 {
    position: absolute;
    top: -10px;
    left: -70px;
    height: 22px;
    opacity: 1;
    color: #0eb28e;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: "Alibaba PuHuiTi 2.0";
        }
.bar-chart{
    width: 397px;
height: 64px;
opacity: 1;
    align-items: flex-end;
    position: relative;
    display: flex;
}
.bar {
            background: linear-gradient(0deg, #5ce8cc 0%, #08d29b 100%);
            width: 30px;
            position: relative;
            margin-left: 51px;
        }
.bar:after {
    content: attr(data-label);
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    color: #0eb28e;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    font-family: "Alibaba PuHuiTi 2.0";
    width: 22px;
    height: 14px;
}
        
        /* 底部 */
        footer {
            position: absolute;
            text-align :  center;  
            width :  100%;        
            height :  102px;        
            opacity :  1;        
            background :    #22c7a3;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        footer p {
            width :  auto;    
            width: auto;    
            height :  48px;        
            opacity :  1;        
            color :    #f8fffd;        
            text-align :  center;        
            font-size :  16px;        
            font-weight :  400;        
            font-family :  "Microsoft YaHei UI";        
            line-height :  24px;         
        }
        .foot{
            display: flex;
            align-items: center;
            justify-content: center;
            }
        @media (max-width: 768px) {
            .section {
                flex-direction: column;
            }
            
            .section:nth-child(even) {
                flex-direction: column;
            }
            
            .ad-content ul {
                flex-wrap: wrap;
            }
            
            .ad-content li {
                white-space: normal;
                margin-bottom: 8px;
            }
        }
/* 返回按钮 */
.back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background-color: #22c7a3;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }

        .back-to-top.show {
            opacity: 1;
            visibility: visible;
        }

        /* 箭头图标 */
        .arrow-up {
            width: 20px;
            height: 20px;
            border: solid white;
            border-width: 0 8px 8px 0;
            transform: rotate(-135deg);
        }

        /* 悬停效果 */
        .back-to-top:hover {
            background-color: #4a8aff;
            transform: translateY(-3px);
        }

         /* 窗口交互 */
       #icon {
        position: fixed;
    bottom: 120px;
    right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
  height: 110px;
  transition: transform 0.3s ease;
}

#chat-icon  {
  width: 80px;
  height: 80px;
  border-radius: 50%;

}
#chat-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#icon-p {
    color: white;
    font-family: Arial, sans-serif;
    width: 98px;
    height: 30px;
    border-radius: 194px;
    opacity: 1;
    border: 2px solid #ffffff;
    background: linear-gradient(90deg, #0ed3ac 0%, #00c590 97%);
    box-shadow: 0 -4px 10px 0 #00352a33;
    margin-top: -18px;
}
#icon-p p{
    height: 20px;
    opacity: 1;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: "Alimama ShuHeiTi";
    letter-spacing: 1.92px;
} 
#icon:hover #chat-icon {
      transform: scale(1.1);
      cursor: pointer
    }
    
    #icon:hover #icon-p {
      transform: translateY(-2px);
      background-color: #059669;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
        #chat-window {
            position: fixed;
            bottom: 80px;
            right: 20px;
            width: 300px;
            height: 400px;
            background-color: white;
            border: 1px solid #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            transform: translateY(20px);
            opacity: 0;
            visibility: hidden;
            transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
        }
        #chat-window.active {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }
        #chat-header {
            padding: 10px 15px;
            background-color: #22c7a3;
            color: white;
            font-weight: bold;
            cursor: move;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
            #chat-window img {
            width: 30px;
            height: 30px;
         }
         #chat-header p {
    margin-left: 10px;
}
        #chat-messages {
            flex: 1;
            min-height: 200px;
            max-height: 450px;
            overflow-y: auto;
            padding: 10px;
            background-color: #f9f9f9;
        }
        #chat-input {
                display: flex;
    position: absolute;
    width: 300px;
    padding: 20px 20px;
    border-top: 1px solid #EBEDF5;
    bottom: 1px;

        }
        #message-input {
            flex: 1;
            padding: 8px;
            border:1px solid #EBEDF5;
            border-radius: 4px;
            margin-right: 10px;
            transition: border-color 0.2s ease; /* 添加过渡效果 */
        }
        #message-input:focus {
            outline: none; /* 移除默认的聚焦轮廓 */
        border: 1px solid #22c7a3;
}
        #send-button {
            padding: 8px 15px;
            background-color: #22c7a3;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        #send-button:hover {
            background-color: #0056b3;
        }
        .user-message, .bot-message {
            margin: 8px 0;
            padding: 10px;
            border-radius: 6px;
            max-width: 85%;
        }
        .user-message {
                background-color: #F8FFFD;
    margin-left: auto;
    border: 1px solid #EBEDF5;
        }
        .bot-message {
                background-color: #ffffff;
    border: 1px solid #EBEDF5;
        }
        .content {
            padding: 20px;
        }
        p{
            margin-bottom: 0 !important;
          }
          button,
          input,
          optgroup,
          select,
          textarea {
            font-size: .75rem !important; /* 设置具体大小 */
            line-height: 0 !important; /* 设置具体行高 */
          }
  /* 断点媒体查询 */
        /* 响应式调整 */
        @media (max-width: 768px) {
            .section, .section2 {
              flex-direction: column;
              width: 100%;
              margin: 32px 0;
              height: auto;
            }
          
            .section:nth-child(even), .section2:nth-child(even) {
              flex-direction: column;
            }
          
            .section-text, .section-text2 {
              width: 100%;
              padding: 20px;
            }
            .section-text2{
              margin-left: 0;
            }
            .section-image, .section-image2 {
              width: 100%;
              margin: 20px 0;
              display: flex;
              align-items: center;
              justify-content: center;
            }
          
            .section-image img, .section-image2 img {
              width: 60%;
              height: auto;
              max-width: 100%;
              object-fit: contain;
            }
            .section-image,.section-image2{
              height:auto;
              flex-wrap: wrap;
            }
          
            .section-text p, .section-text2 p {
              width: 100%;
              margin: 10px 0;
              padding: 0 10px;
            }
          
            .ad-content ul, .ad-content2 ul {
              flex-wrap: wrap;
              justify-content: center;
              margin: 0;
            }
          
            .ad-content li, .ad-content2 li {
              white-space: normal;
              margin: 8px;
              width: 100%;
              height: auto;
            }
            .tu,.box1{
              height: auto;
            }
            .pp{
                width: 100%;
                height: auto;
            }
            .item-box{
                width: 100%;
                height: auto;
            }
            .item{
                width: 100%;
                height: 80%;
            }
            .item-text{
                font-size: 16px;
                margin: 0;
            }
            .item-circle{
               margin:5px 0;
            }
            .xtiao{
                height: 0px;
            }
          }
          /* 响应式调整 */
          @media (max-width: 768px) {
            .back-to-top {
              bottom: 20px;
              right: 20px;
              width: 45px;
              height: 45px;
            }
          }
          
          /* 响应式导航栏样式 */
          @media (max-width: 1379.98px) {
            .navbar {
              position: fixed;
              top: 60px;
              left: 0;
              right: 0;
              background: #ffffffcc;
              padding: 1rem;
              display: none;
            }
          
            .navbar.show {
              display: block;
            }
          
            nav ul {
              flex-direction: column;
              margin: 0 !important;
              align-items: center;
            }
          
            nav ul li {
              margin: 10px 0 !important;
              width: auto !important;
            }
          
            .navbar-toggler {
              display: block;
              border: none;
              padding: 1.5rem;
            }
          
            .navbar-toggler:focus {
              outline: none;
            }
          
            .navbar-toggler-icon {
              display: inline-block;
              width: 1.5em;
              height: 1.5em;
              vertical-align: middle;
              background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(19, 38, 33, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
              background-repeat: no-repeat;
              background-position: center;
              background-size: 100%;
            }
          }
          
          @media (min-width: 1380px) {
            .navbar {
              display: block !important;
            }
          
            .navbar-toggler {
              display: none;
            }
          
            nav ul {
              margin: 0px 0 4px 51px !important;
            }
          
            nav ul li {
              margin: 0 32px !important;
            }
          }
          @media (max-width: 1200px) {
              .ad-content ul {
                flex-direction: column;
              }
            }
/* big等比例缩小 */
            @media (max-width: 1440px) {
                .big {
                    transform: scale(0.75);
                }
            }
            @media (max-width: 768px) {
                .big {
                    transform: scale(0.225);
                }
            }