.footer-select-options-group {
  margin: 16px;
  width: 200px;
}
.footer-select-options-body {
  height: 288px;
  overflow: auto;
  margin-top: 16px;
}
.footer-select-options-group .bn-textField{
  width: 200px;
}
.footer-select-options-group-flat{
  color: var(--color-textPrimary);
}
.footer-select-options {
  cursor: pointer;
}

.footer-select-options + .footer-select-options {
  margin-top: 16px;
}
.footer-select-options.active,
.footer-select-options:hover {
  color: var(--color-textBrand);
}

.footer-select-display {
  cursor: default;
}
.footer-select-options-group-flat .typography-Body3{
  margin-bottom: 16px;
}
.footer-select-display.active,
.footer-select-display.active .text-body2 {
  color: var(--color-textBrand);
}
.footer-select-options-group-flat .text-body2 {
  color: var(--color-textThird);
}

.footer-select-options-group-flat .bn-textField.data-size-small {
  height: 32px;
  font-size: 14px;
}
.footer-select-options-group-flat .bn-textField-input {
  font-size: 14px;
  width: 100%;
}

.lngAndCurrency .typography-Subtitle1{
    font-weight: 600;
}

.lngAndCurrency-selectgroup-m {
    display: none;
}
.lngAndCurrency-selectgroup .bn-svg{
    font-size: 24px;
    width: 24px;
    color: var(--color-textPrimary) !important;
}
.lngAndCurrency-selectgroup .text-body2{
    color: var(--color-textPrimary);
}

.footer-community-currency{
    margin-top: 16px;
}

@media screen and (max-width: 1023px) {
    .lngAndCurrency-selectgroup{
        display: flex;
    }
    .footer-community-currency{
        margin-top: 0;
    }
    .footer-community-lang{
        -webkit-margin-end: 40px;
                margin-inline-end: 40px;
    }
}
 
@media screen and (max-width: 767px) {
  .lngAndCurrency-selectgroup {
    display: none;
  }
  .lngAndCurrency-selectgroup-m {
    display: flex;
  }
  .lngAndCurrency-selectgroup-m .bn-svg {
    font-size: 24px;
  }
  .lngAndCurrency-selectgroup-m .text-body2 {
    color: var(--color-textPrimary);
  }
  .lngAndCurrency-selectgroup-m-language {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }

  .lngAndCurrency-selectgroup-m-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 64px;
    font-size: 20px;
    color: var(--color-textPrimary);
  }
  .lngAndCurrency-drawer {
    padding: 0 24px 24px 24px;
  }

  .lngAndCurrency-selectgroup-m-content {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
  .lngAndCurrency-selectgroup-m-content.onlyone {
    grid-template-columns: 1fr;
  }
  .lngAndCurrency-selectgroup-m-content .footer-select-options-group-flat {
    --scroll-color: var(--color-line);
    max-height: calc(100vh - 88px);
    overflow: auto;
  }
  .lngAndCurrency-selectgroup-m-content .bn-textField {
    max-width: 100%;
  }
  .lngAndCurrency-selectgroup-m-content .language-select {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }

  .lngAndCurrency-selectgroup-m-content .currency-select {
    -webkit-padding-end: 14px;
            padding-inline-end: 14px;
  }
  .lngAndCurrency-selectgroup-m-content
    .footer-select-options-group-flat
    + .footer-select-options-group-flat {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .footer-currency-item {
    display: flex;
    align-items: center;
  }
}

.dropdownAndDraw-drawer {
  min-width: 375px;
}
.data-size-full .dropdownAndDraw-drawer{
  width: 100vw;
}
.dropdown-overflow .bn-drawer-wrap {
  overflow-y: auto;
  overflow-x: hidden;
}
.dropdownAndDraw-m-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 64px;
  font-size: 20px;
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
  color: var(--color-textPrimary);
}
.lngAndCurrency-drawer {
  padding: 0 24px 24px 24px;
}
.dropdownAndDraw-m-bar_close.bn-svg{
  font-size: 24px;
}
.bn-tooltips-wrap.active .bn-tooltips-ele .search-icon,
.bn-tooltips-wrap.active .bn-tooltips-ele .bn-svg {
  color: var(--color-primaryHover);
}
.dropdownAndDraw-drawer_removerediu.bn-drawer > .bn-drawer-wrap.data-dir-right {
  border-radius: 0;
}

.deposit-drawer-wrap {
  position: absolute;
  height: 100%;
  padding-top: 40px;
  overflow: hidden;
  width: 100%;
  color: var(--color-textPrimary);
}
.deposit-drawer-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.deposit-drawer-content.videotype {
  transform: translate3d(-50%, 0px, 0px);
}
.deposit-drawer-fundItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  margin-top: 16px;
  cursor: pointer;
}
.deposit-drawer-fundItem_body {
  flex: 1 1;
}
.deposit-drawer-fundItem:hover {
  background-color: var(--color-invBg);
}
.deposit-drawer-fundItem_recommonLabel {
  border-radius: 3px;
  background-color: var(--color-badgeBg);
  padding: 0px 4px;
}

.deposit-drawer-icon {
  color: var(--color-iconNormal);
  cursor: pointer;
}
.deposit-drawer-icon:hover {
  color: var(--color-primary);
}

.deposit-drawer-contentitem {
  padding: 0 24px;
}
.deposit-drawer-framewrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.deposit-drawer-framewrap > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
}
.deposit-drawer-framewrap_button {
  min-width: 180px;
  margin: 0 32px;
}
.deposit-drawer-playvideo{
    cursor: pointer;
}
.deposit-drawer-playvideo:hover {
    color: var(--color-textPrimary);
}
.deposit-drawer-funditem_icon{
    width: 48px;
}

.deposit-drawer-otherway{
  display: flex;
  padding: 10px;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
}
.deposit-drawer-otherway:hover{
  background-color: var(--color-bg3);
}
.deposit-drawer-fqalink:hover{
  cursor: pointer;
  color: var(--color-primary);
}
/* .deposit-drawer-drawer{
  width: 484px;
} */
.deposit-drawer-drawer.bn-drawer > .bn-drawer-wrap.data-dir-right {
  width: 484px;
  max-width: 484px;
}
@media screen and (max-width: 768px) {
  .deposit-drawer-fundItem {
    padding: 8px 4px;
  }
  .deposit-drawer-contentitem {
    padding: 0 16px;
  }
  .deposit-drawer-framewrap > iframe {
    border-radius: 4px;
  }
  .deposit-drawer-framewrap_button {
    width: 100%;
  }
  .deposit-drawer-funditem_icon{
    width: 32px;
  }
  .deposit-drawer-drawer.bn-drawer > .bn-drawer-wrap.data-dir-right {
    width: 100%;
    max-width: 100%;
  }
}

