body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, hgroup, nav, section, article, aside, footer, figure, figcaption, menu, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: inherit;
    font-weight: normal;
}

body {
    font-size: 12px;
    font-family: "Montserrat-font", Montserrat-Light;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*user-select: none;*/
    /*-moz-user-select: none;*/
    /*-webkit-user-select: none;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol {
    list-style-type: none;
}

li {
    list-style: none;
}

select, input, img, select {
    vertical-align: middle;
}

em, i {
    font-style: normal;
}

a {
    outline: 0;
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
    color: inherit;
}

a:visited {
    color: inherit;
}

a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
}

a, button, input, select, textarea, a:focus, button:focus, input:focus, select:focus, textarea:focus, [onclick] {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

button {
    cursor: pointer;
}

input, button, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border: 0;
    background: none;
    -webkit-appearance: none;
    outline: 0;
}

::-webkit-input-placeholder {
    color: #999999;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

/* 常用 css */
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-important {
    display: none !important;
}

.user-select-able {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

/*@media screen and (max-width: 1279px) {
  body {
    padding-top: 0;
  }
  .header-wrap {
    position: sticky;
  }
}
@media screen and (min-width: 1280px) {
  body {
    padding-top: 80px;
  }
  .header-wrap {
    position: fixed;
  }
}*/
html {
    width: 100%;
    height: 100%;
    background-color: #030421;
}

body {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-width: 1200px;
    min-height: 100%;
    /* padding-top: 80px; */
    padding-bottom: 260px;
    color: #FFFFFF;
}

#md-editor-v3 {
    background-color: transparent;
}

#md-editor-v3 h1 {
    font-size: 2em;
    font-weight: bold;
}

#md-editor-v3 h2 {
    font-size: 1.5em;
    font-weight: bold;
    word-break: break-word;
}

#md-editor-v3 h3 {
    font-size: 1.17em;
    font-weight: bold;
}

#md-editor-v3 h4 {
    font-size: 1em;
    font-weight: bold;
}

#md-editor-v3 h5 {
    font-size: 0.83em;
    font-weight: bold;
}

#md-editor-v3 h6 {
    font-size: 0.67em;
    font-weight: bold;
}

#md-editor-v3 p {
    padding: 0;
}

#md-editor-v3 img {
    border: none;
    border-radius: unset;
    padding: 0;
}

@font-face {
    font-family: BerthaBold-Regular;
    src: url('../web/font/Bertha-Bold.otf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../web/font/Montserrat-Bold.otf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../web/font/Montserrat-SemiBold.otf');
}
/* src: url('https://bitmetis.s3.ap-southeast-1.amazonaws.com/web/font/Montserrat-Medium.otf');*/
@font-face {
    font-family: Montserrat-Medium;
    src: url('../font/Montserrat-Medium.ttf');
}


@font-face {
    font-family: Montserrat-Light;
    src: url('../web/font/Montserrat-Light.otf');
}

@font-face {
    font-family: Montserrat-ExtraLight;
    src: url('../web/font/Montserrat-ExtraLight.otf');
}

.md-content .md-preview {
    word-break: break-word !important;
    color: #BEBFC6;
}
.md-editor-content .md-editor-preview {
    word-break: break-word !important;
    color: #BEBFC6;
}
.walletconnect-modal__mobile__toggle a{
        color: #000000;
}
.grecaptcha-badge {
    display: none !important;
}
.richtext-wrap .md-content .md-preview {
    word-break: break-word !important;
    color: #FFFFFF;
}
.richtext-wrap #md-editor-v3 img{
    border-radius: 10px;
}
.richtext-wrap #md-editor-v3 p{
    font-family: Montserrat-Light, Montserrat;
}
.pointer {
    cursor: pointer;
}
.walletconnect-modal__base {
  max-width: 30% !important;
}

#okx-inject {
    display: none !important;
}