@charset "utf-8";

/* - reset 
-----------------------------------*/
html, body, .book {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
.book {
  display: flex;
  flex-direction: column;
}
.table-box {
  width: 100%;
  flex: 1;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* header */
.htw-header {
  height: 36px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
  padding: 0 40px;
  text-align: right;
  background: #217dbb;
}

.htw-header li {
  display: inline-block;
  font-size: 14px;
  position: relative;
}

.htw-header li a.item {
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  display: inline-block;
  color: #fff;
}


.htw-header .toolbar-menu li {
  display: block;
}

.htw-menu {
  width: 240px;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 36px;
  left: 0;
  bottom: 0;
  z-index: 1001;
  overflow: hidden;
  background: #f0f6e4;
}

.htw-menuArea {
  min-height: 60px !important;
}

.htw-ztree {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.htw-ztree .ztree {
  overflow: visible;
}

.htw-content {
  position: absolute;
  width: auto;
  top: 36px;
  bottom: 0px;
  left: 240px;
  overflow: hidden;
  right: 0;
}

.htw-content-header {
  height: 90px;
  border-bottom: 1px solid #ccc;
  position: relative;
  color: #555;
  background: #fff;
}

.htw-content-global {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.htw-content-editor {
  /* height: 89px; */
  display: none;
  position: absolute;
  z-index: 111;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.htw-content {
  background: #f3f3f3;
}

.htw-content-local a.item {
  color: #fff;
}

.htw-body {
  margin-right: auto;
  margin-left: auto;
  overflow: auto;
  position: absolute;
  width: auto;
  top: 90px;
  bottom: 0px;
  left: 0px;
  right: 0;
}

.htw-items {
  padding: 0 20px 20px;
  text-align: left;
  position: relative;
}

.htw-info-msg {
  width: 794px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-indent: 2em;
  color: red;
}

.htw-audited {
  width: 260px;
  border: 1px solid #217dbb;
  margin-top: 20px;
  position: fixed;
  display: none;
  vertical-align: top;
}

.htw-audited h3 {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  background: #217dbb;
  color: #fff;
}

.htw-audited-item {
  overflow: auto;
  background: #f0f6e4;
}

.htw-audited-item li {
  margin: 6px 12px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #217dbb;
}

.htw-audited-item li a {
  line-height: 24px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.htw-audited-item li p {
  line-height: 22px;
}

.htw-audited-item .c777 {
  color: #777;
}

.htw-audited-item li .num {
  color: #444;
}

.htw-audited-search {
  padding: 12px;
  border-bottom: 1px solid #217dbb;
  background: #fff;
}

.htw-audited-title,
.htw-audited-title:link {
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  display: inline-block;
  color: #fff;
}

.htw-audited-title.active {
  color: #217dbb;
  background: #fff;
}

.htw-audited-more {
  height: 24px;
  line-height: 24px;
  border-top: 1px solid #217dbb;
  padding-right: 12px;
  text-align: right;
  text-decoration: underline;
  background: #fff;
}

.htw-audited-more a,
.htw-audited-more:link {
  font-weight: bold;
  color: #217dbb;
}

.htw-body-item {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background: #fff;
}

.htw-body-item-inset {
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}

.htw-pageMargin {
  width: 24px;
  height: 24px;
  position: absolute;
}

.htw-item {
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hwt-book-zoom .htw-item {
  box-shadow: none;
  background: transparent;
  /*transform:scale(.8, .8);
  -moz-transform:scale(.8, .8);
-webkit-transform:scale(.8, .8);
-o-transform:scale(.8, .8);
transform-origin:0 0;*/
}

.htw-title {
  height: 38px;
  line-height: 34px;
  margin-top: 12px;
  font-size: 24px;
  text-align: center;
}

.htw-pageThead {
  height: 26px;
  line-height: 22px;
}

.htw-intro {
  min-height: 24px;
  line-height: 20px;
  font-size: 12px;
  white-space: pre;
}

.htw-txt-size {
  padding-top: 3px;
}

.htw-pageMode {
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
}

.htw-template {
  border: 2px solid transparent;
  position: relative;
  margin-bottom: 3px;
}

.htw-handsontable {
  white-space: pre;
}

.dashed2 {
  border: 2px dashed #aaa;
  margin-bottom: 3px;
}

.htw-headerFooter {
  width: 100%;
  position: absolute;
  z-index: 103;
  text-align: center;
  color: #555;
}

.htw-pageHeader {
  top: 0;
  left: 0;
}

.htw-pageFooter {
  bottom: 0;
  left: 0;
}

.htw-seePage {
  padding: 20px;
  background-color: #f3f3f3;
}

/************ handsontable theme ************/
.htw-table {
  margin: 0 auto;
  border-width: 0;
  width: 0;
  outline-width: 0;
  max-width: none;
  max-height: none;
  border-spacing: 0;
  table-layout: fixed;
}
.htw-table thead th {
  height: 24px;
  /* line-height: 24px; */
}

.htw-table-col {
  padding: 0 6px;
}

.htw-theme-sidebar thead th {
  border: 1px solid #000;
  text-align: center;
}

.htw-theme-sidebar thead tr th:first-child {
  border-left-width: 0px;
}

.htw-theme-sidebar thead tr th:last-child {
  border-right-width: 0px;
}

.htw-theme-sidebar thead tr:first-child th {
  border-top: 2px solid #000;
}

.htw-theme-sidebar tbody tr th.last {
  border-right: 1px solid #000;
}

.htw-theme-sidebar tbody tr:last-child th,
.htw-theme-sidebar tbody tr:last-child td {
  border-bottom: 2px solid #000;
}

.htw-theme-sidebar tbody td {
  text-align: right;
}

.htw-theme-sidebar2 thead th {
  border-bottom: 1px solid #000;
  text-align: center;
}

.htw-theme-sidebar2 thead tr:first-child th {
  border-top: 2px solid #000;
}

.htw-theme-sidebar2 tbody tr:last-child th,
.htw-theme-sidebar2 tbody tr:last-child td {
  border-bottom: 2px solid #000;
}

.htw-theme-sidebar2 tbody td {
  text-align: right;
}

.htw-theme-sidebar3 thead th {
  border: 1px solid #000;
  text-align: center;
  background: #ebf9fc;
}

.htw-theme-sidebar3 thead tr th:first-child {
  border-left-width: 0px;
}

.htw-theme-sidebar3 thead tr th:last-child {
  border-right-width: 0px;
}

.htw-theme-sidebar3 thead tr:first-child th {
  border-top: 2px solid #000;
}

.htw-theme-sidebar3 tbody tr th {
  background: #ebf9fc;
}

.htw-theme-sidebar3 tbody tr:last-child th,
.htw-theme-sidebar3 tbody tr:last-child td {
  border-bottom: 2px solid #000;
}

.htw-theme-sidebar3 tbody td {
  text-align: right;
}

.htw-theme-sidebar4 thead th {
  border: 1px solid #000;
  text-align: center;
}

.htw-theme-sidebar4 thead tr th:first-child {
  border-left-width: 0px;
}

.htw-theme-sidebar4 thead tr th:last-child {
  border-right-width: 0px;
}

.htw-theme-sidebar4 thead tr:first-child th {
  border-top: 2px solid #000;
}

.htw-theme-sidebar4 tbody tr:last-child th,
.htw-theme-sidebar4 tbody tr:last-child td {
  border-bottom: 2px solid #000;
}

.htw-theme-sidebar4 tbody th {
  border-right: 1px solid #000;
}

.htw-theme-sidebar4 tbody td {
  border-right: 1px solid #000;
  padding-right: 8px;
  text-align: right;
}

.htw-theme-sidebar4 tbody td:last-child {
  border-right-width: 0px;
}


.ztree li span.button.add {
  margin-left: 2px;
  margin-right: -1px;
  background-position: -144px 0;
  vertical-align: top;
  *vertical-align: middle
}

.ztree li {
  padding-top: 2px;
  padding-bottom: 3px;
}

.ztree {
  z-index: 1002;
}


/* catalog style */
.catalog-htw {
  width: 100%;
}

.catalog-htw h1 {
  height: 44px;
  margin: 0 0 12px 0;
  font: bold 26px/32px "宋体";
  text-align: center;
  color: #000;
}

.catalog-htw .en-catalog-htw {
  font-family: helvetica;
}

.catalog-htw h2 {
  height: 42px;
  margin: 12px 0 6px;
  font: bold 16px/22px "宋体";
  text-align: center;
}

.catalog-htw .encatalog-title-htw {
  margin-bottom: 6px;
  font-family: helvetica;
}

.catalog-item-htw {
  height: 28px;
  position: relative;
  font: 12px/28px "宋体";
}

.catalog-item-htw .num {
  width: 48px;
  display: inline-block;
  vertical-align: top;
}

.catalog-item-htw .title {
  line-height: 24px;
  padding-right: 8px;
  background: #fff;
}

.catalog-item-htw .page {
  width: 28px;
  float: right;
  vertical-align: bottom;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.catalog-item-htw .item2 {
  height: 100%;
  overflow: hidden;
}

.catalog-item-htw .item {
  width: 100%;
  padding-left: 48px;
  padding-right: 36px;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  clear: both;
}


.en-htw {
  display: none;
}

.encatalog-item-htw {
  height: 24px;
  padding-left: 48px;
  font: bold 12px/24px helvetica;
}
thead {
  background: rgb(165, 199, 132)
}
thead th {
  font-weight: normal;
}
tbody th {
  line-height: 22px;
  background: rgb(239, 243, 231);
  font-weight: normal;
}
.table-title {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.table-title span {
  margin-right: 8px;
}
