.aigc-reduce-err-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
}
.aigc-reduce-err-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.aigc-reduce-err-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 842px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  box-sizing: border-box;
  padding: 34px 24px 40px;
}
.icon-guanbi{
  position: absolute;
  right: 17px;
  top: 10px;
  cursor: pointer;
}
.aigc-reduce-err-title{
  font-size: 16px;
  color: #E37171;
  font-weight: bold;
  text-align: center;
}
.aigc-reduce-err-title i{
  font-weight: normal;
  margin-right: 5px;
}
.aigc-reduce-err-tips{
  font-size: 12px;
  color: #E37171;
  text-align: center;
  margin-top: 5px;
}
.aigc-reduce-err-content{
  border-top: 1px solid #F0F0F0;
  margin-top: 20px;
  padding: 24px 13px 0;
}
.aigc-reduce-err-content-xbt{
  font-size: 12px;
  color: #333333;
  display: flex;
  align-items: center;
}
.aigc-reduce-err-content-xbt img{
  margin-right: 5px;
}


.aigc-reduce-err-content-list{
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 13px;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 350px;
  width: 100%;
  padding-right: 30px;
}
.aigc-reduce-err-content-list::-webkit-scrollbar {/*滚动条整体样式*/
  width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}
.aigc-reduce-err-content-list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 10px;
  background: #D4D4D4;
  width: 6px;
}
.aigc-reduce-err-content-list::-webkit-scrollbar-track {/*滚动条里面轨道*/
  display: none;
}
.aigc-reduce-err-content-li{
  background: #F7F7F7;
  border-radius: 6px 6px 6px 6px;
  padding: 9px 8px 14px;
  text-align: center;
}
.aigc-reduce-err-content-li-xbt{
  font-size: 13px;
  color: #333333;
}
.aigc-reduce-err-content-li-img{
  margin: 8px 0 12px;
  width: 162px;
  height: 180px;
  position: relative;
}
.aigc-reduce-err-content-li-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aigc-reduce-err-content-li-img:hover .aigc-reduce-err-content-img-fd{
  display: block;
}
.aigc-reduce-err-content-img-fd{
  width: 28px;
  height: 28px;
  background: rgba(0,0,0,0.5);
  border-radius: 6px 6px 6px 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
.aigc-reduce-err-content-img-fd i{
  color: #fff;
}
.aigc-reduce-err-content-li-bom{
  font-size: 13px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aigc-reduce-err-content-li-bom img{
  width: 14px;
  margin-right: 6px;
}
.aigc-reduce-err-btns{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}
.aigc-reduce-err-btn{
  width: 200px;
  height: 44px;
  background: linear-gradient( 103deg, #9383FB 0%, #5E7EF1 100%);
  border-radius: 8px 8px 8px 8px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
}
.aigc-reduce-err-btn:first-child{
  height: 42px;
  line-height: 42px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #E4E5E7;
  color: #787D87;
}

