*{
    box-sizing: border-box;
}

body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f1f3f4;
    font-family: PingFangSC-Medium, sans-serif;
    margin: 0;
}

p{
    font-family: PingFangSC-Medium, sans-serif;
    margin:0;
}

body, html {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
}

img {
    vertical-align: middle;
}

#myCarousel{
    margin-top: 50px;
}

.wrapper{
    width: 95%; 
    background-color: white; 
    height: 86vh; 
    border-radius: 5px;
    overflow: auto;
    padding-bottom: 20px;
}

.navbar-header{
    position: fixed;
    z-index: 999;
    height: 50px;
    background-color: white;
    display: inline-flex;
    width: 100%;
}

.navbar-container-title{
}

.navbar-header-logo{
    float: left;
    height: 50px;
}

.navbar-header-right{
    float: right;
}

.navbar-header-logo img {
    height: 100%;
    padding: 7px 10px;
}


.navbar-header-right img{
    height: 45px;
    padding: 10px;

}

.navbar-header-invite{
    display: flex; 
    justify-content: 
    space-between; 
    align-items: center;
    float: right;
}

.navbar-header-invite img{
    height: 45px;
    width: 45px;
    padding: 10px;
    position: absolute;
    right: 0;
}

/* Notice */
.notice-box{
    height: 20px;
    margin: 0 auto;
    width: 100%;
    color: white;
}


.swiper-item-btn {
    width: 9px;
    height: 13px;
    float: right;
}

.swiper-item-btn img{
    height: 15px;
}


.notice-wrap {
    background-color: #0D1923;
    padding: 0 14px
}

.notice-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 33px;
    padding: 0 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.notice-box .notice-icon {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 7px 0 0
}

.notice-icon>img，{
    width: 100%;
    height: 100%;
    margin-top: -7px;
}

.notice-box .notice-swiper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    line-height: 33px;
    color: #000057;
    font-size: 12px;
}

.uni-swiper-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.uni-swiper-slides {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.uni-swiper-slide-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
}

.shortcut-menu{
    width: 100%;
    background-color: #fff;
/*    margin-top: 4px;
    margin-bottom: 36px;*/
    margin-left: 0;
    margin-right: 0;
    padding: 15px 25px;
    height: 100px;
}

.shortcut-menu .shortcut-menu-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shortcut-menu .shortcut-menu-box .shortcut-menu-list{
    height:52px;
    text-align: center
}

.shortcut-menu .shortcut-menu-box .shortcut-menu-list .shortcut-menu-bgimg {
    width: 52px;
    height: 52px;
    border-radius: 30px !important; 
    -webkit-box-shadow: -3px 3px 14px 0px rgba(229, 94, 2, .44);
    box-shadow: -3px 3px 14px 0px rgba(229, 94, 2, .44);
}

.shortcut-menu .shortcut-menu-box .shortcut-menu-list .bgimg-blue{
    -webkit-box-shadow: -3px 3px 14px 0 rgba(0, 120, 255, .44);
    box-shadow: -3px 3px 14px 0 rgba(0, 120, 255, .44);
}

.shortcut-menu .shortcut-menu-box .shortcut-menu-list .bgimg-green {
    -webkit-box-shadow: -3px 3px 14px 0px rgba(8, 179, 144, .44);
    box-shadow: -3px 3px 14px 0px rgba(8, 179, 144, .44);
}

.shortcut-menu .shortcut-menu-box .shortcut-menu-list .bgimg-purple {
    -webkit-box-shadow: -3px 3px 14px 0px rgba(146, 95, 210, .44);
    box-shadow: -3px 3px 14px 0px rgba(146, 95, 210, .44);
}

.shortcut-menu .shortcut-menu-box .shortcut-menu-list .shortcut-menu-btn {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 9;
    margin-left: 12px;
    margin-top: 34px;
}

.shortcut-menu .shortcut-menu-box .shortcut-menu-list .shortcut-menu-text {
    z-index: 9;
    font-family: PingFangSC-Regular;
    font-size: 11px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #425270;
    margin-top: 5px;
}

.shortcut-menu-list img{
    width: 52px;
}

.shortcut-menu-bgimg{
    margin:auto;
}

