@font-face {
  font-family: "Arial";
  src: url("../fonts/arial.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  background: #000000;
  max-width: 750px;
  margin: 0 auto;
}
.video {
  width: 100%;
  position: absolute;
  bottom: 32px;
  left: 0px;
  width: 100%;
}
img {
  width: 100%;
  height: 100%;
}
.root {
}
.main {
  width: 100%;
  height: 100vh;
  position: relative;
}
.main-mask {
  width: 100%;
  height: 100%;

  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* height: 100vh; */

  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 8%;
}
.title {
  width: 81%;
  height: 120px;
  font-size: 24px;
  font-weight: 700;

  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: url("../images/title.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5% 0;
  margin: auto;
}
.ai-root {
  width: 218px;
  height: 160px;
  margin: auto;
}
.main-content {
  width: 81%;
  height: auto;
  margin: 2% auto 0%;
}
.content {
  padding: 6% 3%;

  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: auto;
  width: 100%;
  background: rgba(12, 21, 40, 0.88);
  box-shadow: 0px 2px 4px 0px rgba(0, 78, 184, 0.16);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.main-title {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 35px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.title-normal {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;

  margin-top: 40px;
  color: rgba(255, 255, 255, 1);
}
.main-input {
  height: 50px;
  border-radius: 2rem;
  background: #fff;
  border-radius: 34px 34px 34px 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 1rem;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 17px;
  width: 100%;
}
.btn {
  margin-top: 28px;
  width: 100%;
  height: 55px;
  line-height: 40px;
  display: block;

  border-radius: 2rem;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 38px;
  cursor: pointer;
  background: url("../images/btn.png") no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
  animation-name: moveButton;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  cursor: pointer;
}
.footer {
  margin-top: 2rem;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.72);
}
.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(150, 184, 255, 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-title {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 20px;
  color: #96b8ff;
  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: #ffffff;
}
.out {
  width: 100%;
  height: 16px;
  background: url("../images/out.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 12px;
}
.inner {
  height: 100%;
  width: 0%;
  background: linear-gradient(
    180deg,
    #fc9aff 0%,
    #deb1ff 25%,
    #4150f2 68%,
    #0036ab 100%
  );
  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-title {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 30px;
  color: #96b8ff;
  line-height: 30px;
  text-align: center;
}
.fxLine {
  width: 100%;
  height: 60px;
  background: url("../images/btn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  animation-name: moveButton;
  animation-duration: 1.5s;
  font-size: 14px;
  animation-iteration-count: infinite;
  cursor: pointer;
}
@keyframes moveButton {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}
