* {
  box-sizing: border-box;
  margin: 0;
  -webkit-user-select: none;
  user-select: none;
}

body,
html {
  font-family: PingFangSC, PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  padding: 0;
  background-color: #000;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.websiteWrap {
  background-color: #000;
  color: #fff;
  min-height: 100vh;
}

.websiteWrap header {
  height: 1.2rem;
  left: 0;
  padding: 0 0.32rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.websiteWrap header .headerContent {
  align-items: center;
  display: flex;
  height: 100%;
}

.websiteWrap header .headerContent img {
  border-radius: 0.08rem;
  height: 0.72rem;
  margin-right: 0.2rem;
  width: 0.72rem;
  object-fit: cover;
}

.websiteWrap header .headerContent .website_text {
  color: #fff;
  font-size: 0.32rem;
  font-weight: 700;
}

.websiteWrap main {
  position: relative;
  align-items: center;
  background: url(imgs/hero_bg.png) center / cover no-repeat;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 2.4rem);
  justify-content: center;
  min-height: 5rem;
  padding: 0 0.32rem;
}

.websiteWrap main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.websiteWrap main h1,
.websiteWrap main h3,
.websiteWrap main .pc_dra {
  position: relative;
  z-index: 1;
}

.websiteWrap main h1 {
  color: #fff;
  font-size: 0.52rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  max-width: 9rem;
}

.websiteWrap main h3 {
  color: #fff9;
  font-size: 0.32rem;
  font-weight: 700;
  margin-top: 0.19rem;
  text-align: center;
}

.websiteWrap footer {
  height: 2.4rem;
  padding: 0.24rem 0.24rem 0;
}

.websiteWrap footer .footerContent {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}

.websiteWrap footer .footerContent .footerItem {
  align-items: center;
  color: #fff9;
  display: flex;
  font-size: 0.2rem;
  font-weight: 600;
}

.websiteWrap footer .footerContent .footerItem .website_email {
  padding: 0.24rem 0;
  text-decoration: none;
}

.websiteWrap footer .footerContent .footerItem .website_agreement {
  padding: 0.24rem 0;
  text-decoration: underline;
}

.websiteWrap footer .footerContent .footerItem .website_agreement:nth-child(2) {
  margin-left: 0.8rem;
}

.websiteWrap footer .website_company {
  color: #fff9;
  font-size: 0.2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.12rem;
}

.pc_dra {
  padding: 0 8px;
  height: 50px;
  width: 95%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
}

.pc_dra a:hover {
  transform: scale(1.1);
}

.pc_dra .more_text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.pc_dra img {
  width: 28px;
  height: 28px;
  margin-left: 6px;
}

@media (min-width: 768px) {
  .pc_dra {
    height: 80px;
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    position: absolute;
    bottom: 30px;
  }

  .pc_dra a {
    transition: 0.3s;
  }

  .pc_dra a:hover {
    transform: scale(1.1);
  }

  .pc_dra .more_text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
  }

  .pc_dra img {
    width: 48px;
    height: 48px;
    margin-left: 15px;
  }

  .websiteWrap header {
    height: 1rem;
  }

  .websiteWrap header .headerContent {
    margin: 0 auto;
    width: 12rem;
  }

  .websiteWrap header .headerContent img {
    height: 0.48rem;
    margin-right: 0.16rem;
    width: 0.48rem;
  }

  .websiteWrap header .headerContent .website_text {
    font-size: 0.24rem;
  }

  .websiteWrap main {
    height: calc(100vh - 1.2rem);
    position: relative;
  }

  .websiteWrap main h1 {
    font-size: 0.56rem;
  }

  .websiteWrap main h3 {
    font-size: 0.43rem;
    margin-top: 0.19rem;
  }

  .websiteWrap footer {
    height: 1.2rem;
    padding: 0.1rem 0.24rem 0;
  }

  .websiteWrap footer .footerContent {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 0.68rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 12rem;
    min-width: 6rem;
  }

  .websiteWrap footer .footerContent .footerItem {
    font-size: 0.14rem;
  }

  .websiteWrap footer .footerContent .footerItem .website_email {
    transition: color 0.3s;
  }

  .websiteWrap footer .footerContent .footerItem .website_email:hover {
    color: #ff375f;
  }

  .websiteWrap footer .footerContent .footerItem .website_agreement {
    padding: 0.24rem 0;
    transition: color 0.3s;
  }

  .websiteWrap footer .footerContent .footerItem .website_agreement:hover {
    color: #ff375f;
  }

  .websiteWrap footer .website_company {
    font-size: 0.14rem;
  }
}