.table-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 32px;
    background-color: #fff;
    color: #000057;
    font-size: 13px;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    font-family: PingFangSC-Medium, sans-serif;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0
}

.table-head .table-th:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}

.table-head .table-th:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px
}

.table-head .table-th:nth-child(2) .table-sort-icon {
    display: block;
    width: 10px;
    margin-left: 1px
}

.table-head .table-th:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px
}

.table-head .table-th:nth-child(3) .table-sort-icon {
    display: block;
    width: 10px;
    margin-left: 1px
}

.table-tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fff;
    height: 67px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    border-top: 1px solid #ddd;

}

/*.table-tr .table-td {
    border-bottom: solid 1px #f1f3f4
}*/

.table-tr .table-td:first-child {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.table-tr .table-td:first-child .table-coin-name {
    color: #333;
    font-weight: 700;
    font-family: PingFang-SC-Bold;
    font-size: 14px
}

.table-tr .table-td:first-child .table-coin-quantity {
    font-family: PingFangSC-Medium, sans-serif;
    font-size: 11px;
    color: #425270
}

.table-tr .table-td:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    text-align: left;
}

.table-price-dollar {
    font-size: 13px
}

.table-price-dollar.up {
    color: #4ac465;
    font-weight: 700
}

.up {
    color: #4ac465;
    font-weight: 700
}

.table-price-dollar.down {
    color: #e64848;
    font-weight: 700
}

.down {
    color: #e64848;
    font-weight: 700
}

.table-price-rmb {
    font-size: 11px;
    color: #425270
}

.table-tr .table-td:nth-child(2) .table-price-dollar {
    font-size: 13px
}

.table-tr .table-td:nth-child(2) .table-price-dollar.up {
    color: #4ac465;
    font-weight: 700
}

.table-tr .table-td:nth-child(2) .table-price-dollar.down {
    color: #e64848;
    font-weight: 700
}

.table-tr .table-td:nth-child(2) .table-price-rmb {
    font-size: 11px;
    color: #425270
}

.table-tr .table-td:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%
}

.table-tr .table-td:nth-child(3) .table-range {
    font-size: 13px;
    color: #2d862d;
    width: 62px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*background: linear-gradient(180deg, #09da53, #138617);*/
    background:#dff0d8;
}

.table-tr .table-td:nth-child(3) .table-range-2 {
    font-size: 13px;
    color: #fff;
    width: 62px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(180deg, #ff0101, #b41616)
}

.rebate-tab-contant {
    min-height: 368px
}

.table-head-rank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 32px;
    background-color: #fff;
    color: #94abc0;
    font-size: 13px;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    font-family: PingFangSC-Medium, sans-serif;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0
}

.table-head-rank .table-th:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px
}

.table-head-rank .table-th:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px
}

.table-head-rank .table-th:nth-child(2) .table-sort-icon {
    display: block;
    width: 10px;
    margin-left: 1px
}

.table-head-rank .table-th:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px
}

.table-head-rank .table-th:nth-child(3) .table-sort-icon {
    display: block;
    width: 10px;
    margin-left: 1px
}

.table-tr-rank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fff;
    height: 67px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    border-top: 1px solid #ddd;

}

.table-tr-rank .table-td {
    border-bottom: solid 1px #f1f3f4
}

.table-tr-rank .table-td:first-child {
    width: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.table-tr-rank .table-td:first-child .ranking {
    font-family: PingFangSC-Medium, sans-serif;
    font-size: 13px;
    color: #333;
    margin-left: 9px
}

.table-tr-rank .table-td:first-child .ranking-bgimg {
    width: 35px;
    height: 35px
}

.table-tr-rank .table-td:first-child .ranking-bgimg .ranking-medal {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-left: -4px
}

.table-tr-rank .table-td:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    font-family: PingFangSC-Medium, sans-serif;
    font-size: 13px;
    color: #333
}

.table-tr-rank .table-td:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 35%
}

.table-tr-rank .table-td:nth-child(3) .table-range {
    width: 62px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: PingFangSC-Medium, sans-serif;
    font-size: 13px;
    color: #425270;
}

