
.consult-share .table-head {
  position:absolute;
  top:0px;
  width:100%;
  width:calc(100% - 18px);
  min-width:1400px;
  height:30px;
  max-height:30px;
}

.consult-share .table-area {
  width:100%;
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  min-width:1400px;
  position:relative;
}

.consult-share .table-body {
  height:99%;
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
  overflow-x: auto;
  overflow-y: scroll;
  position: relative;
  top: 29px;
}

.consult-share .table-body > table {
}

.consult-list-area {
  margin-top: 0px;
  height: 98%;
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
}

.consult-panel {
  height: 94%;
  height: -webkit-calc(100% - 110px);
  height: -moz-calc(100% - 110px);
  height: calc(100% - 110px);
}

.consult-panel-body {
  height: 98%;
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
}