@charset "utf-8";

/* CSS Document */
.pdfUp-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.pdfUp-popup-bg {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pdfUp-popup-box {
  width: 568px;
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  background-color: #FFF;
  border-radius: 4px;
}

.pdfUp-popup-box-title {
  line-height: 45px;
  height: 88px;
  border-bottom: 1px solid #E6ECF2;
  position: relative;
}

.pdfUp-popup-box-title h2 {
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 24px;
  position: absolute;
  top: 32px;
  left: 24px;
  z-index: 1;
}

.pdfUp-popup-box-title .pdf_bg {
  position: absolute;
  top: -51px;
}

.pdfUp-popup-box-title i {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 30px;
  color: #999999;
  background: url(./icon_close.png) no-repeat center center;
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 32px;
}

.pdfUp-popup-box-title span {
  font-size: 16px;
  color: #333333;
}

.pdfUp-popup-box-cont {
  padding: 0px 0 45px 0;
  background-color: #fff;
}

.pdfUp-file {
  margin-top: 24px;
}

.pdfUp-file span {
  float: left;
  width: 80px;
  text-align: right;
  color: #111;
  font-size: 14px;
  padding-right: 24px;
  line-height: 44px;
}

.pdfUp-file label {
  float: left;
  display: block;

  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
  position: relative;
  cursor: pointer;

  color: #D93838;

  width: 94px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.pdfUp-file label i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(https://img3.dzsc.com/img/web/ic/pdfUp/pdfUp.png) no-repeat;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.pdfUp-file .pdfUp-filebtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  height: 44px;
  opacity: 0;
  cursor: pointer;
}

.pdfUp-file .pdfUp-delbtn {
  width: 331px;
  height: 44px;
  text-align: left;
  line-height: 44px;
  padding-left: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  color: #111;
  overflow: hidden;
  word-break: break-all;
  float: left;
}

.pdfUp-file .pdfUp-delbtn i {
  background: url(https://img3.dzsc.com/img/web/ic/pdfUp/close.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 10px;
}

.pdfUp-file .pdfUp-delbtn:hover {
  color: #666;
}

.pdfUp-info {
  margin-top: 24px;
  color: #333333;
  font-size: 16px;
}

.pdfUp-info p {
  line-height: 58px;
  padding-left: 38px;
  font-size: 16px;
  display: none;
}



.pdfUp-info div.checkbox {
  float: left;
  width: 358px;
  padding-top: 6px;
}

.pdfUp-info div.checkbox label {
  float: left;
  display: block;
  width: 89px;
  line-height: 22px;
}

.pdfUp-info div.checkbox label input {
  float: left;
  margin: 5px 5px 0 0;
}

.pdfUp-info>div>span {
  float: left;
  width: 104px;
  line-height: 40px;
  font-size: 14px;
  text-align: right;
  padding-right: 24px;
  box-sizing: border-box;
  color: #111111;
}

.pdfUp-info div input[type=text] {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  height: 44px;
  width: 440px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 14px;
}

.pdfUp-info div input[type=text].inputother {
  display: none;
  width: 100px;
  height: 24px;
  padding: 0 5px;
}

.pdfUp-submit {
  margin-top: 14px;
  text-align: center;
}

.pdfUp-submit .pdfUp-submitbtn {
  display: inline-block;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  width: 520px;
  height: 40px;
  background: #D93838;
}

.pdfUp-submit .pdfUp-submitbtn:hover {
  opacity: 0.8;
}

.pdfUp-info textarea {
  width: 440px;
  height: 126px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  resize: none;
  padding: 12px;
  box-sizing: border-box;
  font-size: 14px;
}

.pdfUp-info textarea:focus {
  outline: none;
}

.pdfUp-info div input[type=text]:disabled {

  background: #EEEEEE;
}



.outer {
  position: relative;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #eeeeee;
  font-size: 12px;
}

.outer span,
.filter-box,
.inner {
  position: absolute;
  top: 0;
  left: 0
}

.outer span {
  display: block;
  padding: 0 0 0 36px;
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: #666666;
  text-align: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.filter-box {
  width: 0;
  height: 100%;
  background: #7ac23c;
  z-index: 9;
}

.outer.act span {
  padding: 0 36px 0 0;
}

.inner {
  width: 46px;
  height: 34px;
  border: 1px solid #dddddd;
  font-size: 16px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  font-family: '宋体';
  z-index: 10;
  color: #999999;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.outer.act .inner {
  text-indent: -99999px;
  overflow: hidden;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==") no-repeat center;
}

.outer.act span {
  z-index: 99;
  color: #fff;
}




.disflex {
  display: flex;
}

.feedouter1 {
  width: 77.5% !important;
  border-radius: 4px;
  height: 44px !important;
  line-height: 44px !important;
}

.filter-box1 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.feedinner1 {
  width: 44px !important;
  height: 44px !important;
  box-sizing: border-box;
  border: none !important;
  background: url(./verify.png) no-repeat -8px -6px !important;
}

.feedouter span {
  box-sizing: border-box;
}


.w1390 .fabu {
  display: flex;
  align-items: center;
}


.fabu .pdfUp,
.fabu .pdfDown {
  background: #D93838;
  border-radius: 4px;
  font-family: PingFang SC-Medium, PingFang SC;
  color: #FFFFFF;
  display: inline-block;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.fabu .pdfUp {
  /* display: none; */
}

.fabu .pdfDown {
    background: #47b248;
}

.fabu .pdfUp i,
.fabu .pdfDown i {
  display: inline-block;
  width: 25px;
  height: 23px;
  margin-right: 8px;
  /* position: relative; */
  /* top: 3px; */
  /* left: 8px; */
}

.fabu .pdfUp i {
  background: url(./icon_pdf.png) no-repeat;
}

.fabu .pdfDown i {
  background: url(./icon_pdf_down.png) no-repeat;
}

.fabu .pdfUp span,
.fabu .pdfDown span {
  /* position: relative; */
  /* top: -2px; */
  /* left: 18px; */
}

.pdfUp-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.w1390 .fabu a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}