@charset "UTF-8";
#body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#body .whois-search-container {
  width: 100%;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(183, 142, 79, 0.2) -73.92%, #FFF 82.08%);
}
#body .whois-search-container .search-title {
  display: block;
  color: #0E2944;
  text-align: center;
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.9px;
}
#body .whois-search-container .search-box {
  width: 60%;
  max-width: 620px;
  height: 48px;
  padding: 7px 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #B78E4F;
  background: rgba(183, 142, 79, 0.1);
}
#body .whois-search-container .search-box i {
  cursor: pointer;
  color: #66727B;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
}
#body .whois-search-container .search-box input {
  width: 100%;
  color: rgb(14, 41, 68);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  border: none;
  background: none;
  outline: none;
}
#body .whois-search-container .search-box input::placeholder {
  color: rgba(14, 41, 68, 0.6);
}
#body .whois-search-result {
  display: none;
  width: 80%;
  max-width: 1080px;
  min-height: 600px;
  margin-bottom: 60px;
  flex-direction: column;
  justify-content: center;
  border: none;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 3px 3px 16px 0 rgba(18, 17, 39, 0.2);
}
#body .whois-search-result .search-result-header {
  padding: 30px 24px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#body .whois-search-result .search-result-header .search-result-title {
  color: #0E2944;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}
#body .whois-search-result .search-result-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
#body .whois-search-result .search-result-content .search-result-info {
  width: 100%;
  padding: 0 24px;
  color: #121127;
  font-family: Proxima Nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.6;
  white-space: pre-line;
}
#body .whois-search-result .search-result-footer {
  display: none;
  padding: 30px 24px;
}
#body .whois-search-result .search-result-footer a {
  display: block;
  width: 50%;
}
#body .whois-search-result .search-result-footer a button {
  width: 100%;
  min-width: 250px;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 100px;
  background: #2A2681;
}
#body .whois-search-result.show {
  display: flex;
}
#body .whois-search-result.success {
  border-radius: 10px;
  border: 1px solid rgba(14, 41, 68, 0.2);
  box-shadow: none;
}
#body .whois-search-result.success .search-result-header {
  display: flex;
}
#body .whois-search-result.success .search-result-content .no-result-info {
  display: none;
}
#body .whois-search-result.success .search-result-content .search-result-info {
  text-align: left;
}
#body .whois-search-result.error {
  box-shadow: none;
  margin-bottom: 240px;
}
#body .whois-search-result.error .search-result-header {
  display: none;
}
#body .whois-search-result.error .search-result-content .no-result-info {
  display: block;
}
#body .whois-search-result.error .search-result-content .search-result-info {
  text-align: center;
}
#body .whois-promotion-container {
  width: 80%;
  max-width: 1080px;
  margin-bottom: 60px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#body .whois-promotion-container .promotion-title {
  display: block;
  color: #0E2944;
  text-align: center;
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.9px;
}
#body .whois-promotion-container .promotion-text {
  display: block;
  color: rgba(14, 41, 68, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}
#body .whois-promotion-container .mascot {
  padding: 36px 0;
}
#body .whois-promotion-container .promotion-items {
  display: flex;
  justify-content: center;
  flex: 1;
  gap: 37px;
}
#body .whois-promotion-container .promotion-items .promotion-item {
  max-width: 522px;
  min-height: 280px;
  padding: 43px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #E5E3DC;
}
#body .whois-promotion-container .promotion-items .promotion-item i {
  font-size: 44.307px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
}
#body .whois-promotion-container .promotion-items .promotion-item .promotion-item-title {
  color: #2A2681;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
}
#body .whois-promotion-container .promotion-items .promotion-item .promotion-item-content {
  color: #0E2944;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}
#body .whois-promotion-container.show {
  display: flex;
}
#body .join-reseller-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  background: linear-gradient(0deg, rgb(163, 160, 228) -73.92%, #FFF 82.08%);
}
#body .join-reseller-container .container-content {
  width: 42%;
  margin-right: 60px;
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#body .join-reseller-container .container-content .join-reseller-title {
  max-width: 530px;
  color: #0E2944;
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.9px;
}
#body .join-reseller-container .container-content .join-reseller-text {
  max-width: 530px;
  color: rgba(14, 41, 68, 0.8);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}
#body .join-reseller-container .container-content button {
  width: fit-content;
  display: flex;
  padding: 16px 26px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 100px;
  background: #0E2944;
}
#body .join-reseller-container .container-content button i {
  margin-left: 10px;
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#body .join-reseller-container .mascot {
  width: 32%;
  position: relative;
  display: flex;
  align-items: end;
}