.twitter-connect-panel {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  color: var(--color-textSecondary);
  align-items: start;
  max-height: calc(100vh - 300px);
  overflow: auto;
}

.twitter-connect-panel_list{
    grid-gap: 8px;
    gap: 8px;
    width: 100%;
    list-style: inside;
}
.twitter-connect-panel_list li{
  list-style: inside;
}
.twitter-unbind-img, .twitter-bind-img{
    width: 160px;
}
.twitter-unbind-text{
    text-align: center;
}
.bn-modal.twitter-bind-model .bn-modal-wrap{
  width: 384px;
  max-width: 100%;
  padding: 0 var(--space-xl) var(--space-xl) var(--space-xl);
}
.bn-modal.twitter-bind-model .bn-modal-content{
  padding-top: 8px;
  padding: 8px 0 0 0;
  max-height: none;
}
.twitter-bind-model .bn-drawer-wrap{
  padding: 0 var(--space-xl) var(--space-xl) var(--space-xl);
}
.bn-modal.twitter-bind-result .bn-modal-content{
  padding: 0;
}
.twitter-model-header{
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.twitter-model-header.notitle{
  position: absolute;
  right: 24px;
}
/* .nobg-root{
  z-index: 1000;
} */
.nobg-root .bn-modal-content{
  max-height: none;
}
@media screen and (max-width: 768px) {
  .twitter-unbind-img,.twitter-bind-img {
    width: 96px;
  }
}
    
.explore-content {
  width: 368px;
}
.data-size-full .explore-content {
  width: 100%;
}
.initdata {
  padding: 16px;
  color: var(--color-textPrimary);
  box-sizing: border-box;
}
.initdata-text {
  padding: 4px 8px;
  background: var(--color-bg3);
  border-radius: 2px;
  cursor: pointer;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  margin-bottom: 24px;
  font-weight: 500;
}

.initdata-text + .initdata-text {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}

.initdata-text:hover {
  background: var(--color-line);
}

.initdata-link {
  padding: 12px 16px;
  background: var(--color-invBg);
  cursor: pointer;
  border-radius: 4px;
}
.initdata-link:hover {
  background: var(--color-disable);
}

.initdata-link p{
  max-width: calc(100% - 48px);
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.initdata-delete-icon {
  font-size: 16px;
  color: var(--color-iconNormal);
  cursor: pointer;
}
.initdata-delete-icon:hover {
  color: var(--color-textPrimary);
}

.flex-center-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history-img {
  width: 24px;
  height: 24px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.hot-function-group {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px;
  gap: 16px;
}

.hot-function-item{
  width: calc(50% - 8px);
}

.hot-function-item .initdata-link {
  display: flex;
  padding: 12px 16px;
  background-color: var(--color-bg3);
  color: var(--color-textPrimary);
  align-items: center;
}
.hot-function-item .initdata-link:hover {
  background-color: var(--color-disable);
}
.nodata-wrap {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.explore-component .nodata-wrap .bn-svg {
  font-size: 96px;
  width: 96px;
  height: 96px;
  cursor: unset;
}
.common-item {
  display: flex;
  align-items: center;
  color: var(--color-textPrimary);
  padding: 12px 16px;
  cursor: pointer;
}
.explore-common-item {
  display: flex;
  align-items: center;
  color: var(--color-textPrimary);
  padding: 12px 16px;
  cursor: pointer;
}
.explore-earn-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-textPrimary);
  padding: 12px 16px;
  cursor: pointer;
}
.explore-futures-item,
.explore-spot-item {
  display: flex;
  justify-content: space-between;
  color: var(--color-textPrimary);
  padding: 12px 16px;
  cursor: pointer;
}

.common-item:hover,
.explore-earn-item:hover,
.explore-common-item:hover,
.explore-futures-item:hover,
.explore-spot-item:hover {
  background: var(--color-bg2);
}

.common-item-img {
  width: 24px;
  height: 24px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.explore-common-item .typography-Subtitle2 {
  flex: 1 1;
}

.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}

.search-result-tabs {
  width: 368px;
  padding: 8px 16px;
  font-weight: 500;
  overflow: auto;
}
.search-result-tab {
  padding: 0 8px;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  color: var(--color-textThird);
  font-size: 12px;
}
.search-result-tab.active {
  color: var(--color-textPrimary);
  font-weight: 500;
}

.search-result-content {
  width: 368px;
  max-width: 100%;
  max-height: 313px;
  overflow: auto;
  padding-bottom: 12px;
  scroll-behavior: smooth;
}
.explore-dropdown.bn-tooltips-wrap{
  width: 100%;
}
.explore-dropdown .bn-textField{
  width: 100%;
}
.search-result-content-allitem {
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-top: 16px;
  margin-bottom: 4px;
  justify-content: space-between;
}
.search-result-content-allitem-icon {
  cursor: pointer;
  color: var(--color-iconNormal);
}
.search-result-content-allitem-icon:hover {
  color: var(--color-textPrimary);
}
.have-subcategory {
  padding: 0 16px;
  margin-bottom: 4px;
  margin-top: 24px;
}
.search-group {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  justify-content: space-between;
  width: 368px;
  color: var(--color-textPrimary);
}
.search-group .bn-textField-input {
  font-size: 14px;
}
.search-group .bn-textField-suffix .bn-svg {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.search-group .hover-pointer {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  white-space: nowrap;
}
.search-group_textfield.bn-textField .bn-textField-input {
  font-size: 14px;
  font-weight: 400;
}
.search-group_suffix_icon_wrap {
  box-sizing: border-box;
  display: flex;
  padding: 6px;
  border-radius: 50%;
  background-color: var(--color-primary);
  align-items: center;
  justify-content: center;
}
.search-group_suffix_icon_wrap .search-icon {
  color: var(--color-textBlack) !important;
}
.explore-dropdown .bn-bubble {
  width: 100%;
}
.explore-dropdown .bn-bubble-content{
  width: 100%;
}
.explore-dropdown .search-result-content{
  width: 100%;
}
.bn-drawer-wrap .search-group,
.bn-drawer-wrap .search-result-content {
  width: 100%;
}
.bn-drawer-wrap .search-group .bn-textField {
  flex: 1 1;
}
.search-group .bn-textField {
  height: 48px;
}
.search-group .typography-Subtitle2 {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
@media screen and (max-width: 767px) {
  .search-result-content {
    max-height: calc(100vh - 117px);
  }
}
.explore-content .bn-tab__default {
  background-color: transparent;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
}
.common-item-img{
  border-radius: 50%;
}
.common-widget-css_wrap .mt-16 {
  margin-top: 16px;
}

.common-widget-css_wrap .mr-8 {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.common-widget-css_wrap .mr-4 {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}

.common-widget-css_wrap .mt-40 {
  margin-top: 40px;
}

.common-widget-css_wrap .mt-48 {
  margin-top: 48px;
}

.common-widget-css_wrap .block {
  display: block;
}

.common-widget-css_wrap .width-100 {
  width: 100%;
}

.common-widget-css_wrap .maxw-300 {
  max-width: 300px;
}

.common-widget-css_wrap .text-body2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-textSecondary);
}

.common-widget-css_wrap .color-t_third {
  color: var(--color-textThird);
}

.common-widget-css_wrap .color-t_primary {
  color: var(--color-textPrimary);
}

.common-widget-css_wrap .color-t_buy {
  color: var(--color-textBuy);
}

.common-widget-css_wrap .color-t_yellow {
  color: var(--color-textBrand);
}

.common-widget-css_wrap .color-badgeBg {
  color: var(--color-badgeBg);
}

.common-widget-css_wrap .color-t_sell {
  color: var(--color-textSell);
}

.common-widget-css_wrap .color-t_secondary {
  color: var(--color-textSecondary);
}

.common-widget-css_wrap .color-t_disabled {
  color: var(--color-textDisabled);
}

.common-widget-css_wrap .color-iconNormal {
  color: var(--color-iconNormal);
}

.common-widget-css_wrap .mt-4 {
  margin-top: 4px;
}

.common-widget-css_wrap .mb-4 {
  margin-bottom: 4px;
}

.common-widget-css_wrap .mt-12 {
  margin-top: 12px;
}

.common-widget-css_wrap .ml-8 {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}

.common-widget-css_wrap .mb-24 {
  margin-bottom: 24px;
}

.common-widget-css_wrap .mb-16 {
  margin-bottom: 16px;
}

.common-widget-css_wrap .mb-32 {
  margin-bottom: 32px;
}

.common-widget-css_wrap .mt-8 {
  margin-top: 8px;
}

.common-widget-css_wrap .flex {
  display: flex;
}

.common-widget-css_wrap .flex-1 {
  flex: 1 1;
}

.common-widget-css_wrap .direction-ltr {
  direction: ltr;
}

.common-widget-css_wrap .ml-4 {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}

.common-widget-css_wrap .ml-16 {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}

.common-widget-css_wrap .mt-24 {
  margin-top: 24px;
}

.common-widget-css_wrap .mb-12 {
  margin-bottom: 12px;
}

.common-widget-css_wrap .mb-16 {
  margin-bottom: 16px;
}

.common-widget-css_wrap .text-right {
  text-align: right;
}

.common-widget-css_wrap .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.common-widget-css_wrap .align-center {
  display: flex;
  align-items: center;
}

.common-widget-css_wrap .flex-space-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-widget-css_wrap .flex-center {
  display: flex;
  justify-content: center;
}

.common-widget-css_wrap .flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-widget-css_wrap .bn-mask .bn-mask {
  background-color: rgba(0, 0, 0, 0);
}

.common-widget-css_wrap .data-dir-right {
  width: 375px;
}

.common-widget-css_wrap ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.common-widget-css_wrap .flex-column {
  display: flex;
  flex-direction: column;
}

.common-widget-css_wrap .gap-8 {
  grid-gap: 8px;
  gap: 8px;
}

.common-widget-css_wrap .dialog-split-line {
  background-color: var(--color-line);
  height: 1px;
  width: 100%;
}

.common-widget-css_wrap .flex-wrap {
  flex-wrap: wrap;
}

.common-widget-css_wrap .inline-flex {
  display: inline-flex;
}

.common-widget-css_wrap
  .dropdownAndDraw-dropdown
  .bn-bubble.shadow
  .bn-bubble-content {
  border-radius: 0px 0px 8px 8px;
  background: var(--color-popupBg);
  box-shadow: 0px 8px 8px 0px rgba(24, 26, 32, 0.08);
  margin-top: 0px !important;
}

.common-widget-css_wrap .twitter-icon-color {
  color: #1d9bf0;
}

.common-widget-css_wrap .underline {
  text-decoration: underline;
}

.common-widget-css_wrap .bn-trans.data-show.display-none {
  visibility: hidden;
}

.common-widget-css_wrap a,
.common-widget-css_wrap a:active,
.common-widget-css_wrap a:visited {
  text-decoration: none;
}

.light-color {
  --color-sell: #f6465d;
  --color-textSell: #e33b54;
  --color-sellHover: #ff707e;
  --color-depthSellBg: #fef1f2;
  --color-buy: #0ecb81;
  --color-textBuy: #03a66d;
  --color-buyHover: #32d993;
  --color-depthBuyBg: #e6fff1;
  --color-line: #eaecef;
  --color-outlineHover: #ffef87;
  --color-primary: #fcd535;
  --color-primaryHover: #f0b90b;
  --color-error: #e33b54;
  --color-errorBg: #fef1f2;
  --color-success: #0ecb81;
  --color-successBg: #e6fff1;
  --color-disable: #eaecef;
  --color-iconNormal: #929aa5;
  --color-textWhite: #ffffff;
  --color-textGray: #eaecef;
  --color-textBlack: #0b0e11;
  --color-textPrimary: #1e2329;
  --color-textSecondary: #474d57;
  --color-textThird: #707a8a;
  --color-textDisabled: #b7bdc6;
  --color-textBrand: #c99400;
  --color-textToast: #8d5f02;
  --color-bg1: #ffffff;
  --color-bg2: #fafafa;
  --color-bg3: #f5f5f5;
  --color-bg4: #5e6673;
  --color-bg6: #ffffff;
  --color-bg7: #fafafa;
  --color-popupBg: #ffffff;
  --color-badgeBg: #fef6d8;
  --color-gradientBrand: linear-gradient(180deg, #f8d12f 0%, #f0b90b 100%);
  --color-gradientPrimary: linear-gradient(
    295.27deg,
    #ffffff 0%,
    #e6e8ea 84.52%
  );
}
.dark-color {
  --color-sell: #f6465d;
  --color-textSell: #f6465d;
  --color-sellHover: #ff707e;
  --color-depthSellBg: #35141d;
  --color-buy: #0ecb81;
  --color-textBuy: #0ecb81;
  --color-buyHover: #32d993;
  --color-depthBuyBg: #102821;
  --color-line: #2b3139;
  --color-outlineHover: #6a4403;
  --color-primary: #fcd535;
  --color-primaryHover: #f0b90b;
  --color-error: #f6465d;
  --color-errorBg: #35141d;
  --color-success: #0ecb81;
  --color-successBg: #102821;
  --color-disable: #474d57;
  --color-iconNormal: #848e9c;
  --color-textWhite: #ffffff;
  --color-textGray: #eaecef;
  --color-textBlack: #0b0e11;
  --color-textPrimary: #eaecef;
  --color-textSecondary: #b7bdc6;
  --color-textThird: #848e9c;
  --color-textDisabled: #5e6673;
  --color-textBrand: #f0b90b;
  --color-textToast: #a37200;
  --color-bg1: #181a20;
  --color-bg2: #0b0e11;
  --color-bg3: #2b3139;
  --color-bg4: #5e6673;
  --color-bg6: #20262d;
  --color-bg7: #191a1f;
  --color-popupBg: #1e2329;
  --color-badgeBg: #3c2601;
  --color-gradientBrand: linear-gradient(180deg, #f8d12f 0%, #f0b90b 100%);
  --color-gradientPrimary: linear-gradient(
    295.27deg,
    #15141a 0%,
    #474d57 84.52%
  );
}
.theme-root.bn-mask {
  background-color: rgba(0, 0, 0, 0.3);
}
.theme-root.bg1{
  background-color: var(--color-bg1);
}

.footer-community .typography-Subtitle1{
    font-weight: 600;
}

.footer-icon{
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: var(--color-textPrimary)
}
.footer-icon:hover{
    color: var(--color-textSecondary);
}   
.footer-icongroup{
    display: grid;
    grid-template-columns: repeat(4, 24px);
    grid-gap:24px;
    margin-top: 24px;
    /* width: 168px; */
}


@media screen and (max-width: 1023px) {
    .footer-community{
        margin-top: 48px;
    }
    .footer-icongroup{
        grid-template-columns: repeat(auto-fill, 24px);
        margin-top: 18px;
    }
    
}
 
@media screen and (max-width: 767px) {
  .footer-currency-img {
    height: 20px;
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
}

.footer-copyright {
  max-width: 1200px;
  margin: 64px auto 0;
}
.footer-copyright .typography-Btn_link3 {
  color: var(--color-textBrand);
}
.footer-copyright .footer-copyright-legal .typography-Btn_link3 {
  font-size: 12px;
}
/* .footer-copyright .typography-Body3 {
  font-weight: 300;
} */
.footer-copyright-line {
  width: 100%;
  height: 1px;
  background-color: var(--color-line);
}
.footer-copyright-text {
  margin-top: 16px;
  color: var(--color-textSecondary);
}
.text-center {
  text-align: center;
}
.footer-copyright-enterprise .opreation {
  cursor: pointer;
}
.no-wrap {
  white-space: nowrap;
}
.footer-copyright-cookieprefrence{
  cursor: pointer;
  margin-left: 24px;
  white-space: nowrap;
}
.footer-copyright-cookieprefrence:hover{
  color: var(--color-textBrand);
}

@media screen and (max-width: 1023px) {
    .footer-copyright{
        margin-top: 48px;
    }
    
}

@media screen and (max-width: 767px) {
    .footer-copyright{
        margin-top: 24px;
    }
    .footer-copyright .typography-Body3 {
        font-size: 12px;
        line-height: 16px;
    }
    .footer-copyright-cookieprefrence{
        display: block;
        margin-left: 0;
    }
}

footer a{
  display: inline;
}
.footer-navlist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.footer-navlist-sub {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.footer-navlist-sub+.footer-navlist-sub {
  margin-top: 40px;
}
.footer-navlist-item-list {
  list-style: none;
  margin-top: 16px;
}
.footer-navlist-item + .footer-navlist-item {
  margin-top: 8px;
}

.footer-navlist .footer-navlist-item .color-textprimary:hover{
  color: var(--color-textBrand);
}
.footer-navlist .footer-navlist-item .color-textprimary {
 color: var(--color-textPrimary); 
}
.footer-navlist-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.footer-navlist-expand-icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-navlist {
    display: block;
  }
  .footer-navlist-item-list {
    display: none;
    margin-top: 24px;
    list-style-type: none;
  }
  .footer-navlist-item-list.active {
    display: block;
  }
  .footer-navlist-title {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    justify-content: space-between;
  }
  .footer-navlist-title .bn-svg{
    font-size: 20px;
  }
  .footer-navlist-expand-icon{
    display: inline-block;
    color: var(--color-iconNormal);
  }
  .footer-navlist-item{
    padding: 0 24px;
  }
  .footer-navlist-item + .footer-navlist-item {
    margin-top: 16px;
  }
  .footer-navlist-group{
    width: auto;
  }
  .footer-navlist-group+.footer-navlist-group{
    margin-top: 24px;
  }
  .footer-navlist-sub+.footer-navlist-sub {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .footer-navlist-group {
    width: auto;
  }
}

.footer-wrapper {
  background-color: var(--color-bg1);
  padding: 80px 24px 80px;
}
.footer-wrapper.onlyCopyRight{
  padding: 24px;
}
.footer-content {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-column-gap: 24px;
  width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
}


@media screen and (max-width: 1200px) {
  .footer-content {
    width: auto;
  }
  
}

@media screen and (max-width: 1023px) {
    .footer-wrapper {
        padding: 64px 24px 64px;
    }
    .footer-content {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }
}



@media screen and (max-width: 767px) {
  .footer-navlist {
    display: block;
  }
  .footer-wrapper {
    padding: 48px 16px 48px;
  }
  .footer-wrapper.onlyCopyRight {
    padding: 16px;
  }
}

.header-logo {
  height: 24px;
  color: var(--color-primaryHover);
}

.logo-link{
    cursor: pointer;
    font-size: 0;
    display: inline-flex;
}
.header-nav-subitem {
  display: flex;
  width: 296px;
  /* min-height: 64px; */
  box-sizing: border-box;
  align-items: center;
}

.header-nav-subview.between {
  justify-content: space-between;
}

.header-nav-subicon_warp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-bg3);
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  border-radius: 50%;
}

.header-nav-subicon_icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.header-nav-subitemtext {
  width: 250px;
}
.header-nav-subitem .header-nav-subarrow {
  font-size: 18px;
  color: var(--color-primaryHover);
  opacity: 0;
}
.header-nav-subitem:hover .header-nav-subarrow {
  display: block;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.header-nav-subtitle {
  display: flex;
  color: var(--color-textPrimary);
  align-items: center;
}

.header-nav-subtitle > .typography-Subtitle4 {
  margin: 0;
}
.header-nav-subdesc {
  color: var(--color-textThird);
}

.header-rightnav-subitem {
  color: var(--color-textPrimary);
  border-radius: 0px;
}
.header-rightnav-subview {
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}
.header-rightnav-subview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  width: 100%;
  color: var(--color-textPrimary);
}
.header-rightnav-subitem.logout {
  border-top: 1px solid var(--color-line);
}
.header-rightnav-subview {
  padding: 0 16px;
}
.header-rightnav-subview:hover {
  background-color: var(--color-bg3);
}

.header-rightnav-subicon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  color: var(--color-iconNormal);
}
.header-account-icon {
  width: 32px;
  height: 32px;
  font-size: 32px;
}
.header-rightnav-subview:hover .header-rightnav-subicon {
  color: var(--color-primaryHover);
}

.header-nav-subtitle_text{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.header-drawer .header-nav-subtitle_text,
.dropdownAndDraw-m-content .header-nav-subtitle_text{
  font-size: 16px;
  line-height: 24px;
}
.header-suffix {
  box-sizing: border-box;
  margin: 0;
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
  min-width: 0px;
  display: flex;
  position: relative;
  border-radius: 4px;
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
  -webkit-padding-end: 4px;
          padding-inline-end: 4px;
  font-size: 12px;
  line-height: 16px;
  background-color: var(--color-line);
  color: var(--color-textPrimary);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  align-items: center
}
.header-suffix::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  inset-inline-start: -3px;
  top: 2px;
  border-width: 6px;
  border-inline-start-style: initial;
  border-inline-start-color: initial;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-inline-end-style: solid;
  border-inline-end-color: var(--color-line);
}
.header-suffix.header-suffix_yellow{
  background-color: var(--color-primary);
  color: var(--color-textBlack);
}
.header-suffix.header-suffix_yellow::before{
  border-inline-end-color: var(--color-primary);
}

.header-dropdown-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-textPrimary);
}

.header-dropdown-menu .dropdown-icon {
  width: 18px;
  height: 18px;
  color: var(--color-textPrimary);
}
.header-dropdown-menu-avatar {
  border-radius: 50%;
}
.header-dropdown-menu .menus-icon {
  width: 24px;
  height: 24px;
}
.header-dropdown-menu:hover .header-right-dropdown-icon {
  color: var(--color-primaryHover);
}
.header-menu-item {
  display: flex;
  align-items: center;
  height: 64px;
  position: relative;
  -webkit-margin-start: 24px;
          margin-inline-start: 24px;
}

.header-dropdown-menu.header-menu-align_frist {
  position: static;
}
.header-dropdown-menu.header-menu-align_frist .header-menu-subgrid {
  inset-inline-start: 160px;
}
.header-dropdown-menu.header-menu-align_frist
  .header-menu-subgrid.header-menu-item_zh-CN {
  inset-inline-start: 100px;
}

.header-rightside .header-menu-item {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  padding: 0 8px;
}
.header-menu-item.center .header-menu-subgridsmall,
.header-menu-item.center .header-menu-subgrid,
.header-menu-item.center .header-menu-sublist {
  inset-inline-start: 50%;
  transform: translate(-50%, 0);
}

[dir="rtl"] .header-menu-item.center .header-menu-subgridsmall,
[dir="rtl"] .header-menu-item.center .header-menu-subgrid,
[dir="rtl"] .header-menu-item.center .header-menu-sublist {
  transform: translate(50%, 0);
}

.header-menu-subgrid,
.header-menu-sublist,
.header-menu-subgridsmall {
  display: none;
  position: absolute;
  z-index: 1300;
  top: 64px;
  inset-inline-start: 0;
  padding: 24px;
  border-radius: 0px 0px 8px 8px;
  background: #fff;
  background: var(--color-popupBg, #fff);
  box-shadow: 0px 8px 8px 0px rgba(24, 26, 32, 0.08);
}
.header-menu-item_icon {
  padding: 0 24px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
.header-menu-item_icon + .header-menu-item {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.header-menu-item_icon:hover {
  color: var(--color-primaryHover);
}
.header-leftside
  .header-menu-item:not(.header-menu-item_icon)
  > .typography-Subtitle4:hover {
  color: var(--color-textBrand);
}

.header-menu-item:hover .header-menu-subgrid {
  display: grid;
  grid-gap: 24px;
  box-sizing: border-box;
}

.header-menu-item .header-menu-item_hightLight {
  line-height: 28px;
  padding: 0px 8px;
  border-radius: 4px;
  background-color: var(--color-badgeBg);
  color: var(--color-textBrand);
  cursor: pointer;
}

.header-menu-subgrid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.header-menu-subgrid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.header-menu-subgrid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.header-menu-subgrid-group {
  list-style: none;
}
.header-menu-subgrid-group-li + .header-menu-subgrid-group-li {
  margin-top: 24px;
}
h4.header-menu-subgrid-group-li {
  margin-bottom: -8px;
}
.header-menu-item:hover .header-menu-subgridsmall {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  box-sizing: border-box;
}
.header-menu-item a {
  color: var(--color-textPrimary);
}
.header-menu-item:hover .header-menu-item_dropdown-icon {
  transform: rotate(180deg);
}
.header-menu-item:hover .header-menu-sublist {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px;
  box-sizing: border-box;
}
.header-rightside .header-menu-item:hover .header-menu-sublist {
  grid-gap: 0;
}
/* .header-menu-link {
  color: var(--color-textPrimary);
  text-decoration: none;
} */

.header-menu-item_view {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--color-textPrimary);
  text-decoration: none;
  height: 100%;
}
.header-menu-item:hover .dropdown-icon {
  transform: rotate(180deg);
}

.header-rightside .header-menu-sublist {
  padding: 0px;
  min-width: 220px;
  border-radius: 0 0 8px 8px;
}

.header-rightside .header-menu-subgrid,
.header-rightside .header-menu-sublist,
.header-rightside .header-menu-subgridsmall {
  right: 0;
  left: auto;
  left: initial;
}

.deposit-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.header-nav-bar {
  display: flex;
  height: 64px;
  justify-content: flex-end;
  align-items: center;
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
  color: var(--color-textPrimary);
}
.header-nav-bar .close-btn-size {
  font-size: 24px;
}
.bn-drawer .header-nav-itemview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 24px;
  color: var(--color-textPrimary);
}
.bn-drawer .header-nav-itemnosub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 24px;
  color: var(--color-textPrimary);
  cursor: pointer;
}
.bn-drawer .header-rightnav-subview {
  height: 56px;
  padding: 0 24px;
  color: var(--color-textPrimary);
}
.bn-drawer .header-nav-itemicon {
  width: 24px;
  height: 24px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  color: var(--color-iconNormal);
}

.header-nav-subgroup-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  -webkit-padding-start: 64px;
          padding-inline-start: 64px;
}
.header-nav-subgroup-item .typography-Body3 {
  color: var(--color-textPrimary);
}
.header-nav-subgroup-item:hover {
  background: var(--color-bg3);
}
.header-nav-subgroup-item.nohover:hover {
  background: none;
}
.header-nav-subgroup {
  transition: all 0.3s;
  overflow: hidden;
}

.header-rightside .bn-svg.header-nav-collapseicon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: var(--color-iconNormal);
  transition: all 0.3s;
}
.header-nav-collapseicon.expand {
  transform: rotate(180deg);
}
.header-nav-itemnosub:hover {
  background: var(--color-bg3);
}
.header-rightnav-subview:hover .header-nav-collapseicon,
.header-rightnav-subview:hover .header-nav-itemicon,
.header-nav-itemnosub:hover .header-nav-itemicon {
  color: var(--color-primaryHover);
}
.bn-drawer .header-nav-scroll {
  max-height: calc(100vh - 84px);
  overflow: auto;
}

