:root {
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  /* min-width: 375px; */
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.card {
  padding: 2em;
}

#app {
  max-width: 1920px;
  margin: 0 auto;
  /* padding: 2rem; */
  text-align: center;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.showHeader {
  position: fixed !important;
  animation: fadeIn 0.3s;
}
.mb {
  display: none !important;
}
@media (max-width: 575px) {
.mb {
    display: flex !important;
}
}
.pc {
  display: block !important;
}
@media (max-width: 575px) {
.pc {
    display: none !important;
}
}
.logo {
  cursor: pointer;
}
@media (max-width: 575px) {
.logo {
    width: 30%;
}
}
.header-layout {
  width: 100%;
  background: #fff;
}
.header {
  max-width: 1200px;
  width: 80vw;
  margin: 0 auto;
  background: #fff;
  padding: 0 10vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media (max-width: 768px) {
.header {
    width: 100%;
    padding: 0;
}
}
.router-item {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.router-item .navigation {
  min-width: 320px;
  width: 24vw;
  height: 100%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
.router-item .navigation {
    width: 50vw;
    min-width: 300px;
}
}
@media (max-width: 575px) {
.router-item .navigation {
    min-width: 250px;
    padding: 0;
}
}
.router-item .navigation li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
}
.router-item .navigation li .join {
  cursor: pointer;
  width: 100px;
  height: 40px;
  background-color: #fcdb49;
  color: #4b4b4b;
  border-radius: 20px;
}
.router-item .navigation li .join:hover {
  background-color: #4b4b4b;
  color: #fcdb49;
}
@media (max-width: 768px) {
.router-item .navigation li .join {
    margin: 0 25px;
}
}
@media (max-width: 575px) {
.router-item .navigation li .join {
    display: none;
}
}
.router-item .navigation li a {
  width: 80px;
  padding: 5px 0;
  cursor: pointer;
  margin: 0 20px;
  color: #777;
}
.router-item .navigation li a:hover {
  border-bottom: 1px solid #fcb303;
  color: #fcb303;
}
@media (max-width: 768px) {
.router-item .navigation li a {
    display: block;
    width: 45px;
}
}
@media (max-width: 575px) {
.router-item .navigation li a {
    border: 1px solid #fcb303;
    border-radius: 10px;
    margin: 0 3px;
}
}.mb[data-v-0682850e] {
  display: none !important;
}
@media (max-width: 575px) {
.mb[data-v-0682850e] {
    display: block !important;
}
}
.pc[data-v-0682850e] {
  display: block !important;
}
@media (max-width: 575px) {
.pc[data-v-0682850e] {
    display: none !important;
}
}
.content-layout[data-v-0682850e] {
  width: 100%;
  height: auto;
}
.content-layout .main-page[data-v-0682850e] {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
.content-layout .main-page[data-v-0682850e] {
    margin-bottom: 10vw;
}
}
.content-layout #part1[data-v-0682850e] {
  background-image: url(./oneBg.d43b661e.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 60vw;
}
.content-layout #part1 .contentImg[data-v-0682850e] {
  margin: 2vw 0;
  width: 70%;
  min-width: 320px;
}
.content-layout #part2[data-v-0682850e] {
  background-image: url(./twoBg.f98553dc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 60vw;
}
.content-layout #part2 .contentImg[data-v-0682850e] {
  width: 70% !important;
}
.content-layout #part3[data-v-0682850e] {
  background-image: url(./threeBg.0716d9a5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 59vw;
}
.content-layout #part3 .contentImg[data-v-0682850e] {
  width: 100% !important;
}
.content-layout .title[data-v-0682850e] {
  margin: 0 auto;
  font-size: 1vw;
  display: block;
  padding: 5vw 0;
  margin: 0 auto;
  max-width: 1800px;
  width: 100%;
}
.content-layout .title h1[data-v-0682850e] {
  line-height: 0.5;
}.mb[data-v-592f947a] {
  display: none !important;
}
@media (max-width: 575px) {
.mb[data-v-592f947a] {
    display: block !important;
}
}
.pc[data-v-592f947a] {
  display: block !important;
}
@media (max-width: 575px) {
.pc[data-v-592f947a] {
    display: none !important;
}
}
.footer-layout[data-v-592f947a] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4b4b4b;
  width: 100%;
  height: 25vw;
  max-height: 322px;
}
.footer-layout .logo[data-v-592f947a] {
  display: block;
  margin: 0 2vw;
}
.footer-layout .connect[data-v-592f947a] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-layout .connect .detail[data-v-592f947a] {
  max-width: 950px;
  width: 70vw;
}.layout[data-v-09a4d1a7] {
  scroll-behavior: smooth;
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
}