html,
body .app {
  color: #333333;
  font-family: Arial, Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, sans-serif;
  background-color: #fff; }

.app-container {
  padding-bottom: 1.33333rem; }

.van-nav-bar__left, .van-nav-bar__right {
  padding: 0; }

.van-nav-bar__title {
  font-weight: bold;
  color: #ff806f; }

.van-nav-bar .van-icon {
  color: #ff806f; }

.icon {
  width: 0.8rem;
  height: 0.8rem; }

.hash {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.address {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

