html, body {
	background-color:#121420; /*rgb(245, 245, 245);*/
	color:#fff;
	margin:0px;
	padding:0px;
	font-family: BinancePlex,Arial,sans-serif!important;
	font-size:14px;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #424852;
  font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #424852;
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #424852;
  font-size: 14px;
}
input:focus{background:#1b1e25;outline: 1px solid #1b1e25;}
select:focus{background:#1b1e25;outline: 1px solid #1b1e25;}
textarea:focus{background:#1b1e25;outline: 1px solid #1b1e25;}
:root {
    --color-white: #fff;
    --color-green:#00b897;
    --color-green2:#1eb585;
    --color-gray:#707A8A;
    --color-bg:#121420;
    --color-bg2:#1b1d2a;
    --color-border:#272936;
    --color-red: #d1363a;
    --color-gray2: #f7f9fc;
    --color-gray3: #768da9;
    --color-gray4: #e6e6e6;
}
ul,ol{list-style: none; padding: 0; margin: 0}
.fl{float:left;}/*左浮动*/
.fr{float:right;}/*右浮动*/
.bhalf{width:50%;}/*div50%的宽度*/
.allhg{height:100%;}/*继承父元素100%的高度*/
.txtl{text-align: left;}
.txtr{text-align: right;}
.fcy{color:var(--color-green);} /*黄色*/
.fcc{
    /*color:#707A8A;*/
    color:#fff;
} /*灰色*/
.fch{color:#000;} /*黑色*/
.fzm{font-size:12px;}
.fzmm{font-size:14px;}
.fzmmm{font-size:14px;}
.fw{font-weight: bold;}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.footer{width:100%;height:55px;background:#121420;position:fixed;bottom:0px;z-index:999999999;}
.footer_op{width:20%;height:55px;float:left;color:#fff;}
.f_op_t{width:100%;height:30px;text-align:center;}
.fticon{width:25px;height: 25px;margin-top:5px;}
.f_op_b{width:100%;height:20px;line-height:20px;text-align: center;}
.nfticon{font-size: 24px;}
.alltn{width:100%;height:40px;line-height:40px;text-align:center;border-radius:5px;background:#FCD535;}
.allbtn{width:100%;height:50px;line-height:50px;text-align:center;background:#ccc;border-radius:5px;background: linear-gradient(to left,#eeb80d,#ffe35b);margin-top:20px;}
.market-list-info {
    color:#3db485;
    border-radius: 5px;
    width:70px;
    height:35px;
    line-height:35px;
    text-align:center;
    display:inline-block;
    font-weight: bold;

}
