* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  width: 100%;
  min-height: 100vh;
  background: url("../img/bg.webp") no-repeat;
  background-size: 100% 100%;
  padding-top: 9%;
  padding-bottom: 9%;
  max-width: 650px;
  margin: auto;
}
.container-content {
  width: 100%;
  min-height: 574px;
  background: url("../img/content_bg.webp") no-repeat;
  background-size: 81% 100%;
  background-position: 100% 0;
  padding: 1% 2% 1% 0%;
  display: flex;
  flex-direction: column;
}
.title {
  padding-left: 2%;
}
.title-content {
  width: 100%;
  height: 152px;

  background: url("../img/title.webp") no-repeat;
  background-size: 100% 100%;
}
.normal-content {
  flex: 1;
  padding-top: 5%;
  padding-bottom: 2%;
}
.normal {
  width: 80%;
  min-height: 232px;
  background: url("../img/normal_bg.webp") no-repeat;
  background-size: 100% 100%;
  padding: 4% 4%;
}
.normal-title {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  text-shadow: 1px 1px 0px #1e5098;
}
.robot {
  width: 142px;
  height: 143px;
  background: url("../img/robot.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
.input-box {
  margin-top: 4%;
  padding: 0 4%;
}
.ai-input {
  width: 100%;
  height: 48px;
  background: url("../img/input_bg.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  outline: none;
  padding-left: 10%;
  font-size: 16px;
  color: rgba(30, 80, 152, 1);
}
.input-btn {
  margin-top: 4%;
  padding: 0 4%;
}
.ai-btn {
  width: 100%;
  height: 48px;
  background: url("../img/btn_bg.png") no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;

  text-shadow: 1px 1px 0px #1e5098;
  display: flex;
  justify-content: center;
  padding-top: 2.2%;
}
.p-normal {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-shadow: 1px 1px 0px #1e5098;
  text-align: left;
  margin-top: 2%;
}
.blue {
  color: rgba(30, 80, 152, 1);
}
.footer {
  margin-top: 2rem;
  font-family: Arial, Arial;
  font-weight: 400;

  font-weight: 400;
  font-size: 12px;
  color: rgba(30, 80, 152, 0.6);
}
.footer-title {
  text-align: center;
  line-height: 15px;
}
.footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}
.footer-link a {
  color: rgba(30, 80, 152, 1);
  margin-left: 10px;
  line-height: 15px;
}
.mask {
  position: fixed;
  left: 50%;
  top: 0px;
  width: 100%;
  max-width: 750px;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
  padding: 0px 5%;
}
.mask-content {
  width: 100%;
  max-width: 750px;
  height: auto;
  background: url("../img/mask-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 3% 10% 5% 8%;
}
.mask-title {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 20px;
  color: rgba(30, 80, 152, 1);
  line-height: 30px;
  text-align: center;
}
.progress-title {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
}
.progress {
  margin-top: 12px;
}

.progeress-title {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: rgba(30, 80, 152, 1);
}
.out {
  width: 100%;
  height: 16px;
  background: #fff4e2;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #f76989;
  margin-top: 8px;
  padding: 2px;
}
.inner {
  height: 100%;
  width: 0%;
  background-color: rgba(247, 105, 137, 1);
  border-radius: 8px;
}
.first {
  animation: progress 1.5s ease-in-out forwards;
}
.second {
  animation: progress 1.5s ease-in-out forwards 0.6s;
}
.third {
  animation: progress 1.5s ease-in-out forwards 1.2s;
}
@keyframes progress {
  to {
    width: 100%;
  }
}
.error-content {
  padding: 30px;
  line-height: 1.5;
  word-break: break-all;
  overflow: auto;
  font-size: 18px;
  color: #fff;
  background: #000c;
  border-radius: 10px;
  box-shadow: 0 4px 8px #00000080;
  max-width: 80%;
  width: 100%;
  box-sizing: border-box;
}
.result {
  position: fixed;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);

  height: 100%;
  display: flex;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
  padding: 0px 5%;
  display: flex;
  width: 100%;
  max-width: 750px;

  align-items: center;
}
.analysis {
  width: 81%;
  /* width: 100%; */
  /* max-width: 750px; */
  max-width: 750px;
  height: auto;
  margin: 2% auto 0%;
}
.result-content {
  width: 100%;
  max-width: 750px;
  height: auto;
  background: url("../img/mask-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 5% 0% 5% 0%;
}
.result-title {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 20px;
  color: #1e5098;
  line-height: 30px;
  text-align: center;
}
.result-text {
  color: #1e5098;
  text-shadow: none;
  text-align: center;
  padding: 0% 4% 0% 4%;
  font-weight: 400;
  font-size: 16px;
  color: #1e5098;
}
.result-btn {

   transition: all 0.3s ease-in-out;
  animation-name: moveButton;
  animation-duration: 1.5s;
  animation-iteration-count: infinite; 
  cursor: pointer;
  padding: 0% 2%;
    padding-left: 6%;
  display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.btn {
  font-weight: bold;
  font-size: 13px;

  color: #ffffff;
  padding-top: 3%;
 
}

@keyframes moveButton {
  0% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(1);
  }

  to {
      transform: scale(0.95);
  }
}
