﻿body {
  background: #000;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
div {
  box-sizing: border-box;
}
@keyframes button {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.96, 0.94);
    transform: scale(0.96, 0.94);
  }
}
.ai-page {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.ai-page .page-container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 42px 14px 0px 14px;
  box-sizing: border-box;
  height: 100%;
}
.ai-page .page-container .rebot-box {
  width: 204px;
  height: 241px;
  margin: 0 auto;
}
.ai-page .page-container .rebot-box img {
  width: 100%;
  height: 100%;
}
.ai-page .page-container .word-box {
  position: relative;
  top: -50px;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(255, 243, 168, 0.3) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  backdrop-filter: blur(10px);
  padding: 21px 40px;
}
.ai-page .page-container .word-box .title {
  text-align: center;
  color: #ffd324;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 24.4px;
  line-height: 34px;
  letter-spacing: -0.6px;
}
.ai-page .page-container .word-box .line {
  margin-top: 18px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.ai-page .page-container .word-box .des {
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 16px;
  line-height: 24px;
}
.ai-page .page-container .word-box .des span {
  color: #ffd324;
}
.ai-page .page-container .search-box {
  height: 48px;
  border-radius: 50px;
  border: 1px solid #000000;
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  padding: 0px 20px;
  align-items: center;
}
.ai-page .page-container .search-box input {
  height: 32px;
  width: 100%;
}
.ai-page .page-container .search-btn {
  height: 48px;
  border-radius: 61px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff9a34;
  box-sizing: border-box;
  background: linear-gradient(90deg, #fceec7 0%, #f7cfa1 100%);
  text-align: center;
  color: #ff8400;
  font-family: "SF Pro";
  font-weight: 590;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.6px;
  cursor: pointer;
}
.ai-page .bottom-box {
  width: 100%;
  margin-top: 40px;
  background: linear-gradient(180deg, #03a9f4 0%, #009688 100%);
  backdrop-filter: blur(10px);
  color: #ffffff;
  font-family: "SF Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.6px;
}
.ai-page .bottom-box .des-box {
  box-sizing: border-box;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 23px 20px 15px 20px;
}
.ai-page .bottom-box .des-box .box-2 {
  margin-top: 13px;
}
.ai-page .bottom-box .des-box .box-3 {
  margin-top: 13px;
  display: flex;
}
.ai-page .bottom-box .des-box .box-3 .tel {
  margin-right: 10px;
}
.ai-page .bottom-box .des-box .box-3 a {
  color: #ffffff;
}
.ai-page .bottom-box .box-4 {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.ai-page .bottom-box .box-4 .link-list {
  max-width: 750px;
  margin: 0 auto;
  padding: 9px 23px;
  width: 100%;
  display: flex;
  color: #ffd324;
  font-family: "SF Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  text-decoration-skip-ink: auto;
  letter-spacing: -0.6px;
}
.ai-page .bottom-box .box-4 .link-list a {
  color: #ffd324;
}
.ai-page .bottom-box .box-4 .link-list .item {
  margin-right: 10px;
}
.ai-page #background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.ai-page .ai-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.ai-page .ai-modal .ai-progress {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px;
  overflow: hidden;
  max-width: 500px;
}
.ai-page .ai-modal .ai-progress .pro-box {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
}
.ai-page .ai-modal .ai-progress .pro-box .title {
  background: linear-gradient(90deg, #fffaea 0%, #f7cfa1 100%), #ffffff;
  backdrop-filter: blur(10px);
  display: flex;
  padding: 19px 22px;
}
.ai-page .ai-modal .ai-progress .pro-box .title .icon {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
.ai-page .ai-modal .ai-progress .pro-box .title .icon img {
  width: 100%;
  height: 100%;
}
.ai-page .ai-modal .ai-progress .pro-box .title .word {
  color: #ff8400;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 20px;
  line-height: 24px;
}
.ai-page .ai-modal .ai-progress .pro-box .progress-box {
  padding: 10px 16px 40px 16px;
}
.ai-page .ai-modal .ai-progress .pro-box .progress-box .item {
  margin-top: 25px;
}
.ai-page .ai-modal .ai-progress .pro-box .progress-box .item .i-title {
  color: #000000;
  font-family: "SF Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
}
.ai-page .ai-modal .ai-result {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px;
  overflow: hidden;
  max-width: 500px;
  display: none;
}
.ai-page .ai-modal .ai-result .result-box {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
}
.ai-page .ai-modal .ai-result .result-box .title {
  background: linear-gradient(90deg, #fffaea 0%, #f7cfa1 100%), #ffffff;
  backdrop-filter: blur(10px);
  display: flex;
  padding: 19px 22px;
  width: 100%;
  text-align: center;
}
.ai-page .ai-modal .ai-result .result-box .title .word {
  color: #ff8400;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
}
.ai-page .ai-modal .ai-result .result-box .result-con {
  padding: 20px 20px 30px 20px;
}
.ai-page .ai-modal .ai-result .result-box .result-con .btn {
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #20c930;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ddfcc7 0%, #e9ffe2 100%);
  color: #20c930;
  font-family: "SF Pro";
  font-weight: 590;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.6px;
  padding: 14px 42px;
  margin: 20px auto 0px auto;
  max-width: 305px;
  text-align: center;
  -webkit-animation: button 1.5s cubic-bezier(0.61, 0.2, 0.63, 1.36) infinite;
  animation: button 1.5s cubic-bezier(0.61, 0.2, 0.63, 1.36) infinite;
}
.layui-progress-bar {
  background: linear-gradient(
    90deg,
    rgba(255, 214, 169, 1) 0%,
    rgba(255, 132, 0, 1) 100%
  );
}

.layui-progress-big,
.layui-progress-big .layui-progress-bar {
  height: 14px;
  line-height: 14px;
}

.con {
  text-align: center;
  /* 水平居中文本内容 */
  margin: 0 auto;
  /* 水平居中块级元素 */
  width: 100%;
  /* 确保有明确的宽度 */
}
@keyframes buttonPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(21, 162, 35, 0.6);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(21, 162, 35, 0);
    transform: scale(1.03);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(21, 162, 35, 0);
    transform: scale(1);
  }
}

.search-btn,
.btn {
  animation: buttonPulse 2s infinite;
  transition: all 0.3s ease;
}

.search-btn:hover,
.btn:hover {
  animation: none;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(21, 162, 35, 0.7);
}

/* AI机器人图标动效 */
@keyframes robotFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-8px) rotate(-3deg);
  }

  50% {
    transform: translateY(0) rotate(0deg);
  }

  75% {
    transform: translateY(8px) rotate(3deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes robotGlow {
  0% {
    filter: drop-shadow(0 0 5px rgba(21, 162, 35, 0.3));
  }

  50% {
    filter: drop-shadow(0 0 12px rgba(21, 162, 35, 0.7));
  }

  100% {
    filter: drop-shadow(0 0 5px rgba(21, 162, 35, 0.3));
  }
}

.rebot-box img {
  animation: robotFloat 4s ease-in-out infinite,
    robotGlow 3s ease-in-out infinite;
  transition: all 0.3s ease;
}

.rebot-box img:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 15px rgba(21, 162, 35, 0.8));
  animation-play-state: paused;
}
