/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @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 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.user[data-v-448778fa] {
  width: 100%;
  height: 2.5rem;
  background-color: #fff;
  padding: 0 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user p[data-v-448778fa] {
  height: 100%;
  display: flex;
  align-items: center;
}
.user img[data-v-448778fa] {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  margin-right: 0.45rem;
}
.head_record[data-v-448778fa] {
  width: 100%;
  height: 2.8rem;
  background-color: #fff;
  padding: 0 1.75rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.head_record[data-v-448778fa]: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-top: 1PX solid #bbbbbb;
}
.head_record p[data-v-448778fa] {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #dc3b40;
}
.head_record img[data-v-448778fa] {
  width: 0.8rem;
}
.head_record span[data-v-448778fa] {
  font-size: 0.6rem;
  color: #999;
  line-height: 1.075rem;
}
.nav[data-v-448778fa] {
  width: 100%;
  height: 1.65rem;
  display: flex;
  margin-top: 0.45rem;
  background-color: #fff;
  position: relative;
  font-size: 0.7rem;
  justify-content: space-around;
}
.nav[data-v-448778fa]: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 #bbbbbb;
}
.nav li[data-v-448778fa] {
  width: 5.25rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .selecting[data-v-448778fa] {
  color: #333752;
  border-bottom: 1PX solid #333752;
}
.record .record_detail[data-v-448778fa] {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  margin-bottom: 0.45rem;
}
.record .record_detail tr:first-child td[data-v-448778fa] {
  border-top: 0;
}
.record .record_detail td[data-v-448778fa] {
  height: 1.5rem;
  font-size: 0.6rem;
  border: 1PX solid #e5e5e5;
  text-align: center;
  color: #999;
  padding: 0.2rem 0.25rem;
}
.record .record_detail tr:last-child td[data-v-448778fa]:last-child {
  text-align: left;
  text-indent: 0.9rem;
}
.record .record_detail tr td[data-v-448778fa]:first-child {
  width: 28%;
  text-align: right;
  padding-right: 0.9rem;
  background-color: #f9f9f9;
}
.record .lately_win_prize[data-v-448778fa] {
  margin-top: 0.45rem;
  color: #999;
}
.record .lately_win_prize h3[data-v-448778fa] {
  font-size: 0.7rem;
  background-color: #fff;
  width: 100%;
  height: 1.75rem;
  line-height: 1.75rem;
  padding-left: 0.6rem;
  display: flex;
  justify-content: space-between;
  padding-right: 0.9rem;
}
.record .lately_win_prize h3 i[data-v-448778fa] {
  display: block;
  line-height: 1.75rem;
  width: 0.9rem;
  height: 100%;
  font-size: 0.75rem;
  color: #ccc;
}
.record .lately_win_prize table[data-v-448778fa] {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
}
.record .lately_win_prize table th[data-v-448778fa] {
  height: 1.675rem;
  background-color: #f9f9f9;
  font-weight: normal;
  font-size: 0.7rem;
}
.record .lately_win_prize table th[data-v-448778fa]:nth-child(1) {
  width: 4.375rem;
}
.record .lately_win_prize table th[data-v-448778fa]:nth-child(2) {
  width: 4rem;
}
.record .lately_win_prize table th[data-v-448778fa]:nth-child(3) {
  width: 5.25rem;
}
.record .lately_win_prize table td[data-v-448778fa] {
  font-size: 0.6rem;
}
.record .lately_win_prize table th[data-v-448778fa],
.record .lately_win_prize table td[data-v-448778fa] {
  border: 1PX solid #e5e5e5;
  height: 1.5rem;
  text-align: center;
}
.record .lately_win_prize .load_more[data-v-448778fa] {
  width: 100%;
  height: 1.5rem;
  font-size: 0.6rem;
  color: #dc3b40;
  line-height: 1.5rem;
  background-color: #fff;
  text-align: center;
}
.record .explain[data-v-448778fa] {
  width: 100%;
  margin-top: 0.45rem;
  background-color: #fff;
  padding-left: 0.625rem;
  padding-right: 0.75rem;
  padding-bottom: 1.8rem;
}
.record .explain > div[data-v-448778fa] {
  width: 100%;
  padding-bottom: 0.25rem;
}
.record .explain h2[data-v-448778fa] {
  width: 100%;
  height: 1.7rem;
  line-height: 1.7rem;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
}
.record .explain h2 i[data-v-448778fa] {
  margin-right: 0.25rem;
  color: #ccc;
}
.record .explain p[data-v-448778fa] {
  font-size: 0.6rem;
  color: #999;
}
.record table[data-v-448778fa] {
  width: 100%;
  border-collapse: collapse;
}
.record table tr[data-v-448778fa] {
  width: 100%;
  height: 1.5rem;
}
.record table .grow[data-v-448778fa] {
  color: #999;
}
.record table .grow td[data-v-448778fa]:first-child {
  color: #333;
}
.record table th[data-v-448778fa]:first-child {
  width: 2.95rem;
}
.record table th[data-v-448778fa],
.record table td[data-v-448778fa] {
  text-align: center;
  border: 1PX solid #e5e5e5;
  font-size: 0.5rem;
}
.record table .grade img[data-v-448778fa] {
  display: inline-block;
  width: 0.675rem;
  height: 0.85rem;
}
.record table .grade th:nth-child(7) img[data-v-448778fa] {
  width: 0.85rem;
  height: 0.85rem;
}
.nodata[data-v-448778fa] {
  height: 5.4rem;
  background-size: 3.6rem;
  background-position: center 85%;
}
.content[data-v-448778fa] {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.content li[data-v-448778fa] {
  height: 4.95rem;
  position: relative;
  width: 100%;
  display: flex;
  border-bottom: 1PX solid #e5e5e5;
}
.content li i[data-v-448778fa] {
  width: 0.9rem;
  height: 100%;
  text-align: right;
  line-height: 4.95rem;
  position: absolute;
  top: 0;
  right: 0.75rem;
  font-size: 0.65rem;
  color: #ccc;
}
.content .percent[data-v-448778fa] {
  width: 4.125rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .percent > div[data-v-448778fa] {
  width: 2.7rem;
  height: 2.7rem;
  position: relative;
}
.content .percent p[data-v-448778fa] {
  color: #999;
  font-size: 0.5rem;
  margin-top: 0.375rem;
}
.content .detail[data-v-448778fa] {
  width: 12.1rem;
  padding-top: 0.55rem;
}
.content .detail > p[data-v-448778fa] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1.75rem;
  padding-left: 0.75rem;
}
.content .detail > p span[data-v-448778fa]:first-child {
  color: #dc3b40;
  font-size: 0.7rem;
}
.content .detail > p span[data-v-448778fa]:last-child {
  font-size: 0.6rem;
  color: #999;
}
.content .detail > div[data-v-448778fa] {
  width: 12.1rem;
  height: 2.1rem;
  display: flex;
}
.content .detail > div > p[data-v-448778fa] {
  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-448778fa]:last-child:after {
  display: none;
}
.content .detail > div > p[data-v-448778fa]:after {
  content: "";
  display: block;
  width: 1PX;
  height: 1.55rem;
  background-color: #eee;
  position: absolute;
  right: 0;
  top: 0.25rem;
}
.content .detail > div > p span[data-v-448778fa] {
  display: block;
  width: 100%;
  height: 0.8rem;
}
.content .detail > div > p span[data-v-448778fa]:first-child {
  font-size: 0.5rem;
  color: #999;
  line-height: 0.75rem;
}
.content .detail > div > p span[data-v-448778fa]:last-child {
  font-size: 0.6rem;
  color: #333;
}

