.aigc-main {
  width: 100%;
  min-height: 100%;
  /* background: #f6f9fd; */
  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-main-box {
  width: 1200px;
  background: #ffffff;
  box-shadow: 0px 1px 3px 1px rgba(118, 121, 133, 0.12);
  border-radius: 15px 15px 15px 15px;
  box-sizing: border-box;
  padding: 37px 50px 52px;
  margin: 40px auto;
}
.aigc-main-box-top {
  width: 100%;
  height: 50px;
  background: linear-gradient(90deg, #ffeaea 0%, #fff3f0 100%);
  border-radius: 9px 9px 9px 9px;
  box-sizing: border-box;
  line-height: 50px;
  padding: 0px 24px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 32px;
}
.aigc-liwu-img {
  width: 38px;
  height: 36px;
  margin-right: 11px;
  margin-top: 3px;
}
.aigc-main-txt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 550;
  font-size: 14px;
  color: #333333;
  position: relative;
  z-index: 10;
}
.text-detail {
  position: relative;
  z-index: 10;
  font-family: PingFang SC, PingFang SC;
  font-weight: 550;
  font-size: 14px;
  color: #333333;
}
.text-detail-tip{
  font-weight: normal;
}
.aigc-main-txt::before {
  height: 10px;
  background: #ffd9d9;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 13px;
  z-index: 1;
  /* opacity: 0.7; */
}
.aigc-info-txt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}

.aigc-info-txt .aigc-check-box__text-tip-on{
  font-size: 14px;
  color: #F5602A;
  margin: 0 6px;
  display: none;
}
.aigc-info-txt .aigc-check-box__text-tip-on img{
  width: 18px;
  position: relative;
  top: -1px;
}
.aigc-info-txt .aigc-check-box__text-free{
  text-decoration: underline;
}

.check-btn {
  width: 92px;
  height: 32px;
  background: linear-gradient(222deg, #ff5c62 0%, #f4845b 100%);
  box-shadow: 0px 1px 12px 1px rgba(255, 183, 180, 0.5);
  border-radius: 17px 17px 17px 17px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  right: 24px;
}
.check-btn a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
}
.aigc-main-box-question {
  /* height: 202px; */
  background: #f6f9fd;
  border-radius: 16px 16px 16px 16px;
  width: 100%;
  box-sizing: border-box;
  padding: 26px 32px;
}
.question-top {
  padding-left: 11px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #2d2d2d;
  margin-bottom: 16px;
  position: relative;
}
.question-top::after {
  content: "";
  width: 3px;
  height: 14px;
  background: #497def;
  border-radius: 0px 2px 2px 0px;
  left: 0px;
  top: 7px;
  position: absolute;
}
.question-info {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
}
.question-range {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: flex-start;
}
.question-range-xbt{
  flex-shrink: 0;
  position: relative;
  top: -4px;
}
.range-box-on,
.range-box {
  display: flex;
  align-items: center;
}
.range-box-item {
  display: flex;
  align-items: center;
  margin-left: 8px;
  flex-wrap: wrap;
  width: 80%;
  gap: 10px;
}
.item-li-text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #3f4654;
}
.item-li {
  display: flex;
  align-items: center;
  margin-left: 16px;
  margin-bottom: 5px;
}
.item-li img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.aigc-main-box-detection {
  margin-top: 32px;
  height: 332px;
  background: #fafafa;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #dbdbdb;
  position: relative;
}
.detection-tips-dom {
  position: absolute;
  height: 38px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 4px 16px 1px rgba(0, 0, 0, 0.1);
  border-radius: 21px 21px 21px 21px;
  line-height: 38px;
  left: 44%;
  top: 55%;
  font-size: 13px;
  color: #ffffff;
  z-index: 2;
  padding: 0px 16px;
  display: none;
}
.detection-tips-dom i {
  display: inline-block;
  margin-right: 6px;
}
.aigc-main-box-detection-top {
  border-radius: 16px 16px 0px 0px;
  height: 52px;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0px 33px;
  box-sizing: border-box;
  justify-content: space-between;
}
.top-detection-type {
  height: 100%;
  display: flex;
  align-items: center;
}
.type {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.type-word {
  margin-right: 46px;
}
.type-checked {
  position: relative;
}
.type-checked::after {
  content: "";
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: #3874fb;
  position: absolute;
}
.top-detection-btn {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.icon-record {
  display: inline-block;
  margin-right: 6px;
  margin-top: 1px;
}
.aigc-main-box-detection-content {
  padding: 0px 33px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.wordUpload {
  display: block;
}
.textUpload {
  width: 100%;
  height: 279px;
  box-sizing: border-box;
  /* padding: 24px 0px; */
  padding-top: 18px;
  display: none;
  /* padding-bottom: 24px; */
}
textarea:focus {
  background: #fafafa !important;
}
.text-upload-textarea {
  resize: none;
  width: 100%;
  height: 207px;
  background: #fafafa;
}
.textarea-num {
  margin-top: 10px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #919191;
}
.textarea-num i {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.drop-upload {
  width: 99.8%;
  height: 100%;
  /* background: #fff; */
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.drop-upload img.icon {
  margin-top: 70px;
}

.drop-upload p {
  color: #999;
  font-size: 14px;
}

.drop-upload .drop-xbt {
  color: #202020;
  font-size: 16px;
  margin: 10px 0;
}
.up-tab .filePrew {
  width: 100%;
  height: 248px;
}
.up-tab {
  height: 100%;
}
/*新改*/
.upload-his-box {
  overflow: hidden;
  /* width: 500px; */
  /* margin: 61px auto 0;
   */
  display: flex;
  align-items: center;
}

.upload-his-inp {
  width: 500px;
  margin: 30px auto 0;
}

.upload-his-box-l,
.upload-his-box-r {
  /* float: left; */
  margin-right: 11px;
}

.upload-his-box-l img,
.upload-his-box-txt img {
  margin-top: 0;
}
.file-name {
  max-width: 254px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #202020;
  margin-right: 16px;
}
.upload-his-box-l img {
  width: 14px;
  height: 16px;
  margin-bottom: 4px;
  /* margin-right: 11px; */
}

.upload-his-box-txt {
  text-align: left;
  color: #999;
  font-size: 14px;
}

.upload-his-box-txt span {
  margin-right: 30px;
}

.upload-his-box-txt span img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.upload-his-inp .item .hd {
  display: inline;
  font-weight: normal;
  color: #666;
}

.upload-his-inp .item .input {
  width: 88%;
  background: #fff;
}

#newupload {
  position: relative;
  background: #fafafa;
  /* margin-top: 20px; */
  border-radius: 16px;
  display: block;
  height: 279px;
}
.aigc-main-box-submit {
  margin: 48px auto 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.submit-btn {
  width: 148px;
  height: 44px;
  background: #467af2;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.submit-checktimes {
  font-size: 12px;
  color: #8b8b8b;
  text-align: center;
  /* margin-top: 10px; */
  margin: 10px auto 0px;
  display: none;
}
.record-top {
  margin-bottom: 22px;
}
.record-top-text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
}
.record-tips {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #8b8b8b;
}
.record-table {
  min-height: 280px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  text-align: left;
}
.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 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: 280px;
}
.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;
}
.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-main .pagination {
  margin-right: 8px;
}

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

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

.aigc-main .pagination > span.active {
  border: 1px solid #3e8bdb;
}
.empty-list {
  margin: 118px auto 0;
  /* width: 25px; */
  text-align: center;
  position: relative;
  bottom: 62px;
}
.empty-list .empty-hint {
  color: #999;
  margin-top: 24px;
}
