/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.item-tit[data-v-5daf2a4e] {
  padding: 0.675rem 0 0.375rem 0.6rem;
  line-height: 1;
  color: #999;
  font-size: 0.6rem;
}
.item-con[data-v-5daf2a4e] {
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
  background: #fff;
}
.lottery-list[data-v-5daf2a4e] {
  display: flex;
  flex-wrap: wrap;
  padding: 0.8rem 0 0.3rem 1rem;
}
.lottery-list li[data-v-5daf2a4e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 1.05rem 0.5rem 0;
}
.lottery-list li > .wrap[data-v-5daf2a4e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1PX solid #eee;
  background: #f7f7f7;
  border-radius: 100%;
}
.lottery-list li > .wrap > img[data-v-5daf2a4e] {
  width: 1.5rem;
  height: 1.5rem;
}
.lottery-list li > span[data-v-5daf2a4e] {
  color: #444;
  font-size: 0.525rem;
}
.lottery-list li.checked > .wrap[data-v-5daf2a4e] {
  position: relative;
  border-color: #de4449;
  background: #ffd0d1;
}
.lottery-list li.checked > .wrap[data-v-5daf2a4e]:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.725rem;
  height: 0.725rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAMAAABhTZc9AAAAclBMVEUAAAD////////////////////////////////////////////////////////////////////////cO0D////eRUr0vb7wqavphYjofoHjYWXiWV3gTlLysLL75+j309T64eLvpKfunJ7rjpH+9vfla29V0n5vAAAAE3RSTlMAz6igKBz27+rWwby2kmljOjQIvyOtwAAAAOdJREFUKM99k4kSgiAQQFHT7pPngZmW1f//YkwiEjm8GR3HN8suyyIs6TGJVtkqSo6p8DnFTMSnX7kHiqpu8qauCmDvuMUWHo0caR6wXVgZca+lS30nMvqyoZM+HZvL1ya08p+WRGjOcJ2xVzhru6OUc5TsdBMg9/6r21u/c0jFgcKTFbykpuAgYtSfHHIpYrH2alLAzdS1FsshreqeQ6SVOvFSZHw/X/C00kA2xvZoPS5rY23eEtCP2YHJO9XcwxRpanb22zvS7NftVd/anppehfscPqPw+YZnIzxX4ZkMz3P4LoTv0Qf+wzPI1MyrLwAAAABJRU5ErkJggg==);
  background-size: 100% 100%;
}
.lottery-list li.checked > span[data-v-5daf2a4e] {
  color: #dc3b40;
}
.view[data-v-5daf2a4e] {
  bottom: 0;
  padding-bottom: 1.8rem;
  padding-top: 0.375rem;
}
.title[data-v-5daf2a4e] {
  width: 100%;
  height: 1.775rem;
  padding: 0 0 0 0.775rem;
  font-size: 0.7rem;
  line-height: 2.25rem;
  color: #999;
}
.base_config[data-v-5daf2a4e] {
  width: 100%;
  padding: 0 0.65rem;
  background-color: #fff;
}
.base_config li[data-v-5daf2a4e] {
  width: 100%;
  height: 2.125rem;
  border-bottom: 1PX solid #ddd;
  display: flex;
  padding-right: 0.8rem;
}
.base_config li[data-v-5daf2a4e]:last-child {
  border: 0;
}
.base_config li > div[data-v-5daf2a4e] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.base_config li > input[data-v-5daf2a4e] {
  display: block;
  flex: 1;
  border: 0;
  font-size: 0.725rem;
  color: #666;
}
.base_config label[data-v-5daf2a4e] {
  display: block;
  width: 2.7rem;
  margin-left: 1.8rem;
  text-align: center;
}
.base_config label input[data-v-5daf2a4e] {
  -webkit-appearance: checkbox;
  position: relative;
  width: 0.55rem;
  height: 0.55rem;
  top: 0.05rem;
}
.base_config p[data-v-5daf2a4e] {
  width: 5.5rem;
  line-height: 2.125rem;
  font-size: 0.75rem;
  color: #444;
}
.base_config p[data-v-5daf2a4e]:last-child {
  color: #999;
  text-align: right;
  flex: 1;
}
.input_group[data-v-5daf2a4e] {
  background-color: #fff;
  border: 1PX solid #ddd;
  padding-left: 0.775rem;
}
.input_group input[data-v-5daf2a4e] {
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 2.1rem;
  display: block;
  font-size: 0.7rem;
  line-height: 1.625rem;
  outline: none;
  color: #444;
}
.input_group input[data-v-5daf2a4e]:first-child {
  border-bottom: 1PX solid #ddd;
}
.idcad_group[data-v-5daf2a4e] {
  background-color: #fff;
  border: 1PX solid #ddd;
  padding: 0.55rem 0.775rem 0.775rem 0.775rem;
}
.idcad_group .info[data-v-5daf2a4e] {
  font-size: 0.6rem;
  color: #ccc;
  margin-bottom: 0.7rem;
}
.idcad_group .upload[data-v-5daf2a4e] {
  width: 100%;
  padding: 0 0.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.idcad_group .upload input[data-v-5daf2a4e] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: orange;
  opacity: 0;
  z-index: 1;
}
.idcad_group .upload img[data-v-5daf2a4e] {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  border: 1PX solid #ddd;
}
.idcad_group .upload .icon[data-v-5daf2a4e] {
  border: 1PX dashed #ccc;
}
.idcad_group .upload span[data-v-5daf2a4e] {
  color: #999;
  font-size: 0.6rem;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 2.8rem;
}
.idcad_group li[data-v-5daf2a4e] {
  width: 7.175rem;
  height: 4.55rem;
  margin-bottom: 0.9rem;
  position: relative;
}
.submit[data-v-5daf2a4e] {
  margin-top: 1.8rem;
  width: 100%;
  padding: 0 0.75rem;
}
.submit button[data-v-5daf2a4e] {
  width: 100%;
  height: 2.125rem;
  background-color: #dc3b40;
  font-size: 0.75rem;
  line-height: 2.125rem;
  text-align: center;
  border: 0;
  border-radius: 0.2rem;
  color: #fff;
}

