.footer {
    z-index: 1;
    padding: 64px 16px 128px;
}
.footer__app-banner {
    background-color: var(--elements-disable);
    background-repeat: no-repeat;
    background-position: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 28px;
}
.footer__app-banner-inner {
    padding: 32px 24px 32px 32px;
    max-width: 368px;
}
.footer__app-banner-image {
    width: 344px;
    height: 313px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer__app-banner-image img {
    width: 100%;
}
.footer__app-banner-qrcode {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.footer__app-banner-qrcode img {
    width: 210px;
    height: 210px;
}
.footer__app-badges {
    margin-top: 32px;
}
.footer__app-badges-item {
    margin-top: 8px;
}
.footer__app-badges-item a {
    display: inline-block;
}
.footer__app-badges-item:first-child {
    margin-top: 0;
}
@media (max-width: 992px) {
    .footer__app-banner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__app-banner-qrcode {
        display: none;
    }
    .footer__app-banner-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 120%;
    }
}
@media (max-width: 768px) {
    .footer__app-banner {
        background-image: none;
    }
}
@media (max-width: 576px) {
    .footer__app-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__app-banner-inner {
        padding: 16px;
    }
    .footer__app-banner-title {
        text-align: center;
    }
    .footer__app-badges {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 16px;
        margin-top: -8px;
        margin-left: -8px;
    }
    .footer__app-badges-item {
        margin-top: 8px;
        margin-left: 8px;
    }
    .footer__app-badges-item:first-child {
        margin-top: 8px;
    }
}
.footer__inner {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__item {
    width: 50%;
}
.footer__item.nav {
    margin-left: 0;
}
.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__logo svg {
    fill: var(--elements-main);
}
.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}
.footer__social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    opacity: 0.4;
    cursor: pointer;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.footer__social-item:hover {
    opacity: 1;
}
.footer__social-item:first-child {
    margin-left: 0;
}
.footer__badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}
.footer__badges-item {
    margin-left: 16px;
}
.footer__badges-item:first-child {
    margin-left: 0;
}
.footer__nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -24px;
    width: 100%;
}
.footer__nav-wrapper {
    margin-left: 24px;
/*    width: calc(33.3333333333% - 24px);*/
}
.footer__nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*    width: calc(66.6666666667% - 24px);*/
    flex: 1;
    margin-top: -24px;
}
.footer__nav-box .footer__nav-wrapper {
    margin-top: 24px;
/*    width: calc(50% - 24px);*/
}
.footer__nav-title {
    color: var(--gray-default);
}
.footer__nav-list {
    margin: 16px 0 0;
    list-style: none;
    padding: 0;
}
.footer__nav-item {
    margin-top: 16px;
}
.footer__nav-item a {
    color: var(--gray-default);
}
.footer__nav-item a:hover {
    text-decoration: underline;
}
.footer__nav-item:first-child {
    margin-top: 0;
}
.footer__copyright {
    color: var(--gray-disable);
}
.footer__copyright.mobile {
    display: none;
}
@media (pointer: coarse) {
    .footer__social-item:hover {
        opacity: 0.4;
    }
    .footer__nav-item a:hover {
        text-decoration: none;
    }
}
@media (max-width: 992px) {
    .footer__nav-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__nav-box .footer__nav-wrapper {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__item {
        width: 100%;
        margin-top: 24px;
    }
    .footer__item:first-child {
        margin-top: 0;
    }
    .footer__nav-inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0;
    }
    .footer__nav-box {
        margin-left: -24px;
    }
}
@media (max-width: 576px) {
    .footer {
        padding: 16px 16px;
    }
    .footer__nav-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -24px;
        margin-left: -16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__nav-box {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 16px;
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }
    .footer__nav-box .footer__nav-wrapper {
        margin-top: 24px;
    }
    .footer__nav-wrapper {
        margin-top: 24px;
        margin-left: 0;
    }
    .footer__nav-wrapper.wallet {
        margin-left: 16px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: auto;
    }
}
@media (max-width: 350px) {
    .footer__nav-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__nav-inner .footer__nav-wrapper {
        width: 100%;
    }
}
.direction-rtl .footer__item.nav {
    margin-left: 0;
}
.direction-rtl .footer__social-item {
    margin-left: 0;
    margin-right: 16px;
}
.direction-rtl .footer__social-item:first-child {
    margin-right: 0;
}
.direction-rtl .footer__badges-item {
    margin-left: 0;
    margin-right: 16px;
}
.direction-rtl .footer__badges-item:first-child {
    margin-right: 0;
}
.direction-rtl .footer .header-language {
    margin-right: 0;
}
@media (max-width: 768px) {
    .direction-rtl .footer__item.nav {
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .direction-rtl .footer__item.nav {
        margin-right: 0;
    }
}
.footer__support-links {
    padding: 24px 0 0;
    margin: -8px 0 0 -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.footer__support-links .footer__support-item {
    margin-left: 24px;
    margin-top: 8px;
}
.footer__support-links .footer__support-item a {
    color: var(--gray-default);
}
.footer__support-links .footer__support-item a:hover {
    text-decoration: underline;
}
.footer__copyright-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -24px;
    margin-top: 24px;
    position: relative;
}
.footer__copyright-wrapper .header-language {
    margin-left: 24px;
    display: block !important;
}
.footer__copyright-wrapper .footer__copyright {
    margin-left: 24px;
}
.footer__copyright-wrapper .button-list {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: auto;
    bottom: calc(100% + 24px);
}
.footer__copyright-wrapper.mobile {
    display: none;
}
@media (max-width: 992px) {
    .footer__copyright-wrapper .button-list {
        position: absolute;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        top: auto;
        bottom: calc(100% + 24px);
        background-color: var(--elements-contrast);
        padding: 8px;
        border-radius: 12px;
        min-width: 180px;
    }
    .footer__copyright-wrapper .button-list__item-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 768px) {
    .footer__copyright-wrapper {
        display: none;
    }
    .footer__copyright-wrapper.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.footer__extension {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__extension-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer__extension-content {
    margin-left: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.footer__extension-description {
    margin-top: 4px;
}
.footer__extension-button {
    margin-left: 16px;
}
.direction-rtl .footer__extension-button,
.direction-rtl .footer__extension-content {
    margin-left: 0;
    margin-right: 16px;
}
@media (pointer: coarse) {
    .footer__extension {
        display: none;
    }
}
@media (max-width: 992px) {
    .footer__extension {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__extension-button {
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
    }
    .footer__extension-button .button {
        width: 100%;
    }
    .direction-rtl .footer__extension-button {
        margin-right: 0;
    }
}




.trust-hide-gracefully {
  opacity: 0;
}

.trust-wallet-one-tap .hidden {
    display: none;
  }

.trust-wallet-one-tap .semibold {
    font-weight: 500;
  }

.trust-wallet-one-tap .binance-plex {
    font-family: 'Binance';
  }

.trust-wallet-one-tap .rounded-full {
    border-radius: 50%;
  }

.trust-wallet-one-tap .flex {
    display: flex;
  }

.trust-wallet-one-tap .flex-col {
    flex-direction: column;
  }

.trust-wallet-one-tap .items-center {
    align-items: center;
  }

.trust-wallet-one-tap .space-between {
    justify-content: space-between;
  }

.trust-wallet-one-tap .justify-center {
    justify-content: center;
  }

.trust-wallet-one-tap .w-full {
    width: 100%;
  }

.trust-wallet-one-tap .box {
    transition: all 0.5s cubic-bezier(0, 0, 0, 1.43);
    animation: slide-in-one-tap 0.5s cubic-bezier(0, 0, 0, 1.43);
    width: 384px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1020;
  }

.trust-wallet-one-tap .header {
    gap: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 18px;
  }

.trust-wallet-one-tap .header .left-items {
      gap: 15px;
    }

.trust-wallet-one-tap .header .title {
      color: #1e2329;
      font-size: 18px;
      font-weight: 600;
      line-height: 28px;
    }

.trust-wallet-one-tap .header .subtitle {
      color: #474d57;
      font-size: 14px;
      line-height: 20px;
    }

.trust-wallet-one-tap .header .close {
      color: #1e2329;
      cursor: pointer;
    }

.trust-wallet-one-tap .body {
    padding: 9px 18px;
    gap: 10px;
  }

.trust-wallet-one-tap .body .right-items {
      gap: 10px;
      width: 100%;
    }

.trust-wallet-one-tap .body .right-items .wallet-title {
        color: #1e2329;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
      }

.trust-wallet-one-tap .body .right-items .wallet-subtitle {
        color: #474d57;
        font-size: 14px;
        line-height: 20px;
      }

.trust-wallet-one-tap .connect-indicator {
    gap: 15px;
    padding: 8px 0;
  }

.trust-wallet-one-tap .connect-indicator .flow-icon {
      color: #474d57;
    }

.trust-wallet-one-tap .loading-color {
    color: #fff;
  }

.trust-wallet-one-tap .button {
    border-radius: 50px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    background-color: rgb(5, 0, 255);
    border-color: rgb(229, 231, 235);
    cursor: pointer;
    text-align: center;
    height: 45px;
  }

.trust-wallet-one-tap .button .button-text {
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
    }

.trust-wallet-one-tap .footer {
    margin: 20px 30px;
  }

.trust-wallet-one-tap .check-icon {
    color: #fff;
  }
.header-buttons-apps {
    display: flex;
    gap: 12px; /* 按钮之间间距 */
    align-items: center;
    justify-content: center; /* 或 flex-start, 按需修改 */
    flex-wrap: wrap; /* 多个按钮时自动换行 */
}

.download-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

.download-button:hover {
    background-color: #0056b3;
}

 
 
.rayjoo{
    max-width: 100%;
}
.rayjoo .container{
    position: relative;
    z-index: 10;
}

.rayjoo.fort::before{
    background-color: rgba(0,0,0,.5);
}


.header-container{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.rayjoo .footer__social-item{
    width: auto;
    height: auto;
}
.rayjoo .footer__social{
    flex-wrap:wrap;
}
.footer__social-item img{
    width: 24px;
    height: 24px;
}
.custom-trash-icon svg{
    width: 18px;
    height: 18px;
    fill: #f00;
}
.footer__support-links .footer__support-item{
    margin-top: 0;
    display: inline-flex;
    align-items: center;
}



.rayjoo .footer__item{
    width: 100%;
}
.wp-block-multiple-blocks-plugin-okx-footer-nav .footer__inner{
    display: block;
}
.wp-block-multiple-blocks-plugin-okx-footer-nav .nav{
    margin-top: 50px;
}
.fort{
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.rayjoo .cropty-wallet__item-app{
    flex-wrap: wrap;
}
.cropty-wallet__item-button{
    gap:12px;
}
.cropty-wallet__item-app img{
    vertical-align: top;
}


.editor-holder{
    text-align: center;
    padding: 20px 10px;
    background-color: #066AE8;
    color: #fff;
}

.news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem; /* gap-8 */
     grid-template-columns: repeat(3, 1fr); /* lg:grid-cols-3 */
}

@media (max-width: 1000px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr); /* md:grid-cols-2 */
    }
}
@media (max-width: 760px) {
    .news-grid {
        grid-template-columns: repeat(1, 1fr); /* md:grid-cols-2 */
    }
    .news-grid.news-grid-index .news-card-link:nth-child(n+5) {
        display: none;
    }
}



/* News card styles */

.news-card-link {
    text-decoration: none; /* 移除链接下划线 */
    color: inherit; /* 继承父元素的颜色 */
    display: block; /* 使链接块级化 */
    min-width: 0;
}



.news-card {

    background-color: #ffffff; /* bg-white */

    border-radius: 0.75rem; /* rounded-xl */

    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow-lg */

    overflow: hidden;

    transition-property: transform, box-shadow; /* transform hover:-translate-y-2 */

    transition-duration: 300ms;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    height: 100%;

}






.news-image-container {

    position: relative;

}

.news-image-container{

    padding-top: 60%;

    overflow: hidden;

}

.news-image {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    object-fit: cover; /* object-cover */

}



.image-overlay {

    position: absolute;

    inset: 0;

    background-color: rgba(0, 0, 0, 0.2); /* bg-black bg-opacity-20 */

    transition-property: background-color;

    transition-duration: 300ms;

}



.news-card-link:hover .image-overlay {

    background-color: rgba(0, 0, 0, 0.1); /* group-hover:bg-opacity-10 */

}



.news-content {

    padding: 1.5rem; /* p-6 */

}



.news-title {

    font-size: 1.25rem; /* text-xl */

    font-weight: 600; /* font-semibold */

    margin-bottom: 0.5rem; /* mb-2 */

    color: #111827; /* text-gray-900 */

    overflow:hidden;

    white-space:nowrap;

    text-overflow:ellipsis;

}



.news-description {

    color: #4b5563; /* text-gray-600 */

    margin-bottom: 1rem; /* mb-4 */

    line-height: 1.625; /* leading-relaxed */

    display: -webkit-box;        /* 必须结合下面两行 */

    -webkit-line-clamp: 2;       /* 显示两行 */

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

}





.news-link {

    font-weight: 600; /* font-semibold */

    color: #2563eb; /* text-blue-600 */

    transition-property: color;

    transition-duration: 300ms;

    text-decoration: none;

}



.news-card-link:hover .news-link {

    color: #1d4ed8; /* hover:text-blue-800 */

}



.news-index{
    margin: 80px 0;
}
.news-grid-index{
    margin-top: 10px;
}