.operate-btn-group {
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  float: right;
}

.operate-btn {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-size: 100% 100%;
}

.operate-btn + .operate-btn {
  margin-left: 12px;
}

.icon-share {
  background-image: url(../idtApp/public/images/icon-share.png);
}

.icon-share:hover {
  background-image: url(../idtApp/public/images/icon-share-checked.png);
  cursor: pointer;
}

.icon-print {
  background-image: url(../idtApp/public/images/icon-print.png);
}

.icon-print:hover {
  background-image: url(../idtApp/public/images/icon-print-checked.png);
  cursor: pointer;
}

.icon-qrcode {
  background-image: url(../idtApp/public/images/icon-qrcode.png);
}

.icon-qrcode:hover {
  background-image: url(../idtApp/public/images/icon-qrcode-checked.png);
  cursor: pointer;
}

.page-nav-list {
  width: 160px;
  padding-right: 16px;
  box-sizing: box-sizing;
  position: absolute;
  top: 532px;
}

.page-nav-list-fixed {
  position: fixed;
  top: 78px;
}

.page-nav-list:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32.5px;
  margin: auto;
  width: 2px;
  background-color: #f3f3f3;
  display: inline-block;
  height: calc(100% - 76px);
}

.page-nav-item {
  width: 100%;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding-left: 8px;
  font-size: 14px;
  color: #999999;
  position: relative;
  text-align: right;
  padding-right: 46px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 12px;
}

.page-nav-item:before {
  content: attr(index);
  text-align: center;
  position: absolute;
  right: 4.5px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #eeeeee;
}

.page-nav-item-checked {
  color: #b51326;
  margin: 0 24px 12px 0;
}

.page-nav-item-checked:before {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #b51326;
  border-radius: 50%;
  right: 0;
  color: #fff;
}
.project-iframe {
  width: calc(100% - 160px);
  margin-left: 160px;
}
@media print {
  .printness {
    display: none;
  }
  .project-iframe {
    width: calc(100% - 160px);
    margin-left: 0;
  }
  .idtFormText {
    width: calc(100% - 8em);
  }
}
