/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.container[data-v-24fd8696] {
  width: 100%;
  background-color: #fff;
}
h3[data-v-24fd8696] {
  height: 2.05rem;
  width: 100%;
  font-size: 0.85rem;
  text-align: center;
  line-height: 2.05rem;
  font-weight: normal;
  border-bottom: 1PX solid #ddd;
  position: relative;
}
h3 i[data-v-24fd8696] {
  width: 2.05rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  line-height: 2.05rem;
  font-size: 0.725rem;
  color: #ccc;
}
.psd_screen[data-v-24fd8696] {
  width: 15rem;
  height: 2.25rem;
  margin: 1.25rem auto;
  border: 1PX solid #ddd;
  border-radius: 0.275rem;
  display: flex;
}
.psd_screen li[data-v-24fd8696] {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.psd_screen li[data-v-24fd8696]:not(:last-child) {
  border-right: 1PX solid #ddd;
}
.psd_screen li i[data-v-24fd8696] {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: #444;
}
.forget_psd[data-v-24fd8696] {
  width: 100%;
  text-align: right;
  padding-right: 1.625rem;
  color: #dc3b40;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}
.key[data-v-24fd8696] {
  width: 100%;
  height: 10.35rem;
  display: flex;
  flex-wrap: wrap;
}
.key li[data-v-24fd8696] {
  width: 33.33%;
  height: 2.65rem;
  border-top: 1PX solid #ccc;
  border-right: 1PX solid #ccc;
  text-align: center;
  line-height: 2.65rem;
  font-size: 1.2rem;
}
.key li[data-v-24fd8696]:nth-child(3n) {
  border-right: 0;
}
.key li[data-v-24fd8696]:nth-child(10),
.key li[data-v-24fd8696]:nth-child(12),
.key li[data-v-24fd8696]:active {
  background-color: #d1d4d7;
}
.key li[data-v-24fd8696]:nth-child(12)::before {
  content: "\e61e";
  font-size: 1.2rem;
  color: #333;
}

