.aigc-reduce-main {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  min-width: 1320px;
}
body {
  background-image: url("/static/images/index/bg.png");
  background-repeat: repeat-y;
  background-position-y: 9%;
  background-attachment: fixed;
  background-size: cover;
}
.aigc-reduce-main-box {
  width: 1200px;
  margin: 0 auto;
}
.aigc-reduce-mian-title{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}
.aigc-reduce-mian-txt{
  display: flex;
  align-items: center;
  height: 32px;
  background: linear-gradient( 90deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.4) 52%, rgba(255,255,255,0.04) 100%);
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  justify-content: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.aigc-reduce-mian-txt-li{
  font-size: 13px;
  color: #3F4654;
  display: flex;
  align-items: center;
}
.aigc-reduce-mian-txt-li i{
  color: #6C90EB;
  margin-right: 8px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.aigc-reduce-mian-txt img{
  margin: 0 17px;
  display: inline-block;
}
.aigc-reduce-mian-content{
  width: 1100px;
  background: #FFFFFF;
  box-shadow: 0px 5px 40px 1px rgba(0,0,0,0.04);
  border-radius: 16px 16px 16px 16px;
  padding: 40px 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.aigc-reduce-content-upload-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aigc-reduce-content-upload-xbt{
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.aigc-reduce-content-upload-xbt:before{
  content: "";
  display: inline-block;
  width: 4px;
  height: 14px;
  background: #467AF2;
  border-radius: 1px 3px 3px 1px;
  margin-right: 8px;
}
.aigc-reduce-content-upload-r{
  display: flex;
  align-items: center;
  gap: 24px;
}
.aigc-reduce-content-upload-r-li{
  color: #A9ACB2;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
.aigc-reduce-content-upload-r-li:hover{
  color: #3F4654;
}

.aigc-reduce-why-popup{
  position: absolute;
  top: 34px;
  left: -352px;
  width: 772px;
  background: #FFFFFF;
  box-shadow: 0px 6px 24px 1px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  z-index: 2;
  padding: 2px;
  display: none;
}

/*三角*/
.aigc-reduce-why-popup:before{
  content: '';
  display: block;
  border-left: 8px solid transparent;
  border-bottom: 11px solid #fff;
  border-right: 8px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
}
.aigc-reduce-why-popup-zz{
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.aigc-reduce-tip-con {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  cursor: default;
}
.aigc-reduce-tip-con .aigc-reduce-tip-con-l {
  width: 380px;
  flex-shrink: 0;
  background: linear-gradient(#f0f8ff 0%, #f2f2ff 100%);
  border-radius: 12px 0px 0px 12px;
  padding: 30px 30px 24px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-l__xbt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #2b2f36;
  font-weight: bold;
  margin-bottom: 25px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-l__xbt span {
  position: relative;
}
.aigc-reduce-tip-con .aigc-reduce-tip-l__xbt span::after {
  content: "";
  display: block;
  width: 68px;
  height: 8px;
  background: #547dff;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.2;
  position: absolute;
  bottom: -1px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-l__xbt img {
  margin-right: 8px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-l__txt {
  font-size: 12px;
  color: #787d87;
  margin-bottom: 12px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-l__con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aigc-reduce-tip-con .aigc-reduce-tip-l__con__xbt {
  font-size: 12px;
  color: #3f4654;
}
.aigc-reduce-tip-con .aigc-reduce-tip-l__con__xbt i {
  margin-right: 5px;
  color: #66b165;
  font-size: 14px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-l__con__img {
  text-align: left;
  margin-left: -10px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-l__con__img img {
  width: 100%;
}
.aigc-reduce-tip-con .aigc-reduce-tip-l__bom {
  background: linear-gradient(180deg, rgba(84, 125, 255, 0.05) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(84, 125, 255, 0.1);
  padding: 16px;
  font-size: 13px;
  color: #2b2f36;
  margin-top: 5px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-l__bom span {
  color: #547dff;
  font-size: 13px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-con-r {
  padding: 0 25px 0 20px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-con-r__li {
  margin-bottom: 26px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-con-r__li:last-child {
  margin-bottom: 0;
}
.aigc-reduce-tip-con .aigc-reduce-tip-con-r__li__xbt {
  font-size: 12px;
  color: #2b2f36;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-con-r__li__xbt img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-con-r__li__txt {
  font-size: 12px;
  color: #515864;
  line-height: 20px;
  padding-left: 22px;
}
.aigc-reduce-tip-con .aigc-reduce-tip-con-r__li__txt span {
  font-weight: bold;
  font-size: 12px;
}

.aigc-reduce-upload-con{
  height: 238px;
  background: #FAFBFC;
  border-radius: 8px 8px 8px 8px;
  border: 1px dashed #D2D3D4;
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aigc-reduce-upload-con-init{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.aigc-reduce-upload-con-l,.aigc-reduce-upload-con-r{
  flex: 1;
  text-align: center;
}
.aigc-reduce-upload-con-l{
  position: relative;
}
.aigc-reduce-upload-con-l:after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 216px;
  background: #EDEFF0;
  position: absolute;
  right: 0;
  top: -53px;
}
.aigc-reduce-upload-con-l-btn{
  width: 180px;
  height: 40px;
  background: rgba(70,122,242,0.04);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(70,122,242,0.7);
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #467AF2;
  margin: 0 auto 20px;
  position: relative;
}
.aigc-reduce-upload-con-l-btns:hover{
  opacity: 0.8;
}
.aigc-reduce-upload-con-l-btn i{
  margin-right: 7px;
}
.aigc-reduce-upload-zip-popup{
  width: 410px;
  padding: 16px 20px 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 1px rgba(0,0,0,0.1);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E6E8EA;
  position: absolute;
  bottom: 58px;
  left: -121px;
  z-index: 2;
  text-align: left;
  display: none;
}

.aigc-reduce-zip-popup-top{
  font-size: 12px;
  color: #3F4654;
  position: relative;
  line-height: initial;
}
.aigc-reduce-zip-popup-top .icon-guanbi{
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  cursor: pointer;
}
.aigc-reduce-zip-popup-list{
  display: flex;
  flex-wrap: wrap;
}
.aigc-reduce-zip-popup-list-li{
  width: 90px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #D5D5D5;
  flex-shrink: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  color: #3F4654;
  margin-top: 16px;
  margin-right: 10px;
}
.aigc-reduce-zip-popup-list-li:hover{
  color: #467AF2;
  border: 1px solid #467AF2;
}

.aigc-reduce-upload-con-l-txt{
  font-size: 12px;
  color: #B2B5BA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.aigc-reduce-upload-con-l-txt img{
  width: 228px;
}
.aigc-reduce-upload-con-l-txt-gs img{
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.aigc-reduce-upload-con-l-txt-bg {
  align-items: flex-start;
}

.aigc-reduce-upload-con-l-txt-bg img{
  height: 16px;
  width: auto;
  padding: 2px 5px 5px;
}

.aigc-reduce-upload-con-l-txt-bg-list {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
}

.aigc-reduce-upload-loadding-top{
  display: flex;
  align-items: center;
  justify-content: center;
}
.aigc-reduce-upload-loadding-top .title-icon{
  width: 14px;
  margin-right: 11px;
}
.aigc-reduce-upload-loadding-top span{
  max-width: 300px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.aigc-reduce-upload-loadding-top i{
  color: #727272;
  margin-left: 15px;
  cursor: pointer;
  opacity: 0;
}
.aigc-reduce-upload-loadding-progress{
  width: 246px;
  height: 8px;
  background: #EDEDED;
  border-radius: 6px 6px 6px 6px;
  margin: 12px auto 0;
  overflow: hidden;
}
.aigc-reduce-upload-loadding-progress-on{
  width: 0%;
  height: 8px;
  background: #467AF2;
  border-radius: 6px 6px 6px 6px;
  transition: all 0.3s;
}
.aigc-reduce-upload-loadding-txt{
  margin-top: 13px;
  font-size: 12px;
  color: #B2B5BA;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aigc-reduce-upload-loadding-txt i{
  color: #66B165;
  margin-right: 8px;
  font-size: 14px;
}

.aigc-reduce-upload-sub{
  width: 148px;
  height: 44px;
  background: linear-gradient( 103deg, #9383FB 0%, #5E7EF1 100%);
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 14px;
  margin: 30px auto 0;
  cursor: pointer;
}
.aigc-reduce-upload-sub:hover{
  opacity: 0.8;
}
.aigc-reduce-upload-subNo{
  background: #C7CBD1;
  cursor: no-drop;
}
.aigc-reduce-upload-subNo:hover{
  opacity: 1;
}

.aigc-reduce-mian-content-record{
  margin-top: 50px;

}
.record-top {
  margin-bottom: 21px;
}
.record-top-text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 15px;
  color: #333333;
}
.icon-record{
  color: #333;
}
.record-tips {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #8b8b8b;
}
.record-table {
  min-height: 98px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  text-align: left;
  display: none;
}
.record-table-head {
  height: 50px;
  line-height: 50px;
  display: flex;
  padding: 0px 21px 0px 68px;
  align-items: center;
  background: #fafafa;
  border-radius: 8px 8px 0px 0px;
  font-family: 苹方-简, 苹方-简;
  font-weight: normal;
  font-size: 13px;
  color: #8c8c8c;
}
.record-table-filename {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 25px;
  /* display: flex;
  align-items: center; */
}
.record-table-filename img{
  margin-right: 6px;
  width: 14px;
  position: relative;
  top: -1px;
}
.record-table-filename .icon-html{
  color: #3C92EF;
}
.record-table-filename-icon-zip{
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("../image/aigc_reduce_icon4.png") no-repeat left top/100% 100%;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.record-table-filename i {
  font-size: 14px;
  display: inline-block;
  margin-right: 6px;
}
.filename-type {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  display: inline-block;
  background-image: url("../image/paragraph.png");
  background-size: cover;
  background-position: center center;
  margin-top: 2px;
}
.otherType-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  display: inline-block;
  background-image: url("../image/otherType.png");
  background-size: cover;
  background-position: center center;
  margin-top: 2px;
}
.icon-pdf {
  color: #f57373;
}
.icon-word {
  color: #3c92ef;
}
.icon-T {
  color: #61768d;
}
.icon-weizhi {
  color: #7f859a;
}
.record-table-type {
  width: 104px;
}
.record-table-time {
  width: 152px;
}
.record-table-state {
  width: 90px;
}
.record-table-aigc {
  width: 121px;
}
.yellow {
  color: #ff8124 !important;
}
.red {
  color: #f26457 !important;
}
.record-table-operate {
  width: 290px;
}
.record-table-body {
  padding: 0px 21px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}
.table-li {
  display: flex;
  height: 56px;
  align-items: center;
  border-top: 1px solid #f5f5f5;
  text-align: left;
  font-family: 苹方-简, 苹方-简;
  font-weight: normal;
  font-size: 13px;
  color: #202020;
  position: relative;
}
.stateIng {
  color: #a2a2a2;
}
.state-success {
  color: #21981c;
}
.iconChecked {
  color: #467af2;
  font-size: 14px;
  margin-right: 22px;
  display: inline-block;
  cursor: pointer;
}


.checkInput,.checkedAll-input{
  position: relative;
  top: 4px;
  margin-right: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #C5C8D2;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.checkInput:checked,.checkedAll-input:checked{
  border: none;
  background: url("../image/checkbox_icon_on.png") no-repeat;
}
.checkInput:disabled,.checkedAll-input:disabled{
  cursor: no-drop;
  background: rgba(204,204,204,0.2);
  opacity: 0.5;
}

.iconUncheck {
  width: 16px;
  height: 16px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 22px;
  cursor: pointer;
  position: relative;
}
.delete-file {
  display: inline-block;
  margin-left: 11px;
  cursor: pointer;
  color: #8b8b8b;
}
.operate-btn {
  font-family: 苹方-简, 苹方-简;
  font-weight: normal;
  font-size: 12px;
  color: #6468e7;
  cursor: pointer;
  margin-right: 20px;
  display: inline-block;
}
.operate-btn a {
  color: #6468e7;
}

.operate-btn i {
  font-size: 14px;
  color: #6468e7;
  display: inline-block;
  margin-right: 6px;
}
.pagination {
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
}
.pages-box {
  display: flex;
  align-items: center;
  margin-left: 6px;
}
.pages-box-li {
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  cursor: pointer;
}
.bottpm-paging-box {
  display: flex;
  align-items: center;
}
.active-page {
  border: 1px solid #3e8bdb;
}
.bottom-paging-last,
.bottom-paging-next {
  cursor: pointer;
}
.aigc-reduce-main .pagination {
  margin-right: 8px;
}

.aigc-reduce-main .pagination > a {
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.aigc-reduce-main .pagination > span {
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.aigc-reduce-main .pagination > span.active {
  border: 1px solid #3e8bdb;
}
.empty-list {
  text-align: center;
}
.empty-list .empty-hint {
  color: #999;
  margin-top: 34px;
  font-size: 13px;
}
.empty-hint img{
  transform: rotate(180deg);
  position: relative;
  top: -2px;
}

@media screen and (max-width: 1780px) {
  .aigc-reduce-why-popup{
    left: initial;
    right: -49px;
  }
  .aigc-reduce-why-popup:before{
    left: initial;
    right: 93px;
  }
}