@media only screen and (max-width: 1150px) and (min-width: 600px) {
  #body .whois-search-container {
    height: 300px;
  }
  #body .whois-search-container .search-box {
    height: 44px;
    padding: 6px 10px;
  }
  #body .whois-search-container .search-box i {
    font-size: 16px;
  }
  #body .whois-search-container .search-box input {
    font-size: 16px;
  }
  #body .whois-search-result.error {
    margin-bottom: 60px;
  }
  #body .whois-promotion-container .promotion-title {
    font-size: 32px;
  }
  #body .whois-promotion-container .promotion-text {
    font-size: 16px;
  }
  #body .whois-promotion-container .mascot {
    padding: 20px 0;
  }
  #body .whois-promotion-container .mascot img {
    width: 80%;
  }
  #body .whois-promotion-container .promotion-items .promotion-item {
    min-height: 220px;
    justify-content: space-between;
    padding: 20px;
  }
  #body .whois-promotion-container .promotion-items .promotion-item i {
    font-size: 35px;
  }
  #body .whois-promotion-container .promotion-items .promotion-item .promotion-item-title {
    font-size: 20px;
  }
  #body .whois-promotion-container .promotion-items .promotion-item .promotion-item-content {
    font-size: 16px;
  }
  #body .whois-promotion-container.show {
    width: 90%;
  }
  #body .join-reseller-container .container-content {
    margin-right: 0;
  }
  #body .join-reseller-container .container-content .join-reseller-title {
    width: 100%;
    font-size: 32px;
  }
  #body .join-reseller-container .container-content .join-reseller-text {
    width: 100%;
    font-size: 16px;
  }
  #body .join-reseller-container .container-content button {
    padding: 12px 20px;
    font-size: 16px;
  }
  #body .join-reseller-container .container-content button i {
    font-size: 20px;
  }
  #body .join-reseller-container .mascot {
    width: 40%;
  }
  #body .join-reseller-container .mascot img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #body .whois-search-container {
    height: 320px;
    padding-top: 100px;
    padding-bottom: 20px;
  }
  #body .whois-search-container .search-box {
    height: 40px;
    padding: 5px 8px;
  }
  #body .whois-search-container .search-box i {
    font-size: 14px;
  }
  #body .whois-search-container .search-box input {
    font-size: 14px;
  }
  #body .whois-search-container .search-box {
    width: 90%;
    max-width: 450px;
  }
  #body .whois-search-container .search-box i {
    font-size: 14px;
  }
  #body .whois-search-container .search-box input {
    font-size: 14px;
  }
  #body .whois-promotion-container .promotion-title {
    font-size: 40px;
  }
  #body .whois-promotion-container .promotion-text {
    font-size: 16px;
  }
  #body .whois-promotion-container .mascot {
    display: flex;
    padding: 20px 0;
    justify-content: center; /* 水平居中 */
  }
  #body .whois-promotion-container .mascot img {
    width: 80%;
  }
  #body .whois-promotion-container .promotion-items {
    display: flex;
    flex-direction: column;
    width: 345px;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #body .whois-promotion-container .promotion-items .promotion-item {
    min-height: 180px;
    justify-content: space-between;
    gap: 10px;
  }
  #body .whois-promotion-container .promotion-items .promotion-item i {
    margin-bottom: 20px;
    font-size: 32px;
  }
  #body .whois-promotion-container .promotion-items .promotion-item .promotion-item-title {
    font-size: 18px;
  }
  #body .whois-promotion-container .promotion-items .promotion-item .promotion-item-content {
    font-size: 14px;
  }
  #body .whois-promotion-container.show {
    width: 94%;
  }
  #body .join-reseller-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
  #body .join-reseller-container .container-content {
    width: 100%;
    margin-right: 0;
    gap: 10px;
    padding: 0 15px;
  }
  #body .join-reseller-container .container-content .join-reseller-title {
    width: 100%;
    font-size: 40px;
  }
  #body .join-reseller-container .container-content .join-reseller-text {
    width: 100%;
    font-size: 16px;
  }
  #body .join-reseller-container .container-content button {
    padding: 8px 16px;
    font-size: 14px;
  }
  #body .join-reseller-container .container-content button i {
    font-size: 14px;
  }
  #body .join-reseller-container .mascot {
    width: 90%;
  }
  #body .join-reseller-container .mascot img {
    width: 100%;
  }
}

/*# sourceMappingURL=whois-search.css.map */
