/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
div.ball-zone[data-v-7e82aa4a] {
  width: 100%;
  padding: 0 0 0.9rem 0;
  box-sizing: border-box;
}
div.ball-zone p.prompt[data-v-7e82aa4a] {
  width: 100%;
  height: 1.2rem;
  padding: 0 0.5rem;
  font-size: 0.65rem;
  color: #666;
  line-height: 1.2rem;
  box-sizing: border-box;
  margin-top: 0.675rem;
}
div.ball-zone p.prompt > span.random-btn[data-v-7e82aa4a] {
  position: relative;
  float: right;
  height: 1.2rem;
  border: 1PX solid #e5e5e5;
  border-radius: 0.25rem;
  background-color: #fff;
  font-size: 0.6rem;
  color: #666;
  line-height: 1.2rem;
  padding: 0 0.45rem;
}
div.ball-zone p.prompt span.strong_red[data-v-7e82aa4a] {
  font-weight: bold;
  color: #dc3b40;
  padding: 0 0.25rem;
  box-sizing: border-box;
}
div.ball-zone p.prompt span.strong_blue[data-v-7e82aa4a] {
  font-weight: bold;
  padding: 0 0.25rem;
  color: #0c89e1;
  box-sizing: border-box;
}
div.ball-zone ul.balls[data-v-7e82aa4a] {
  width: 100%;
  padding: 0.6rem 0.15rem 0.3rem 0.15rem;
  box-sizing: border-box;
  overflow: hidden;
}
div.ball-zone ul.balls li[data-v-7e82aa4a] {
  float: left;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 0.375rem 0.375rem 0.375rem;
  border: 1PX solid #e5e5e5;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.75rem;
}
div.ball-zone ul.balls li.blue-ball[data-v-7e82aa4a] {
  color: #0c89e1;
}
div.ball-zone ul.balls li.blue-ball.selected[data-v-7e82aa4a] {
  color: #fff;
  background-color: #0c89e1;
  animation: scale-data-v-7e82aa4a 0.3s ease-in-out;
}
div.ball-zone ul.red-balls[data-v-7e82aa4a] {
  position: relative;
}
div.ball-zone ul.red-balls[data-v-7e82aa4a]: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;
}
div.ball-zone ul.red-balls li[data-v-7e82aa4a] {
  color: #dc3b40;
}
div.ball-zone ul.red-balls li.selected[data-v-7e82aa4a] {
  color: #fff;
  background-color: #dc3b40;
  animation: scale-data-v-7e82aa4a 0.3s ease-in-out;
}
@keyframes scale-data-v-7e82aa4a {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
p.prompt[data-v-7e82aa4a] {
  width: 100%;
  height: 1.2rem;
  margin-top: 0.675rem;
  padding: 0 0.5rem;
  font-size: 0.65rem;
  color: #666;
  line-height: 1.2rem;
}
p.prompt > span.random-btn[data-v-7e82aa4a] {
  position: relative;
  float: right;
  height: 1.2rem;
  border: 1PX solid #e5e5e5;
  border-radius: 0.25rem;
  background-color: #fff;
  font-size: 0.6rem;
  color: #666;
  line-height: 1.2rem;
  padding: 0 0.45rem;
}
div.wei[data-v-7e82aa4a] {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  padding: 0 0.5rem 0.75rem;
}
div.wei[data-v-7e82aa4a]::after,
div.wei span[data-v-7e82aa4a] {
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
  width: 2.75rem;
  height: 1.25rem;
  border-radius: 0.7rem;
  background-color: #e5e5e5;
  font-size: 0.6rem;
  color: #999;
  text-align: center;
  line-height: 1.25rem;
  z-index: 10;
}
div.wei[data-v-7e82aa4a]::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 16.95rem;
  height: 1PX;
  background-color: #e5e5e5;
}
div.wei > ul[data-v-7e82aa4a] {
  zoom: 1;
  width: 13.75rem;
}
div.wei > ul[data-v-7e82aa4a]:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
div.wei > ul > li[data-v-7e82aa4a] {
  float: left;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0.75rem 0 0 1rem;
  border-radius: 50%;
  border: 1PX solid #e5e5e5;
  background-color: #fff;
  color: #dc3b40;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.75rem;
}
div.wei > ul > li.selected[data-v-7e82aa4a] {
  background-color: #dc3b40;
  color: #fff;
  animation: scale-data-v-7e82aa4a 0.3s ease-in-out;
}
@keyframes zoomIn-data-v-7e82aa4a {
from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
50% {
    opacity: 1;
}
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.more_list[data-v-7e82aa4a] {
  width: 4.825rem;
  height: 5.25rem;
  background-color: #333;
  border-radius: 0.25rem;
  font-size: 0.65rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0.55rem;
  bottom: -5.4rem;
  animation: 0.3s headermyfadeIn-data-v-7e82aa4a ease both;
  z-index: 99;
}
.more_list p[data-v-7e82aa4a] {
  color: #ccc !important;
  flex: 1;
  width: 100%;
  line-height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.more_list p[data-v-7e82aa4a]: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;
}
.more_list p[data-v-7e82aa4a]:nth-last-child(2) {
  border: 0;
}
.more_list span[data-v-7e82aa4a] {
  position: absolute;
  top: -0.15rem;
  right: 0.375rem;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 0.2rem solid #333;
  border-left: 0.225rem solid transparent;
  border-right: 0.225rem solid transparent;
}
.more_list_cover[data-v-7e82aa4a] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
@keyframes headermyfadeIn-data-v-7e82aa4a {
0% {
    opacity: 0;
    transform: translateY(-5.4rem);
}
100% {
    opacity: 1;
    transform: translateY(0.25rem);
}
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
#daletou[data-v-7e82aa4a] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
header[data-v-7e82aa4a] {
  position: relative;
  width: 100%;
}
.container[data-v-7e82aa4a] {
  overflow: auto;
  flex: 1;
  position: relative;
  width: 100%;
}

