/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.mynav[data-v-4ab48b82] {
  display: flex;
  align-items: flex-start;
  height: 1.75rem;
  background-color: #fff;
  border-bottom: 1PX solid #e5e5e5;
}
.mynav .item[data-v-4ab48b82] {
  position: relative;
  flex: 1;
  height: 100%;
  text-align: center;
  line-height: 1.75rem;
  font-size: 0.7rem;
  color: #7a7979;
}
.mynav .item .iconfont[data-v-4ab48b82] {
  font-size: 0.3rem;
  color: #fbd131;
  margin-left: 0.25rem;
}
.mynav .item .list[data-v-4ab48b82] {
  position: absolute;
  top: 1.725rem;
  width: 100%;
  left: 0;
  font-size: 0.65rem;
  color: #999;
  border-left: 1PX solid #e5e5e5;
  border-right: 1PX solid #e5e5e5;
  border-bottom: 1PX solid #e5e5e5;
  z-index: 1200;
}
.mynav .item .list li[data-v-4ab48b82] {
  height: 1.425rem;
  line-height: 1.425rem;
  text-align: center;
  background: #fff;
  border-top: 1PX solid #e5e5e5;
}
.mynav .item .list .list-item-active[data-v-4ab48b82] {
  color: #333752;
  background-color: #f8f7f7;
}
.mynav .item-active[data-v-4ab48b82] {
  color: #333752;
  border-bottom: 0.075rem solid #333752;
}
.nodata[data-v-4ab48b82] {
  z-index: 1000;
}
.nodata button[data-v-4ab48b82] {
  position: absolute;
  bottom: -4.5rem;
  width: 7.875rem;
  height: 1.875rem;
  border: 1PX solid #ddd;
  background-color: #fff;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  color: #999;
  line-height: 1.875rem;
  text-align: center;
  outline: none;
  left: 50%;
  margin-left: -3.95rem;
}
.data[data-v-4ab48b82] {
  background-color: #fff;
}
.data li[data-v-4ab48b82] {
  width: 100%;
  height: 3.625rem;
  border-top: 1PX solid #eee;
  padding: 0 1.625rem 0 0;
  display: flex;
  position: relative;
}
.data li[data-v-4ab48b82]:after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  content: "\e71a";
  right: 0.525rem;
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  font-size: 0.45rem;
  color: #ccc;
}
.data .money[data-v-4ab48b82] {
  flex: 1;
  text-align: right;
  line-height: 1.075rem;
  font-size: 0.6rem;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.data .money .zhanwei[data-v-4ab48b82] {
  width: 0.9rem;
  height: 0.9rem;
}
.data .word[data-v-4ab48b82] {
  display: flex;
  width: 7.2rem;
  flex-direction: column;
  justify-content: center;
}
.data .word > p[data-v-4ab48b82] {
  font-size: 0.7rem;
  width: 100%;
  height: 1.075rem;
  color: #333;
  position: relative;
}
.data .word > p span[data-v-4ab48b82] {
  position: absolute;
  width: 9rem;
  height: 1.075rem;
  top: 0;
  left: 0;
  color: #333;
  font-size: 0.7rem;
  line-height: 1.075rem;
}
.data .word > p.prize[data-v-4ab48b82] {
  color: #dc3b40;
}
.data .word > p.prize span[data-v-4ab48b82] {
  color: #dc3b40;
}
.data .word .wprize[data-v-4ab48b82] {
  color: #ccc;
}
.data .word .prize[data-v-4ab48b82] {
  color: #dc3b40;
}
.data .word .noprize[data-v-4ab48b82] {
  color: #444;
}
.data .word span[data-v-4ab48b82] {
  font-size: 0.6rem;
  color: #999;
}
.data .word .saicheng[data-v-4ab48b82] {
  height: 1.075rem;
  position: relative;
}
.data .word .saicheng span[data-v-4ab48b82] {
  position: absolute;
  left: 0;
  top: 0;
  width: 13.5rem;
  color: #999;
  font-size: 0.55rem;
  line-height: 1.075rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data .caizhong[data-v-4ab48b82] {
  width: 3.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.75rem;
}
.data .caizhong img[data-v-4ab48b82] {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: 1PX solid #eee;
}
.data .caizhong p[data-v-4ab48b82] {
  font-size: 0.525rem;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
}

