.invoice-page__container {
  padding-bottom: 40px;
  width: 975px;
  background-color: #fff;
  overflow: hidden;
}

.invoice-page__container .address-table {
  margin: 0 10px;
}

.invoice-page__container > .add_tools {
  height: 36px;
  line-height: 36px;
  text-align: right;
  padding-right: 30px;
  padding-top: 10px;
}

.invoice-page__container > .add_tools span {
  color: var(--main-color);
  cursor: pointer;
}

/* 开票规则 */
.invoice-rules__container {
  margin: 20px 0 0;
  background-color: #fff;
}

.invoice-rules__container > .rules-head__wrap {
  padding: 0 20px;
}

/* 开票规则标题 */
.invoice-rules__container > .rules-head__wrap > .rules-caption {
  height: 60px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
  font-size: 16px;
  line-height: 60px;
  color: #333;
}

/* 规则列表 */
.rules-text__list {
  padding: 20px 20px 10px;
}

.rules-text__list > p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

/* 示例图片 */
.specification-images-list {
  padding: 0 0 20px 20px;
  font-size: 0;
}

/* 每项图片组 */
.specification-images-list > .specification-image-item {
  *display: inline;
  display: inline-block;
  zoom: 1;
  height: 110px;
  width: 140px;
  font-size: 0;
  cursor: pointer;
}

.specification-images-list > .specification-image-item.margin-right-20 {
  margin-right: 20px;
}

/* 图片背景 */
.specification-images-list
  > .specification-image-item
  > .specification-images-bg {
  width: 140px;
  height: 75px;
  -ms-background-size: 140px 75px;
  background-size: 140px 75px;
  cursor: zoom-in;
}

/* 图片 */
.specification-image-item > .specification-images-bg.info_back {
  background-image: url(/images/img/invoice_img_min_info.4d7ff2ee.png);
}

.specification-image-item > .specification-images-bg.category_back {
  background-image: url(/images/img/invoice_img_min_category.23b0dc50.png);
}

/* 示例文字描述 */
.specification-image-item > .specification-image-text {
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  color: #666;
}

/* dialog层 */
.component-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWNgSAMAAGkAZ9QfhWEAAAAASUVORK5CYII=);
  z-index: 999;
  /* display: table; */
}

.component-dialog-wrapper {
  display: table-cell;
  vertical-align: middle;
}
/* 图片预览展示层 */
.component-dialog-main {
  margin: 0 auto;
  background: #fff;
}

/* 展示层头部 */
.component-dialog-main .dialog-header {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #f6f6f6;
}

.component-dialog-main .dialog-header span {
  font-size: 16px;
}

/* 关闭图标 */
.component-dialog-main .dialog-header i {
  float: right;
  cursor: pointer;
  font-size: 24px;
  color: var(--info-NoLight);
}

.component-dialog-main .dialog-header i:hover {
  color: var(--info-info);
}

/* 弹出层body */
.component-dialog-main .dialog-body {
  padding: 30px;
}

/* 图片预览 */
.invoice_preview__container {
  margin: 0 auto;
  width: 609px;
  height: 394px;
}

.invoice_preview__container > img {
  display: block;
  width: 609px !important;
  height: 394px !important;
}
