.token .tokenTop {
  margin-top: 0.3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.token .tokenTop .token-right {
  margin-left: 94%;
}
.token .tokenTop .token-right .search-con {
  padding: 10px 0;
}
.token .tokenTop .token-right .search-con .search-btn {
  margin-right: 2px;
}
.token .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.2%;
}
.token .cont .right {
  width: 100%;
}
.token .cont .right .page {
  margin-right: 2px;
}

