.contact-modal-backdrop .elementor-1976 {
  width: 90%;
  margin-bottom: 0;
  margin: 0 auto !important;
  margin-bottom: 10%;
}

.contact-modal-backdrop .elementor-1976 .elementor-widget-form {
  margin: 0 auto !important;
}

/* 弹窗css */
.modal-backdrop {
  border-radius: 10px;
  position: fixed;
  width: 50vw;
  height: 50vw;
  bottom: 100px;
  right: 80px;
  transition: visibility 0.3s, opacity 0.3s;
  z-index: 9999;
  aspect-ratio: 1/1;
  max-width: 600px;
  max-height: 600px;
  min-width: 300px;
  min-height: 300px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

.modal-backdrop .bg {
  /* max-width: 1155px; */
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100000;
  /* 确保内容在模糊层上方 */
  aspect-ratio: 1.25/1;
  /* padding-bottom: 10%; */
  /* 保持内容居中 */
  position: relative;
  position: absolute;
  background: url('https://www.htek.com/wp-content/uploads/2025/10/retouch_2025101616005881.jpg');
  background-size: 100% 100%;
  z-index: 100000;

  /* 滚动条宽度：auto/thin/none */
  /* 滑块颜色 轨道颜色 */
}

.locationbtn {
  position: absolute;
  text-align: center;
  min-width: 90px;
  min-height: 20px;
  width: 20%;
  height: 4.6%;
  /* width: 100px; */
  background-color: transparent;
  border: 2px solid #084a92;
  /* 蓝色边框，可根据需要调整颜色 */
  color: #044283;
  /* 蓝色文字 */
  border-radius: 20px;
  /* 圆角效果 */
  font-size: clamp(10px, 0.88vw, 12px);
  /* font-weight: bold; */
  cursor: pointer;
  transition: all 0.3s ease;
  top: 7%;
  right: 7%;
  padding: 0 1%;
  aspect-ratio: 3/1;
}

.locationbtn:hover {
  background-color: #0b5eb7;
  color: white;
}

.locationspan {
  position: absolute;
  padding: 1px;
  font-size: clamp(10px, 3vw, 37px);
  color: rgb(97, 96, 96);
  top: 3.6%;
  left: 4.6%;
}

.locationspan:hover {
  color: #101010;
  cursor: pointer;
}

.modal-backdrop .bg h1 {
  margin-left: 12%;
  margin-top: 4.8%;
  font-size: clamp(10px, 3vw, 37px);
  color: #0b64c2;
}

.modal-backdrop .locations-section {
  margin-top: 4%;
  margin-left: 8%;
}

.modal-backdrop .info-item .info-label-1 {
  font-size: clamp(10px, 1.5vw, 20px)
}

.modal-backdrop .info-column {
  flex: 1;
  /* min-width: 300px; */
}

.modal-backdrop .info-item {
  margin-bottom: 1%;
}

.modal-backdrop .info-label {
  font-size: clamp(10px, 1.7vw, 20px);
  color: #376fb7;
  display: block;
}

.modal-backdrop .info-value {
  display: inline-block;
  width: 54%;
  color: #666;
  font-size: clamp(10px, 1.2vw, 14px);
}

@media screen and (max-width:650px) {
  .locationbtn {
    padding: 0 1%;
    top: 5%;

  }

  .modal-backdrop .info-value {
    line-height: 10px;
  }
}

@media screen and (max-width:420px) {
  .modal-backdrop {
    right: 20px;
  }


}


/* 	contactpop*/

.contact-modal-backdrop {
  border-radius: 10px;
  position: fixed;
  width: 60vw;
  height: 75vw;
  bottom: 100px;
  right: 80px;
  transition: visibility 0.3s, opacity 0.3s;
  z-index: 9999;
  aspect-ratio: 1/1;
  max-width: 900px;
  max-height: 80vh;
  min-width: 300px;
  min-height: 450px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

/* 移除伪元素，无需额外设置 */

.contact-modal-backdrop .contactbg {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100000;
  /* 确保内容在模糊层上方 */
  aspect-ratio: 1.5/1;
  /* 保持内容居中 */
  position: relative;
  padding-bottom: 10%;
  scrollbar-width: thin;
}

.contactbtn {
  position: absolute;
  text-align: center;
  min-width: 90px;
  min-height: 20px;
  width: 25%;
  height: 4.6%;
  /* width: 100px; */
  background-color: transparent;
  border: 2px solid #084a92;
  /* 蓝色边框，可根据需要调整颜色 */
  color: #044283;
  /* 蓝色文字 */
  border-radius: 20px;
  /* 圆角效果 */
  font-size: clamp(10px, 0.88vw, 14px);
  /* font-weight: bold; */
  cursor: pointer;
  transition: all 0.3s ease;
  top: 6%;
  right: 7%;
  padding: 0 2%;
  aspect-ratio: 3/1;

}

.contactbtn:hover {
  background-color: #0b5eb7;
  color: white;
}

.contactspan {
  position: absolute;
  padding: 1px;
  font-size: clamp(10px, 3vw, 37px);
  color: rgb(97, 96, 96);
  top: 3.6%;
  left: 4.6%;
}

.contactspan:hover {
  color: #101010;
  cursor: pointer;
}

.contact-modal-backdrop .contactbg .firsth1 {
  margin-left: 12%;
  margin-top: 5.2%;
  font-size: clamp(13px, 3vw, 35px);
  color: #0b64c2;
}

.contact-modal-backdrop .locations-section {
  margin-top: 4%;
  margin-left: 8%;
}

.contact-column {
  flex: 1;
  min-width: 300px;
}

.mycontacttex {
  display: flex;
  margin-top: -1vw;
}

.contact-item {
  margin-bottom: 0.8vw;
  display: flex;
  flex-direction: column;
}

.contact-label-1 {
  margin-right: 6%;
  font-size: clamp(10px, 1.5vw, 20px);
  color: #376fb7;
  display: block;
  margin-bottom: 2%;
}

.contact-label {

  font-size: clamp(10px, 1.7vw, 20px);
  color: #376fb7;
  display: block;
}

.contact-value {
  margin-right: 3vw;
  display: inline-block;
  color: #666;
  font-size: clamp(10px, 1.2vw, 14px);
}

.contact-us {
  text-align: center;
  width: 100%;
  color: black;
  margin: 10px auto;
  font-weight: 500;
  font-size: clamp(10px, 2.3vw, 33px);
}

@media screen and (min-width:1500px) {
  .contactspan {
    top: 5%;
    left: 6.6%;
  }
}

@media screen and (max-width:650px) {
  .contactbtn {
    padding: 0 1%;
    top: 4%;
  }

  .contact-modal-backdrop {
    right: 20px;
  }
}

.news-btn {
  position: relative;
  border: none;
  border-radius: 9999px;
  background: white;
  /* padding: 8px 16px; */
  z-index: 1;
  /* border-radius: 29px; */
}


/* 外层渐变 */
.news-btn::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 9999px;
  background: linear-gradient(to bottom right, cyan, blue);
  z-index: -1;
}

@media screen and (max-width:767px) {
  .news-btn::before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }
}

