::-webkit-scrollbar { display: none !important; width: 0 !important; height: 0 !important; }
* { scrollbar-width: none !important; }
* { -ms-overflow-style: none !important; }
:root {
    --color: #FFFFFF;
    --color1: #9DA7EF;
    --color2: #EFD09E;
    --color3: #6D44EF;
    --bgcolor: #040321;
    --bgcolor1: #18B49F;
    --bgcolor2: #F34E54;
    --bgcolor3: #0C132E;
    --bgoppose: #0C132E;
    --border: #3C4061;
    --border2: #8C5BF5;
    --rise: #0A9D74;
    --fall: #FD3A42;
    --linear1: #8867FF;
    --linear2: #5636E6;
    --shadow: rgba(0; 0; 0; 0);
}
button { background: none; background-color: transparent; border: none; }
button:after { display: none; }
.page-reserve { width: 100%; height: 20px; }
.page-view { color: var(--color); min-height: 100vh; background-color: var(--bgcolor); }
.page-bg { width: 100%; height: 100%; background-color: var(--bgcolor); background-repeat: no-repeat; background-size: 100% auto; position: fixed; left: 0; top: 0; }
.page-full,.page-wrap { color: var(--color); min-height: 100vh; background-color: var(--bgcolor); }
.mask { width: 100%; height: 100%; background-color: rgba(0, 0, 0, .6); position: fixed; left: 0; top: 0; z-index: 900; }
.empty { display: block; margin: 0 auto; padding: 10px; width: 200px; height: 200px; position: relative; }
.hide { display: none; }
.hide-element { width: 100%; position: absolute; z-index: -1; top: -500px; left: 0; opacity: 0; background: rgba(0, 0, 0, 0); }
.image { display: block; width: 100%; height: 100%; }
.image2 { display: block; width: 100%; height: auto; }
.image3 { display: inline-block; margin: -2px 2px 0 1px; vertical-align: middle; }
.clear { clear: both; height: 0; font-size: 0; overflow: hidden; }
.opacity { opacity: .6; }
.bold { font-weight: 500; }
.bolds { font-weight: 600; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.ellipsis { display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.break { word-wrap: break-word; white-space: pre-wrap; }
.inherit { height: inherit; line-height: inherit; }
.rwrap { margin: 10px 0 0; background-color: var(--bgoppose); border: 1px solid var(--border); border-radius: 12px; position: relative; overflow: hidden; }
.linear { color: #fff; background: linear-gradient(180deg, var(--linear1), var(--linear2)); }
.flex { display: -webkit-flex; display: flex; flex-wrap: wrap; box-sizing: border-box; position: relative; }
.flex-0 { display: block; box-sizing: border-box; -webkit-flex-shrink: 0; flex-shrink: 0; }
.flex-1 { display: block; box-sizing: border-box; -webkit-box-flex: 1; box-flex: 1; -webkit-flex: 1; flex: 1; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; justify-content: space-between; }
.flex-left { display: flex; align-items: left; justify-content: left; }
.theme-btn { display: block; width: 100%; margin: 0 auto; height: 48px; line-height: 44px; color: #fff; font-size: 15px; text-align: center; text-decoration: none; background: linear-gradient(180deg, var(--linear1), var(--linear2)); border-radius: 48px; border: none; }
.theme-btn[disabled]:not([type]) { color: #fff; background-color: var(--bgcolor1); opacity: .8; }
.theme-btn2 { display: block; margin: 0 auto; height: 48px; line-height: 44px; color: var(--color1); font-size: 15px; text-align: center; text-decoration: none; background-color: transparent; border-radius: 48px; border: 1px solid var(--color1); }
.theme-btn2[disabled]:not([type]) { background-color: transparent; color: var(--color1); opacity: .8; }
.base-btn { text-align: center; color: #fff; background-color: var(--bgcolor1); border: none; }
.base-btn[disabled]:not([type]) { color: #fff; background-color: var(--bgcolor1); opacity: .8; }
.base-btn2 { text-align: center; color: var(--color1); background-color: transparent; border: 1px solid var(--color1); }
.base-btn2[disabled]:not([type]) { color: var(--color1); background-color: transparent; border: 1px solid var(--color1); opacity: .8; }
.base-btn3 { text-align: center; color: var(--color); background-color: var(--bgcolor3); border: none; }
.base-btn3[disabled]:not([type]) { color: var(--color); background-color: var(--bgcolor3); opacity: .8; }
.base-btn4 { text-align: center; color: #fff; background-color: var(--bgcolor2); border: none; }
.base-btn4[disabled]:not([type]) { color: #fff; background-color: var(--bgcolor2); opacity: .8; }
.base-input { width: 100%; height: inherit; line-height: inherit; font-size: 14px; background-color: transparent; border: none; }
.base-bgm { background-position: 0 0; background-repeat: no-repeat; background-size: 100% 100%; }
.fixed-bottom { padding: 12px 0 24px; box-sizing: content-box; width: 100%; height: 42px; background-color: var(--bgoppose); position: fixed; left: 0; bottom: 0; }
.fixed-bottomh { width: 100%; height: 78px; }
.popup-handle { height: 12px; }
.popup-handle::after { content: " "; display: block; margin: 8px auto 0; width: 50px; height: 5px; background-color: var(--bgcolor); border-radius: 5px; overflow: hidden; }
.popup-wrap_bottom { padding-bottom: 40px; background-color: var(--bgoppose); border-top-left-radius: 16px; border-top-right-radius: 16px; overflow: hidden; position: relative; }
.input-cell,.input-cell2 { margin-bottom: 12px; height: 42px; line-height: 42px; }
.input-cell .base-input,.input-cell2 .base-input { height: 42px; line-height: 42px; }
.input-cell { padding: 0 12px; background-color: var(--bgcolor3); border-radius: 6px; }
.input-cell2 { border-bottom: 1px solid var(--border); }
.input-cell3,.input-cell4 { margin-bottom: 12px; height: 39px; line-height: 39px; }
.input-cell3 .base-input,.input-cell4 .base-input { height: 39px; line-height: 39px; }
.input-cell3 { padding: 0 12px; background-color: var(--bgcolor3); border-radius: 6px; }
.input-cell4 { border-bottom: 1px solid var(--border); }
.border { border: 1px solid var(--border); }
.border-top { border-top: 1px solid var(--border); }
.border-right { border-right: 1px solid var(--border); }
.border-bottom { border-bottom: 1px solid var(--border); }
.border-left { border-left: 1px solid var(--border); }
.mcolor { color: var(--color); }
.color { color: var(--color1); }
.color2 { color: var(--color2); }
.red { color: #FF5F5F; }
.green { color: #31BD67; }
.blue { color: #2F80ED; }
.white { color: #FFF; }
.black { color: #000; }
.mkt-rise { color: var(--rise); }
.mkt-fall { color: var(--fall); }
.bg-rise { color: #fff; background-color: var(--rise); }
.bg-fall { color: #fff; background-color: var(--fall); }
.bgcolor { background-color: var(--bgcolor); }
.bgcolor3 { background-color: var(--bgcolor3); }
.bgoppose { background-color: var(--bgoppose); }
.bgtransparent { background-color: transparent; }
.relative { position: relative; }
.overflow { overflow: hidden; }
.lh32 { line-height: 16px; }
.lh36 { line-height: 18px; }
.lh40 { line-height: 20px; }
.lh44 { line-height: 22px; }
.lh48 { line-height: 24px; }
.lh52 { line-height: 26px; }
.lh56 { line-height: 28px; }
.lh60 { line-height: 30px; }
.lh64 { line-height: 32px; }
.lh68 { line-height: 34px; }
.lh72 { line-height: 36px; }
.rds { border-radius: 50%; }
.rds8 { border-radius: 4px; }
.rds12 { border-radius: 6px; }
.rds16 { border-radius: 8px; }
.rds20 { border-radius: 10px; }
.rds24 { border-radius: 12px; }
.rds28 { border-radius: 14px; }
.rds32 { border-radius: 16px; }
.f20 { font-size: 10px; }
.f22 { font-size: 11px; }
.f24 { font-size: 12px; }
.f26 { font-size: 13px; }
.f28 { font-size: 13px; }
.f28s { font-size: 14px; }
.f30 { font-size: 15px; }
.f32 { font-size: 16px; }
.f34 { font-size: 17px; }
.f36 { font-size: 18px; }
.f40 { font-size: 20px; }
.f48 { font-size: 24px; }
.fpx20 { font-size: 10px; }
.fpx22 { font-size: 11px; }
.fpx24 { font-size: 12px; }
.fpx26 { font-size: 13px; }
.fpx28 { font-size: 13px; }
.fpx28s { font-size: 14px; }
.fpx30 { font-size: 15px; }
.fpx32 { font-size: 16px; }
.fpx34 { font-size: 17px; }
.fpx36 { font-size: 18px; }
.fpx40 { font-size: 20px; }
.fpx48 { font-size: 24px; }
.m0 { margin: 0; }
.m4 { margin: 2px; }
.m8 { margin: 4px; }
.m12 { margin: 6px; }
.m16 { margin: 8px; }
.m20 { margin: 10px; }
.m24 { margin: 12px; }
.m28 { margin: 14px; }
.m32 { margin: 16px; }
.m36 { margin: 18px; }
.m40 { margin: 20px; }
.mt0 { margin-top: 0; }
.mt4 { margin-top: 2px; }
.mt8 { margin-top: 4px; }
.mt12 { margin-top: 6px; }
.mt16 { margin-top: 8px; }
.mt20 { margin-top: 10px; }
.mt24 { margin-top: 12px; }
.mt28 { margin-top: 14px; }
.mt32 { margin-top: 16px; }
.mt36 { margin-top: 18px; }
.mt40 { margin-top: 20px; }
.mr0 { margin-right: 0; }
.mr4 { margin-right: 2px; }
.mr8 { margin-right: 4px; }
.mr12 { margin-right: 6px; }
.mr16 { margin-right: 8px; }
.mr20 { margin-right: 10px; }
.mr24 { margin-right: 12px; }
.mr28 { margin-right: 14px; }
.mr32 { margin-right: 16px; }
.mr36 { margin-right: 18px; }
.mr40 { margin-right: 20px; }
.mb0 { margin-bottom: 0; }
.mb4 { margin-bottom: 2px; }
.mb8 { margin-bottom: 4px; }
.mb12 { margin-bottom: 6px; }
.mb16 { margin-bottom: 8px; }
.mb20 { margin-bottom: 10px; }
.mb24 { margin-bottom: 12px; }
.mb28 { margin-bottom: 14px; }
.mb32 { margin-bottom: 16px; }
.mb36 { margin-bottom: 18px; }
.mb40 { margin-bottom: 20px; }
.ml0 { margin-left: 0; }
.ml4 { margin-left: 2px; }
.ml8 { margin-left: 4px; }
.ml12 { margin-left: 6px; }
.ml16 { margin-left: 8px; }
.ml20 { margin-left: 10px; }
.ml24 { margin-left: 12px; }
.ml28 { margin-left: 14px; }
.ml32 { margin-left: 16px; }
.ml36 { margin-left: 18px; }
.ml40 { margin-left: 20px; }
.p0 { padding: 0; }
.p4 { padding: 2px; }
.p8 { padding: 4px; }
.p12 { padding: 6px; }
.p16 { padding: 8px; }
.p20 { padding: 10px; }
.p24 { padding: 12px; }
.p28 { padding: 14px; }
.p32 { padding: 16px; }
.p36 { padding: 18px; }
.p40 { padding: 20px; }
.pt0 { padding-top: 0; }
.pt4 { padding-top: 2px; }
.pt8 { padding-top: 4px; }
.pt12 { padding-top: 6px; }
.pt16 { padding-top: 8px; }
.pt20 { padding-top: 10px; }
.pt24 { padding-top: 12px; }
.pt28 { padding-top: 14px; }
.pt32 { padding-top: 16px; }
.pt36 { padding-top: 18px; }
.pt40 { padding-top: 20px; }
.pr0 { padding-right: 0; }
.pr4 { padding-right: 2px; }
.pr8 { padding-right: 4px; }
.pr12 { padding-right: 6px; }
.pr16 { padding-right: 8px; }
.pr20 { padding-right: 10px; }
.pr24 { padding-right: 12px; }
.pr28 { padding-right: 14px; }
.pr32 { padding-right: 16px; }
.pr36 { padding-right: 18px; }
.pr40 { padding-right: 20px; }
.pb0 { padding-bottom: 0; }
.pb4 { padding-bottom: 2px; }
.pb8 { padding-bottom: 4px; }
.pb12 { padding-bottom: 6px; }
.pb16 { padding-bottom: 8px; }
.pb20 { padding-bottom: 10px; }
.pb24 { padding-bottom: 12px; }
.pb28 { padding-bottom: 14px; }
.pb32 { padding-bottom: 16px; }
.pb36 { padding-bottom: 18px; }
.pb40 { padding-bottom: 20px; }
.pl0 { padding-left: 0; }
.pl4 { padding-left: 2px; }
.pl8 { padding-left: 4px; }
.pl12 { padding-left: 6px; }
.pl16 { padding-left: 8px; }
.pl20 { padding-left: 10px; }
.pl24 { padding-left: 12px; }
.pl28 { padding-left: 14px; }
.pl32 { padding-left: 16px; }
.pl36 { padding-left: 18px; }
.pl40 { padding-left: 20px; }

/*header*/
.navbar { height: 50px; background: url(/static/image/navbar.jpg); background-size: 100% 100%; left: 0; right: 0; z-index: 920; position: fixed; }
.navbar ._navbar_height { width: 1px; height: 50px; }
.navbar ._navbar_title { text-align: center; font-size: 16px; font-weight: 600; }
.navbar ._navbar_icon { width: 25px; height: 25px; line-height: 25px; text-align: center; }
.navbar ._navbar_tabs { text-align: center; font-weight: 600; }
.navbar ._navbar_tabs ._cell { line-height: 50px; opacity: 0.5; }
.navbar ._navbar_tabs ._current { opacity: 1; position: relative; }
.navbar ._navbar_tabs ._current::after { content: ''; width: 18px; height: 2px; background-color: var(--bgcolor1); position: absolute; left: 50%; bottom: 6px; margin-left: -9px; }
.navbarh { width: 100%; height: 50px; }