.header-userinfo-inmail-num {
  min-width: 16px;
  padding: 0 2px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  background-color: var(--color-sell);
  border-radius: 100%;
  color: var(--color-bg1);
  text-align: center;
}

.bn-button.deposit-btn.data-size-small {
  grid-gap: 4px;
  gap: 4px;
  padding: 4px 8px;
}

.fiat-header-currency-container {
  width: 40px;
}
.fiat-header-currency-icon {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: flex;
  position: relative;
  border-radius: 4px;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  background-color: var(--color-line);
  color: var(--color-textPrimary);
}
.fiat-header-currency-icon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -3px;
  top: 2px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
  border-right-color: var(--color-line);
}
html[dir="rtl"] .fiat-header-currency-icon:before {
  right: -3px;
  left: unset;
  border-right: 0;
  border-left: 6px solid;
  border-left-color: var(--color-line);
}
.header-nav-subarrow.fiat-subarrow {
  color: var(--color-iconNormal)!important;
  width: 16px;
  height: 16px;
}
html[dir="rtl"] .header-nav-subarrow.fiat-subarrow {
  transform: rotate(180deg);
}
.header-menu-sublist-title {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 32px;
  min-height: 32px;
  margin-bottom: 0;
  min-width: 300px;
}
.header-menu-sublist-title-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: var(--color-textPrimary);
}
.submenu-fiat-methods-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 24px;
  gap: 24px;
  width: 100%;
  min-height: 66px;
}
.header-menu-item:hover .header-menu-sublist {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
  box-sizing: border-box;
}
.header-leftside .header-menu-item:not(.header-menu-item_icon).fiat-header-menu-item:hover::after {
  left: unset;
  inset-inline-start: calc(50% - 20px);
}
html[dir="rtl"] .header-leftside .header-menu-item:not(.header-menu-item_icon).fiat-header-menu-item:hover::after {
  left: unset;
  inset-inline-start: 0px;
}
.header-menu-sublist-currency-container {
  width: 100px;
  height: 32px;
  padding: 4px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-bg3);
  border-radius: 50px;
  position: absolute;
  top: 24px;
  inset-inline-end: 24px;
}
.header-menu-sublist-currency-container-web{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 84px;
}
.header-menu-sublist-currency-icon {
  width: 20px;
  height: 20px;
}
.header-menu-sublist-currency {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: var(--color-textPrimary);
}
.header-menu-sublist-currency-arrow {
  color: var(--color-iconNormal);
  width: 16px;
  height: 16px;
}
.submenu-fiat-container {
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: flex-start;
  border-radius: 8px;
  background-color: var(--color-popupBg);
  width: 140px;
  max-height: 300px;
}
.submenu-fiat-container.dark-color *::-webkit-scrollbar-thumb{
  background-color: #474D57;
}
.submenu-fiat-container-web{
  display: block;
  width: 164px;
  position: absolute;
  top: -40px;
  inset-inline-start: 28px;
  min-height: 100%;
  width: auto;
  background-color: var(--color-popupBg);
  box-shadow: 0px 8px 8px 0px rgba(24, 26, 32, 0.08);
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
html[dir="rtl"] .submenu-fiat-container-web{
  inset-inline-start: 120px;
}
.fiat-header-menu-sublist .submenu-fiat-ul-container {
  --scroll-bg: transparent;
  --scroll-size: 5px;
  --scroll-color: var(--color-line);
}
.submenu-fiat-ul-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 24px;
  gap: 24px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.fiat-currency-search {
  border-radius: 4px;
  border: 1px solid #fff;
  border-color: var(--color-line);
  color: var(--color-textThird);
  padding: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  background-color: var(--color-popupBg);
  border-color: var(--color-line);
}
.fiat-currency-item-menu {
  height: 22px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.fiat-currency-item-menu:hover {
  cursor: pointer;
}
.fiat-currency-icon-menu {
  width: 20px;
  height: 20px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.fiat-currency-name-menu {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.fiat-header-menu-sublist {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  grid-gap: 16px !important;
  gap: 16px !important;
}
.fiat-header-menu-sublist-left {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}
.fiatMaintenance-web{
  background-color: var(--color-popupBg);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 296px;
}
.fiatMaintenance-upgrade>svg{
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.fiatMaintenance-upgrade-text{
  color: var(--color-textThird);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.fiat-currency-item-menu:hover .fiat-currency-name-menu{
  color: var(--color-textBrand);
}
.fiat-header-nav-subitem {
  display: flex;
  width: 296px;
  min-height: 38px;
  box-sizing: border-box;
  align-items: center;
}
.fiat-header-menu-subgrid-group-li {
  margin-top: 0 !important;
}

.header-nav-subdesc-fiat{
  font-size: 12px;
}
.header-container {
  max-width: 100vw;
  height: 64px;
  position: relative;
  display: flex;
  padding: 0 24px;
  justify-content: space-between;
  background-color: var(--color-bg1);
}
.header-menu-rightItem {
  display: flex;
  position: relative;
  padding: 20px 8px;
  align-items: center;
}
.header-menu-rightItem.header-menu-right-pickup{
  padding: 20px 0 20px 8px;
}
.header-leftside {
  display: flex;
  align-items: center;
}
.header-rightside {
  display: flex;
}
.header-rightside .bn-svg {
  width: 24px;
  height: 24px;
  font-size: 24px;
  cursor: pointer;
}

.header-menu-rightItem:hover {
  color: var(--color-textBrand);
}

.header-rightside .header-menu-rightItem:hover .hover-color {
  color: var(--color-primaryHover);
}
.right-sub-drawer.bn-drawer > .bn-drawer-wrap.data-dir-right {
  max-width: 100%;
}
.height-100 {
  height: 100%;
}
.height-48 {
  height: 48px;
}
.no-border-radius.bn-drawer > .bn-drawer-wrap.data-dir-right {
  border-radius: 0;
}
.rwd-1440-visi-flex,
.rwd-1280-visi-flex,
.rwd-1200-visi-block,
.rwd-1200-visi-flex,
.rwd-1024-visi-block,
.rwd-768-show {
  display: none;
}
.header-rightside .bn-svg.register-gift-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: var(--color-textBlack) !important;
}
.bn-button.data-size-small.header-menu-registerbtn {
  padding: 4px 8px;
  grid-gap: 4px;
  gap: 4px;
  font-weight: 500;
}
.header-rightside .bn-svg.theme-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1440px) {
  .rwd-1440-hide-flex {
    display: none;
  }
  .rwd-1440-visi-flex {
    display: flex;
  }
}

@media screen and (max-width: 1023px) {
  .rwd-1024-hide-flex {
    display: none !important;
  }
  .rwd-1024-visi-block {
    display: block;
  }
  .rwd-1024-visi-flex {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  .rwd-1200-hide-flex {
    display: none !important;
  }
  .rwd-1200-visi-block {
    display: block;
  }
  .rwd-1200-visi-flex {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header-container{
    padding: 0 16px;
  }
  .rwd-768-hide {
    display: none;
  }
  .rwd-768-show {
    display: block;
  }
}

.QRCode-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
}
.QRCode-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    padding: 4px;
    /* border: 3px solid #fff; */
    border-radius: 4px;
    background-color: #000;
}
.QRCode-text1{
    width: 130px;
}
.QRCode-img{
    position: relative;
    padding: 12px;
    background-color: #fff;
    border-radius: 4px;
}
.QRCode-img .bn-button{
    padding: 4px 8px;
}
#header_menu_search{
  font-size: 0;
}
#header_menu_search .search-icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
}

.hover-pointer {
  cursor: pointer;
}

.header-search-input .bn-textField-input{
  font-size: 14px;
}
.header-lngCur-content {
  display: grid;
  padding: 24px;
  width: 400px;
  grid-template-columns: 3fr 2fr;
  grid-gap: 24px;
  gap: 24px;
}
.bn-drawer-wrap .header-lngCur-content {
  padding: 0 24px 24px 24px;
}
.header-lngCur-content.onlyone {
  grid-template-columns: 1fr;
}
.header-lngCur-content.onlyone.onlyoneLng {
  width: 180px;
}
.header-lngCur-content.onlyone.onlyoneFiat {
  width: 220px;
}
.header-lngCur-content .header-lngCur-item {
  height: 370px;
  /* overflow: auto; */
  --scroll-bg: transparent;
  --scroll-size: 5px;
  --scroll-color: var(--color-line);
}
/* header-lngCur-item */
.header-lngCur-item .footer-select-options-group-flat-options {
  height: 300px;
  overflow: auto;
  --scroll-color: var(--color-line);
}

.header-lngCur-item .bn-textField {
  width: 100%;
}

.language-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
}

.bn-drawer-wrap .header-lngCur-content {
  width: 100%;
  min-width: 375px;
}
.bn-drawer-wrap .header-lngCur-item {
  height: auto;
}
.bn-drawer-wrap .header-lngCur-item .footer-select-options-group-flat-options {
  height: calc(100vh - 204px);
  overflow: auto;
}

.header-inmall-mark {
  position: absolute;
  top: 15px;
  right: 0;
  min-width: 16px;
  padding: 0 2px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  background: var(--color-sell);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-textWhite);
  font-weight: 500;
  z-index: 1;
}
.header-inmall {
  width: 400px;
  overflow: auto;
  padding: 16px;
}