.table-range{
    width: 15px;
    height: 6px;
    background: linear-gradient(180deg, #09da53, #138617);
}

.table-range-2{
    width: 65px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: PingFangSC-Medium, sans-serif;
    font-size: 13px;
    color: #425270;
}

.table-range-box{
    display: grid;
    align-items: center;
    justify-content: flex-end;
    right: 0;
}

nav {
    display: block
}

nav,
nav .nav {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 998;
    height: 7vh;
}

nav .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

nav .nav~.uni-placeholder {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom)
}

nav .nav * {
    box-sizing: border-box
}

nav .nav__item {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 0;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/* Bottom Navbar*/

nav .nav__bd,
nav .nav__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

nav .nav__item a{
    padding: 0;
}

nav .nav__bd {
    position: relative;
    height: 50px;
    -webkit-flex-direction: column;
    flex-direction: column
}

nav .nav__icon {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    width: 27px;
    height: 27px
}

nav .nav__icon.nav__icon__diff {
    margin-top: 0;
    width: 34px;
    height: 34px
}

nav .nav__icon img {
    width: 100%;
    height: 100%
}

nav .nav__label {
    position: relative;
    text-align: center;
    font-size: 10px;
    line-height: 1.8
}

nav .nav-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

nav .nav__reddot {
    position: absolute;
    top: 6px;
    left: 16px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f43530;
    color: #fff
}

nav .nav__badge {
    top: 4px;
    border-radius: 18px;
    min-width: 8px;
    width: auto;
    height: auto;
    padding: .15em .5em;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap
}


.shadow {
    -webkit-box-shadow: 0 0 12px 0px rgba(93, 143, 233, .29);
    box-shadow: 0 0 12px 0px rgba(93, 143, 233, .29);
    background: #fff;
    border-radius: 3px;
    margin: 7px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.modal-header, h4, .close {
    background-color: #000057;
    color:white !important;
    text-align: center;
    font-size: 30px;
  }

.modal-footer {
    background-color: #f9f9f9;
  }

.shortcut-box{
    height: 40px;
    position: fixed;
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.shortcut-header{
    height: 50px;
    padding: 
}

.shortcut-title{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  /*background-color: #000057;*/
  color: white;
}

.top-navbar {
    overflow: hidden;
    background-color: #0D1923;
    text-align: center;
    font-family: PingFangSC-Medium, sans-serif;
/*    height: 6vh;
*/}

.top-navbar a {
    float: left;
    font-size: 13px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.top-dropdown {
  overflow: hidden;
}

.top-dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  height: 50px;
}

.top-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
}

.top-dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.top-dropdown-content a:hover {
  background-color: #ddd;
}

.top-dropdown:hover .top-dropdown-content {
  display: block;
}

.drop-icon{
    width: 17px; 
    position: absolute; 
    top: 15px; 
    right: 10px;
}

.tab-box{
    width: 50%;
    text-align: center;
}


.tab-header{
    background-color: white;
    height: 45px;
    padding: 0 14px;
    color: black;
    text-align: left;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
}

.tab-1{
    align-items: center;
    display: flex;
}

.tab-1 img{
    width: 25px;
}

.row-box{
    width: 100%;
    display: flex;
    padding: 5px 14px;
    background-color: white;
    color: #888;
}
.col-5{
    width: 50vw;
}

.col-4{
    width: 40vw;
}

.content-box {
    min-height: 20px;
    padding: 5px;
    background-color: white;
    color: black;
    border: 1px solid #b2c7ec;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 15px;
}

.contract-head{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contract-head .contract-head-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #333;
}

.trade-wrapper{
    width: 48%;
    padding: 5px 10px;
    line-height: 20px;
    border: 1px solid #b2c7ec;
    border-radius: 5px;
    margin-bottom: 10px;
}


.table-trade-name{
    width: 75vw;
    text-align: left;
}

.table-trade-price{
    width: 25vw;
    text-align: right;
    font-weight: 700;
}

.tab-box-3{
    width: 33.33%;
}


.back-icon{
    width: 23px;
    position: absolute;
    left: 0;
    margin: 14px;
}

.help-box{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}


.help-title{
    font-weight: 700;
    font-size: 12px;
    color: rgb(100,100,100);
}

.help-date{
    font-size: 8px;
    color: rgb(180,180,180);
    margin-top: 3px;

}

.imp-msm{
    color: #c50404;
}