.info .inner .info-one {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
.info .inner .info-one .img {
  width: 510px;
  height: 310px;
  overflow: hidden;
  border-radius: 12px;
}
.info .inner .info-one .img img {
  transition: all 0.2s;
}
.info .inner .info-one .content {
  width: 629px;
  padding: 30px 0;
}
.info .inner .info-one .content .title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.info .inner .info-one .content .sub-title {
  font-size: 20px;
  font-weight: bold;
}
.info .inner .info-one .content .summar {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-top: 25px;
}
.info .inner .info-two {
  padding-bottom: 70px;
}
.info .inner .info-two .title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  text-align: center;
  margin-bottom: 40px;
}
.info .inner .info-two .info-two-main {
  display: flex;
  justify-content: space-between;
}
.info .inner .info-two .info-two-main .info-two-item {
  width: 580px;
  height: 469px;
  background: #FFFFFF;
  box-shadow: 0px 2px 23px 0px rgba(238, 71, 73, 0.09);
  border-radius: 16px;
  padding: 48px;
}
.info .inner .info-two .info-two-main .info-two-item .item-title {
  text-align: center;
  margin-bottom: 30px;
}
.info .inner .info-two .info-two-main .info-two-item .item-title img {
  width: 64px;
  height: 64px;
  margin-bottom: 21px;
}
.info .inner .info-two .info-two-main .info-two-item .item-title p {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.info .inner .info-two .info-two-main .info-two-item .item-main .item {
  display: flex;
  margin-bottom: 22px;
}
.info .inner .info-two .info-two-main .info-two-item .item-main .item img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.info .inner .info-two .info-two-main .info-two-item .item-main .item .content p:nth-of-type(1) {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.info .inner .info-two .info-two-main .info-two-item .item-main .item .content p:nth-of-type(2) {
  margin-top: 5px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.info .inner .info-two .info-two-main .info-two-item .item-main .item:last-child {
  margin-bottom: 0;
}
.info .info-three {
  background-image: url(../images/info-three-bg.png);
  background-size: cover;
  min-height: 398px;
  padding: 50px 0;
}
.info .info-three .inner .title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.info .info-three .inner .three-main {
  display: flex;
  justify-content: space-between;
}
.info .info-three .inner .three-main .item {
  width: 370px;
  height: 206px;
  background: #FFFFFF;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
  text-align: center;
}
.info .info-three .inner .three-main .item img {
  width: 44px;
  height: 44px;
}
.info .info-three .inner .three-main .item p:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin: 17px 0 8px;
}
.info .info-three .inner .three-main .item p:nth-of-type(2) {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.info .info-four {
  height: 240px;
  background: var(--theme-color);
}
.info .info-four .inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.info .info-four img {
  width: 80px;
  height: 74px;
}
.info .info-four .info-four-right {
  margin-top: 74px;
}
.info .info-four .content {
  text-align: center;
}
.info .info-four .content .title {
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
  margin-bottom: 20px;
}
.info .info-four .content .tips {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 34px;
}
.info .info-five {
  height: fit-content;
  position: relative;
  /* 中心固定圆点 */
  /* 波浪容器：与中心圆点同大小，用于承载伪元素波浪 */
  /* 波浪动画：定义“扩散+淡入淡出”关键帧 */
  /* 第1个波浪（无延迟，立即开始） */
  /* 第2个波浪（延迟0.8秒，与第1个错开） */
  /* 第3个波浪（延迟1.6秒，形成连续扩散） */
}
.info .info-five .map-img {
  width: 100%;
  height: auto;
}
.info .info-five .map-icon {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #EE4749;
  /* 中心红点 */
  border-radius: 50%;
  /* 圆形化 */
  right: 32%;
  top: 78%;
  z-index: 2;
  /* 确保中心圆点在波浪上方 */
}
.info .info-five .map-icon .wave-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  /* 居中对齐中心圆点 */
  border-radius: 50%;
  z-index: 1;
  /* 波浪在圆点下方 */
}
@keyframes waveExpand {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    /* 初始大小（贴近圆点） */
    opacity: 1;
    /* 初始完全显示 */
    border-width: 2px;
    /* 初始边框宽度 */
  }
  100% {
    transform: translate(-50%, -50%) scale(5);
    /* 最终大小（扩散5倍） */
    opacity: 0;
    /* 最终完全透明 */
    border-width: 1px;
    /* 扩散过程中边框变细 */
  }
}
.info .info-five .map-icon .wave-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #EE4749;
  /* 波浪颜色与中心圆点一致 */
  border-radius: 50%;
  animation: waveExpand 3s infinite ease-out;
  /* 3秒循环，缓出效果更自然 */
}
.info .info-five .map-icon .wave-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #EE4749;
  border-radius: 50%;
  animation: waveExpand 3s infinite ease-out;
  animation-delay: 0.8s;
  /* 延迟0.8秒启动 */
}
.info .info-five .map-icon .wave-container span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #EE4749;
  border-radius: 50%;
  animation: waveExpand 3s infinite ease-out;
  animation-delay: 1.6s;
  /* 延迟1.6秒启动 */
  display: block;
}
.info .info-five .info-five-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.info .info-five .info-five-content .inner .info-five-main {
  width: 50vw;
  max-width: 482px;
  height: 100vw;
  max-height: 319px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 2px 23px 0px rgba(238, 71, 73, 0.09);
  border-radius: 16px;
  padding: 30px;
}
.info .info-five .info-five-content .inner .info-five-main .title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  margin-bottom: 16px;
}
.info .info-five .info-five-content .inner .info-five-main .item {
  display: flex;
  font-size: 14px;
  color: #333333;
  margin-bottom: 16px;
  align-items: center;
}
.info .info-five .info-five-content .inner .info-five-main .item img {
  width: 14px;
  height: 15px;
  margin-right: 8px;
}
.info .info-five .info-five-content .inner .info-five-main .tips {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.info .info-five .info-five-content .inner .info-five-main .email {
  font-size: 16px;
  color: #EE4749;
  color: var(--theme-color);
  margin-top: 14px;
  display: flex;
  align-items: center;
}
.info .info-five .info-five-content .inner .info-five-main .email img {
  width: 18px;
  height: 14px;
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .info .inner .info-one .img {
    height: fit-content;
  }
  .info .inner .info-one .img img {
    width: 100%;
    height: auto;
  }
  .info .info-five .inner {
    padding-left: 10%;
  }
  .info-five-main {
    transform: scale(0.7);
  }
  .info .inner .info-one {
    padding: 20px 20px;
    flex-direction: column;
  }
  .info .inner .info-one > div {
    width: 100% !important;
  }
  .info .inner .info-one .img {
    margin-bottom: 20px;
  }
  .info .inner .info-two .info-two-main {
    padding: 20px 20px;
    flex-direction: column;
  }
  .info .inner .info-two .info-two-main .info-two-item {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .info .info-three .inner .three-main {
    flex-direction: column;
    padding: 20px 20px;
  }
  .info .info-three .inner .three-main .item {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .info .info-four {
    height: fit-content;
  }
  .info .info-five .inner .info-five-main {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .info .info-five .map-icon {
    top: 28%;
  }
  .info .info-five .inner {
    position: relative;
    padding-left: 0;
  }
  .info .info-five .inner .info-five-main {
    width: 100%;
    height: 100%;
    max-width: 90%;
    transform: scale(1);
    margin: 10px auto;
  }
  .info .inner .info-two .info-two-main .info-two-item {
    height: fit-content;
  }
  .info .info-five .info-five-content {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .map-img,
  .map-icon {
    display: none;
  }
  .info .inner .info-one .content .title {
    white-space: normal;
    line-height: 20px;
    line-height: 36px;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .info .inner .info-one .content .summar {
    margin-top: 16px;
  }
  .info .inner .info-two .title {
    margin-bottom: 12px;
  }
  .info .inner .info-two {
    padding-bottom: 30px;
  }
  .info .info-three .inner .title {
    margin-bottom: 12px;
  }
  .info .info-three {
    padding: 40px 0;
  }
  .info .info-four img {
    display: none;
  }
  .info .info-four .inner {
    padding: 50px 20px;
  }
  .info .info-five .inner {
    padding: 0 20px;
  }
  .info .info-five .info-five-content .inner .info-five-main {
    margin: 20px auto;
  }
  .info .info-four .content .tips {
    font-size: 16px;
    line-height: 30px;
  }
  .info .info-four .content .tips span {
    display: block;
    height: 10px;
  }
}
@media screen and (max-width: 500px) {
  .info .inner .info-one .content {
    padding: 12px 0;
  }
  .info .inner .info-one .content .sub-title {
    white-space: normal;
    line-height: 28px;
    font-size: 16px;
  }
}
