<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media (min-width: 300px) {
  html {
    font-size: 300px/375*100;
  }
}
@media (min-width: 310px) {
  html {
    font-size: 310px/375*100;
  }
}
@media (min-width: 320px) {
  html {
    font-size: 320px/375*100;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 360px/375*100;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 375px/375*100;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 384px/375*100;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 400px/375*100;
  }
}
@media (min-width: 412px) {
  html {
    font-size: 412px/375*100;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 414px/375*100;
  }
}
@media (min-width: 424px) {
  html {
    font-size: 424px/375*100;
  }
}
@media (min-width: 450px) {
  html {
    font-size: 450px/375*100;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 480px/375*100;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 540px/375*100;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 600px/375*100;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 640px/375*100;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 720px/375*100;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 750px/375*100;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 768px/375*100;
  }
}
/*css 初始化 */
html {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
  font-size: 0.12rem;
  background: #fff;
  width: 3.75rem;
  margin: 0 auto;
  padding: 0;
  margin-top: 0.6rem;
}
hr {
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
}
html,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
/*各浏览器显示不同，去掉蓝色边框*/
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul,
ol {
  list-style: none;
}
/*统一组合框的默认样式*/
select,
input,
button {
  vertical-align: middle;
  outline: none;
}
select,
input,
textarea {
  margin: 0;
  border: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
/*防止拖动 影响布局*/
textarea {
  resize: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*去掉行内替换元素空白缝隙*/
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
/*清除浮动*/
.clearfix:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  color: #666;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:hover {
  color: #417df8;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
.w {
  margin: 0 0.14rem;
}
.l {
  float: left;
}
.r {
  float: right;
}
.Theme-bgc {
  background-color: #0095ff;
}
.Theme-bgc-gray {
  background-color: #dadada;
}
.ThemeColor {
  color: #0095ff !important;
}
.ThemeColor-gray {
  color: #9197A0;
}
.tabBanner-bgc {
  background-color: #fff;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
}
header ul.tabBanner {
  height: 0.6rem;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-around;
  align-items: center;
}
header ul.tabBanner li {
  flex: 1;
  float: left;
  height: 100%;
}
header ul.tabBanner li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #dadada;
  font-size: 0.12rem;
  padding-top: 0.1rem;
}
header ul.tabBanner li a img {
  width: 0.22rem;
  height: 0.22rem;
  display: inline-block;
}
.btnC {
  width: 3.45rem;
  height: 0.5rem;
  font-size: 0.22rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  color: #ffffff;
  margin-top: 0.3rem;
}
.backIcon {
  width: 0.23rem;
  height: 0.19rem;
  background: url("/swft-v3/swft-v3-m/images/Back@3x.png") no-repeat;
  -webkit-background-size: 0.23rem 0.19rem !important;
  background-size: 0.23rem 0.19rem;
  display: block;
  margin-left: 0.3rem;
  cursor: pointer;
}
.backIcon-close {
  width: 0.3rem;
  height: 0.3rem;
  background: url("/swft-v3/swft-v3-m/images/Close_Black@3x.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block;
  margin-left: 0.3rem;
  cursor: pointer;
}
.tipIcon {
  width: 0.2rem;
  height: 0.2rem;
  background: url("/swft-v3/swft-v3-m/images/tip.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block;
  cursor: pointer;
}
.backIcon_white {
  width: 0.23rem;
  height: 0.19rem;
  background: url("/swft-v3/images/Back-white.png") no-repeat;
  -webkit-background-size: 0.23rem 0.19rem !important;
  background-size: 0.23rem 0.19rem;
  display: block;
  margin-left: 0.3rem;
  cursor: pointer;
}
.fontColor {
  color: #6b737f;
  font-weight: 700;
}
.fontColor_000 {
  color: #000;
  font-weight: 700;
}
.fs_14 {
  font-size: 0.14rem !important;
}
.fs_16 {
  font-size: 0.16rem !important;
}
.fs_18 {
  font-size: 0.18rem !important;
}
.fs_20 {
  font-size: 0.2rem !important;
}
.fs_22 {
  font-size: 0.22rem !important;
}
.fs_24 {
  font-size: 0.24rem !important;
}
.mt_10 {
  margin-top: 0.1rem !important;
}
.mtb_10 {
  margin: 0.1rem 0 !important;
}
.next {
  width: 0.23rem;
  height: 0.23rem;
  background: url("/swft-v3/images/next.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: inline-block;
  float: right;
}
.prev {
  width: 0.23rem;
  height: 0.23rem;
  background: url("/swft-v3/images/prev_black.png") no-repeat;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  display: inline-block;
  float: left;
}
.redspan {
  color: #db1b39;
}
.greenspan {
  color: #4dc139 !important;
}
input:focus {
  color: #417df8;
}
input::-webkit-input-placeholder,
input:-ms-input-placeholder {
  color: #dadada;
}
.active {
  display: block !important;
}
#cnzz_stat_icon_1271423861 {
  display: none;
}
.layui-m-layerbtn span a {
  display: block !important;
}
.empty-icon {
  width: 0.18rem;
  height: 0.18rem;
  background: url("/swft-v3/images/Clear@3x.png") no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  display: none;
}
.show_inline {
  display: inline-block !important;
}
.show_block {
  display: block !important;
}
.hide {
  display: none !important;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
}
body .textRight {
  text-align: right;
}
body .red {
  color: #C85270;
}
body .green {
  color: #009279;
}
body .trade_home {
  width: 100%;
  height: 100%;
}
body .trade_home .home_top {
  position: fixed;
  top: 0.6rem;
  width: 100%;
  height: 0.5rem;
  padding: 0 0.1rem;
  background-color: #fff;
  z-index: 99999;
}
body .trade_home .home_top .exchange_pair span {
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: #333333;
}
body .trade_home .home_top .exchange_pair span:nth-child(2) {
  font-size: 0.14rem;
  line-height: 0.5rem;
  color: #8793A9;
}
body .trade_home .home_top .exchange_pair i.triangle_i {
  width: 0.06rem;
  height: 0.07rem;
  background: url("../../../images/trade/deal_triangle.png");
  -webkit-background-size: 0.06rem 0.07rem;
  background-size: 0.06rem 0.07rem;
  display: inline-block;
  margin: 0 0.02rem;
}
body .trade_home .home_top .tip_pair {
  width: 46%;
  padding: 0.03rem 0.1rem;
  float: left;
  color: #C85270;
  height: 40px;
  background: #FFF7F9;
  border-radius: 22px;
}
body .trade_home .home_top .right_market {
  width: 0.21rem;
  height: 0.25rem;
  display: block;
  margin-top: 0.125rem;
}
body .trade_home .home_top .kline,
body .trade_home .home_top .returnDeep {
  width: 0.25rem;
  height: 0.5rem;
}
body .trade_home .home_top .kline img,
body .trade_home .home_top .returnDeep img {
  height: 0.2rem;
}
body .trade_home .home_top .kline {
  padding: 0.15rem 0 0.15rem 0;
  text-align: right;
}
body .trade_home .home_top .returnDeep {
  float: left;
  padding: 0.15rem;
  margin-right: 0.1rem;
}
body .trade_home .home_top .returnDeep img {
  padding-right: 0.1rem;
  border-right: 2px solid #009279;
}
body .trade_home .home_top .kline {
  padding: 0.1rem 0.03rem;
  float: right;
}
body .trade_home .home_middle {
  margin-top: 1.1rem;
  border-top: #D1E2FF 1px solid;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  border-bottom: solid 4px #F7F6FB;
}
body .trade_home .home_middle .midd_left {
  width: 2rem;
  height: 3rem;
  margin-left: 0.1rem;
}
body .trade_home .home_middle .midd_left .top_left {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #D2D2D2;
}
body .trade_home .home_middle .midd_left .top_left span {
  padding: 0 5px;
  font-weight: 700;
  font-size: 0.12rem;
}
body .trade_home .home_middle .midd_left .top_left .buy_color {
  font-size: 0.2rem;
  color: #009279;
  border-right: 2px solid #009279;
}
body .trade_home .home_middle .midd_left .top_left .sell_color {
  font-size: 0.2rem;
  color: #C85270;
  border-left: 2px solid #C85270;
}
body .trade_home .home_middle .midd_left .enter_price,
body .trade_home .home_middle .midd_left .enter_num {
  width: 100%;
  margin: 0.15rem 0;
}
body .trade_home .home_middle .midd_left .enter_price .input_price,
body .trade_home .home_middle .midd_left .enter_num .input_price {
  width: 100%;
  height: 0.3rem;
  border-bottom: solid 1px #8B8B8B;
}
body .trade_home .home_middle .midd_left .enter_price .input_price .price,
body .trade_home .home_middle .midd_left .enter_num .input_price .price {
  width: 1.4rem;
  line-height: 0.25rem;
  font-size: 10px;
}
body .trade_home .home_middle .midd_left .enter_price .input_price .price::placeholder,
body .trade_home .home_middle .midd_left .enter_num .input_price .price::placeholder {
  color: #D5DDEB;
}
body .trade_home .home_middle .midd_left .enter_price .input_price .plus_minus,
body .trade_home .home_middle .midd_left .enter_num .input_price .plus_minus {
  width: 0.6rem;
  height: 0.2rem;
  border-left: solid 1px #A9B3C7;
}
body .trade_home .home_middle .midd_left .enter_price .input_price .plus_minus .minus_i,
body .trade_home .home_middle .midd_left .enter_num .input_price .plus_minus .minus_i {
  width: 0.15rem;
  height: 0.1rem;
  background: url("../../../images/trade/deal_sub1.png") no-repeat;
  -webkit-background-size: 0.15rem 0.016rem;
  background-size: 0.15rem 0.016rem;
  display: inline-block;
  margin-left: 0.13rem;
  margin-top: 0.1rem;
}
body .trade_home .home_middle .midd_left .enter_price .input_price .plus_minus .plus_i,
body .trade_home .home_middle .midd_left .enter_num .input_price .plus_minus .plus_i {
  width: 0.15rem;
  height: 0.15rem;
  background: url("../../../images/trade/deal_add1.png") no-repeat;
  -webkit-background-size: 0.15rem;
  background-size: 0.15rem;
  display: inline-block;
  margin-left: 0.13rem;
  margin-top: 0.025rem;
}
body .trade_home .home_middle .midd_left .enter_price .price_cny,
body .trade_home .home_middle .midd_left .enter_num .price_cny {
  width: 100%;
  height: 0.2rem;
  color: #A9B3C7;
  font-size: 0.12rem;
  line-height: 0.2rem;
}
body .trade_home .home_middle .midd_left .enter_num .input_price .plus_minus {
  border: none;
  text-align: center;
}
body .trade_home .home_middle .midd_left .enter_num .input_price .plus_minus .coin {
  color: #808080;
  line-height: 0.25rem;
  font-size: 0.16rem;
}
body .trade_home .home_middle .midd_left .trade_amount {
  color: #7D899F;
  line-height: 0.3rem;
  font-size: 0.1rem;
}
body .trade_home .home_middle .midd_left .btn_trade {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #FFFFFF;
}
body .trade_home .home_middle .midd_left .btn_trade.bg_green {
  background-color: #009279;
}
body .trade_home .home_middle .midd_left .btn_trade.bg_red {
  background-color: #C95572;
}
body .trade_home .home_middle .midd_right {
  width: 1.5rem;
  height: auto;
  margin-left: 0.1rem;
}
body .trade_home .home_middle .midd_right .top_tab {
  width: 100%;
  height: 0.4rem;
  color: #8793A9;
}
body .trade_home .home_middle .midd_right .top_tab p {
  width: 50%;
  line-height: 0.4rem;
  font-size: 0.14rem;
  text-align: left;
}
body .trade_home .home_middle .midd_right .top_tab p:nth-child(2) {
  text-align: right;
}
body .trade_home .home_middle .midd_right .sell_div {
  width: 100%;
  height: 1.6rem;
  overflow: hidden;
}
body .trade_home .home_middle .midd_right .sell_div .sell_line {
  line-height: 0.2rem;
  font-size: 0.12rem;
}
body .trade_home .home_middle .midd_right .sell_div .sell_line p {
  width: 50%;
}
body .trade_home .home_middle .midd_right .sell_div .sell_line p.buy_sell_price {
  text-align: left;
  color: #C85270;
}
body .trade_home .home_middle .midd_right .sell_div .sell_line p.buy_sell_num {
  color: #A9B3C7;
  text-align: right;
}
body .trade_home .home_middle .midd_right .checked_price {
  width: 100%;
  height: 0.6rem;
  padding: 0.1rem 0;
}
body .trade_home .home_middle .midd_right .checked_price .checked_p {
  width: 100%;
  font-size: 0.18rem;
  line-height: 0.2rem;
}
body .trade_home .home_middle .midd_right .checked_price .cny_p {
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #A9B3C7;
}
body .trade_home .home_middle .midd_right .buy_div {
  width: 100%;
  height: 1.6rem;
  overflow: hidden;
}
body .trade_home .home_middle .midd_right .buy_div .sell_line {
  line-height: 0.2rem;
  font-size: 0.12rem;
}
body .trade_home .home_middle .midd_right .buy_div .sell_line p {
  width: 50%;
}
body .trade_home .home_middle .midd_right .buy_div .sell_line p.buy_sell_price {
  text-align: left;
  color: #009279;
}
body .trade_home .home_middle .midd_right .buy_div .sell_line p.buy_sell_num {
  text-align: right;
  color: #A9B3C7;
}
body .trade_home .home_middle .midd_right .deep_select {
  margin: 0.1rem 0;
  position: relative;
}
body .trade_home .home_middle .midd_right .deep_select .default_deep {
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  border: solid 1px #DBE4EB;
}
body .trade_home .home_middle .midd_right .deep_select .default_deep .deep_down {
  width: 0.16rem;
  height: 0.1rem;
  background: url("../../../images/trade/deal_depth_icon.png") no-repeat;
  -webkit-background-size: 0.16rem 0.1rem;
  background-size: 0.16rem 0.1rem;
  display: inline-block;
  margin: 0.1rem 0.07rem;
}
body .trade_home .home_middle .midd_right .deep_select .deep_list {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
}
body .trade_home .home_middle .midd_right .deep_select .deep_list li {
  line-height: 0.3rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.16rem;
}
body .trade_home .home_bottom .bottom_title {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  border-bottom: solid 1px #D1E2FF;
  padding: 0 0.15rem;
}
body .trade_home .home_bottom .bottom_title span {
  font-size: 0.14rem;
  color: #333333;
}
body .trade_home .home_bottom .bottom_title span:nth-child(2) {
  font-size: 0.14rem;
  color: #8793A9;
}
body .trade_home .home_bottom .order_list {
  width: 100%;
  height: auto;
}
body .trade_home .home_bottom .order_list .order_detail {
  width: 100%;
  height: 0.9rem;
  border-bottom: solid 1px #D1E2FF;
  padding: 0 0.15rem;
}
body .trade_home .home_bottom .order_list .order_detail .detail_top {
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0.1rem 0;
}
body .trade_home .home_bottom .order_list .order_detail .detail_top p {
  text-align: center;
  line-height: 0.2rem;
}
body .trade_home .home_bottom .order_list .order_detail .detail_top .order_type {
  width: 0.28rem;
  height: 0.2rem;
  font-size: 0.12rem;
  border-radius: 2px;
}
body .trade_home .home_bottom .order_list .order_detail .detail_top .order_type.sell_type {
  border: solid 1px #C85270;
  color: #C85270;
}
body .trade_home .home_bottom .order_list .order_detail .detail_top .order_type.buy_type {
  border: solid 1px #00A46B;
  color: #00A46B;
}
body .trade_home .home_bottom .order_list .order_detail .detail_top .order_coin {
  font-size: 0.16rem;
  color: #21232B;
  margin: 0 0.1rem;
}
body .trade_home .home_bottom .order_list .order_detail .detail_top .order_time {
  font-size: 0.12rem;
  color: #8894AA;
}
body .trade_home .home_bottom .order_list .order_detail .detail_top .order_cancel {
  font-size: 0.12rem;
  color: #6682B5;
  border: solid 1px #6682B5;
  padding: 0 0.2rem;
  border-radius: 5px;
}
body .trade_home .home_bottom .order_list .order_detail .detail_bottom {
  width: 100%;
  height: 0.5rem;
  line-height: 0.25rem;
}
body .trade_home .home_bottom .order_list .order_detail .detail_bottom .detail_bottom_title {
  width: 100%;
}
body .trade_home .home_bottom .order_list .order_detail .detail_bottom .detail_bottom_title p {
  width: 33.333%;
  color: #8894AA;
}
body .trade_home .home_bottom .order_list .order_detail .detail_bottom .detail_bottom_num {
  width: 100%;
}
body .trade_home .home_bottom .order_list .order_detail .detail_bottom .detail_bottom_num p {
  font-size: 0.12rem;
  width: 33.333%;
  overflow: hidden;
  color: #21232B;
}
body .kline-show {
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
  padding-bottom: 0.6rem;
}
body .kline-show .left {
  text-align: left !important;
}
body .kline-show .right {
  text-align: right !important;
}
body .kline-show .tv-data {
  width: 100%;
  height: auto;
  padding: 0.1rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body .kline-show .tv-data .tv-left {
  flex: 3;
  height: auto;
}
body .kline-show .tv-data .tv-left .tv-price {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 26px;
}
body .kline-show .tv-data .tv-left .tv-price-CNY {
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 14px;
}
body .kline-show .tv-data .tv-right {
  flex: 1;
  height: auto;
}
body .kline-show .tv-data .tv-right div {
  height: 0.2rem;
  line-height: 0.2rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body .kline-show .tv-data .tv-right div span {
  flex: 1;
}
body .kline-show .tv-data .tv-right div span.title {
  color: #999;
  text-align: left;
}
body .kline-show .tv-data .tv-right div span.num {
  text-align: right;
}
body .kline-show .tv-btn {
  width: 100%;
  height: 0.3rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
body .kline-show .tv-btn .active {
  color: #0075FF;
}
body .kline-show .tv-btn .cont {
  position: absolute;
  top: 0.3rem;
  height: 0.8rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 5px 5px #eee;
}
body .kline-show .tv-btn .cont div {
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: left;
}
body .kline-show .tv-btn .cont div span {
  display: inline-block !important;
  text-align: left;
  padding: 0 0.1rem;
}
body .kline-show .tv-btn .cont div span.title {
  width: 0.5rem;
  text-align: center;
  border-right: 1px solid #333;
}
body .kline-show .tv-btn div {
  flex: 1;
  text-align: center;
  height: 100%;
  line-height: 0.3rem;
}
body .kline-show .tv-btn div.more {
  border-right: 1px solid #999;
  line-height: 0.15rem;
  margin-top: 0.075rem;
  height: 0.15rem;
}
body .kline-show .tv-btn div.set {
  padding: 0.075rem;
}
body .kline-show .tv-btn div.set .img {
  width: 0.15rem;
  margin: 0 auto;
  background: url(../../images/trade/set.png) no-repeat;
  background-size: contain;
}
body .kline-show .tv {
  width: 100%;
  height: 3rem;
}
body .kline-show .tv iframe {
  width: 100%;
  height: 3rem !important;
}
body .kline-show .cont::-webkit-scrollbar {
  width: 4px;
}
body .kline-show .cont::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
body .kline-show .cont::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
body .kline-show ul {
  width: 100%;
  height: 0.6rem;
  line-height: 0.4rem;
  padding-top: 0.2rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body .kline-show ul li {
  flex: 1;
  height: 0.4rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #666;
  text-align: center;
}
body .kline-show ul .active {
  color: #0075FF;
  border-bottom: 1px solid #0075FF;
}
body .kline-show .deep {
  width: 100%;
  height: auto;
}
body .kline-show .deep .deep-data {
  width: 100%;
  height: auto;
}
body .kline-show .deep .deep-data .cont-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body .kline-show .deep .deep-data .cont-title span {
  font-size: 0.1rem;
  flex: 1;
  height: auto;
  color: #999;
  font-weight: bold;
  line-height: 0.2rem;
  text-align: center;
}
body .kline-show .deep .deep-data .cont-title .price {
  flex: 2;
}
body .kline-show .deep .deep-data .cont {
  width: 100%;
  height: 3rem;
  overflow-y: scroll;
}
body .kline-show .deep .deep-data .cont table {
  width: 100%;
  height: auto;
}
body .kline-show .deep .deep-data .cont table tr {
  width: 100%;
  height: 0.2rem;
  line-height: 0.2rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body .kline-show .deep .deep-data .cont table tr td {
  flex: 1;
  text-align: center;
  font-size: 0.1rem;
}
body .kline-show .deep .deep-data .cont table tr td.red {
  text-align: right;
  padding-right: 0.05rem;
}
body .kline-show .deep .deep-data .cont table tr td.green {
  text-align: left;
  padding-left: 0.05rem;
}
body .kline-show .trade-data {
  width: 100%;
  height: auto;
}
body .kline-show .trade-data .num {
  text-align: right !important;
}
body .kline-show .trade-data .cont-title {
  width: 100%;
  height: 0.6rem;
  padding: 0.2rem 0.2rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body .kline-show .trade-data .cont-title span {
  flex: 1;
  color: #999;
  font-weight: bold;
  height: 0.4rem;
  text-align: center;
}
body .kline-show .trade-data .cont-title span.price,
body .kline-show .trade-data .cont-title span.num {
  line-height: 0.2rem;
}
body .kline-show .trade-data .cont {
  width: 100%;
  height: auto;
  padding: 0 0.15rem;
}
body .kline-show .trade-data .cont table {
  width: 100%;
  height: auto;
}
body .kline-show .trade-data .cont table tr {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body .kline-show .trade-data .cont table tr td {
  flex: 1;
  text-align: center;
  font-size: 0.1rem;
  height: 0.2rem;
}
body .kline-show .trade-data .cont table tr:first-child {
  height: 0.3rem;
  line-height: 0.3rem;
}
body .kline-show .introduce {
  display: none;
  width: 100%;
  height: auto;
  padding: 0 0.3rem;
  background-color: #fff;
  overflow-y: scroll;
}
body .kline-show .introduce .detailTitle {
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: left;
  font-size: 0.16rem;
  font-weight: bold;
}
body .kline-show .introduce .p {
  width: 100%;
  height: auto;
  line-height: 0.25rem;
  font-size: 0.14rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body .kline-show .introduce .p.white-paper div:last-child {
  width: 70%;
  word-break: break-all;
  text-align: right;
}
body .kline-show .introduce .p div:first-child {
  color: #666;
  line-height: auto;
}
body .kline-show .introduce .p div {
  color: #000;
  width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body .kline-show .introduce p {
  height: auto;
  line-height: 0.2rem;
  font-size: 0.12rem;
}
body .bind_modal {
  position: relative;
  z-index: 1989199014;
}
body .bind_modal .bind_modal_inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}
body .bind_modal .bind_modal_inner_cont {
  display: table;
  font-family: Helvetica, arial, sans-serif;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .bind_modal .bind_modal_inner_cont .inner_div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  border-radius: 40px;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg {
  width: 3.24rem;
  height: 100%;
  background-color: #fff;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner {
  width: 100%;
  height: 100%;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_title {
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.01rem;
  border-bottom: solid 1px #EBF1F6;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_title p {
  color: #8894AA;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_title p:nth-child(1) {
  width: 0.75rem;
  text-align: center;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_title p:nth-child(2) {
  width: 1.4rem;
  text-align: left;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_title p:nth-child(3) {
  width: 0.95rem;
  text-align: right;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab {
  width: 100%;
  height: 100%;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .left_tab {
  width: 0.75rem;
  height: 100%;
  background-color: #EBF1F6;
  padding-top: 0.26rem;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .left_tab p {
  width: 0.68rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.14rem;
  color: #8793A9;
  margin: 0.2rem 0.03rem;
  text-align: center;
  border-radius: 0.2rem;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .left_tab p.active {
  background-color: #0078FF;
  color: #fff;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab {
  width: 2.47rem;
  height: 100%;
  background-color: #fff;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .usdt_part,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .eth_part,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .btc_part {
  width: 2.47rem;
  height: 6.7rem;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 0.3rem;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .usdt_part .tab_detail,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .eth_part .tab_detail,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .btc_part .tab_detail {
  width: 2.47rem;
  line-height: 0.48rem;
  padding-right: 0.05rem;
  padding-left: 0.03rem;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .usdt_part .tab_detail.active_tab,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .eth_part .tab_detail.active_tab,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .btc_part .tab_detail.active_tab {
  border-left: 2px solid #0078FF;
  background-color: #EBF1F6;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .usdt_part .tab_detail .tab_pair,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .eth_part .tab_detail .tab_pair,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .btc_part .tab_detail .tab_pair {
  width: 1.38rem;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .usdt_part .tab_detail .tab_pair img,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .eth_part .tab_detail .tab_pair img,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .btc_part .tab_detail .tab_pair img {
  width: 0.2rem;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .usdt_part .tab_detail .tab_pair span,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .eth_part .tab_detail .tab_pair span,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .btc_part .tab_detail .tab_pair span {
  font-size: 0.14rem;
  color: #333333;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .usdt_part .tab_detail .tab_pair span:nth-child(3),
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .eth_part .tab_detail .tab_pair span:nth-child(3),
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .btc_part .tab_detail .tab_pair span:nth-child(3) {
  font-size: 0.12rem;
  color: #8793A9;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .usdt_part .tab_detail .tab_price,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .eth_part .tab_detail .tab_price,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .btc_part .tab_detail .tab_price {
  width: 0.95rem;
  text-align: right;
  font-size: 12px;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .usdt_part .ComingSoon,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .eth_part .ComingSoon,
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_bg .div_inner .inner_tab .right_tab .btc_part .ComingSoon {
  margin: 2rem auto;
  font-size: 0.16rem;
  color: #999;
  text-align: center;
  width: auto;
  height: 0.24rem;
}
body .bind_modal .bind_modal_inner_cont .inner_div .inner_child .inner_toggle {
  width: 0.5rem;
  height: 100%;
}
body .trade_orders {
  width: 100%;
  height: 100%;
}
body .trade_orders .top {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  border-bottom: solid 1px #D1E2FF;
}
body .trade_orders .top span {
  width: 2.75rem;
  display: block;
  font-size: 0.18rem;
  font-weight: 900;
  text-align: center;
}
body .trade_orders .top i.backIcon {
  display: block;
  margin-left: 0.1rem;
  margin-right: 0.17rem;
  margin-top: 0.2rem;
}
body .trade_orders .trade_orders_cont {
  width: 100%;
  height: auto;
  padding-top: 0.6rem;
}
body .trade_orders .trade_orders_cont .tabDiv {
  width: 100%;
  height: 0.5rem;
  line-height: 0.45rem;
}
body .trade_orders .trade_orders_cont .tabDiv .tab_buy,
body .trade_orders .trade_orders_cont .tabDiv .tab_sell {
  width: 50%;
  font-size: 0.2rem;
  color: #A3ACBD;
  text-align: center;
  border-bottom: none;
}
body .trade_orders .trade_orders_cont .tabDiv .tab_buy.tab_active,
body .trade_orders .trade_orders_cont .tabDiv .tab_sell.tab_active {
  color: #0075FF;
  border-bottom: solid 1px #0075FF;
}
body .trade_orders .trade_orders_cont .tabCont {
  width: 100%;
  height: auto;
}
body .trade_orders .trade_orders_cont .tabCont .cont_title {
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 2%;
}
body .trade_orders .trade_orders_cont .tabCont .cont_title p {
  width: 24%;
  height: 0.3rem;
  color: #8793A9;
  text-align: center;
}
body .trade_orders .trade_orders_cont .tabCont .cont_orders {
  width: 100%;
  height: auto;
}
body .trade_orders .trade_orders_cont .tabCont .cont_orders .buy_orders,
body .trade_orders .trade_orders_cont .tabCont .cont_orders .sell_orders {
  width: 100%;
  height: 5rem;
  overflow: hidden;
  overflow-y: auto;
}
body .trade_orders .trade_orders_cont .tabCont .cont_orders .buy_orders .order_line,
body .trade_orders .trade_orders_cont .tabCont .cont_orders .sell_orders .order_line {
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 2%;
}
body .trade_orders .trade_orders_cont .tabCont .cont_orders .buy_orders .order_line p,
body .trade_orders .trade_orders_cont .tabCont .cont_orders .sell_orders .order_line p {
  width: 24%;
  font-size: 0.1rem;
  color: #8793A9;
  text-align: center;
}
body .trade_orders .trade_orders_cont .tabCont .cont_orders .buy_orders .order_line p.type_buy,
body .trade_orders .trade_orders_cont .tabCont .cont_orders .sell_orders .order_line p.type_buy {
  color: #009279;
}
body .trade_orders .trade_orders_cont .tabCont .cont_orders .buy_orders .order_line p.type_sell,
body .trade_orders .trade_orders_cont .tabCont .cont_orders .sell_orders .order_line p.type_sell {
  color: #C85270;
}
body .history_orders {
  width: 100%;
  height: 100%;
}
body .history_orders .top {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  border-bottom: solid 1px #D1E2FF;
}
body .history_orders .top span {
  width: 2.75rem;
  display: block;
  font-size: 0.18rem;
  font-weight: 900;
  text-align: center;
}
body .history_orders .top i.backIcon {
  display: block;
  margin-left: 0.1rem;
  margin-right: 0.17rem;
  margin-top: 0.2rem;
}
body .history_orders .history_orders_cont {
  width: 100%;
  height: 6rem;
  padding-top: 0.6rem;
  overflow: hidden;
  overflow-y: auto;
}
body .history_orders .history_orders_cont .order_detail {
  width: 100%;
  height: 1.4rem;
  border-bottom: solid 1px #D1E2FF;
  padding: 0 0.15rem;
}
body .history_orders .history_orders_cont .order_detail .detail_top {
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0.1rem 0;
}
body .history_orders .history_orders_cont .order_detail .detail_top p {
  text-align: center;
  line-height: 0.2rem;
}
body .history_orders .history_orders_cont .order_detail .detail_top .order_type {
  width: 0.28rem;
  height: 0.2rem;
  font-size: 0.14rem;
  border-radius: 2px;
}
body .history_orders .history_orders_cont .order_detail .detail_top .order_type.sell_type {
  border: solid 1px #C85270;
  color: #C85270;
}
body .history_orders .history_orders_cont .order_detail .detail_top .order_type.buy_type {
  border: solid 1px #00A46B;
  color: #00A46B;
}
body .history_orders .history_orders_cont .order_detail .detail_top .order_coin {
  font-size: 0.16rem;
  color: #21232B;
  margin: 0 0.1rem;
}
body .history_orders .history_orders_cont .order_detail .detail_top .order_time {
  font-size: 0.12rem;
  color: #8894AA;
}
body .history_orders .history_orders_cont .order_detail .detail_top .order_cancel {
  font-size: 0.12rem;
  color: #8894AA;
  padding: 0 0.2rem;
  border-radius: 5px;
}
body .history_orders .history_orders_cont .order_detail .detail_top .order_success {
  font-size: 0.12rem;
  color: #0095ff;
  padding: 0 0.2rem;
}
body .history_orders .history_orders_cont .order_detail .detail_bottom {
  width: 100%;
  height: 0.5rem;
  line-height: 0.25rem;
}
body .history_orders .history_orders_cont .order_detail .detail_bottom .detail_bottom_title {
  width: 100%;
}
body .history_orders .history_orders_cont .order_detail .detail_bottom .detail_bottom_title p {
  width: 33.333%;
  height: 0.25rem;
  color: #8894AA;
}
body .history_orders .history_orders_cont .order_detail .detail_bottom .detail_bottom_num {
  width: 100%;
}
body .history_orders .history_orders_cont .order_detail .detail_bottom .detail_bottom_num p {
  font-size: 0.1rem;
  width: 33.333%;
  height: 0.25rem;
  overflow: hidden;
  color: #21232B;
}
body .order_detail .top {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  border-bottom: solid 1px #D1E2FF;
}
body .order_detail .top span {
  width: 2.75rem;
  display: block;
  font-size: 0.18rem;
  font-weight: 900;
  text-align: center;
}
body .order_detail .top i.backIcon {
  display: block;
  margin-left: 0.1rem;
  margin-right: 0.17rem;
  margin-top: 0.2rem;
}
body .order_detail .order_detail_cont {
  width: 100%;
  height: auto;
  padding-top: 0.6rem;
}
body .order_detail .order_detail_cont .order_detail {
  width: 100%;
  height: 1.4rem;
  padding: 0 0.15rem;
}
body .order_detail .order_detail_cont .order_detail .detail_top {
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0.1rem 0;
}
body .order_detail .order_detail_cont .order_detail .detail_top p {
  text-align: center;
  line-height: 0.2rem;
}
body .order_detail .order_detail_cont .order_detail .detail_top .order_type {
  width: 0.28rem;
  height: 0.2rem;
  font-size: 0.14rem;
  border-radius: 2px;
}
body .order_detail .order_detail_cont .order_detail .detail_top .order_type.sell_type {
  border: solid 1px #C85270;
  color: #C85270;
}
body .order_detail .order_detail_cont .order_detail .detail_top .order_type.buy_type {
  border: solid 1px #00A46B;
  color: #00A46B;
}
body .order_detail .order_detail_cont .order_detail .detail_top .order_coin {
  font-size: 0.16rem;
  color: #21232B;
  margin: 0 0.1rem;
}
body .order_detail .order_detail_cont .order_detail .detail_top .order_time {
  font-size: 0.12rem;
  color: #8894AA;
}
body .order_detail .order_detail_cont .order_detail .detail_top .order_cancel {
  font-size: 0.12rem;
  color: #8894AA;
  padding: 0 0.2rem;
  border-radius: 5px;
}
body .order_detail .order_detail_cont .order_detail .detail_top .order_success {
  font-size: 0.12rem;
  color: #0095ff;
  padding: 0 0.2rem;
}
body .order_detail .order_detail_cont .order_detail .detail_bottom {
  width: 100%;
  height: 0.5rem;
  line-height: 0.25rem;
}
body .order_detail .order_detail_cont .order_detail .detail_bottom .detail_bottom_title {
  width: 100%;
}
body .order_detail .order_detail_cont .order_detail .detail_bottom .detail_bottom_title p {
  width: 33.333%;
  height: 0.25rem;
  color: #8894AA;
}
body .order_detail .order_detail_cont .order_detail .detail_bottom .detail_bottom_num {
  width: 100%;
}
body .order_detail .order_detail_cont .order_detail .detail_bottom .detail_bottom_num p {
  font-size: 0.1rem;
  width: 33.333%;
  height: 0.25rem;
  overflow: hidden;
  color: #21232B;
}
body .order_detail .order_detail_cont .detail_more {
  width: 100%;
  height: 100%;
  border-top: solid 4px #faf3f7;
  padding: 0 0.15rem;
}
body .order_detail .order_detail_cont .detail_more p.moreP {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
}
body .order_detail .order_detail_cont .detail_more p.moreP span {
  color: #21232B;
}
body .order_detail .order_detail_cont .detail_more p.moreP span:first-child {
  color: #8894AA;
}
.footer {
  width: 100%;
  padding: 0.1rem;
  height: auto;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer div {
  width: 1.5rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 3px;
  font-size: 0.16rem;
  margin: 0 auto;
  color: #fff;
}
.footer div.buy {
  background-color: #009279;
}
.footer div.sell {
  background-color: #C85270;
}
.irs--flat .irs-grid-text {
  display: none;
}
.irs-grid-pol .small {
  height: 0;
  display: none;
}
.irs--flat .irs-grid-pol {
  background-color: transparent;
  top: -18px;
  z-index: 1;
  border: 2px solid #fff;
}
.irs--flat .irs-bar,
.irs--flat .irs-handle &gt; i:first-child,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: #009279;
}
.irs-grid-pol.small {
  display: none;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}
.irs--flat .irs-handle &gt; i:first-child {
  width: 16px;
  height: 100%;
  /*border: 2px solid #fff;*/
  left: 8%;
  background: url("../../../images/trade/thumb_icon.png") no-repeat;
  -webkit-background-size: 16px 100% !important;
  background-size: 16px 100% !important;
}
.irs--flat .irs-handle {
  top: 18px;
  width: 16px;
  height: 28px;
  background-color: transparent;
}
.irs--flat .irs-handle.state_hover &gt; i:first-child,
.irs--flat .irs-handle:hover &gt; i:first-child {
  background-color: transparent;
}
.irs-with-grid .irs-grid {
  left: 1.9% !important;
}
.irs-grid-pol {
  width: 6px;
  height: 20px;
}
.irs-from,
.irs-to,
.irs-single {
  top: -4px;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  background-color: #fff;
  top: 45px;
}
@media (max-width: 320px) {
  .highcharts-container {
    width: 150px;
    height: 130px;
  }
  .highcharts-root {
    width: 150px;
    height: 130px;
  }
}
#library-container {
  border: none !important;
}
.chart-page .chart-container {
  border: none !important;
}
</pre></body></html>