/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.model_list[data-v-407ba4c4] {
  width: 4.825rem;
  background-color: #444;
  border-radius: 0.25rem;
  font-size: 0.65rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 0.55rem;
  top: 2.5rem;
  animation: 0.3s headermyfadeIn-data-v-407ba4c4 ease both;
  z-index: 99999;
}
.model_list span[data-v-407ba4c4] {
  position: absolute;
  top: -0.15rem;
  right: 0.375rem;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 0.2rem solid #444;
  border-left: 0.225rem solid transparent;
  border-right: 0.225rem solid transparent;
}
.model_list li[data-v-407ba4c4] {
  color: #ccc !important;
  flex: 1;
  width: 100%;
  line-height: 1.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1PX solid #888;
}
@keyframes headermyfadeIn-data-v-407ba4c4 {
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 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-7f2de246] {
  background-color: #fff;
}
.banner[data-v-7f2de246] {
  width: 100%;
}
canvas[data-v-7f2de246] {
  z-index: 0;
  flex: 1;
  width: 100%;
  background-color: #fff;
}
.recommend[data-v-7f2de246] {
  width: 100%;
  padding: 0.5rem 0.25rem;
}
.recommend .title[data-v-7f2de246] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.25rem;
}
.recommend .title > img[data-v-7f2de246] {
  width: 1.25rem;
  margin-right: 0.375rem;
}
.recommend .title > p[data-v-7f2de246] {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 0.35rem;
  color: #f05a50;
}
.recommend .title > p > b[data-v-7f2de246] {
  margin-right: 0.25rem;
  font-weight: bold;
  color: #333;
}
.match[data-v-7f2de246] {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0 0.25rem;
}
.match > li[data-v-7f2de246] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 5.75rem;
  padding: 0.25rem;
  border-radius: 0.2rem;
  border: 1PX solid #e5e5e5;
}
.match > li[data-v-7f2de246]:not(:last-child) {
  margin-right: 0.25rem;
}
.match > li > p[data-v-7f2de246] {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.4rem;
  font-size: 0.35rem;
}
.match > li > p > span[data-v-7f2de246] {
  color: #848383;
}
.match > li > p > em[data-v-7f2de246] {
  color: #07bd0b;
}
.match > li > p > em > b[data-v-7f2de246] {
  margin-left: 0.2rem;
  font-weight: normal;
  color: #f05a50;
}
.match > li .name[data-v-7f2de246] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  height: 0.5rem;
  margin: 0.25rem 0;
  font-size: 0.45rem;
}
.match > li .name > span[data-v-7f2de246] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  text-align: center;
}
.match > li .name > em[data-v-7f2de246] {
  width: 1.25rem;
  text-align: center;
  color: #f05a50;
}
.match > li .btn[data-v-7f2de246] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  height: 0.5rem;
}
.match > li .btn > button[data-v-7f2de246] {
  height: 100%;
  padding: 0 0.125rem;
  border-radius: 0.5rem;
  background-color: #f05a50;
  font-size: 0.3rem;
  color: #fff;
}
.canvas-interactive[data-v-7f2de246] {
  z-index: 10;
  position: absolute;
  right: 0;
}
.canvas-interactive .line[data-v-7f2de246] {
  width: 100%;
}
.canvas-interactive .line > p[data-v-7f2de246] {
  float: left;
}

