/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.xui-ant__modal-idcard--showcase-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
.xui-ant__modal-idcard--showcase-wrap .ant-upload-list.ant-upload-list-text {
  display: none;
}
.xui-ant__modal-idcard--showcase-item {
  position: relative;
}
.xui-ant__modal-idcard--showcase-item .xui-ant__modal-idcard--showcase-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.xui-ant__modal-idcard--showcase-item .xui-ant__modal-idcard--showcase-mask > span {
  height: 20px;
}
.xui-ant__modal-idcard--showcase-item .xui-ant__modal-idcard--showcase-icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.xui-ant__modal-idcard--showcase-item:hover .xui-ant__modal-idcard--showcase-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.xui-ant__modal-idcard--showcase-img {
  width: 270px;
  height: 152px;
  cursor: pointer;
}
.xui-ant__modal-idcard--rules-wrap {
  margin-top: 25px;
}
.xui-ant__modal-idcard--rules-title {
  margin-bottom: 10px;
}
.xui-ant__modal-idcard--rules-detail {
  margin-bottom: 20px;
  color: #f32d13;
}
.xui-ant__modal-idcard--cases-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.xui-ant__modal-idcard--cases-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xui-ant__modal-idcard--cases-img {
  width: 122px;
  height: 92px;
  margin-bottom: 10px;
}
.xui-ant__modal-idcard--cases-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xui-ant__modal-idcard--cases-text img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
