:root {
  --montserrat: "Montserrat", sans-serif;
  --open: "Open Sans", sans-serif;
}

body {
  font-family: "Epilogue", sans-serif;
  color: #1eff00;
  background: black;
}

@keyframes neonGlow1 {
  0% {
    text-shadow: 0 0 15px #00ffff, 0 0 25px #00ff7f, 0 0 35px #1e3a8a;
  }

  50% {
    text-shadow: 0 0 30px #00ffff, 0 0 40px #00ff7f, 0 0 50px #1e3a8a;
  }

  100% {
    text-shadow: 0 0 15px #00ffff, 0 0 25px #00ff7f, 0 0 35px #1e3a8a;
  }
}

@keyframes neonColorShift1 {
  0% {
    color: #00ffff;
  }

  50% {
    color: #00ff7f;
  }

  100% {
    color: #00ffff;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

.f-2xl {
  font-size: 72px;
}

.mb-120 {
  margin-bottom: 120px;
}

.header-top-area {
  background-color: #000;
  padding: 12px 0;
}

.marquee-inner {
  width: 100%;
  height: 28px;
  display: block;
  position: absolute;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  top: 2px;
}

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }

  to {
    left: -100%;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }

  to {
    left: -100%;
  }
}

.marquee {
  width: 100%;
  height: 28px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  color: #fff;
}

.marquee-inner:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.header-data-scroll:hover>li {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

ul.header-data-scroll {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

ul.header-data-scroll li {
  padding-left: 30px;
  padding-right: 30px;
  flex-wrap: nowrap;
  white-space: nowrap;
  transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

ul.header-data-scroll li:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  cursor: pointer;
  transform: scale(1.1);
}

ul.header-data-scroll a {
  width: 25px;
  margin-left: 10px;
}

.header-area {
  font-family: var(--open);
  background-color: #000;
}

.header-contact a {
  color: #fff;
}

.header-contact a img {
  margin-right: 8px;
}

.nav-link {
  color: #fff;
  margin: 0 5px;
}

.nav-link:hover {
  color: #fff;
  margin: 0 5px;
}

.dropdown-toggle:after {
  border: 0;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 11px;
}

.hero-area video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  object-fit: cover;
}

.hero-text {
  color: #dfe3ef;
  text-align: center;
  font-size: 22px;
  position: relative;
  z-index: 2;
}

.hero-text h2 {
  font-size: 45px;
  font-family: var(--open);
  font-weight: 600;
  margin: 350px 0 340px;
  color: #fff;
}

@media (max-width: 768px) {
  .hero-text h2 {
    margin-top: 320px;
  }
}

.text-blue {
  color: #90b0ff;
}

.btn-blue {
  color: #13192b;
  background: #90b0ff;
  font-size: 19px;
  font-family: var(--open);
  font-weight: 600;
  padding: 10px 20px;
  border: 1px solid #90b0ff;
}

.btn-blue img {
  margin-left: 5px;
}

.btn-blue:hover {
  background: #90b0ff;
  color: #13192b;
}

.hero-button {
  margin-top: 30px;
}

.btn-border-blue {
  color: #90b0ff;
  font-weight: 600;
  font-family: var(--open);
  font-size: 19px;
  border: 1px solid #90b0ff;
  padding: 10px 20px;
}

.btn-border-blue img {
  margin-right: 5px;
}

.btn-border-blue:hover {
  background: #90b0ff;
  color: #13192b;
}

.btn-border-blue:hover img {
  -webkit-filter: brightness(0);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0);
}

.hero-button .btn:first-child {
  margin-right: 20px;
}

