.commonFontSize_normal3{
    font-size: 3rem;
  }
  
  .commonFontSize_normal24{
    font-size: 2.4rem;line-height: 60px;
  }
  .commonFontSize_normal75{
    font-size: 1.75rem;padding: 22px;
  }
  .commonFontSize_normal{
    font-size: 1rem;
  }

  .text_area>.commonSectionTile{
    text-align: left;
	      font-weight: 600;
    font-size: 1.75rem;
    color: #252830;
    line-height: 60px;
    
  }

  .text_area{padding:0 30px;}

  .text_area ul{
    padding-inline-start: 20px;
  }
  .commonSectionTile{
    text-align: center;
    font-weight: 600;
    color: #131924;
  font-size: 2.5rem;
  }

  .commonFlex_row{
    display: flex;
    flex-direction: row;
  }
  .commonFlex_column{
    display: flex;
    flex-direction: column;
  }

  .commonFlex_column_center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sectionStyle{
    background-color: #ffffff;
    padding:40px 0px;
	  margin-top: -8px;
  }
  .sectionStyle_us{
background-color: #f6f6f6;
    padding:60px 0 0 0;
  }
  .sectionStyle_us-w{

    padding:60px 0 0 0;
  }
  .whiteColor{
    color: #fff;
  }
  input::placeholder {
    color: #777;
}
  .displayNone{
    display: none !important;
  }
  .cursorNone:hover{
    cursor:auto !important;
  }
  .cursorNone{
    cursor:auto !important;
  }
  .pcMould{
    display: block;
  }
  .mobileMould{
    display: none;
  }
  .picWap{
    text-align: center;
  }
  .buttonGroup{
    display: flex;
   

  }
  .buttonGroup>*{
    margin: 28px 10px 0 10px;
    width: 135px;
    text-align: center;

        height: 32px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 32px;
} /* 设置元素右侧的间距 */

.banner-container {
  width: 100%;
  position: relative;
}

.banner-item {
  width: 100%;
  display: inline-block; /* 或者使用flex, grid等布局方式 */
}

.banner-item img {
  width: 100%;
  height: auto; /* 保持图片比例 */
} 
.text_img_container{
  display: flex;
  align-items: center; /* 这将垂直居中所有flex子项 */
  justify-content: center;    line-height: 32px;
}
.text_img{
  margin: 0px 5px;
}

.disabledStyle{
  background-color: #ccc !important;
  cursor:default !important;
}

.img_container{
  display: flex;
  justify-content: center;
}
.contactSalesBtn{
     background-color: #08cf65;
    text-align: center;
    margin: 20px 0;
    width: 140px;font-size: 18px;
}

.closeBtnWap{
  padding:0.5rem;
  border: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
}
.closeBtnWap2{
  padding:0;
  border: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
}
.col-4>div{
  box-sizing: border-box;
  width: 25%;
}