/** 双table结构 */
.sticky-top {
  position: sticky;
  top: 0;
}


.zts-table-panel {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  font: 12px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  overflow: auto;
}

.zts-table-panel .table-wrapper {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  min-width: 100%;
}

.zts-table-panel .table-wrapper .table-sticky {
  display: inline-block;
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #fff;
  /* box-shadow: 6px 0 6px -4px rgba(0,0,0,.15); */
}

.zts-table-panel .table-wrapper .table-more {
  display: inline-block;
  min-width: 100vw;
  vertical-align: top;
}

.zts-table-panel .table-wrapper .table-more table {
  border-left: none;
  border-right: none;
  max-width: initial;
  margin: 0;
}

.zts-table-panel thead {
  background-color: #eaf6ff;
  position: sticky;
  top: 0;
  z-index: 1;
}

.zts-table-panel .back-right #plan_name_box{
  box-shadow: 0 -10px 8px 0px rgb(0 0 0 / 8%);
}

.zts-table-panel thead tr:nth-child(1) th{
  background-color: #eaf6ff;
  position: sticky;
  top: 0;
  z-index: 1;
}

.zts-table-panel thead tr:nth-child(2) th{
  background-color: #eaf6ff;
  position: sticky;
  top: 50px;
  z-index: 1;
}

.zts-table-panel .table-wrapper .table-sticky thead {
  z-index: 2;
}

/** table样式 */

.zts-table-panel thead tr {
  height: 50px;
}

.zts-table-panel tbody tr {
  height: 70px;
}

.zts-table-panel th {
  white-space: nowrap;
  padding: 4px 24px !important;
  font-size: 14px !important;
  text-align: center !important;
}
.zts-table-panel td {
  height: 70px;
  padding: 4px 24px !important;
  font-size: 14px !important;
  text-align: center !important;
}
.zts-table-panel .table-more th {
  text-align: center!important;
}
.zts-table-panel .table-more td {
  text-align: center!important;
}



/** 无数据样式 */
.zts-table-panel.empty {
  overflow: hidden;
}
.zts-table-panel.empty tbody {
  display: none;
}

.zts-table-panel .table-empty-box {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
  padding: 0 12px;
}
.zts-table-panel .table-empty-box .empty-msg {
  background-color: #fff;
  border: 1px solid #dddddd;
  line-height: 120px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.zts-table-panel.empty .table-empty-box {
  display: block;
}

.zts-table-panel .empty-box {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../../images/QianChuan/empty-icon.png');
  background-size: 178px 118px;
  margin: 50px auto;
  font-size: 18px;
  line-height: 48px;
  color: #333;
  font-weight: 700;
  height: 140px;
  width: 100%;
  text-align: center;
}


.zts-table-panel.empty .pagination2 {
  display: none;
}

/** table内容样式 */
.zts-table-panel .name {
  line-height: 24px;
}
.zts-table-panel .desc {
  line-height: 16px;
  color: #999;
}

.zts-table-panel .prod-info {
  width: 200px;
  padding-left: 50px;
  position: relative;
  height: 40px;
}

.zts-table-panel .pic {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.zts-table-panel .pic img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}




/** 每层独立样式 */
.common-panel .top-box .query-box{
    width: 100%;
    height: 50px;
    padding: 9px 12px;
}

.common-panel .top-box .rt-box{
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 12px;
}

.common-panel .mid-box table{
    min-width: 1200px;
    width: 100%;
}


/** query-box */
.query-box .date-section {
    border: 1px solid #eee;
    border-radius: 3px;
    height: 34px;
    padding-right: 30px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    width: 200px;
    position: relative;
    overflow: hidden;
}

.query-box .date-section input {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    padding: 0 6px;
    border: navajowhite;
}
.query-box .date-section .icon-loop2 {
    display: inline-block;
    height: 34px;
    position: absolute;
    width: 30px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    top: 0;
    right: 0;
    font-size: 14px;
}


.query-box .input-search-box{
    border: 1px solid #eee;
    border-radius: 3px;
    height: 32px;
    padding-right: 30px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    width: 200px;
    position: relative;
    overflow: hidden;
}
  
  
.query-box .input-search-box input {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    padding: 0 6px;
    border: navajowhite;
}

.query-box .input-search-box .btn-search {
    display: inline-block;
    height: 32px;
    position: absolute;
    width: 30px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    background-color: #1f6ff4;
    border-radius: 0 3px 3px 0;
}
  
