
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* overflow-x: hidden;
    overflow-y: initial; */
}
body{
    /* overflow-x: hidden; */
    /* max-width: 768px;
    margin: 0 auto; */
}
ul {
    
    list-style: none;
}

a {
    text-decoration: none;
}
:root{
    --p-right:10px;
    --l-size:12px;
    --m-size:10px;
    --s-size:8px;
}
.index-header {
    /* box-sizing: border-box; */
    background: #fff;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;

    align-items: center;
    padding: 20px var(--p-right);
    transition: all 0.3s ease; 
}

/* 固定在顶部时的样式 */
.index-header.fixed {
    width: 100%;
    height: initial;
    position: fixed;
    top: 0;
    left: 0;
  z-index: 1000;
  padding: 10px var(--p-right);
  background-color: #fff; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* 添加阴影 */
  animation: slideDown 0.3s ease-out; /* 固定时的动画 */
}
.index-header.fixed .logo-img{
    
}
 
@keyframes slideDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
 
.header-placeholder {
  display: none;
}
 
.header-placeholder.active {
  display: block;
  height: 40px; 
}

.logo-img {
    width: 83.8px;
    height: 20px;
}

.index-header ul {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.index-header ul li{
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.index-header ul li a {
    font-weight: normal;
    font-size: 8px;
    color: #1A1A1A;
}

.index-header ul li a:hover {
    color: #0061F0;
}

.index-banner {
    width: 100%;
    height: 3.0933333333333333rem;
}

.index-banner .banner-img {
    display: block;
    width:  100%;
    height:  100%;
}

.clbj-banner {
    /* height: 382px; */
    box-sizing: border-box;
    padding: 20px var(--p-right) 20px var(--p-right);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: inherit;
    /* gap: 61px; */
}

.clbj-banner-box{
     /* width: 560px;
    height: 382px; */
    overflow: hidden;
}
.clbj-banner .banner-img {
    width: 100%;
    height: 200px;
}
.clbj-banner .banner-img:hover{
   transform: scale(1.05);
  transition: ease all 0.4s;
  cursor: pointer;
}
.clbj-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.clbj-content .h2 {
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    margin-bottom: 10px;
}


.clbj-content div {
    /* width: 779px; */
    font-size: 10px;
    color: #666666;
}

.yjfx-banner {
    /* height: 1056px; */
    background-color: #F7FAFF;
    padding: 20px var(--p-right);

}

.yjfx-banner h2 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    margin-bottom: 10px;
}

.yjfx-banner ul {
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    gap: 20px;
}

.yjfx-banner ul .yjfx-item-left {
    background-image: url("../img/background1@2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex: 1;
    /* width: 138px; */
    /* height: 72px; */
    padding: 8px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);  */
    transition: transform 0.3s ease,box-shadow 0.3s ease;
    cursor: pointer;
}
.yjfx-banner ul .yjfx-item-left:hover{
 transform: translateY(-5px);  
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);  
} 

.yjfx-banner ul .yjfx-item-right {
    background-image: url("../img/background2@2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
   /* width: 138px; */
   flex: 1;
    /* height: 72px; */
    padding: 8px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);  */
    transition: transform 0.3s ease,box-shadow 0.3s ease;
    cursor: pointer;
}
.yjfx-banner ul .yjfx-item-right:hover{
 transform: translateY(-5px);  
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);  
} 

.yjfx-banner ul li .title {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: bold;
    font-size: var(--l-size);
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5px;
    background: linear-gradient(90deg, #209FF9 0%, #0061F0 100%);
    /* 渐变方向和颜色 */
    -webkit-background-clip: text;
    /* 关键属性：将背景裁剪为文字形状 */
    background-clip: text;
    color: transparent;
    /* 隐藏文字原始颜色，显示背景渐变 */

}

.yjfx-banner ul li .content {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    font-size: var(--m-size);
    color: #666666;
    text-align: justified;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0px;
    word-break: break-all;
    min-height: 100px;
}

.yjfx-banner ul li .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.yjfx-banner ul li .tabs span:not(:last-child) {
    padding: 2px 3px;
    border-radius: 8px;
    border: 0.2px solid #0061F0;
    font-weight: normal;
    font-size: var(--s-size);
    color: #0061F0;
}

.yjfx-banner ul li .tabs span:last-child {
    width: 5px;
    height: 4px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    font-size: var(--s-size);
    color: #0061F0;
    text-align: justified;
    font-style: normal;
    text-transform: none;
}

.yjfx-footer {
    margin-top: 4px;
    background-image: url("../img/background3@2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow-x: scroll;
    padding: 8px 8px;
     /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);  */
    transition: transform 0.3s ease,box-shadow 0.3s ease;
    cursor: pointer;
}
.yjfx-footer:hover{
 transform: translateY(-5px);  
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);  
} 

