/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.store-clerk[data-v-fdbdb15a] {
  padding-bottom: 3.25rem;
}
.clerk-list[data-v-fdbdb15a] {
  width: 100%;
  background: #fff;
}
.clerk-list .del[data-v-fdbdb15a] {
  width: 3rem;
  height: 100%;
  background-color: #ee0a24;
  font-size: 0.65rem;
  color: #fff;
}
.clerk-item[data-v-fdbdb15a] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.125rem;
  padding: 0.5rem;
  border-bottom: 1PX solid #eee;
}
.clerk-item .color-gray[data-v-fdbdb15a] {
  color: #999;
  font-size: 0.65rem;
  margin-right: 0.75rem;
}
.clerk-item .color-red[data-v-fdbdb15a] {
  color: #dc3b40;
  font-size: 0.65rem;
}
.clerk-item .color-black[data-v-fdbdb15a] {
  color: #444;
  font-size: 0.65rem;
}
.clerk-item .info[data-v-fdbdb15a] {
  flex: 1;
}
.clerk-item .info p[data-v-fdbdb15a]:nth-of-type(1) {
  margin-bottom: 0.375rem;
}
.clerk-item .btn[data-v-fdbdb15a] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 1.125rem;
  border: 1PX solid #dc3b40;
  border-radius: 0.125rem;
}
.add-clerk[data-v-fdbdb15a] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  background: #fff;
}
.add-clerk span[data-v-fdbdb15a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.25rem;
  height: 1.65rem;
  background: #dc3b40;
  color: #fff;
  border-radius: 0.075rem;
  font-size: 0.7rem;
}
.mask[data-v-fdbdb15a] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
.mask .add-box[data-v-fdbdb15a] {
  position: relative;
  width: 16.475rem;
  height: 9.125rem;
  background: #fff;
  border-radius: 0.125rem;
}
.mask .add-box h2[data-v-fdbdb15a] {
  color: #444;
  font-size: 0.9rem;
  text-align: center;
  line-height: 2.775rem;
}
.mask .add-box .fill-box input[data-v-fdbdb15a] {
  display: block;
  width: 13.4rem;
  height: 1.95rem;
  margin: 0 auto;
  border: 1PX solid #ccc;
  text-align: center;
}
.mask .add-box .handle[data-v-fdbdb15a] {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.25rem;
  border: 1PX solid #ccc;
  color: #444;
  font-size: 0.8rem;
  border-radius: 0 0 0.125rem 0.125rem;
}
.mask .add-box .handle span[data-v-fdbdb15a] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
}
.mask .add-box .handle span[data-v-fdbdb15a]:nth-of-type(1) {
  border-right: 1PX solid #ccc;
}

