/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.date[data-v-1f0f3220] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 2.125rem;
  padding: 0 0.625rem;
  background-color: #fff;
}
.date > i[data-v-1f0f3220] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.date > i[data-v-1f0f3220]:first-child {
  font-size: 0.7rem;
  color: #666;
}
.date > i[data-v-1f0f3220]:first-child::before {
  margin-right: 0.25rem;
  font-size: 1rem;
  color: #ccc;
}
.date > i[data-v-1f0f3220]:last-child {
  font-size: 0.75rem;
  color: #fb5375;
}
.total[data-v-1f0f3220] {
  display: flex;
  width: 100%;
  height: 2.5rem;
  padding: 0.75rem 0;
}
.total > p[data-v-1f0f3220] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  height: 100%;
  font-size: 0.65rem;
}
.total > p > em[data-v-1f0f3220] {
  color: #dc3b40;
}
.total > p[data-v-1f0f3220]:first-child {
  border-right: 1PX solid #aaa;
}
.list[data-v-1f0f3220] {
  width: 100%;
}
.list > li[data-v-1f0f3220] {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0;
  background-color: #fff;
}
.list > li[data-v-1f0f3220]: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-bottom: 1PX solid #e5e5e5;
}
.list > li > span[data-v-1f0f3220] {
  width: 2.75rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.7rem;
}
.list > li > section[data-v-1f0f3220] {
  flex: 1;
}
.list > li > section:first-of-type > p[data-v-1f0f3220] {
  padding-right: 0.5rem;
}
.list > li > section:last-of-type > p[data-v-1f0f3220]:first-child {
  padding-right: 2.5rem;
}
.list > li > section > p[data-v-1f0f3220] {
  width: 100%;
  min-height: 0.75rem;
  line-height: 0.75rem;
  word-break: break-all;
  font-size: 0.6rem;
  color: #999;
}
.list > li > section > p[data-v-1f0f3220]:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list > li > section > p > em[data-v-1f0f3220] {
  margin-left: 0.25rem;
}
.list > li > p[data-v-1f0f3220] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  position: absolute;
  top: 0.5rem;
  right: -1.5rem;
  width: 5rem;
  height: 1rem;
  background-color: #80c269;
  transform: rotate(45deg);
  font-size: 0.65rem;
  color: #fff;
}
.list > li > p.hit[data-v-1f0f3220] {
  background-color: #fb1206;
}
.list > li > p.miss[data-v-1f0f3220] {
  background-color: #dcdcdc;
}
.info[data-v-1f0f3220] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 2.25rem;
  padding: 0 0.625rem;
  background-color: #fff;
}
.info > p[data-v-1f0f3220] {
  font-size: 0.625rem;
}
.btn[data-v-1f0f3220] {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 3.25rem;
}
.btn > button[data-v-1f0f3220] {
  display: inline-flex;
  align-items: center;
  height: 1.25rem;
  padding: 0 0.45rem;
  border-radius: 0.25rem;
  background: linear-gradient(90deg, #f5b901, #fac81f 46%, #fed63d);
  font-size: 0.6rem;
  color: #8a6215;
}