.yjfx-footer .title {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    font-size: var(--l-size);
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(90deg, #209FF9 0%, #0061F0 100%);
    /* 渐变方向和颜色 */
    -webkit-background-clip: text;
    /* 关键属性：将背景裁剪为文字形状 */
    background-clip: text;
    color: transparent;
    /* 隐藏文字原始颜色，显示背景渐变 */
}

.yjfx-footer .message {
    display: flex;
    justify-content: space-between; 
 /* grid-template-columns: repeat(3, 1fr); */
}

.yjfx-footer .message .message-child{
     margin-top: 2px;
     padding: 0 10px;
}

.yjfx-footer .message .message-child .icon {
    width: 40px;
    height: 35px;
}

.yjfx-footer .message .message-child-two .icon {
    margin-left: 10px;
}

.yjfx-footer .message .message-child-three .icon {
    margin-left: 10px;
}


.yjfx-footer .message .message-child-two .msg {
    /* height: 60%; */
    padding: 0 12px; 
     border-right: 0.2px solid #C3D8FA; 
     border-left: 0.2px solid #C3D8FA;
}


.yjfx-footer .message .message-child .msg .sub-title {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    font-size: var(--m-size);
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5px;
    white-space: nowrap;
    background: linear-gradient(90deg, #209FF9 0%, #0061F0 100%);
    /* 渐变方向和颜色 */
    -webkit-background-clip: text;
    /* 关键属性：将背景裁剪为文字形状 */
    background-clip: text;
    color: transparent;
    /* 隐藏文字原始颜色，显示背景渐变 */
    margin: 2px 0;
}

.yjfx-footer .message .message-child .msg .desc {
    /* width: 73px; */
    /* height: 66px; */
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    font-size: var(--s-size);
    color: #666666;
    text-align: justified;
    font-style: normal;
    text-transform: none;
    text-align: justify; /* 两端对齐 */
    text-justify: inter-word; /* 调整单词间距（可选） */
}

 

.mbgh-banner {
    padding: 4px var(--p-right);
    background-color: #fff;

}

.mbgh-banner h2 {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.mbgh-banner ul {
    display: flex;
    justify-content: space-between;
    gap: 4px;
}

.mbgh-banner ul li {
    padding: 8px;
    width: 30%;
    /* height: 8px; */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);  */
    transition: transform 0.3s ease,box-shadow 0.3s ease;
    cursor: pointer;
}

.mbgh-banner ul li:hover{
 transform: translateY(-5px);  
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);  
} 

.mbgh-banner ul li .title {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    font-size: var(--l-size);
    text-align: justified;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(90deg, #209FF9 0%, #0061F0 100%);
    /* 渐变方向和颜色 */
    -webkit-background-clip: text;
    /* 关键属性：将背景裁剪为文字形状 */
    background-clip: text;
    color: transparent;
    /* 隐藏文字原始颜色，显示背景渐变 */
    margin-bottom: 2.6px;
}

.mbgh-banner ul li .content {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    height: 40px;
    font-size: var(--m-size);
    color: #666666;
    text-align: justified;
    font-style: normal;
    text-transform: none;
}

.mbgh-banner ul li .mbgh-child-item {
    display: flex;
    align-items: flex-start;
}

.mbgh-banner ul li .mbgh-child-item:not(:last-child) {
    margin-bottom: 2px;
}

.mbgh-banner ul li .mbgh-child-item span {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    font-size: var(--s-size);
    color: #333333;
    text-align: justified;
    font-style: normal;
    text-transform: none;
}
.mbgh-banner ul .mbgh-child{
    position: relative;
    z-index: 2;
    overflow: hidden;
    
}
.mbgh-banner ul .mbgh-child:hover  .backimg{
    transform: scale(1.25);
}
.mbgh-banner ul .mbgh-child:hover{
    transform: scale(1.02);
}
.mbgh-banner ul .mbgh-child .backimg{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: transform 0.3s ease;
}



.icon4 {
    width: 5px;
    height: 5px;
    margin-right: 2px;
}

.fzgh-banner {
    /* height: 220px; */
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url("../img/background7.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fzgh-banner .h2 {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.fzgh-banner>ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow-x: hidden;
}
.fzgh-banner>ul .dot{
        width: 20px;
    height: 20px;
    position: absolute;
    top: 153px;
    bottom: 75px;
    z-index: 100;
}
.fzgh-banner>ul .dot:nth-child(1){
     left: calc((20% - 18px) / 2 );
}
.fzgh-banner>ul .dot:nth-child(2){
     left: calc((20% - 18px) / 2 + 20% );
}
.fzgh-banner>ul .dot:nth-child(3){
     left:calc((20% - 18px) / 2 + 40% );
}
.fzgh-banner>ul .dot:nth-child(4){
     left:calc((20% - 18px) / 2 + 60% );
}
.fzgh-banner>ul .dot:nth-child(5){
     left:calc((20% - 18px) / 2 + 80% );
}




.fzgh-banner>ul>li {
    width: 20%;
    height: 400px;
    /* height: 138.5px; */
    background-image: url("../img/item-bg.png");
     background-repeat: no-repeat;
     background-size: 100% 100%;
    /* background: linear-gradient(90deg, #D9ECFC 0%, #F8FCFE 30%, #DEEFFD 80%); */
    display: flex;
    backdrop-filter: blur(12px);
    flex-direction: column;
    padding-top: 12px;
    /* justify-content: center; */
    /* align-items: center; */
    flex-shrink: 0;
    position: relative;
}

.fzgh-banner>ul>li>.icon5 {
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.fzgh-banner>ul>li>.title {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    font-size: var(--l-size);
   width: 70%;
    min-height: 50px;
    margin: 0 auto;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(90deg, #209FF9 0%, #0061F0 100%);
    /* 渐变方向和颜色 */
    -webkit-background-clip: text;
    /* 关键属性：将背景裁剪为文字形状 */
    background-clip: text;
    color: transparent;
    /* 隐藏文字原始颜色，显示背景渐变 */
    margin-bottom: 2px;
    margin-top: 4px;
}

.fzgh-banner>ul>li>.img1 {
    display: block;
    margin: 0px auto;
    width: 13px;
    height: 10px;
    margin-bottom: 1.8px;
     animation: bounce 1.6s infinite ease-in-out;
}

/* 上下闪动动画 */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.8;
  }
  50% {
    transform: translateY(3px);
    opacity: 1;
  }
}

.fzgh-banner>ul>li>.subtitle {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    width: 80%;
    height: 40px;
    font-size: 8px;
    margin-bottom: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
    background: linear-gradient(90deg, #209FF9 0%, #0061F0 100%);
    /* 渐变方向和颜色 */
    -webkit-background-clip: text;
    /* 关键属性：将背景裁剪为文字形状 */
    background-clip: text;
    color: transparent;
    /* 隐藏文字原始颜色，显示背景渐变 */
    display: flex;
    flex-direction: column;
}

.fzgh-banner>ul>li>ul {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    height: 180px;
}

 

.fzgh-banner>ul>.line-img {
    width: 100%;
    height: 5px;
    position: absolute;
    top: 157.5px;
    bottom: 77px;
    z-index: 2;
    
}
.fzgh-banner>ul>.line-img.visible{
 animation: shoot 1.1s ease-out;
}

@keyframes shoot {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(0px); /* 最终向右移动 100px */
    }
}

.fzgh-banner>ul>li .dot {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 97px;
    z-index: 100;
}

 

.fzgh-banner>ul>.fzgh-item-five ul {
    margin: 0 auto;
}

.fzgh-banner>ul>li ul li::before {
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    left: 1.3px;
    top: 2px;
    background-color: #333333;
    border-radius: 50%;
}

.fzgh-banner>ul>li>ul>li {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    font-size: var(--s-size);
    color: #333333;
    text-align: justified;
    font-style: normal;
    text-transform: none;
    margin-bottom: 4px;
    position: relative;
    padding-left: 4px;
}

.yjcg-banner {
    padding: 10px var(--p-right);
    background-color: #fff;
}

.yjcg-banner h2 {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.myjcg-content {
    /* width: 848px; */
    /* height: 132px; */
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    font-size: var(--m-size);
    color: #666666;
    text-align: justified;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
    margin-bottom: 10px;
}

.yjcg-banner .yjcg-list {
    width: 90%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F7FAFF;
}

.yjcg-banner .yjcg-list .yjcg-child {
    min-height: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
}

.yjcg-banner .yjcg-list .yjcg-child .num{
    animation: countUp 3s ease-out forwards;
}

@keyframes countUp {
    from {
        counter-reset: num 0;
        content: "0";
    }
    to {
        counter-reset: num 100; /* 目标值 */
        content: "100";
    }
}
.counter::before {
    content: counter(num);
}

.yjcg-banner .yjcg-list .yjcg-child:first-child {
    border-right: 0.2px solid #C3D8FA;
}

.yjcg-banner .yjcg-list .yjcg-child .title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    font-size: var(--l-size);
    color: #333333;
    /* width: 256px; */
}

.yjcg-banner .yjcg-list .yjcg-child .num {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(90deg, #209FF9 0%, #0061F0 100%);
    /* 渐变方向和颜色 */
    -webkit-background-clip: text;
    /* 关键属性：将背景裁剪为文字形状 */
    background-clip: text;
    color: transparent;
    /* 隐藏文字原始颜色，显示背景渐变 */
}

.kyhz-banner {
    background-color: #F7FAFF;
    padding: 10px var(--p-right);
}

.kyhz-banner h2 {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.kyhz-banner .kyhz-content {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    font-size: var(--l-size);
    color: #666666;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    margin-bottom: 4px;
}

.kyhz-banner .kyhz-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    
}

.kyhz-banner .kyhz-list .box {
    width: 60px;
    height: 100px;
    border-radius: 2.4px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5px 8px;
    margin-top: 2px;
}

.kyhz-banner .kyhz-list .box .num {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: bold;
    font-size: var(--l-size);
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.kyhz-banner .kyhz-list .box .txt {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: bold;
    font-size: var(--m-size);
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(90deg, #209FF9 0%, #0061F0 100%);
    /* 渐变方向和颜色 */
    -webkit-background-clip: text;
    /* 关键属性：将背景裁剪为文字形状 */
    background-clip: text;
    color: transparent;
    /* 隐藏文字原始颜色，显示背景渐变 */
}

.kyhz-banner .kyhz-list .gap {
    /* width: 2px; */
    /* height: 10px; */
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.kyhz-banner .kyhz-list .gap img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.project-banner {
    padding: 10px var(--p-right);
    background-color: #fff;
}

.project-banner h2 {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.project-banner .project-content {
    width: 7.573333333333333rem;
    height: 7.8rem;
    position: relative;
    margin: 0 auto;
    /* border: 1px solid ; */
}


.project-banner .project-content .img-apply {
    width: 100%;
    height: 100%;
    cursor: pointer;
}



.project-banner .project-content .dot1 {
     width: 0.3243rem;
    height: 0.3243rem;
    position: absolute;
     top: 0.8668rem;
    left: 1.7866666666666666rem;
}

.project-banner .project-content .dot1line {
    width: fit-content;
    font-size: 10px;
    font-weight: bold;
    color: #209FF9;
    position: absolute;
    z-index: 999;
    line-height: 0;
    top: calc(0.8668rem + 0.1643rem);
    left: 0.7rem;
   
}

.project-banner .project-content .dot2 {
    width: 0.3243rem;
    height: 0.3243rem;
    position: absolute;
    top: 0.8668rem;
    right: 1.7866666666666666rem;
}

.project-banner .project-content .dot2line {
     width: fit-content;
    font-size: 10px;
    font-weight: bold;
    color: #209FF9;
    position: absolute;
    z-index: 999;
    line-height: 0;
    top: calc(0.8668rem + 0.1643rem);
    right: 0.7rem;
}

.project-banner .project-content .dot3 {
   width: 0.3243rem;
    height: 0.3243rem;
    position: absolute;
    bottom:0.89rem;
    left: 1.7066666666666668rem;
}

.project-banner .project-content .dot3line {
     width: fit-content;
    font-size: 10px;
    font-weight: bold;
    color: #209FF9;
    position: absolute;
    z-index: 999;
    line-height: 0;
    bottom: calc(0.89rem + 0.1643rem);
    left:0.6rem;
        
}

.project-banner .project-content .dot4 {
   width: 0.3243rem;
    height: 0.3243rem;
    position: absolute;
   bottom:0.89rem;
    right: 1.7066666666666668rem;
}

.project-banner .project-content .dot4line {
      width: fit-content;
    font-size: 10px;
    font-weight: bold;
    color: #209FF9;
    position: absolute;
    z-index: 999;
    line-height: 0;
     bottom: calc(0.89rem + 0.1643rem);
    right:0.6rem;
     
}

.know-one {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
     top: calc(0.8668rem + 0.1643rem - 1.0811rem);
    /* top: -0.1351rem; */
    left: -1rem;
}

.know-two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
     top: calc(0.8668rem + 0.1643rem - 1.0811rem);
    right: -1rem;
}

.know-three {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
     bottom: calc(0.89rem + 0.1643rem - 0.8649rem);
    /* bottom: 0.1351rem; */
    left: -1rem;
}

.know-four {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
     bottom: calc(0.89rem + 0.1643rem - 0.8649rem);
    right: -1rem;
}

.project-text {
    width: 1.6216rem;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    font-size: 0.2703rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}

.project-icon {
    width: 1.0811rem;
    height: 1.0811rem;
}

.footer-content {
    padding: 10px var(--p-right);
    /* width: 1920px; */
    height: 160px;
    background: linear-gradient(90deg, #209FF9 0%, #0061F0 100%);
    border-radius: 0px 0px 0px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-content .qrcode {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
}

.footer-content .qrcode img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin-right: 10px;
}

.footer-content .qrcode .lianxi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-content .qrcode .lianxi >div{
	display:flex;
	align-items:center;
}

.footer-content .qrcode .lianxi>div>img {
    width: 12px;
    height: 12px;
    margin-right: 11px;

}

.footer-content .qrcode .lianxi>div>span {
    /* height: 34px; */
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-content .qrcode .lianxi>.tel {
    /* height: 84px; */
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}

.footer-content .link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.footer-content .link .link-btn {
    width: 130px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px 0px 10px 0px; */
    font-weight: normal;
    font-size: 10px;
    color: #FFFFFF;
    border-radius: 48px 48px 48px 48px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    transition: transform 0.3s ease-out;
}

.footer-content .link .link-btn:first-child {
    margin-bottom: 10px;
}

.footer-content .link .link-btn img {
    width: 20px;
    height: 20px;
}

.footer-content .link .link-btn:active{
    transform: translateY(10px);
}


.slide-up{
    opacity: 0;
    transform: translateY(130px);
    transition: opacity 0.3s ease-out, transform 0.4s ease-out;
}
.slide-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 弹窗整体样式 */
.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease-out;
}

.modal-content {
  background-color: #fefefe;
  padding: 0.5405rem 0.5405rem 0.5405rem 0.5405rem;
  width: 8.1081rem;
  /* height: 200px; */
  max-width: 22.1622rem;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
 left: 50%;
}

.close {
  position: absolute;
  top:0.1081rem;
  right: 0.1081rem;
  width: 0.5405rem;
  height: 0.5405rem;
  cursor: pointer;
}

.contact-info {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0.8108rem;
}



.contact-info h2{
    font-weight: bold;
    font-size: 0.3243rem;
    color: #333333;
    padding-left: 0.1351rem;
    position: relative;
    margin-bottom: 0.0703rem;
}
.contact-info p{
    font-weight: normal;
font-size: var(--l-size);
color: #666666;
margin-bottom: 0.1351rem;
padding-left:0.0703rem;
}
.contact-info h2:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.0541rem;
    height: 0.2703rem;
    background: linear-gradient(180deg, #209FF9 0%, #0061F0 100%);
}
.flex_box{
    display: flex;
    justify-content: flex-start;
    align-items: inherit;
    /* height: 68.4px; */
}
.form-info{
    flex: 1;
}
.form-info h2{
     font-weight: bold;
    font-size: 0.3243rem;
    color: #333333;
    padding-left: 0.1351rem;
    position: relative;
    margin-bottom: 0.0541rem;

}

.form-info h2:before{
  content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
     width: 0.0541rem;
    height: 0.2703rem;
    background: linear-gradient(180deg, #209FF9 0%, #0061F0 100%);
}

 
.form-group {
  margin-bottom: 0.2703rem;
  display: flex;
  align-items: center;
}
.form-group:last-child{
    align-items: flex-start !important;
}
.form-group:last-child label{
    padding-top: 0.0703rem;
}

.form-group label {
  display: block;
  width: fit-content;
  margin-right: 0.0432rem;
  flex-shrink: 0;
  font-weight: normal;
font-size: var(--m-size);
color: #666666;
}


.form-group input{
      width: 100%;
      height: 0.5405rem;
  border-radius: 0.0541rem;
  background-color: #F7FAFF;
     border:  0.0054rem solid transparent;
    padding-left: 0.0703rem;
}
.form-group textarea {
  width: 100%;
  border-radius: 0.0432rem;
  background-color: #F7FAFF;
}
/* .form-group input{
    height: 20px;
 
} */
input:focus{
  border: 0.2px solid #1890F7; /* 绿色边框 */
  outline: none; /* 可选：移除默认的聚焦轮廓线 */
}
.form-group .textarea-group{
     width: 100%;
    height: 1.8919rem;
    position: relative;
}
.form-group .textarea-group .char-count{
    position: absolute;
    bottom: 0.0892rem;
    right: 0.0703rem;
    font-size:  0.0703rem;
    font-weight: normal;
    font-size:  0.0703rem;
    color: #999999;
}

.form-group .textarea-group textarea {
    width: 100%;
    height: 100%;
    padding: 0.0703rem;
    border:  0.0054rem solid transparent;
    resize: none;
    position: absolute;
    top: 0;
}
.form-group .textarea-group textarea:focus{
 border:  0.0054rem solid #1890F7; /* 绿色边框 */
  outline: none; /* 可选：移除默认的聚焦轮廓线 */
}

.char-count {
  display: block;
  text-align: right;
  color: #666;
  font-size: 0.0703rem;
}

.submit-btn {
width: 100%;
margin-top: 0.1622rem;
   background: linear-gradient( 90deg, #209FF9 0%, #0061F0 100%);
  color: white;
  height: 0.5405rem;
  padding: 0px 0.1081rem;
  border: none;
  border-radius: 0.3243rem;
  cursor: pointer;
  transition: transform 0.3s ease-out;
  font-weight: normal;
font-size: var(--m-size);
color: #FFFFFF;
}
.submit-btn:active{
    transform: translateY(0.2703rem);
}

.qr-code {
  width: 2.1622rem;
  height: 2.1622rem;
  background-color: #f0f8ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qr-code img{
   width: 100%;
   height: 100%;
}
.form-group .error-msg{
    display: none;
}
.form-group.validate-error{
    position: relative;
}
.form-group.validate-error input{
    border:1px solid #f56c6c;
}
.form-group.validate-error .error-msg{
     position: absolute;
     top: 100%;
     left: 1.0811rem;
     font-size: 0.0541rem;
     color:#f56c6c;
}

.mb_20{
    margin-bottom: 0.1081rem;
}


input::placeholder {
    font-weight: normal;
font-size: 0.0757rem;
color: #999999;
}
textarea::placeholder {
    font-weight: normal;
font-size: 0.0757rem;
color: #999999;
}

.bold{
    font-weight: bold !important;
}
.alignjustify{
	text-align: justify !important;
}


