#header.header-transparent {
    background: #4a21ef !important;
}
/* ----huobi page---- */
.huobi-section {
    padding-top: 122px;
  background: #f3f3f3;
}

.huobi-desktop {
  display: flex;
  min-height: 760px;
  justify-content: center;
}

.huobi-desktop-left {
  width: 50%;
  background: linear-gradient(180deg, #159ee8 0%, #b4deee 100%);
  display: flex;
    justify-content: flex-end;
}
.huobi-desktop-left-content {
  width: 100%;
    padding: 50px 40px 120px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.huobi-desktop-right {
    display: flex;
    justify-content: flex-start;
  width: 50%;
  
}
.huobi-desktop-right-content {
    padding: 83px 40px 120px;
    max-width: 600px;
    width: 100%;
}
.huobi-brand-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
.huobi-brand-logo {
  width: auto;
  height: 50px;
  max-width: 100%;
}
.huobi-brand-separator {
  font-size: 26px;
  opacity: 0.9;
}

.huobi-title {
  margin: 20px 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.huobi-subtitle {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.huobi-image-placeholder {
  margin: 20px auto;
  width: 300px;
  max-width: 100%;
  height: auto;
}

.huobi-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.huobi-about-btn {
  height: auto;
  padding: 8px 20px;
  border: none;
  border-radius: 80px;
  font-size: 12px;
  line-height: 1.2;
  color: #242424;
  background: rgba(1, 140, 214, 0.1);


}
.huobi-claim-btn-container {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.huobi-claim-btn {
  display: block;
  min-width: min(100%, 167px);
  height: auto;
  border: none;
  border-radius: 100px;
  padding: 11px 48px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #ffffff;
  background: #4a21ef;
}

.huobi-rule-card {
  margin: 0 auto;
  border: 1px solid #c0e3f5;
  border-radius: 8px;
  background: #f8f8f8;
  padding: 12px;
}

.huobi-rule-list {
  margin: 0;
  padding-left: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
}

.huobi-rule-list .item {
  display: flex;
}

.huobi-rule-list .item p {
  margin: 0;
}

.huobi-rule-list .item + .item {
  margin-top: 8px;
}

.huobi-rule-list .item  .item-point {
  margin-left: 4px;
  margin-right: 6px;
}

.huobi-rule-list a {
  color: #4a21ef;
  text-decoration: underline;
}

@media (max-width: 1600px) {
  .huobi-brand-row {
    font-size: 34px;
  }

  .huobi-title {
    font-size: 36px;
  }

  .huobi-subtitle {
    font-size: 18px;
  }

  .huobi-claim-btn {
    font-size: 18px;
  }

  .huobi-rule-list {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .huobi-brand-row {
    font-size: 26px;
  }

  .huobi-title {
    margin: 16px 0;
    font-size: 30px;
  }

  .huobi-subtitle {
    font-size: 18px;
  }

  .huobi-claim-btn {
    font-size: 18px;
  }

  .huobi-rule-list {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .huobi-desktop {
    min-height: 0;
    flex-direction: column;
    /* background: linear-gradient(180deg, #008CD6 0%, rgba(0, 140, 214, 0.5) 50%, rgba(255, 255, 255, 0) 100%); */
    background: 
    
        linear-gradient(
            180deg,
            #008CD6 0px,
            rgba(0, 140, 214, 0.5) 375px,   /* 50% of 750px */
            rgba(255, 255, 255, 0) 750px     /* 100% of 750px */
    );
    background-size: 100% 750px;
    background-repeat: no-repeat;
  }

  .huobi-desktop-left,
  .huobi-desktop-right {
    width: 100%;
    max-width: none;
    justify-content:center;
  }

  .huobi-desktop-left {
    padding: 14px 16px 24px;
    text-align: center;
    justify-content:center;
    background: none;

  }
  
  .huobi-desktop-left-content {
    padding: 0px;
    }
    .huobi-desktop-right-content {
        padding: 0px;
        justify-content:center;
    }
  .huobi-brand-row {
    gap: 8px;
    font-size: 18px;
  }
  .huobi-brand-logo {
    height: 32px !important;
  }

  .huobi-brand-separator {
    font-size: 16px;
  }

  .huobi-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .huobi-subtitle {
    font-size: 16px;
    line-height: 1.2;
  }

  .img-box {
    max-width: 343px;
    /* background: radial-gradient(
        ellipse 61% 74.28% at 50% 50%,
        rgba(246, 246, 245, 0.85) 0%,
        rgba(255, 255, 255, 0.5) 30%,
        transparent 70%
    ); */
    position: relative;
    overflow: hidden; /* 裁切旋转超出的渐变边缘，去掉则让渐变溢出显示 */
  }

  .img-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse 61% 74.28% at 50% 50%,
        rgba(255, 253, 246, 1) 0%,
        rgba(255, 255, 255, 0.6) 30%,
        transparent 65%
    );
    transform: rotate(20deg);
    pointer-events: none; /* 不拦截点击事件 */
  }
  .huobi-image-placeholder {
    width: min(100%, 287px);
    position: relative;
    z-index: 2;
  }

  .huobi-desktop-right {
    padding: 14px 16px 80px;
  }
  
  .huobi-claim-btn {
    display: block;
    width: min(100%, 234px);
    height: auto;
    border: none;
    border-radius: 100px;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.2;
  }
  .huobi-claim-btn-container {
    margin-bottom: 34px;
  }
  .huobi-rule-card {
    margin: 0;
    border-radius: 12px;
    border-color: #c0e3f5;
    max-width: none;
  }

  .huobi-rule-list {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 0;
  }

  .huobi-rule-list .item + .item {
    margin-top: 4px;
  }
}

@media (max-width: 991px) {
    .huobi-section {
        padding-top: 64px !important;
    }
}
/* ----one-wallet---- */

.one-wallet-footer {
    background: linear-gradient(
        109.75deg,
        rgba(117, 84, 252, 0) 35.1%,
        rgba(117, 84, 252, 0.2) 99.39%
      ),
      linear-gradient(162.15deg, rgba(13, 11, 51, 0) 1.61%, #0d0b33 71.13%),
      #4a21ef;
    background-position: center;
  }
  .one-wallet-footer-main {
    background: url("/assets/img/crypto-stripe1.svg") no-repeat,
      url("../img/one-wallet-footer-bg.svg") no-repeat,
      url("../img/crypto-stripe1.svg") no-repeat;
    background-position: top left, bottom, bottom right -26%;
    background-size: auto;
    animation: starFooter 5s ease-in infinite;
  }
  @media (min-width: 991px){
    @keyframes starFooter {
      0% {
        background: 
          url("../img/one-wallet-footer-bg.svg") no-repeat,
          url("/assets/img/crypto-stripe1.svg") no-repeat,
          url("../img/crypto-stripe1.svg") no-repeat;
        background-position: bottom, top left, bottom right -26%, center;
        background-size: auto;
      }
      50% {
        background: 
          url("../img/one-wallet-footer-bg2.svg") no-repeat,
          url("/assets/img/crypto-stripe1.svg") no-repeat,
          url("../img/crypto-stripe1.svg") no-repeat;
        background-position: bottom, top left, bottom right -26%, center;
        background-size: auto;
      }
      100% {
        background: 
          url("../img/one-wallet-footer-bg.svg") no-repeat,
          url("/assets/img/crypto-stripe1.svg") no-repeat,
          url("../img/crypto-stripe1.svg") no-repeat;
          background-position: bottom, top left,  bottom right -26%, center;
          background-size: auto;
      }
    } 
  }

#one-wallet .one-wallet {
    padding-top: 48px;
    text-align: center;
    max-width: 800px;
    margin: 0px auto;
  }
  #one-wallet .one-wallet .sfp-logo .logo-box {
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  #one-wallet .one-wallet .title {
    margin-bottom: 48px;
  }
  #one-wallet .one-wallet .title h3 {
    color: #ffffff;
    font-weight: 1000;
    font-size: 80px;
    line-height: 1;
    text-align: center;
  }
  #one-wallet .one-wallet .download .set-off-btn {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    background: linear-gradient(
      183.08deg,
      rgba(191, 255, 228, 0.2) 43.82%,
      rgba(191, 255, 228, 0) 111.17%
    );
    border-radius: 100px;
    padding: 10px;
  }
  #one-wallet .one-wallet .download .downloads-btn {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    color: #0d0b33;
    font-size: 18px;
    padding: 16px 24px;
    border-radius: 100px;
    background-color: #79efbd;
    line-height: 1.6;
    border: none;
  }
  @media (max-width: 991px) {
    .one-wallet-footer {
      background: 
        linear-gradient(
          109.75deg,
          rgba(117, 84, 252, 0) 35.1%,
          rgba(117, 84, 252, 0.2) 99.39%
        ),
        linear-gradient(162.15deg, rgba(13, 11, 51, 0) 1.61%, #0d0b33 71.13%),
        #4a21ef;
    }
    .one-wallet-footer-main {
      background: 
      url("/assets/img/crypto-stripe1.svg") no-repeat,
      url("../img/one-wallet-footer-bg-m.svg") no-repeat,
      url("../img/crypto-stripe1.svg") no-repeat;
      background-position: top left, bottom, bottom right 320%, center;
      background-size: auto;
    }
    #one-wallet .one-wallet {
      max-width: 100%;
      padding: 0px 16px;
    }
    #one-wallet .one-wallet .title h3 {
      font-size: 48px;
    }
    #one-wallet .one-wallet .download .downloads-btn {
      font-weight: 500;
    }
  }
  /*--------------------------------------------------------------