.header-inmall-pendding {
  padding: 0 20px;
  justify-content: space-between;
  background-color: var(--color-bg3);
  height: 44px;
  border-radius: 4px;
}
.header-inmall-clear {
  color: var(--color-textBrand);
  cursor: pointer;
}
.header-inmall-viewall {
  color: var(--color-textPrimary);
}
.header-inmall-viewall:hover {
  color: var(--color-textBrand);
}
.header-inmall-arrow {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: var(--color-textThird);
}
.header-inmall-viewall:hover .header-inmall-arrow {
  color: var(--color-textBrand);
}
.header-inmall .header-inmall-list {
  max-height: 294px;
  overflow-y: auto;
  overflow-x: hidden;
  --scroll-color: var(--color-line);
}
.header-inmall-item {
  display: flex;
  border-radius: 8px;
  cursor: pointer;
  padding: 16px 12px;
}
.header-inmall-item:hover {
  background-color: var(--color-bg3);
}
.header-inmall-item-icongroup {
  position: relative;
}
.header-inmall-item-icongroup::after {
  content: " ";
  top: 2px;
  right: 0;
  width: 4px;
  height: 4px;
  background-color: var(--color-buy);
  position: absolute;
  border-radius: 100%;
}
.header-inmall-item-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.header-inmall-item-text {
  width: 334px;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
.header-inmall-nodata {
  padding-top: 40px;
  padding-bottom: 64px;
  color: var(--color-textDisabled);
}
.header-inmall-nodataicon {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-inmall-detialArrow {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.header-inmall-detialArrow.active {
  cursor: pointer;
  opacity: 0.5;
  color: var(--color-textThird);
}
.header-inmall-detialArrow.disabled {
  opacity: 0;
}
.header-inmall-detialArrow.active:hover {
  opacity: 1;
}

.header-inmail-detailcontent {
  max-height: 540px;
  overflow: auto;
  margin: 12px 0;
}
.header-inmaill-detail.bn-modal > .bn-modal-wrap{
  width: auto;
  max-width: 540px;
}
.header-inmail-detailcontent-text {
  word-break: break-all;
}
.header-inmail-detailcontent-viewmore-btn {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
.header-inmaill-detail .bn-modal-wrap {
  width: 540px;
  padding: 24px 32px;
}
.text-max-width {
  max-width: 312px;
}

.header-userinfo-verfy {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  height: 24px;
  border-radius: 12px;
  background-color: var(--color-depthBuyBg);
  color: var(--color-textBuy);
}
.header-userinfo-notverfy .verify-icon,
.header-userinfo-verfy .verify-icon {
  -webkit-margin-end: 2px;
          margin-inline-end: 2px;
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.header-userinfo-notverfy .right-arrow,
.header-userinfo-verfy .right-arrow {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.header-userinfo-notverfy {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  height: 24px;
  border-radius: 12px;
  background-color: var(--color-primary);
  color: var(--color-textBlack);
}
.header-userinfo-vip {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  height: 24px;
  border-radius: 12px;
  background-color: var(--color-bg3);
  color: var(--color-textPrimary);
}
.header-userinfo-vip .vip-icon {
  font-size: 16px;
  width: 16px;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}
.header-userinfo-twitter {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  height: 24px;
  border-radius: 12px;
  background-color: var(--color-bg3);
  color: var(--color-textPrimary);
  cursor: pointer;
}
.header-userinfo-twitter .header-userinfo-twitter_icon {
  font-size: 16px;
  width: 16px;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  color: var(--color-iconNormal);
}
.header-userinfo-twitter .header-userinfo-twitter_icon.active {
  color: #1b9df0;
}
.header-userInfo-top {
  padding: 16px;
}
.dropdownAndDraw-m-content .header-userInfo-top{
    padding: 0 24px 16px 24px;
}
.bn-tooltips-wrap .header-userInfo-top {
  width: 240px;
}

.fiat-header-currency-container{
    width: 40px;
}
.fiat-header-currency-icon{
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: flex;
    position: relative;
    border-radius: 4px;
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    line-height: 16px;
    background-color: var(--color-line);
    color: var(--color-textPrimary);
}

.collapse-container .header-menu-sublist-title-label{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    -webkit-margin-start: 64px;
            margin-inline-start: 64px;
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: 1px solid var(--color-line);
}
.collapse-container{
    position: relative;
}
.collapse-container .header-menu-sublist-currency-container{
    width: 100px;
    height: unset;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 0px;
    background-color: var(--color-bg3);
}
html[dir="rtl"] .collapse-container .header-menu-sublist-currency-container{
    left: 0;
    right: unset;
}
.collapse-container .header-menu-sublist-currency-container:hover{
    cursor: pointer;
}
.header-menu-sublist-currency-icon{
    width: 20px;
    height: 20px;
}
.collapse-container .header-menu-sublist-currency{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    color: var(--color-textPrimary);
}
.header-menu-sublist-currency-arrow{
    color: var(--color-iconNormal);
    width: 16px;
    height: 16px;
}
.drawer-fiat{
    min-width: 375px;
}
.drawer-fiat.header-drawer .bn-drawer-wrap{
    background-color: var(--color-bg1);
}
.drawer-fiat.bn-drawer>.bn-drawer-wrap.data-dir-right{
    max-width: unset;
}
.drawer-fiat .header-nav-scroll{
    overflow: unset;
}
.drawer-fiat .submenu-fiat-container{
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    background-color: transparent;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0px;
    max-height: unset;
    height: calc( 100% - 65px);
    grid-gap: 24px;
    gap: 24px;
}
.drawer-fiat .submenu-fiat-label{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-textThird);
}
.drawer-fiat .fiat-currency-search{
    background-color: var(--color-bg1);
}
.fiatMaintenance-h5{
    width: 263px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-popupBg);
    margin: 0 auto;
}
.fiatMaintenance-upgrade-h5{
    margin-bottom: 8px;
}
.fiatMaintenance-upgrade-h5>svg{
    width: 48px;
    height: 48px;
}
.fiatMaintenance-upgrade-text-h5{
    margin-bottom: 0px;
}
.submenu-fiat-container *::-webkit-scrollbar-thumb{
    background-color: var(--color-line)!important;
}
.submenu-fiat-container::-webkit-scrollbar,
.submenu-fiat-container *::-webkit-scrollbar{
    background-color: unset!important;
}
.header-nav-drawer {
  min-width: 375px;
}
.header-drawer .bn-drawer-wrap {
  --scroll-color: var(--color-line);
}
.data-size-full .header-nav-drawer {
  width: 100vw;
}
.header-pickup-login {
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: var(--color-textPrimary);
  display: block;
}
.header-pickup-register {
  width: 100%;
}
.switch-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.bn-switch .switch-icon {
  color: var(--color-primary);
}
.header-nav-scroll_topside {
  padding: 0 24px 16px 24px;
  width: 100%;
}
.header-nav-scroll_topside .bn-textField {
  width: 100%;
}

/* DownloadBarMobile.css */

.DownloadBarMobile {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 64px;
  background-color: var(--color-bg1);
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 12px 16px 12px 0;
  justify-content: space-between;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: var(--color-textPrimary);
  border-color: var(--color-line);
}

.DownloadBarMobile__close {
  height: 50px;
  align-items: center;
  padding-left: 14px;
  padding-right: 10px;
  color: #c4c4c4;
  color: var(--light-color, #c4c4c4);
}

.DownloadBarMobile__logo {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  margin: 0px 8px 0px 0px;
  min-width: 0px;
  max-width: 100%;
}

.DownloadBarMobile__text--primary {
  color: var(--color-textPrimary);
  text-align: left;
  flex: 1 1;
}

.DownloadBarMobile__text--medium {
  font-size: 14px;
  font-weight: medium;
}

.DownloadBarMobile__text--secondary {
  color: var(--color-textThird);
  font-size: 12px;
}

.DownloadBarMobile .DownloadBarMobile__button--margin  {
    width: auto;
    height: auto;
    margin: 0px 12px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
    font-size: 14px;
    padding: 6px 12px;
    line-height: 20px;
    min-width: 52px;
    min-height: 24px;
}

.header-global-js-top-alert {
  color: var(--color-textPrimary);
  background-color: #FEF1F2;
  transition: all 1s;
}

.header-global-js-top-alert__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 24px;
  max-width: 1248px;
}

.treemap-wrapper{position:relative;max-height:288px;height:100%;width:100%;overflow:hidden}.treemap-wrapper .treemap-img-ssr{overflow:hidden;position:absolute;top:0;left:0;width:420px;height:288px}@media screen and (max-width: 820px){.treemap-wrapper .treemap-img-ssr{height:264px !important}}@media screen and (max-width: 768px){.treemap-wrapper .treemap-img-ssr{width:100%;min-width:362px;height:264px !important}}@media screen and (max-width: 375px){.treemap-wrapper .treemap-img-ssr{min-width:100%;width:343px;height:288px !important}}.treemap-wrapper .treemap-img-ssr svg{width:100%;height:100%}.treemap-wrapper .echarts-for-react{height:288px !important}@media screen and (max-width: 820px){.treemap-wrapper .echarts-for-react{height:264px !important}}@media screen and (max-width: 768px){.treemap-wrapper .echarts-for-react{width:100%;min-width:362px;height:264px !important}}@media screen and (max-width: 375px){.treemap-wrapper .echarts-for-react{width:100%;min-width:100%;height:288px !important}}
.cta-treemap-wrapper{overflow:hidden;width:100%;position:relative;height:288px !important}@media screen and (max-width: 820px){.cta-treemap-wrapper{overflow:hidden;width:420px;height:264px !important}}@media screen and (max-width: 768px){.cta-treemap-wrapper{overflow:hidden;width:100%;min-width:362px;height:264px !important}}@media screen and (max-width: 375px){.cta-treemap-wrapper{overflow:hidden;width:100%;min-width:100%;height:288px !important}}