.heroBackground {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.heroBackground:before {
  width: 40vw;
  height: 40vw;
  overflow: visible;
  background: linear-gradient(131.5deg,
      #000000 48.9%,
      rgba(17, 23, 39, 0) 82.15%);
  -webkit-filter: blur(10px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  filter: blur(10px);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.topRadius,
.topInnerRadius,
.bottomRadius {
  width: 50vw;
  height: 50vw;
  background: 0 0;
  position: absolute;
  border-radius: 999em;
  z-index: 0;
  border: 4px solid #8fafff;
  left: -10vw;
  top: -10vw;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -webkit-animation: 4s ease-in-out 2s infinite alternate both running svelte-bjhjab-radiusPulse;
  animation: 4s ease-in-out 2s infinite alternate both running svelte-bjhjab-radiusPulse;
  display: none;
}

.topInnerRadius {
  width: 50vw;
  height: 50vw;
  left: -10vw;
  top: -10vw;
  transform-origin: center center;
  -webkit-animation: 4s ease-in-out 0s infinite alternate both running svelte-bjhjab-radiusPulseSmall;
  animation: 4s ease-in-out 0s infinite alternate both running svelte-bjhjab-radiusPulseSmall;
}

.bottomRadius {
  left: auto;
  top: auto;
  bottom: -10vw;
  right: -10vw;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@-webkit-keyframes svelte-bjhjab-radiusPulse {
  0% {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

@keyframes svelte-bjhjab-radiusPulse {
  0% {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

@-webkit-keyframes svelte-bjhjab-radiusPulseSmall {
  0% {
    transform: scale(0.5);
  }

  to {
    transform: scale(0.8);
  }
}

@keyframes svelte-bjhjab-radiusPulseSmall {
  0% {
    transform: scale(0.5);
  }

  to {
    transform: scale(0.8);
  }
}

.bg-dark {
  color: #15ff00;
}

.cgpt-box ul {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.cgpt-box ul li {
  width: 11.11%;
  display: block;
  padding: 0 10px;
  margin: 0 0 10px;
}

.cgpt-box ul li a {
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.cgpt-box p {
  font-size: 14px;
}

.cgpt-box {
  margin: 0 0 130px;
}

.token-box-list {
  margin-top: 100px;
  display: flex;
  border-top: 1px solid #181818;
}

.token-box-left {
  flex: 0 0 60%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: -ms-grid;
  /*display: grid;*/
}

.token-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-left: 1px solid #181818;
  border-bottom: 1px solid #181818;
  height: 140px;
  padding: 20px;
}

.token-box:hover {
  background-color: #5529d3;
}

.token-box-right {
  flex: 1;
  border-left: 1px solid #181818;
  border-bottom: 1px solid #181818;
  border-right: 1px solid #181818;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.token-box h2 {
  font-size: 20px;
  text-align: center;
  margin: 0;
  font-family: var(--montserrat);
  font-weight: 500;
}

.token-box-right h4 {
  font-size: 18px;
  line-height: 32px;
  margin: 40px 0 0;
}

.author-box {
  display: flex;
  margin-top: 25px;
  align-items: center;
}

.author-box h2 {
  font-size: 20px;
  margin: 0 0 3px;
}

.author-box p {
  margin: 0;
  font-size: 18px;
}

.author-box .image {
  margin-right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.token-box-right>img {
  width: 38px;
}

.bg-gray {
  background-color: #eaeae1 !important;
}

.promo-box {
  border: 1px solid #000;
  background: #fff;
  position: relative;
}

.promo-box:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -18%;
  left: auto;
  right: -8%;
  width: 208px;
  height: 271px;
}

.promo-box-top {
  display: flex;
}

.promo-box-top-image {
  width: 350px;
  order: 1;
}

.promo-box-top-text {
  background: #fff284;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex: 1;
  padding: 54px 55px 54px 34px;
  position: relative;
}

.promo-box-top-text h2 {
  color: #000;
  font-weight: 400;
  font-size: 65px;
}

.promo-box-top-text:before {
  content: "";
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 1%;
  width: 63px;
  height: 146px;
}

.promo-box-top-text:after {
  content: "";
  max-width: 27%;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 2%;
  width: 217px;
  height: 60px;
}

.promo-box-bottom {
  display: flex;
}

.promo-box-bottom-image {
  width: 540px;
}

.promo-box-bottom-text {
  flex: 1;
  padding: 35px 50px 25px 50px;
  font-family: var(--open);
  font-size: 18px;
  line-height: 32px;
  color: #000;
}

.promo-box-bottom-image img {
  width: 100%;
}

.promo-box-bottom-text a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.promo-box-bottom-text a img {
  margin-left: 10px;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.section-title {
  text-align: center;
  margin: 0 0 65px;
}

.section-title h2 {
  animation: neonGlow1 2s infinite alternate,
    neonColorShift1 4s infinite alternate;
}

.solution-box {
  background: #fed0ab;
  padding: 32px 60px 32px 32px;
  display: flex;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fed0ab;
  border: 1px solid #131313;
  border-radius: 1px;
  justify-content: space-between;
  margin-top: -1px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  align-items: flex-start;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
}

.solution-box.green {
  background-color: #def8cb;
}

.solution-box.pink {
  background-color: #f8cbd6;
}

.solution-box.purpel {
  background-color: #c8beff;
}

.solution-box:nth-child(3) {
  top: 72px;
}

.solution-box:nth-child(4) {
  top: 104px;
}

.solution-image {
  height: 556px;
  max-width: 480px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-text {
  flex: 1;
  color: #000;
  border-bottom: 1px solid #000;
  min-height: 350px;
}

.solution-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

ul.tag {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

ul.tag li {
  background-color: #fff;
  border-radius: 22px;
  padding: 4px 24px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  color: #000;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: var(--open);
}

.solution-text h2 {
  margin: 0 0 54px;
}

.solution-text p {
  font-style: italic;
  font-size: 18px;
  font-family: var(--open);
  line-height: 32px;
}

.solution-text h2 span {
  color: #0000ee;
  font-size: 14px;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.promotion {
  border: 1px solid #1f1f1f;
  border-radius: 1px;
  padding: 40px 38px;
  height: 100%;
}

.promotion h2 {
  font-size: 26px;
  margin: 0 0 20px;
}

.promotion p {
  font-family: var(--open);
  font-size: 17px;
  line-height: 25px;
}

.promotion-text {
  min-height: 165px;
}

.bg-offwhite {
  background-color: #e1e8ea !important;
  color: #000;
}

.step-text {
  max-width: 600px;
}

.step-text h2 {
  color: #181818;
  margin-bottom: 30px;
  line-height: 60px;
}

.step-text p {
  font-size: 17px;
  line-height: 24px;
}

.single-step {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 124px;
  padding: 28px 36px 28px 40px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.single-step img {
  margin-right: 15px;
}

.single-step:before {
  content: "";
  background: url(../fonts/arrow-bg-1.svg) no-repeat scroll 0 0;
  position: absolute;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  position: absolute;
  top: 80%;
  right: -5%;
  width: 174px;
  height: 182px;
}

.single-step:nth-child(1) {
  margin-left: auto;
  margin-bottom: 25px;
}

.single-step:nth-child(2):before {
  background-image: url(../fonts/arrow-bg-2.svg);
  perspective-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  top: auto;
  bottom: -145%;
  left: -15%;
  right: auto;
  width: 152px;
  height: 155px;
}

.single-step:nth-child(2) {
  margin-bottom: 50px;
}

.single-step:nth-child(3):before {
  background-image: url(../fonts/arrow-bg-3.svg);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: absolute;
  top: auto;
  bottom: -90%;
  left: auto;
  right: 38%;
  width: 85px;
  height: 84px;
}

.single-step:nth-child(3) {
  margin-left: auto;
}

.single-step:nth-child(4) {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 28px 36px 28px 40px;
  margin: 80px auto 0 45%;
}

.single-step:nth-child(4):before {
  display: none;
}

.container1 {
  flex: 1 auto;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0 15px;
  overflow: unset;
  color: #00ffff;
  flex-direction: column;
}

.container1 .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.container1 .navbar-collapse1 {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;

  flex-basis: auto;
}

/* 移动端样式 (屏幕宽度小于等于768px) */
@media (max-width: 768px) {
  .container1 {
    flex: 1 auto;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0 15px;
    overflow: unset;
    flex-direction: row;
  }

  .container1 .navbar-brand {
    padding-top: 0.2rem;
    /* 移动端调整 */
    padding-bottom: 0.2rem;
    /* 移动端调整 */
    margin-right: 0.5rem;
    /* 移动端调整 */
    font-size: 1rem;
    /* 移动端调整 */
  }
}

.resources-top {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem !important;
  margin: auto !important;
  background: transparent;
  /* 修改为具体的背景值 */
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
}

.comic-neue-bold {
  font-family: "Comic Neue", cursive !important;
  font-weight: bold;
  font-size: larger;
}

.dogepedia .tab {
  top: 0;
  overflow: hidden;
  min-width: 250px;
  width: 30%;
  float: left;
}

.list-group-flush {
  border-radius: 0;
}

.dogepedia .tab button.active {
  color: #ffffff !important;
  background-color: #ffffff47;
  border-radius: 0;
}

.dogepedia .tab button {
  display: block;
  width: 100%;
  color: #90b0ff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  padding: 14px 16px;
  transition: 0.3s;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background-color: transparent;
}

.accordion {
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #0d6efd;
  border-color: rgba(255, 255, 255, 0.2);
}

.accordion-collapse {
  background-color: transparent;
}

.accordion-body {
  background-color: transparent;
  color: #ffffff;
}

.item {
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
  background: rgba(80, 80, 80, 0);
  border: 0.1px solid rgba(160, 160, 160, 0.3);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3sease;
  position: relative;
  overflow: hidden;
}

.tabcontent {
  background-color: transparent;
}

.text-start {
  color: #ffffff;
}

.fw-bold {
  color: #0d6efd;
}

.faq-title .nav-link {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 28px 60px 28px 28px;
  text-align: left;
  background-image: url(../fonts/arrow-right-light.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
}

.faq-title .nav-link:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.faq-title .nav-link.active,
.faq-title .nav-link:hover {
  background-color: #000000;
  color: #fff;
  background-image: url(../fonts/arrow-right-light-white.svg);
}

.single-faq {
  background-color: #ffffff00;
  border: 1px solid #e5e5e5;
  margin-bottom: 18px;
  padding: 28px 20px;
}

.single-faq:has(.single-faq-body.show) {
  background-color: #eeeeee00;
}

.single-faq h2 {
  margin: 0;
  font-size: 22px;
  cursor: pointer;
}

.single-faq-body {
  font-family: var(--open);
}

.single-faq-body p {
  margin: 20px 0 0;
}

.single-video {
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 0;
  margin-right: 40px;
  padding: 5px;
  min-width: 460px;
}

.single-video iframe {
  width: 100%;
  margin-bottom: -8px;
}

.video-list {
  margin-top: 100px;
}

.owl-carousel.video-list .owl-stage-outer,
.owl-carousel.post-list .owl-stage-outer {
  overflow: inherit;
}

.video-list.owl-carousel .owl-nav,
.post-list.owl-carousel .owl-nav {
  display: flex;
  position: absolute;
  top: -150px;
  right: 0;
  gap: 20px;
}

.video-list.owl-carousel .owl-nav button,
.post-list.owl-carousel .owl-nav button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 35px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-list.owl-carousel .owl-nav button {
  background: #000;
  color: #fff;
}

.bg-gray-offwhite {
  background-color: #eaeae1 !important;
}

.post-list {
  margin-top: 80px;
}

.single-post {
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 40px;
  padding: 18px;
  width: 460px;
}

.post-image {
  position: relative;
  height: 240px;
}

.post-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
  object-position: top center;
}

.post-text h2 {
  color: #000;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.post-text h2 a {
  color: #000;
}

.post-author {
  display: flex;
  align-items: center;
}

.post-author .image {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}

.post-author h2 {
  font-weight: 700;
  line-height: 22px;
  color: #000;
  font-size: 14px;
  margin: 0;
}

.post-author p {
  margin: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.blog-card-dot {
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  margin: 0 7px;
}

.hire h3 {
  color: #7f56d9;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
}

.hire h2 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.hire {
  max-width: 768px;
  color: #ffffff;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 0 60px;
}

.btn-purpel {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  padding: 0.625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-purpel:hover {
  background-color: #6941c6;
  border-color: #6941c6;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hire .btn {
  margin: 20px 0;
}

.team {
  background: #f7f9fa;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.team-image {
  height: 306px;
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.team-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}

.team-text {
  text-align: center;
}

.team-text h2 {
  color: #101828;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.team-text h3 {
  max-width: 100%;
  color: #6941c6;
  text-align: center;
  letter-spacing: normal;
  padding-left: 15px;
  padding-right: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1.2;
  margin: 0 0 20px;
}

.team-text p {
  max-width: 100%;
  color: #475467;
  text-align: center;
  letter-spacing: normal;
  padding-left: 15px;
  padding-right: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1.2;
}

.bookmarks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.bookmarks ul li a {
  transition: 0.2s;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.bookmarks ul li a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bg-purpel {
  background-color: #c8beff !important;
}

.contact-box {
  max-width: 850px;
  text-align: center;
  margin: 0 auto 90px;
  position: relative;
}

.contact-box h2 {
  max-width: 850px;
  color: #000;
  text-align: center;
  letter-spacing: -0.48px;
  font-family: Epilogue, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 65px;
  margin: 0 0 20px;
}

.contact-box p {
  color: #000;
  font-family: var(--open);
  font-size: 18px;
  line-height: 32px;
}

.contact-box ul {
  margin: 30px 0 0px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: var(--open);
}

.contact-box ul a {
  width: 134px;
  height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.96px;
  font-size: 16px;
  line-height: 25px;
}

.client-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.client-list ul li a {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  transition: 0.2s;
}

.client-list ul li a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.footer-area {
  padding-top: 30px;
  padding-bottom: 22px;
  background-color: #00000000;
}

.single-widget {
  margin-bottom: 30px;
}

.single-widget h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: var(--open);
  margin-bottom: 32px;
  color: #00ff00;
}

.single-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-widget ul li a {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 16px;
  font-family: var(--open);
  line-height: 24px;
  text-decoration: none;
}

.single-widget ul li a:hover {
  text-decoration: underline;
}

.subscribe input[type="email"] {
  height: 64px;
  max-width: 278px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.04);
  background-image: url(../images/envelop.png);
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 48px;
  flex: 1;
  margin-bottom: 0;
  padding: 0 0 0 56px;
}

.subscribe input[type="submit"] {
  letter-spacing: 0.64px;
  background-color: #5529d3;
  border-radius: 48px;
  margin-left: 18px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border: 0;
  color: #fff;
}

.subscribe {
  display: flex;
}

.social-box {
  width: 308px;
  margin-top: 20px;
}

.social-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.social-box ul li {
  flex: 0 0 25%;
  padding-right: 10px;
}

.social-box ul li a {
  width: 55px;
  height: 55px;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.social-box ul li a img {
  width: 23px;
}

.copyright {
  border-top: 1px solid #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  font-family: var(--open);
  padding: 20px 0 0;
}

.bg-dark-light {
  background-color: #000000;
  color: #fff;
}

.video-box video {
  max-width: 100%;
}

.video-text p {
  color: #c8d3ee;
  font-size: 18px;
}

.video-text h3 {
  font-size: 16px;
  color: #90b0ff;
}

.video-text h2 {
  font-size: 31px;
  position: relative;
}

.video-text h2:before {
  content: "";
  background: #c3edfe;
  box-shadow: 0 0 4px #0006, 0 0 12px #c3edfe;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 7px;
  left: -35px;
}

.video-text {
  padding-left: 85px;
}

.video-promo ul {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-gap: 30px;
}

.video-promo li {
  padding: 16px;
  padding: 1rem;
  background: #111111;
  border-radius: 8px;
  font-size: 15.2px;
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
  padding-left: 50px;
}

.video-promo ul li:before {
  border-radius: 999px;
  width: 8px;
  height: 8px;
  background: #90b0ff;
  content: "";
  display: inline-block;
  box-shadow: 0 0 13px #68aeff;
  border: 2px solid #90b0ff;
  padding: 3px;
  background-clip: content-box;
  position: absolute;
  left: 20px;
  top: 22px;
}

.git-quote {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28% 1fr;
  grid-template-columns: 28% 1fr;
  -ms-grid-row-align: center;
  align-items: center;
  background: #fdfdfd;
  border: 1px solid #f7f7fc;
  box-shadow: 0 1px 2px #0000001f;
  border-radius: 16px;
  width: 80%;
  margin: -192px auto 100px;
  margin: -12rem auto 100px;
  max-width: 920px;
  color: #08082e;
  gap: 32px;
  gap: 2rem;
  padding: 32px 32px 38.4px;
  padding: 2rem 2rem 2.4rem;
}

.git-quote-text>img {
  display: block;
  margin: 0 0 20px;
}

.git-quote-text q:before,
.git-quote-text q:after {
  display: none;
}

.git-quote-text q {
  color: #08082e;
  font-size: 21px;
  line-height: 29px;
  font-weight: 500;
  font-family: var(--open);
  margin: 0 0 30px;
  display: block;
}

.git-quote-text h2 {
  color: #626286;
  font-size: 16px;
  font-weight: 400;
}

.git-quote-text h3 {
  color: #626286;
  font-size: 16px;
  margin: 0;
}

.integration-title {
  text-align: center;
  max-width: 480px;
  margin: 0 auto 45px;
}

.integration-title h2 {
  font-size: 32px;
  color: #ffffff;
  margin: 0 0 25px;
  font-weight: 600;
}

.integration-title p {
  color: #08082e;
  font-size: 16px;
}

.integration-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  max-width: 920px;
  margin: 0 auto 40px;
}

.single-integration a {
  color: #08082e;
  text-decoration: none;
  padding: 24px 16px 32px;
  padding: 1.5rem 1rem 2rem;
  background: #fdfdfd;
  border: 1px solid rgba(126, 198, 255, 0.2);
  box-shadow: 0 1px 2px #0000001f;
  border-radius: 16px;
  display: block;
  transition: transform 0.2s ease-in;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

.single-integration a img {
  display: block;
  width: 40px;
  margin: 0 0 20px;
}

.btn-integration {
  background: #fff;
  box-shadow: 0 1px 2px #0000001f;
  border: 1px solid #90b0ff;
}

.btn-integration:hover {
  background: #90b0ff;
}

/* Twitter Feed Styles */
.twitter-feed {
  position: relative;
  padding: 40px 0;
}

.tweet-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  height: 280px;
  /* 设置固定高度 */
  display: flex;
  flex-direction: column;
}

.tweet-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.tweet-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
}

.tweet-author {
  display: flex;
  flex-direction: column;
}

.tweet-author h4 {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.tweet-author span {
  color: #666;
  font-size: 14px;
}

.tweet-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tweet-text {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 显示4行文本 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  line-height: 1.5;
  max-height: 120px;
  /* 设置最大高度 */
}

.tweet-link {
  margin-top: auto;
  display: block;
  margin-bottom: 5px;
}

.tweet-date {
  color: #666;
  font-size: 0.9em;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}

.swiper-button-next {
  right: -50px;
  padding-left: 3px;
}

.swiper-button-prev {
  left: -50px;
  padding-right: 3px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* 禁用状态 */
.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.swiper-button-disabled:hover {
  transform: translateY(-50%) scale(1);
  background: rgba(255, 255, 255, 0.15);
}

/* 容器样式调整 */
.swiper-container {
  position: relative;
  padding: 0 60px;
  overflow: hidden;
}

/* 响应式布局 */
@media (max-width: 768px) {
  .swiper-container {
    padding: 0 40px;
  }

  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }

  .tweet-card {
    margin: 5px;
  }
}

/* 电脑端合作伙伴样式 */
@media (min-width: 769px) {
  .partner-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* 改用space-between确保间距均匀 */
    width: 50%;
    height: 100%;
    padding: 0 40px;
    /* 增加内边距 */
  }

  .partner-item {
    flex: 0 0 calc(12.5% - 20px);
    /* 8个logo，每个占12.5%宽度，减去间距 */
    max-width: 120px;
    /* 限制最大宽度 */
    margin: 0 10px;
    /* 添加水平间距 */
  }

  .partner-item img {
    width: 100%;
    height: auto;
    max-height: 45px;
    object-fit: contain;
  }
}

/* 移动端合作伙伴样式 */
@media (max-width: 768px) {
  .partner-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* 改为flex-start确保不会挤压 */
    width: 100%;
    height: 100%;
    padding: 0 20px;
    gap: 30px;
    /* 增加间距 */
  }

  .partner-item {
    flex: 0 0 80px;
    /* 固定宽度 */
    min-width: 80px;
    /* 确保最小宽度 */
    margin: 0;
  }

  .partner-item img {
    width: auto;
    height: 30px;
    object-fit: contain;
  }

  .partner-scroll-inner {
    animation: partnerScrollMobile 25s linear infinite;
  }

  @keyframes partnerScrollMobile {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-100%);
    }
  }
}

/* 通用样式 */
.partner-scroll {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  background: transparent;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 1200px;
}

.partner-scroll-inner {
  display: flex;
  width: 200%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  animation: partnerScroll 25s linear infinite;
  will-change: transform;
}

@keyframes partnerScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* 交互效果 */
.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.partner-item img {
  transition: all 0.3s ease;
  opacity: 0.8;
}

.partner-item:hover img {
  transform: scale(1.1);
  opacity: 1;
}

/* 动画暂停效果 */
.partner-scroll:hover .partner-scroll-inner {
  animation-play-state: paused;
}

/* 优化动画性能 */
@media (prefers-reduced-motion: reduce) {
  .partner-scroll-inner {
    animation: none;
  }
}

/* 预售DAPP界面样式 */
.presale-dapp {
  border-radius: 15px;
  padding: 20px;
  max-width: 400px;
  color: #ffffff;
  margin: 20px auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

/* PC端样式 */
@media (min-width: 768px) {
  .presale-dapp {
    position: static;
    max-width: 500px;
    margin: 30px auto;
    padding: 25px;
    background: rgba(0, 255, 127, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #00ff7f;
    backdrop-filter: blur(10px);
  }
}

/* 移动端样式 */
@media (max-width: 767px) {
  .presale-dapp {
    width: 100%;
    margin: 15px auto;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  }
}

/* 输入框和按钮样式 */
.presale-dapp input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.presale-dapp input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  outline: none;
}

.presale-dapp .btn {
  width: 100%;
  background: linear-gradient(45deg, #3498db, #2980b9);
  border: none;
  padding: 12px 20px;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.presale-dapp .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

/* 倒计时样式 */
.countdown-display {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
}

.time-block {
  background: rgba(0, 255, 127, 0.05);
  padding: 10px;
  border-radius: 5px;
  min-width: 50px;
  text-align: center;
  border: 1px solid #00ff7f;
  color: #00ffff;
  /* 添加与预售界面相同的边框颜色 */
}

.time-block span {
  font-size: 18px;
  font-weight: bold;
  color: #00ffff;
}

.time-block div {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .time-block {
    min-width: 45px;
    padding: 8px;
  }

  .time-block span {
    font-size: 16px;
  }
}

/* 折叠按钮样式 */
.collapse-btn {
  position: absolute;
  left: -30px;
  /* 调整位置更靠近DAPP界面 */
  top: 20px;
  /* 改为固定在顶部 */
  width: 30px;
  height: 40px;
  /* 减小高度 */
  background: rgba(13, 110, 253, 0.9);
  /* 使用主题蓝色 */
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: none;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  display: none;
  color: white;
  transition: all 0.3s ease;
  padding: 0;
}

.collapse-btn:hover {
  background: rgba(13, 110, 253, 1);
  left: -32px;
  /* 悬停时稍微突出 */
}

.collapse-btn i {
  font-size: 16px;
  line-height: 40px;
  transition: transform 0.3s ease;
}

/* 折叠状态样式 */
.presale-dapp.collapsed {
  transform: translateX(420px);
  /* 增加距离确保完全隐藏 */
}

.presale-dapp.collapsed .collapse-btn {
  left: -32px;
  /* 折叠时按钮位置保持不变 */
}

.presale-dapp.collapsed .collapse-btn i {
  transform: rotate(180deg);
}

/* PC端显示折叠按钮 */
@media (min-width: 768px) {
  .presale-dapp {
    transition: transform 0.3s ease;
  }

  .collapse-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    /* 确保按钮始终可点击 */
  }
}

/* SOL交易记录表格样式 */
.sol-transactions-table {
  background: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.table-header {
  display: grid;
  grid-template-columns: 120px 1fr 1fr 150px;
  padding: 15px;
  background: #2a2a2a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-cell {
  color: #00ffff;
  font-weight: 600;
  font-size: 14px;
}

.table-body {
  max-height: 400px;
  overflow-y: auto;
}

.transaction-row {
  display: grid;
  grid-template-columns: 120px 1fr 1fr 150px;
  padding: 15px;
  border-bottom: 1px solid #00ff7f;
  /* 修复括号错误 */
  transition: all 0.3s ease;
  color: #b0b0b0;
}

.transaction-row:hover {
  background: rgba(255, 255, 255, 0.05);
}

.transaction-cell {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transaction-cell.hash {
  color: #3498db;
  cursor: pointer;
}

.transaction-cell.amount {
  color: #90b0ff;
  font-weight: 600;
  text-align: right;
}

.btn-show-more {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(45deg, #00ff7f, #00ced1);
  color: #000000;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3sease;
  box-shadow: 0 0 15px rgba(0, 255, 127, 0.3);
}

.btn-show-more:hover {
  background: #ffc107;
  color: #000;
}

/* 新记录动画效果 */
@keyframes newRow {
  from {
    background-color: rgba(255, 193, 7, 0.2);
  }

  to {
    background-color: transparent;
  }
}

.transaction-row.new {
  animation: newRow 2s ease-out;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .sol-transactions-table {
    margin: 0 -15px;
    border-radius: 0;
  }

  .table-header,
  .transaction-row {
    grid-template-columns: 80px 1fr 1fr 100px;
    font-size: 12px;
    padding: 10px;
  }

  .header-cell,
  .transaction-cell {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-88 {
    flex: 0 0 auto;
    width: 44.666667%;
  }
}

.bg-light1 {
  --bs-bg-opacity: 1;
  background-color: rgb(255 255 255 / 0%) !important;
}

/* 新增的布局样式 */
@media (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-88 {
    flex: 0 0 auto;
    width: 44.666667%;
  }
}

.bg-light2 {
  --bs-bg-opacity: 1;
  background-color: rgb(255 255 255 / 0%) !important;
}

/* 问答区域样式 */
.dogepedia .box {
  background: var(--bs-bg-light1);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.dogepedia .tab {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.dogepedia .tab button {
  font-size: 16px;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  color: #90b0ff;
  transition: all 0.3s ease;
}

.dogepedia .tab button:hover,
.dogepedia .tab button.active {
  background-color: rgba(255, 255, 255, 0.062);
  color: #ffffff;
}

.tablist {
  padding: 20px;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #90b0ff;
  box-shadow: none;
}

.accordion-body {
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.7);
}

/* 响应式调整 */
@media (max-width: 991px) {

  .col-lg-11,
  .col-lg-88 {
    width: 100%;
  }

  .dogepedia .tab {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
  }
}

/* 进度条样式 */
.progress-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 15px;
}

.progress {
  position: relative;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #90b0ff, #3498db);
  transition: width 0.5s ease-in-out, background 0.5s ease-in-out;
  width: 0%;
}

.progress-text {
  color: #ffffff;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .progress-container {
    max-width: 100%;
  }

  .progress {
    height: 15px;
  }

  .progress-text {
    font-size: 12px;
  }
}

/* 添加动画效果 */
@keyframes progressPulse {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.6;
  }
}

.progress-bar {
  animation: progressPulse 2s infinite;
}

/* 进度条颜色渐变 */
.progress-bar.low {
  background: linear-gradient(90deg, #ff6b6b, #ff4757);
}

.progress-bar.medium {
  background: linear-gradient(90deg, #ffa502, #ff7f50);
}

.progress-bar.high {
  background: linear-gradient(90deg, #2ed573, #7bed9f);
}

/* 优化显示效果 */
.total-raised {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 20px;
  margin: 15px auto;
  max-width: 450px;
}

.total-raised h4 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

#raised-amount {
  color: #2ed573;
  font-weight: bold;
}

/* Logo 图片基础样式 */
.navbar-brand img {
  transition: all 0.3s ease;
  transform-origin: left center;
}

/* 桌面端样式 */
@media (min-width: 769px) {
  .navbar-brand {
    padding: 10px 0;
  }

  .navbar-brand img {
    width: 150px;
    height: auto;
    animation: logoFloat 3s ease-in-out infinite;
  }

  /* 悬浮效果 */
  .navbar-brand:hover img {
    transform: translateX(5px) scale(1.05);
  }
}

/* 移动端样式 */
@media (max-width: 768px) {
  .navbar-brand {
    padding: 5px 0;
  }

  .navbar-brand img {
    width: 100px;
    height: auto;
    animation: logoFloatMobile 2s ease-in-out infinite;
  }

  /* 点击效果 */
  .navbar-brand:active img {
    transform: translateX(3px) scale(0.98);
  }
}

/* Logo 左右浮动动画 - 桌面端 */
@keyframes logoFloat {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

/* Logo 左右浮动动画 - 移动端 */
@keyframes logoFloatMobile {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

/* 容器样式优化 */

.container-news {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
  padding-top: calc(3rem + 80px);

  /* 确保图片不会溢出容器 */
  .navbar-brand {
    display: block;
    overflow: hidden;
  }
}

/* 移动端语言导航栏样式 */
@media (max-width: 768px) {

  /* 只隐藏语言选择器，不影响其他导航项 */
  .navbar .nav-item.dropdown.language-selector {
    display: none;
  }

  /* 移动端语言导航样式 */
  .mobile-language-nav {
    background: rgba(0, 0, 0, 0.95);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-language-nav .nav-item.dropdown {
    display: block;
    text-align: center;
  }

  .mobile-language-nav .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    margin: 0;
  }

  .mobile-language-nav .dropdown-menu {
    position: absolute;
    width: 160px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-top: 5px;
    padding: 5px 0;
  }

  .mobile-language-nav .dropdown-item {
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    transition: all 0.3s ease;
  }

  .mobile-language-nav .dropdown-item:hover,
  .mobile-language-nav .dropdown-item:active {
    background: #90b0ff;
    color: #000;
  }

  /* 下拉图标动画 */
  .mobile-language-nav .layui-icon-down {
    transition: transform 0.3s ease;
  }

  .mobile-language-nav .show .layui-icon-down {
    transform: rotate(180deg);
  }
}

/* 桌面端隐藏移动端语言导航 */
@media (min-width: 769px) {
  .mobile-language-nav {
    display: none;
  }
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding: 0.5rem 0;
  margin: 0;
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.nav-dropdown:hover .dropdown-menu {
  display: block;
}

.nav-dropdown .dropdown-menu li {
  padding: 0;
}

.nav-dropdown .dropdown-menu a {
  display: block;
  padding: 0.5rem 1rem;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s;
}

.nav-dropdown .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* 1. 主按钮样式 */
.btn-primary {
  background: linear-gradient(45deg, #00ff7f, #00ffaa);
  border: none;
  color: #000;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(0, 255, 127, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(45deg, #00ffff, #00ccff);
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.5);
}

/* 2. 次要按钮样式 */
.btn-secondary {
  background: #1e3a8a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: #2a4494;
  box-shadow: 0 0 15px rgba(30, 58, 138, 0.3);
}

/* 3. 文本样式 */

p,
.body-text {
  color: #a8adbb;
}

/* 4. 输入框样式 */
.form-control {
  background: rgba(10, 25, 47, 0.7);
  border: 1px solid #00ff7f;
  color: #fff;
  transition: all 0.3s ease;
}

.form-control:focus {
  box-shadow: 0 0 15px rgba(0, 255, 127, 0.3);
  border-color: #00ffff;
}

/* 5. 卡片和面板样式 */
.card,
.panel {
  background: rgba(10, 25, 47, 0.8);
  border: 1px solid rgba(0, 255, 127, 0.1);
  box-shadow: 0 0 20px rgba(0, 255, 127, 0.1);
  backdrop-filter: blur(10px);
}

/* 6. 导航栏样式 */
.navbar {
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #0a192f;
}

.nav-link {
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #00ffff !important;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

/* 7. 动画效果 */
@keyframes neonGlow {
  0% {
    box-shadow: 0 0 5px rgba(0, 255, 127, 0.2);
  }

  50% {
    box-shadow: 0 0 20px rgba(0, 255, 127, 0.4);
  }

  100% {
    box-shadow: 0 0 5px rgba(0, 255, 127, 0.2);
  }
}

.neon-effect {
  animation: neonGlow 2s infinite;
}

/* 8. 分割线样式 */
.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #0a192f, transparent);
  margin: 30px 0;
}

/* 9. 表格样式 */
.table {
  background: rgba(10, 25, 47, 0.5);
  border-radius: 8px;
  overflow: hidden;
}

.table th {
  background: rgba(0, 255, 127, 0.1);
  color: #eaeaea;
}

/* 10. 滚动条样式 */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0a192f;
}

::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #00ffff;
}

/* 预售DAPP部分样式优化 */
.presale-dapp {
  background: rgba(0, 0, 0, 0);
  border: 0.3px solid;
  border-image: linear-gradient(to bottom, #a259ec 0%, #00fff7 50%, #3b82f6 100%) 1;
  box-shadow: 0 0 20px rgba(121, 121, 121, 0.2);
  backdrop-filter: blur(10px);
}

.presale-dapp .dapp-header {
  color: #eaeaea;
  text-shadow: 0 0 10px rgba(0, 255, 127, 0.2);
}

/* 倒计时样式优化 */
.countdown-display .time-block {
  background: rgba(0, 0, 0, 0);
  border: 0.3px solid #7e7e7e;
  box-shadow: 0 0 15px rgba(121, 121, 121, 0.2);
}

.countdown-display .time-block span {
  color: #ffffff;
  font-weight: 700;
}

.countdown-display .time-block div {
  color: #b0b0b0;
}

/* 支付按钮样式 */
.payment-btn {
  background: rgba(0, 0, 0, 0) !important;
  border: 0.3px solid #7e7e7e !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
}

.payment-btn:hover {
  background: linear-gradient(45deg, #00ffff, #00ccff) !important;
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.5);
}

/* 交易记录表格样式 */
.sol-transactions-table {
  background: rgba(0, 255, 127, 0.05);
  border: 1px solid #00ff7f;
  border-radius: 8px;
}

.table-header {
  background: rgba(0, 255, 127, 0.1);
  color: #eaeaea;
}

.transaction-row {
  border-bottom: 1px solid #00ff7f;
  color: #b0b0b0;
}

.transaction-row:hover {
  background: rgba(0, 255, 127, 0.05);
}

/* 安全贡献者部分 */
.integration-title h2 {
  color: #ffffff;
}

.integration-title p {
  color: #b0b0b0;
}

.single-integration {
  background: rgba(10, 25, 47, 0);
  border: 1px solid rgba(111, 0, 255, 0.1);
  transition: all 0.3s ease;
}

.single-integration:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(96, 33, 212, 0.3);
}

/* FAQ/文档部分样式 */
.dogepedia.box {
  background: rgba(10, 25, 47, 0.8);
  border: 1px solid rgba(0, 255, 127, 0.1);
}

.tablinks {
  color: #00ff7f !important;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
}

.tablinks:hover,
.tablinks.active {
  color: #00ffff !important;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);

  background: rgba(0, 255, 127, 0.1);
}

.accordion-button {
  color: #ffffff !important;
  border: none;
  padding: 10px 0;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: #5f5f5f !important;
  text-shadow: 0 0 10px rgba(126, 126, 126, 0);
}

.accordion-body {
  background: rgba(0, 255, 127, 0.1);
  color: #b0b0b0;
  border: 1px solid #00ff7f;
}

/* 页脚样式 */
.footer-area {
  background: rgba(10, 25, 47, 0);
  border-top: 1px solid rgba(0, 255, 127, 0.1);
}

.footer-area h2 {
  color: #00ffff;
}

.footer-area ul li a {
  color: #b0b0b0;
  transition: all 0.3s ease;
}

.footer-area ul li a:hover {
  color: #00ffff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

/* 社交媒体图标样式 */
.social-box ul li a {
  background: rgba(0, 255, 127, 0.1);
  border: 1px solid rgba(0, 255, 127, 0.2);
  transition: all 0.3s ease;
}

.social-box ul li a:hover {
  background: rgba(0, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.3);
}

.single-integration a {
  background: rgba(0, 255, 128, 0) !important;
}

/* 文档区域容器样式 */
.container-wendang {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  gap: 30px;
}

/* 左侧导航栏样式 */
.resources-image {
  flex: 0 0 250px;
  /* 固定宽度 */
  position: sticky;
  top: 100px;
  /* 距离顶部固定距离 */
  height: fit-content;
}

/* 右侧内容区域样式 */
.col-lg-88 {
  flex: 1;
  /* 占据剩余空间 */
  min-width: 0;
  /* 防止内容溢出 */
}

/* 响应式调整 */
@media (max-width: 1024px) {
  .container-wendang {
    flex-direction: column;
    gap: 20px;
  }

  .resources-image {
    flex: none;
    width: 100%;
    position: static;
  }

  .col-lg-88 {
    width: 100%;
  }
}

/* 响应式调整 */
@media (max-width: 1024px) {
  .container-wendang {
    max-width: 800px;
    /* 添加最大宽度限制 */
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    padding: 1rem;
  }
}

@media (max-width: 768px) {
  .container-wendang {
    max-width: 100%;
    /* 在更小屏幕上使用100%宽度 */
    padding: 1rem 0px;
  }
}

/* 空投banner样式 */
.airdrop-banner {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  border-top: 1px solid #0a192f;
  border-bottom: 1px solid #0a192f;
}

.airdrop-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #00ff7f10, #00ffff10);
  opacity: 0.1;
  animation: gradientFlow 3s ease infinite;
}

.banner-content {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.banner-left {
  flex: 1;
}

.banner-left h1 {
  color: #eaeaea;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(0, 255, 127, 0.3);
}

.banner-subtitle {
  color: #00ffff;
  font-size: 1.8rem;
}

.banner-left p {
  color: #b0b0b0;
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.banner-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(45deg, #00ff7f, #00ced1);
  color: #000000;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(0, 255, 127, 0.3);
}

.banner-btn:hover {
  background: linear-gradient(45deg, #00ffff, #00ff7f);
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.5);
}

.banner-right {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.airdrop-icon {
  width: 200px;
  height: auto;
  animation: float 3s ease-in-out infinite;
}

.coin-animation {
  position: absolute;
  width: 100%;
  height: 100%;
}

.floating-coin {
  position: absolute;
  width: 40px;
  height: 40px;
  animation: coinFloat 4s ease-in-out infinite;
}

/* 常见问题部分样式 */
.faq-section {
  padding: 80px 0;
  background: transparent;
  /* 改为透明背景 */
  position: relative;
}

.section-title {
  text-align: center;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 50px;
}

/* 修改FAQ网格布局 */
.faq-grid {
  display: flex;
  flex-direction: column;
  /* 改为纵向排列 */
  max-width: 800px;
  /* 限制最大宽度 */
  margin: 0 auto;
  /* 居中显示 */
  padding: 0 20px;
}

/* 修改FAQ项目样式 */
.faq-item {
  background: rgba(10, 25, 47, 0.3);
  border: 1px solid rgba(0, 255, 127, 0.3);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  /* 添加项目间距 */
  cursor: pointer;
  /* 添加鼠标手型 */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.faq-item table {
  display: none;
  /* 默认隐藏表格 */
}

.faq-item.active table {
  display: table;
  /* 当FAQ项激活时显示表格 */
}

/* 表格特定样式 */
.presale-table {
  margin-top: 15px;
  overflow-x: auto;
  /* 在小屏幕上允许横向滚动 */
}

.presale-table table {
  background: rgba(10, 25, 47, 0);
  border: 0.5px solid rgba(172, 172, 172, 0.3);
  border-radius: 8px;
  width: 100%;
}

/* 确保表格在FAQ展开时平滑显示 */
.faq-item .faq-content {
  display: none;
  transition: all 0.3s ease;
}

.faq-item.active .faq-content {
  display: block;
}

.faq-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg,
      rgba(0, 255, 127, 0.1),
      rgba(0, 255, 255, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: #00ffff;
  box-shadow: 0 0 20px rgba(0, 255, 127, 0.2);
}

.faq-item:hover::before {
  opacity: 1;
}

/* FAQ标题样式 */
.faq-item h3 {
  color: #00ffff;
  font-size: 1.1rem;
  margin-bottom: 12px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item h3::after {
  content: "+";
  font-size: 1.2rem;
  color: #00ff7f;
  transition: transform 0.3s ease;
}

.faq-item.active h3::after {
  transform: rotate(45deg);
}

/* FAQ内容样式 */
.faq-item p {
  color: #b0b0b0;
  line-height: 1.6;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin 0.3s ease;
}

.faq-item.active p {
  max-height: fit-content;
  margin-top: 12px;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .faq-section {
    padding: 40px 0;
  }

  .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .faq-grid {
    padding: 0 15px;
  }

  .faq-item {
    padding: 15px;
  }

  .faq-item h3 {
    font-size: 1rem;
  }
}

/* 推荐人部分样式 */
.recommenders-section {
  padding: 80px 0;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.recommenders-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg,
      rgba(0, 255, 127, 0.05),
      rgba(0, 255, 255, 0.05));
  opacity: 0.1;
}

.section-subtitle {
  text-align: center;
  color: #b0b0b0;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.recommenders-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.recommenders-track {
  width: 100%;
  display: flex;
  position: relative;
  animation: marquee 20s linear infinite;
}

.recommender-card {
  flex: 0 0 auto;
  width: 380px;
  /* 保持原有宽度 */
  margin-right: 30px;
  background: rgba(10, 25, 47, 0.3);
  border: 1px solid rgba(0, 255, 127, 0.3);
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
}

.recommender-card:hover {
  transform: translateY(-5px);
  border-color: #00ffff;
  box-shadow: 0 0 20px rgba(0, 255, 127, 0.2);
}

.recommender-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.recommender-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.recommender-info {
  flex: 1;
}

.recommender-info h3 {
  color: #eaeaea;
  font-size: 1.1rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.verified {
  color: #00ff7f;
  font-size: 1rem;
}

.recommender-info p {
  color: #b0b0b0;
  font-size: 0.9rem;
  margin: 0;
}

.twitter-icon {
  width: 20px;
  height: 20px;
  opacity: 0.7;
}

.recommender-text {
  color: #eaeaea;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.post-time {
  color: #b0b0b0;
  font-size: 0.8rem;
  margin: 0;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  to {
    left: -100%;
  }
}

/* 添加悬停暂停效果 */
.recommenders-track:hover {
  animation-play-state: paused;
}

/* 新闻部分样式 */
.news-section {
  padding: 80px 0;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.news-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.news-track {
  width: 100%;
  display: flex;
  position: relative;
  animation: marquee 20s linear infinite;
}

.news-card {
  flex: 0 0 auto;
  width: 380px;
  /* 保持原有宽度 */
  margin-right: 30px;
  background: rgba(10, 25, 47, 0.3);
  border: 1px solid rgba(0, 255, 127, 0.3);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
  border-color: #00ffff;
  box-shadow: 0 0 20px rgba(0, 255, 127, 0.2);
}

.news-card a {
  text-decoration: none;
  display: block;
}

.news-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
  transform: scale(1.05);
}

.news-title {
  color: #eaeaea;
  font-size: 1.2rem;
  padding: 20px;
  margin: 0;
  text-align: center;
  border-top: 1px solid rgba(0, 255, 127, 0.1);
}

/* 响应式调整 */
@media (max-width: 768px) {
  .news-section {
    padding: 40px 0;
  }

  .news-card {
    width: 300px;
  }

  .news-image {
    height: 160px;
  }

  .news-title {
    font-size: 1rem;
    padding: 15px;
  }
}

/* 保持悬停暂停效果 */
.news-track:hover {
  animation-play-state: paused;
}

.presale-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0;
}

.presale-info {
  flex: 1;
  text-align: left;
  color: #ffffff;
  padding-right: 20px;
}

.main-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.sub-title {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ff69b4;
}

.description {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #ffffff;
}

.rating {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #ffffff;
}

.app-links img {
  width: 120px;
  margin-right: 10px;
}

.partners {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.partner-logo {
  width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}

.partner-logo:hover {
  transform: scale(1.1);
}

/* 左侧预售介绍容器 */
.presale-intro {
  padding: 30px;

  border-radius: 12px;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}

/* 主标题样式 */
.main-title {
  font-size: 96px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  text-shadow: 0 0 20px rgba(0, 255, 127, 0.3);
  animation: titlePulse 2s infinite;
}

@keyframes titlePulse {
  0% {
    text-shadow: 0 0 20px rgba(0, 255, 127, 0.3);
  }

  50% {
    text-shadow: 0 0 30px rgba(0, 255, 255, 0.5);
  }

  100% {
    text-shadow: 0 0 20px rgba(0, 255, 127, 0.3);
  }
}

/* 副标题样式 */
.sub-title {
  font-size: 40px;
  line-height: 1.4;
  color: #00ffff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  font-weight: 500;
}

/* 合作伙伴标题 */
.partner-title {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
}

/* 合作伙伴logo区域 */
.partners-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.partner-logo {
  flex: 1 1 30%;
  text-align: center;
  transition: all 0.3s ease;
}

.partner-logo img {
  width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}

.partner-logo:hover img {
  transform: scale(1.1);
}

/* 响应式布局 - 平板 */
@media (max-width: 992px) {
  .presale-intro {
    padding: 25px;
  }

  .main-title {
    font-size: 72px;
    margin-bottom: 25px;
  }

  .sub-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .partner-title {
    font-size: 26px;
  }

  .partner-logo img {
    width: 90px;
  }
}

/* 响应式布局 - 手机 */
@media (max-width: 768px) {
  .presale-intro {
    padding: 20px;
  }

  .main-title {
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 255, 127, 0.3);
  }

  .sub-title {
    font-size: 24px;
    margin-bottom: 25px;
    padding: 0 10px;
  }

  .partner-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .partners-logos {
    gap: 15px;
  }

  .partner-logo img {
    width: 70px;
  }
}

/* 响应式布局 - 小手机 */
@media (max-width: 480px) {
  .presale-intro {
    padding: 15px;
  }

  .main-title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .sub-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .partner-title {
    font-size: 20px;
  }

  .partner-logo img {
    width: 60px;
  }
}

/* 预售介绍标题样式 */
.intro-main-title {
  font-size: 46px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
}

.intro-main-title-8 {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 800;
}

.intro-sub-title {
  font-size: 40px;
  color: #00ffff;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 500;
}

.intro-partner-title {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

@keyframes titleGlow {
  0% {
    text-shadow: 0 0 20px rgba(0, 255, 127, 0.3);
  }

  50% {
    text-shadow: 0 0 30px rgba(0, 255, 255, 0.5);
  }

  100% {
    text-shadow: 0 0 20px rgba(0, 255, 127, 0.3);
  }
}

/* 响应式布局 */
@media (max-width: 992px) {
  .intro-main-title {
    font-size: 72px;
  }

  .intro-sub-title {
    font-size: 32px;
  }

  .intro-partner-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .intro-main-title {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .intro-sub-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .intro-partner-title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .intro-main-title {
    font-size: 36px;
  }

  .intro-sub-title {
    font-size: 20px;
  }

  .intro-partner-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav-item:hover .dropdown-menu {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .promo-box-top-text h2 {
    font-size: 50px;
  }

  .promo-box-bottom-text {
    font-size: 14px;
    line-height: 23px;
  }

  .single-step:nth-child(4) {
    margin: 80px auto 0 30%;
  }

  .subscribe {
    flex-wrap: wrap;
  }

  .subscribe input[type="submit"] {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .subscribe input[type="email"] {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .header-contact {
    margin-left: auto;
  }

  .navbar-collapse {
    position: absolute;
    background: #00000093;
    left: 0;
    right: 0;
    top: 110px;
    z-index: 9;
    padding: 0 38px;
  }

  .token-box-list,
  .promo-box-top,
  .promo-box-bottom {
    display: block;
  }

  .promo-box-top-image {
    width: 100%;
  }

  .promo-box-top-image img {
    width: 1000%;
  }

  .promo-box-bottom-image {
    width: 100%;
  }

  .solution-box {
    display: block;
    padding: 30px;
    position: relative;
    top: auto !important;
    margin: 0 0 20px;
  }

  .solution-image {
    max-width: 100%;
    height: 500px;
    margin: 0 0 20px;
  }

  .promotion-text {
    min-height: auto;
  }

  .step-box {
    max-width: 400px;
    margin: 50px auto 0;
  }

  .step-text {
    max-width: initial;
  }

  .f-2xl,
  .contact-box h2 {
    font-size: 50px;
  }

  .faq-title {
    margin-bottom: 50px;
  }

  .git-quote {
    display: block;
    margin-top: -150px;
    width: 100%;
  }

  .git-quote-image {
    max-width: 200px;
  }

  .video-box video {
    height: 260px;
    margin: 0 auto 50px;
  }

  .subscribe input[type="email"] {
    background-position: left 15px center;
  }

  .social-box {
    margin: 20px auto;
  }

  .html-embed.w-embed.mt-3 {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .header-contact span {
    display: none;
  }

  .hero-text h2 {
    font-size: 35px;
  }

  .hero-text {
    font-size: 14px;
  }

  .hero-button .btn {
    width: 100%;
    margin: 0 0 20px;
  }

  .cgpt-box ul li {
    flex: 0 0 33.33%;
  }

  h2 {
    font-size: 20px;
  }

  .token-box-left {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .token-box:last-child {
    border-right: 1px solid #181818;
  }

  .pt-140 {
    padding-top: 50px !important;
  }

  .promo-box-top-text h2 {
    font-size: 24px;
  }

  .promo-box-bottom-text {
    padding: 20px;
  }

  .promo-box:before {
    display: none;
  }

  .section-area {
    padding-bottom: 30px;
    padding-top: 0px;
  }

  .section-title h2 {
    font-size: 25px;
  }

  .section-title {
    margin: 0 0 20px;
  }

  .solution-image {
    height: auto;
  }

  .mb-120 {
    margin-bottom: 50px !important;
  }

  .f-2xl,
  .contact-box h2 {
    font-size: 31px;
  }

  .step-text h2 {
    line-height: 35px;
  }

  .video-list.owl-carousel .owl-nav,
  .post-list.owl-carousel .owl-nav {
    top: -80px;
    width: 100%;
    justify-content: center;
  }

  .single-post {
    width: 100%;
  }

  .single-video {
    min-width: 100%;
  }

  .contact-box ul {
    flex-wrap: wrap;
  }

  .client-list ul {
    flex-wrap: wrap;
  }

  .video-box {
    text-align: center;
  }

  .video-text {
    padding-left: 0;
  }

  .video-promo ul {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .git-quote {
    margin-top: 0;
  }

  .video-text h2:before {
    display: none;
  }

  .integration-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .single-integration a {
    height: 100%;
    width: 100%;
  }

  .footer-area {
    padding: 50px 0 20px;
  }
}

/*移动端汉堡菜单*/
.mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #1a1a1a;
  /* 深色背景 */
  width: 200px;
  /* 调整宽度以匹配截图 */
  border-radius: 8px;
  /* 圆角 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  /* 阴影效果 */
  z-index: 50;
  padding: 8px 0;
  /* 内边距 */
}

.mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-list li {
  padding: 12px 16px;
  /* 每个菜单项的内边距 */
}

.mobile-menu-list li a {
  color: #ffffff;
  /* 白色文字 */
  text-decoration: none;
  font-size: 16px;
  /* 字体大小 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* 系统字体 */
  display: block;
}

.mobile-menu-list li a:hover {
  background-color: #333333;
  /* 悬停时的背景色 */
  border-radius: 4px;
  /* 悬停时的圆角 */
}

/* 页脚整体样式 */
.footer86 {
  background-color: #1a1a1a;
  /* 深色背景，与截图一致 */
  color: #ccc;
  /* 灰色文字 */
  padding: 3rem 1.5rem;
  /* 上下内边距 3rem，左右内边距 1.5rem */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.footer-container {
  max-width: 84rem;
  /* 相当于 max-w-7xl */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /* 允许换行，适应移动端 */
  gap: 2rem;
  /* 左右部分之间的间距 */
}

/* 左侧部分 */
.footer-zuoce {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 最小宽度，确保内容不挤压 */
}

.footer-logo img {
  width: 300px;
  /* Logo 大小，根据截图调整 */
  height: auto;
}

.footer-description {
  font-size: 16px;
  /* 14px */
  line-height: 1.5;
  margin-top: 1rem;
  color: #cccccc;
  /* 稍浅的灰色 */
}

.footer-socials {
  display: flex;
  gap: 1rem;
  /* 图标之间的间距 */
  margin-top: 1.5rem;
}

.social-icon img {
  width: 24px;
  /* 图标大小 */
  height: 24px;
  filter: grayscale(100%);
  /* 灰度效果，与截图一致 */
  transition: filter 0.3s ease;
}

.social-icon:hover img {
  filter: grayscale(0%);
  /* 悬停时恢复颜色 */
}

/* 右侧部分 */
.footer-youce {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  /* 链接居中对齐 */
}

.footer-links {
  max-width: 300px;
  /* 限制链接区域宽度 */
}

.links-title {
  font-size: 1.5rem;
  /* 20px */
  color: #fff;
  /* 白色标题 */
  font-weight: 500;
  margin-bottom: 1rem;
}

.links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links-list li {
  margin-bottom: 0.75rem;
}

.links-list a {
  font-size: 16px;
  /* 14px */
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.links-list a:hover {
  color: #fff;
  /* 悬停时变白 */
}

/* 响应式设计 */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    /* 移动端垂直排列 */
    gap: 2.5rem;
    /* 增加垂直间距 */
  }

  .footer-left,
  .footer-right {
    min-width: 100%;
    /* 移动端占满宽度 */
  }

  .footer-right {
    justify-content: flex-start;
    /* 移动端链接靠左对齐 */
  }

  .footer-links {
    max-width: 100%;
    /* 移动端链接区域占满宽度 */
  }
}

.footer-description {
  margin-left: 1rem;
  /* 添加左边距 */
  margin-right: 1rem;
  /* 添加右边距 */
}

@media (min-width: 769px) {
  .footer-container {
    flex-direction: row;
    /* 电脑端水平排列 */
    justify-content: space-between;
    /* 左右部分均匀分布 */
  }
}

/* 背景包装器 */
/* 粒子效果容器 */
/* 头部导航 */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  transition: all 0.2s;
  transform: translateY(0);
  background: rgb(0, 0, 0);
}

/* 头部渐变背景 */

/* 导航栏 */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: all 0.2s;
  padding: 1rem 0;
}

/* Logo */
nav a img {
  height: 2rem;
  max-width: 100%;
}

/* 桌面导航菜单 */
nav ul {
  margin-left: 0.75rem;
  display: none;
  flex-grow: 1;
  gap: 1rem;
}

@media (min-width: 1024px) {
  nav ul {
    display: flex;
    justify-content: center;
  }
}

/* 语言选择器按钮 */
.language-selector .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  /* --btn-border */
  color: white;
  /* 假设primary */
  background: transparent;
  /* --btn-bg */
  font-family: monospace;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  transition: background-color 0.2s;
}

.language-selector .nav-link:hover {
  background: rgba(255, 255, 255, 0.2);
  /* --btn-hover */
}

.language-selector .nav-link:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* 移动端汉堡菜单按钮 */
#mobile-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  /* --btn-border */
  color: white;
  /* 假设primary */
  background: transparent;
  /* --btn-bg */
  font-family: monospace;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding: 0.5rem;
  border-radius: 9999px;
  aspect-ratio: 1/1;
  transition: background-color 0.2s;
}

@media (min-width: 1024px) {
  #mobile-menu-btn {
    display: none;
  }
}

#mobile-menu-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  /* --btn-hover */
}

#mobile-menu-btn:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* 移动端菜单 */
.mobile-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem;
  border-radius: 0.5rem;
}

.mobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-menu-list a {
  color: white;
  padding: 0.5rem 1rem;
  display: block;
}

/* 内容区域 */
section {
  padding-top: 8.5rem;
}

/* 确保移动端菜单显示 */
.mobile-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem;
  border-radius: 0.5rem;
  z-index: 100;
  min-width: 200px;
  /* 确保菜单有足够宽度 */
}

.mobile-menu:not(.hidden) {
  display: block;
}

.mobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-menu-list a {
  color: white;
  padding: 0.5rem 1rem;
  display: block;
  text-decoration: none;
}

/* 修复汉堡菜单按钮图标 */
#mobile-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  background: transparent;
  font-family: monospace;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding: 0.5rem;
  border-radius: 9999px;
  aspect-ratio: 1/1;
  transition: background-color 0.2s;
}

#mobile-menu-btn svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

/* 防止Layui图标干扰 */
#mobile-menu-btn .layui-icon {
  display: none;
}

@media (min-width: 1024px) {
  #mobile-menu-btn {
    display: none;
  }
}

/* 语言选择器隔离 */
.language-selector .dropdown-menu {
  z-index: 101;
}

.jianbian {
  font-weight: bold;
  background: linear-gradient(180deg, #9b2cfa, #3b82f6, #3df0c3);
  /* 渐变色 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jianbian1 {
  font-size: 20px;
  background: linear-gradient(90deg, #9b2cfa, #3b82f6, #3df0c3);
  /* 渐变色 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jianbian2 {
  font-size: 20px;
  background: linear-gradient(270deg, #9b2cfa, #3b82f6, #3df0c3);
  /* 渐变色 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.anniu {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-family: sans-serif;
  /* 改为非等宽字体 */
  font-size: 0.875rem;
  /* 更小字体 */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  /* 更大间距 */
  color: #333333;
  padding: 12px 16px;
  /* 更紧凑内边距 */
  border-radius: 8px;
  /* 轻微圆角 */
  background: #6200ea;
  /* 纯紫色背景 */
  transition: all 0.3s;
}

@media (prefers-color-scheme: dark) {
  .anniu {
    color: #ffffff;
    background: #3700b3;
    /* 深紫色 */
  }
}

.anniu:hover {
  background: #f0f0f0;
  color: #000000;
}

@media (min-width: 640px) {
  .anniu {
    width: fit-content;
  }
}