/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.completion_container[data-v-15a7c190] {
  width: 2.7rem;
  height: 2.7rem;
  position: relative;
}
.completion-progres[data-v-15a7c190] {
  position: absolute;
  width: 2.7rem;
  height: 2.7rem;
  background-color: #eee;
  border-radius: 100%;
  overflow: hidden;
}
.show-progres[data-v-15a7c190] {
  width: 2.7rem;
  height: 2.7rem;
  position: relative;
}
.show-progres > div[data-v-15a7c190] {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 87%;
  height: 87%;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.show-progres > div p[data-v-15a7c190] {
  font-size: 0.7rem;
  line-height: 0.725rem;
  color: #ffce49;
}
.show-progres > div span[data-v-15a7c190] {
  font-size: 0.45rem;
  line-height: 0.55rem;
  color: #ffce49;
}
.sx1[data-v-15a7c190] {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7rem;
  height: 2.7rem;
  transform: rotate(0deg);
  clip: rect(0, 1.35rem, 2.7rem, 0);
  /*这个clip属性用来绘制半圆，在clip的rect范围内的内容显示出来，使用clip属性，元素必须是absolute的 */
  border-radius: 50%;
}
.sx2[data-v-15a7c190] {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7rem;
  height: 2.7rem;
  transform: rotate(0deg);
  clip: rect(0, 1.35rem, 2.7rem, 0);
  /*这个clip属性用来绘制半圆，在clip的rect范围内的内容显示出来，使用clip属性，元素必须是absolute的 */
  border-radius: 50%;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
header[data-v-2fc08894] {
  width: 100%;
  position: relative;
}
header .header_title[data-v-2fc08894] {
  font-size: 0.85rem;
}
header .header_title .select-icon[data-v-2fc08894] {
  margin-left: 0.25rem;
  font-size: 0.6rem;
}
header .header_title + span[data-v-2fc08894] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 0.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
}
header .header_title > i[data-v-2fc08894] {
  margin-right: 0.25rem;
}
header .lottery-list[data-v-2fc08894] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  position: relative;
}
header .lottery-list li[data-v-2fc08894] {
  width: 33.33333%;
  height: 2.5rem;
  position: relative;
  border-right: 1PX solid #e5e5e5;
  border-bottom: 1PX solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  color: #999;
}
header .lottery-list li[data-v-2fc08894]:nth-child(3n) {
  border-right: 0;
}
header .lottery-list .active[data-v-2fc08894] {
  color: #ffd32d;
  position: relative;
}
header .lottery-list .active i[data-v-2fc08894] {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  font-size: 0.65rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
header .fixed-sub-nav[data-v-2fc08894] {
  width: 100%;
  height: 1.75rem;
  position: absolute;
  bottom: -1.75rem;
  z-index: 500;
}
.sub-header[data-v-2fc08894] {
  width: 100%;
  height: 3.95rem;
  border-bottom: 0.25rem solid #eee;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}
.sub-header div[data-v-2fc08894] {
  flex: 1;
  height: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 0.6rem;
  position: relative;
  color: #333752;
}
.sub-header div[data-v-2fc08894]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-right: 1PX solid #bbbbbb;
}
.sub-header div:nth-child(1) i[data-v-2fc08894] {
  background-color: #fbb131;
  font-size: 0.9rem;
}
.sub-header div:nth-child(2) i[data-v-2fc08894] {
  background-color: #4bccf1;
  font-size: 0.9rem;
}
.sub-header div:nth-child(3) i[data-v-2fc08894] {
  background-color: #37d062;
  font-size: 1.025rem;
}
.sub-header i[data-v-2fc08894] {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.15rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
img.level[data-v-2fc08894] {
  width: 0.675rem;
  height: 0.825rem;
  margin-left: 0.25rem;
}
.nodata[data-v-2fc08894] {
  background-position: center 90%;
}
.content[data-v-2fc08894] {
  width: 100%;
  background-color: #fff;
  position: relative;
  top: 0.2rem;
}
.content li[data-v-2fc08894] {
  height: 4.95rem;
  position: relative;
  width: 100%;
  display: flex;
  border-bottom: 1PX solid #e5e5e5;
}
.content li i[data-v-2fc08894] {
  width: 0.9rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  position: absolute;
  top: 0;
  right: 0.75rem;
}
.content .percent[data-v-2fc08894] {
  width: 4.125rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .percent > div[data-v-2fc08894] {
  width: 2.7rem;
  height: 2.7rem;
  position: relative;
}
.content .percent p[data-v-2fc08894] {
  color: #999;
  font-size: 0.5rem;
  margin-top: 0.375rem;
}
.content .detail[data-v-2fc08894] {
  width: 12.1rem;
  padding-top: 0.55rem;
}
.content .detail > p[data-v-2fc08894] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.8rem;
  padding-left: 0.75rem;
}
.content .detail > p span[data-v-2fc08894]:first-child {
  color: #dc3b40;
  font-size: 0.7rem;
  display: flex;
  flex: 1;
  width: 1PX;
  align-items: center;
}
.content .detail > p span:first-child em[data-v-2fc08894] {
  text-overflow: ellipsis;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.content .detail > p span[data-v-2fc08894]:last-child {
  font-size: 0.6rem;
  color: #999;
  margin-left: 0.5rem;
}
.content .detail > div[data-v-2fc08894] {
  width: 12.1rem;
  height: 2.1rem;
  display: flex;
}
.content .detail > div > p[data-v-2fc08894] {
  flex: 1;
  height: 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.75rem;
  position: relative;
}
.content .detail > div > p[data-v-2fc08894]:last-child:after {
  display: none;
}
.content .detail > div > p[data-v-2fc08894]:after {
  content: "";
  display: block;
  width: 1PX;
  height: 1.55rem;
  background-color: #eee;
  position: absolute;
  right: 0;
  top: 0.3rem;
}
.content .detail > div > p span[data-v-2fc08894] {
  display: block;
  width: 100%;
  height: 0.8rem;
}
.content .detail > div > p span[data-v-2fc08894]:first-child {
  font-size: 0.5rem;
  color: #999;
  line-height: 0.75rem;
}
.content .detail > div > p span[data-v-2fc08894]:last-child {
  font-size: 0.6rem;
  color: #333;
}

