.formIconItemStyle {
  width: 48px;
  height: 48px;
  padding: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  opacity: 1;
}
.formIconItemStyle .fiBg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 1;
}
.formIconItemStyle .fiBg .fiImg {
  width: 100%;
  height: 100%;
}
.selectImg {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.selectImg .top {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.selectImg .top .line {
  display: flex;
  flex-direction: row;
}
.selectImg .top .line .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.selectImg .top .line .round .iconSel {
  width: 16px;
  height: 16px;
}
.selectImg .top .line .round :global .anticon {
  margin: 2px 0 0 2px;
}
.selectImg .bottom {
  display: flex;
  flex-direction: column;
}
.selectImg .bottom .bigbox {
  position: relative;
  height: 44px;
}
.selectImg .bottom .bigbox .smallbox {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 72px;
  transform: scale(0.5);
}
.selectImg .bottom .bigbox .smallbox .icons {
  width: 36px;
  height: 36px;
}
.selectImg .bottom .round {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 36px;
  background-color: rgba(28, 36, 46, 0.2);
  border-radius: 10px;
}
.selectImg .bottom .span {
  padding-top: 8px;
  color: rgba(28, 36, 46, 0.25);
  font-size: 12px;
}
.selectImg :global .ant-upload-select-text {
  width: 97%;
}
