.foothtml{
  position: relative;
}
.footer_box {
  width: 100%;
  position: absolute;
  background: #F8F9FC;
  border-bottom: 1px solid #F8F9FC;
  margin-top: 163px;
}

/* .group_17 {
  height: 652px;
} */
.group_on{
  width: 1260px;
  margin: 0 auto;
}
.image-text_72 {
  margin: 35px 0 0 0;
  display: flex;
}

.image_14 {
  width: 134px;
  height: 23px;
  margin: 0 30px 0 0;
}

.text-group_13 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #202020;
}


.image_15 {
  width: 100%;
  height: 1px;
  margin-top: 102px;
}

.box_14 {
  /* margin: 39px 0 0; */
  height: 76px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #DDDDDD;
  margin-top: 8px;
}

.text_72,.text_73 {
  font-size: 14px;
  line-height: 75px;
  /* 正文色 */
  color: #202020;
}
.text-group_35 {
  height: 51px;
}
.text-group_36 {
  height: 51px;
  text-align: right;
}

.text_74 {
  font-size: 14px;
  line-height: 75px;
  color: #6D6E73;
}
.text_72>a,.text_73>a{
  color: #202020;
  margin-left: 29px;
  text-decoration: underline;
}
.text_72>a:hover,.text_73>a:hover{
  color: #005EFF;
}

.group_datafa{
  display: flex;
  margin-top: 145px;
  flex-wrap: wrap;
  position: relative;
}
.footer_datafa{
  margin: 0 84px 0 0;
}
.footer_datafa:last-child{
  margin: 0;
}
.footer_datafa>dt{
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.footer_datafa .friendlyTop{
  margin-top: 36px;
}
.footer_datafa .resources{
  margin-top: 36px;
}
.footer_datafa>dd{
  margin-top: 7px;
}
.footer_datafa>dd img{
  margin-right:7px;
  width: 20px;
  height: 20px;
}
.footer_datafa>dd>a{
  font-size: 14px;
  line-height: 26px;
  color: #6D6E73;
}
.footer_datafa>dd>a:hover{
  color: #005EFF;
}
.footer_datafa>dd.pic_a a{
  display:inline-block;
  width:24px;
  height:24px;
  margin-right:8px;
}
.footer_datafa>dd.pic_a a img{
  width:100%;
  height:100%;
}
.footer_datafa>dd.pic_a a.wx_con{
  position:relative;
}
.footer_datafa>dd.pic_a a.wx_con img:nth-child(1){
  width:100%;
  height:100%;
}
.footer_datafa>dd.pic_a a.wx_con img:nth-child(2){
  position:absolute;
  width:170px;
  height:170px;
  left:3px;
  top:24px;
  display:none;
}
.foot_icon{
  display: flex;
  justify-content: space-between;
}
.foot_icon .image-text_73{
  padding: 30px 0 0 0;
}
.foot_icon .image-text_73 div{
  margin: 0 18px 0 0;
  padding: 3px;
}
.foot_icon .image-text_73 div img{
  width: 21px;
  vertical-align: middle;
}
.foot_icon .image-text_73 a{
  margin: 0 18px 0 0;
  padding: 3px;
}
.foot_icon .image-text_73 a img{
  width: 21px;
  vertical-align: middle;
}
/* .foot_icon .image-text_73 a:hover img{
  transform: translateY(-6px);
} */
.foot_icon .image-text_73 .telEmail{
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.foot_icon .image-text_73 .telEmail .tooltips{
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 6px 12px;
  background: #fff;
  box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.3);
  border-radius: 6px;
  display: none;
  font-size: 14px;
  color: #202020;
  white-space: nowrap; /* 防止文本换行 */
  z-index: 10; /* 确保提示框在其他元素上方 */
}

.foot_icon .image-text_73 .telEmail .tooltips::before {
  display: none;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 6px;
  border-color: #fff transparent transparent transparent;
}
.foot_icon .image-text_73 .telEmail .tooltips .icon1{
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.foot_icon .image-text_73 .telEmail:hover .tooltips,.foot_icon .image-text_73 .telEmail:hover .tooltips::before{
  display: block;
}
.footactie{
  display: none;
}
.cookies{
  width: 100%;
  /* max-width: 1440px; */
  height: 60px;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 13px 20px;
  box-sizing: border-box;
  z-index: 9999;
  box-shadow: 0px -4px 12px 0px rgba(32, 32, 32, 0.15);
}
.cookies .center{
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.cookies .center p{
  min-width: 952px;
  font-size: 14px;
  line-height: normal;
  flex-grow: 1;
}
.cookies .center>div .cookiesReject{
  width: 90px;
  height: 34px;
  background: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #005EFF;
  cursor: pointer;
}
.cookies .center>div .cookiesReject:hover{
  color: #0049c5;
}
.cookies .center>div .cookiesAccept{
  width: 90px;
  height: 34px;
  border-radius: 8px;
  background: #005EFF;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  border: 0;
  cursor: pointer;
}
.cookies .center>div .cookiesAccept:hover{
  box-shadow: 2px 2px 6px -2px #005EFF;
}
.cookies .center .btns{
  margin-right: 60px;
  min-width: 185px;
}
.emailFormCard{
  position: absolute;
  top: -259px;
  left: 207px;
  width: 878px;
  height: 224px;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(6, 119, 255, 0.25);
  background-image: url("/nexdata/static/image/index/emailCard.webp");
  background-size: 100% 100%;
}
.emailFormCard .h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 26px;
  text-align: center;
  color: #1A1A1A;
}
.emailFormCard p{
  font-size: 14px;
  text-align: center;
  color: #1A1A1A;
}
.emailFormCard .emailForm{
  text-align: center;
  position: relative;
}
.emailFormCard .emailForm input{
  width: 450px;
  height: 50px;
  border-radius: 800px;
  background: #FFFFFF;
  border: 1px solid #BCBCBC;
  font-size: 14px;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 22px;
  color: #202020;
}
.emailFormCard .emailForm button{
  width: 70px;
  height: 44px;
  border-radius: 800px;
  background: linear-gradient(270deg, #2E8CFD 17%, #0048FF 100%);
  border: 0;
  position: absolute;
  right: 217px;
  top: 25px;
  cursor: pointer;
}
.emailFormCard .emailForm button img{
  width: 26px;
  height: 26px;
  margin-top: 4px;
  text-align: center;
}
.emailCodeId{
  display: none;
}
.TioError{
  text-align: left;
  margin-left: 234px;
  color: red;
  font-size: 14px;
  display: none;
}