@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial.ttf");
}

* {
  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("../title.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5% 0;
  margin: auto;
}
.ai-root {
  width: 116px;
  height: 116px;
  margin: 20px auto;
}
.ai-content {
  width: 100%;
  height: 64px;
  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);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
}
.ai-text {
  font-weight: normal;
  font-size: 22px;
  color: #ffffff;
  line-height: 24px;
  flex: 1;
}
.ai-icon {
  width: 68px;
  height: 52px;
  background: url("../at_icon.png");
  background-size: 100% 100%;
}

.main-content {
  width: 91%;
  height: auto;
  margin: 2% auto 0%;
}
.content {
  padding: 2% 1%;

  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: 20px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.title-normal {
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  line-height: 21px;
  text-align: center;

  margin-top: 10px;
  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: 14px 0px;
  width: 100%;
  height: 55px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 46px;
  cursor: pointer;
  background: url("../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;
  font-size: 14px;
}
.footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  font-size: 14px;
}
.footer-link a {
  color: rgba(150, 184, 255, 1);
  margin-left: 10px;
  line-height: 15px;
  font-size: 14px;
}
.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 20px;
}
.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("../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 20px;
  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("../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);
  }
}
.box-result {
  position: absolute;
  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.62);
   padding: 0px 20px;
  display: flex;
  width: 100%;
  max-width: 750px;
  display: none;

  align-items: center;
}
.box-content {
  width: 100%;
  min-height: 300px;
  background-color: #0c1528;
  border-radius: 10px;
  padding: 16px;
}
.box-title {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 20px;
  color: #96b8ff;
  text-align: center;
  margin-bottom: 20px;
}
.normal-text {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
}
.sub-title {
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
  margin-top: 14px;
}
.box-shadow {
  width: 100%;

  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px 8px 8px 8px;
  padding: 14px 16px;
  margin-top: 12px;
}
.box-item {
  display: flex;
  align-items: center;
}
.item-check {
  width: 14px;
  height: 14px;
}
.item-text {
  font-size: 16px;
  color: #ffffff;
  flex: 1;
  margin-left: 8px;
}
.box-item + .box-item {
  margin-top: 12px;
}
.action-title {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 16px;
  color: #e872ec;
  margin-top: 12px;
  margin-bottom: 12px;
}
.box-btn{
  font-size: 15px;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.cookie-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
}
.action{
  width: 100px;

  background: #6D62EF;
  border-radius: 8px;
  margin-left: 12px;
  cursor: pointer;
    font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 4px;
}
/*  */
@media (min-width: 749px){
  .main-title{
    font-size: 22px;
  }
  .title-normal{
    font-size: 18px;
  }
  .fxLine{
    font-size: 20px;
  }
  .btn{
    font-size: 20px;
  }
  .box-title{
    font-size: 22px;
  }
  .normal-text{
    font-size: 18px;
    line-height: 24px;
  }
  .sub-title{
   
      font-size: 18px;
    
  }
  .action-title{
       font-size: 18px;
  }
  .item-text{
    font-size: 18px;
  }
}