/* 内层遮罩 */
.news-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9999px;
  background: white;
  z-index: -1;
}

/* .newsselectsanjiao {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #6ec1e4;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
              opacity: 0;
} */

.newsselectboxmove {
  transform: scaleY(1) !important;
  transition: all 0.3s ease;
}

/* 实现新闻动画效果 */
.newseventsboxitem {
  /* 核心：设置过渡效果 */
  transition: opacity 0.5s ease-out, transform 0.3s ease-out;
  /* transform: scale(0); */
  opacity: 1;
  transform: translateY(0);
  /* 默认位置 */
}

/* 动画目标状态（缩放为1） */
.newseventsboxitemshow {
  opacity: 0;
  transform: translateY(20px);
}

.newseventsboxitemhidden {
  opacity: 0;
  transform: translateY(20px);
}

@media screen and (min-width: 1600px) {
  .fs-1600-20 {
    font-size: 20px;
  }
}

.body-no-scroll {
  overflow: hidden;
  height: 100vh;
  /* 避免禁用滚动后页面高度变化 */
}

.newseventsboxitem1 {
  transition: opacity 0.5s ease-out, transform 0.3s ease-out;
  opacity: 1;

}

/* 动画目标状态（缩放为1） */
.newseventsboxitemshow1 {
  opacity: 0;
}

.hovershadow {
  cursor: pointer;
}

.hovershadow:hover {
  box-shadow: 0 0 6px rgba(78, 77, 77, 0.2);
  transform: scale(1.02);
}

.successfulbox {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hidden {
  visibility: hidden !important;
}



.bodyhidden {
  opacity: 1 !important;
  transform: translateX(0) scale(1);
}