/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.container[data-v-3489bdec] {
  width: 100%;
  padding-bottom: 3.6rem;
}
.content[data-v-3489bdec] {
  width: 100%;
  padding-top: 1.375rem;
  background-color: #fff;
}
.content > img[data-v-3489bdec] {
  display: block;
  width: 5.875rem;
  margin: 0 auto 1rem;
}
.content h2[data-v-3489bdec] {
  width: 100%;
  line-height: 1.625rem;
  text-align: center;
  font-size: 0.7rem;
  color: #333;
}
.content h2[data-v-3489bdec]:after {
  content: "";
  display: block;
  width: 1.675rem;
  height: 0.1rem;
  background-color: #333;
  margin: 0 auto;
}
.step[data-v-3489bdec] {
  width: 100%;
  background-color: #fff;
  padding: 0.6rem 1.25rem 0;
}
.step li[data-v-3489bdec] {
  width: 100%;
  position: relative;
  display: flex;
  padding: 0.55rem 2rem;
}
.step li[data-v-3489bdec]: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;
}
.step li[data-v-3489bdec]:after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 1.1rem;
  height: 1.525rem;
  line-height: 1.525rem;
  text-align: center;
  font-size: 1.525rem;
  color: #333;
}
.step li[data-v-3489bdec]:nth-child(1):after {
  content: "\e774";
}
.step li[data-v-3489bdec]:nth-child(2):after {
  content: "\e779";
}
.step li[data-v-3489bdec]:nth-child(3):after {
  content: "\e775";
}
.step li[data-v-3489bdec]:nth-child(4):after {
  content: "\e77a";
}
.step li div[data-v-3489bdec] {
  float: left;
}
.step li div p[data-v-3489bdec] {
  line-height: 0.8rem;
  font-size: 0.65rem;
  color: #333;
}
.step li div span[data-v-3489bdec] {
  font-size: 0.6rem;
  line-height: 0.725rem;
  color: #999;
}
.power[data-v-3489bdec] {
  width: 100%;
  height: 3.5rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.power button[data-v-3489bdec] {
  width: 6.45rem;
  height: 1.625rem;
  border-radius: 0.15rem;
  background-color: #fff;
  border: 1PX solid #333;
  font-size: 0.7rem;
  color: #333;
}
.submit[data-v-3489bdec] {
  position: relative;
  width: 100%;
  height: 2.25rem;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.submit[data-v-3489bdec]: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 #e5e5e5;
}
.submit button[data-v-3489bdec] {
  width: 12.5rem;
  height: 1.65rem;
  border-radius: 0.15rem;
  background-color: #e9b001;
  font-size: 0.7rem;
  color: #333;
}

