* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*:not(input,textarea) {
  user-select: none;
}




html,
body {
  -webkit-tap-highlight-color: transparent;
  background: #20224B;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}
.hostitle{
  color: #8D84D9;
  margin-top: 10px;
 
}
.activebar{
  width: 100%;
  padding: 0 6%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  flex-flow: wrap row;

}
.activebar .chil{
  width: 24%;
}
.activebar .chil img{
  width: 52px;
  display: block;
  margin: 0px auto;

  padding: 6px;
}
.activebar .chil p{

font-size: 14px;
font-family: 'PingFang SC';
font-weight: 300;
color: #FFFFFF;
text-align: center;
line-height: 44px;
}

input {
  width: 100%;
  border: 0;
  padding: 0;
  outline: 0;
  background: transparent;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
}

[v-cloak] {
  display: none !important;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 44px;
  color: #fff;
  /*background: #20224B;*/
  background-color: #000 !important;
}

.bg-up {
  background: linear-gradient(rgb(44, 6, 6) 0%, rgba(44, 6, 6, 0) 100%);/* 红色背景，表示上涨 */
}

.bg-down {
  background: linear-gradient(rgb(11, 36, 7) 0%, rgba(11, 36, 7, 0) 100%);/* 绿色背景，表示下跌 */
}

.page-hd {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  height: 44px;
  /*background: #20224B;*/
  background-color: #000 !important;
}

.app-title {
  line-height: 44px;
  text-align: center;
  font-size: 18px;
}

.go-back {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 44px;
  height: 44px;
  z-index: 9;
}

.go-back::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.page-bd {
  flex: 1;
}

.tab-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: flex;
  height: 56px;
  border-top: 1px solid #212122;
  background: #19191b;
}

.tab-item {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.tab-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.tab-item.active .tab-icon {
  color: #4172d3;
}

.tab-icon img {
  width: 100%;
  height: 100%;
}

.tab-label {
  margin-top: 4px;
}

.tab-item.active .tab-label {
  margin-top: 2px;
  font-size: 14px;
}

.load-more {
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.up {
  color: #ea3e3b !important;
}

.down {
  color: #4caa3b !important;
}
