* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  src: url(/fonts/montserrat-normal-latin.dcb80da5.woff2) format("woff2");
}
.core-body .bg {
  height: 70vh;
  background-image: url(/images/corebg.24028386.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.core-body .bg .header {
  height: 88px;
}
.core-body .bg .header .nav {
  width: 80%;
  margin: auto;
}
.core-body .bg .header .nav .logo {
  margin-left: 12px;
  margin-top: 23px;
}
.core-body .bg .p-content .inner-content {
  width: 80%;
  margin: auto;
  margin-top: 8.5%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.core-body .bg .p-content .inner-content .ad-text {
  height: 261px;
  width: 47%;
}
.core-body .bg .p-content .inner-content .ad-text .tx {
  display: inline-block;
  background: -webkit-linear-gradient(50deg, rgba(231 210 147) 40%, rgba(183, 135, 66) 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
}
.core-body .bg .p-content .inner-content .ad-text .m-tx {
  display: inline-block;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
  background-color: #000;
  font-size: 16px;
  margin-top: 35px;
  font-weight: 400;
  line-height: 25.5px;
}
.core-body .bg .p-content .inner-content .verify-box {
  width: 46%;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(231, 210, 147, 0.35);
  border-radius: 8px;
  padding: 32px 28px;
  backdrop-filter: blur(6px);
}
.core-body .bg .p-content .inner-content .verify-box .verify-title {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: -webkit-linear-gradient(50deg, rgba(231, 210, 147) 40%, rgba(183, 135, 66) 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.core-body .bg .p-content .inner-content .verify-box .verify-desc {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.core-body .bg .p-content .inner-content .verify-box .verify-input-row {
  display: flex;
  gap: 10px;
}
.core-body .bg .p-content .inner-content .verify-box .verify-input-row .verify-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(231, 210, 147, 0.5);
  border-radius: 4px;
  padding: 10px 14px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  outline: none;
}
.core-body .bg .p-content .inner-content .verify-box .verify-input-row .verify-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.core-body .bg .p-content .inner-content .verify-box .verify-input-row .verify-input:focus {
  border-color: rgba(231, 210, 147, 0.9);
}
.core-body .bg .p-content .inner-content .verify-box .verify-input-row .verify-btn {
  padding: 10px 22px;
  border: none;
  border-radius: 4px;
  background: linear-gradient(50deg, rgba(231, 210, 147) 0%, rgba(183, 135, 66) 100%);
  color: #1a1a1a;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.core-body .bg .p-content .inner-content .verify-box .verify-input-row .verify-btn:hover {
  opacity: 0.85;
}
.core-body .bg .p-content .inner-content .verify-box .verify-result {
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 4px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.core-body .bg .p-content .inner-content .verify-box .verify-result.valid {
  background: rgba(40, 167, 69, 0.2);
  border: 1px solid rgba(40, 167, 69, 0.6);
  color: #6fcf97;
}
.core-body .bg .p-content .inner-content .verify-box .verify-result.invalid {
  background: rgba(220, 53, 69, 0.2);
  border: 1px solid rgba(220, 53, 69, 0.6);
  color: #eb5757;
}
.core-body .foot {
  height: 30vh;
  background-color: #1e1e1e;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.core-body .foot .foot-text {
  color: #aa742e;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 15px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .core-body .bg {
    height: auto;
    min-height: 100svh;
    padding-bottom: 36px;
  }
  .core-body .bg .header {
    height: 64px;
  }
  .core-body .bg .header .nav {
    width: 90%;
  }
  .core-body .bg .header .nav .logo {
    margin-top: 12px;
  }
  .core-body .bg .p-content .inner-content {
    width: 90%;
    margin-top: 24px;
    flex-direction: column;
    gap: 28px;
  }
  .core-body .bg .p-content .inner-content .ad-text {
    width: 100%;
    height: auto;
  }
  .core-body .bg .p-content .inner-content .ad-text .tx {
    font-size: 28px;
    line-height: 36px;
  }
  .core-body .bg .p-content .inner-content .ad-text .m-tx {
    font-size: 14px;
    margin-top: 18px;
  }
  .core-body .bg .p-content .inner-content .verify-box {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 20px;
  }
  .core-body .bg .p-content .inner-content .verify-box .verify-input-row {
    flex-direction: column;
  }
  .core-body .bg .p-content .inner-content .verify-box .verify-input-row .verify-btn {
    width: 100%;
    padding: 12px;
  }
  .core-body .foot {
    height: auto;
    padding: 28px 16px 20px;
  }
}

