/* table.css Date:2020-03-12 10:18:21 */

.lg-table-caption:after,
.lg-table-caption:before {
  content: "";
  display: block;
  clear: both;
}

.lg-table {
  width: 100%;
  background-color: #FFF;
  font-size: 14px;
  border: solid #E8E8E8;
  border-width: 1px 1px 0;
  overflow-x: auto;
}

.lg-table td,
.lg-table th {
  padding: 12px 0;
  min-width: 0;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

.lg-table th {
  background-color: #fcfcfc;
  color: #434343;
}

.lg-table th .lg-cell {
  position: relative;
  word-wrap: normal;
  vertical-align: middle;
  width: 100%;
}

.lg-table thead tr:nth-child(2) th {
  font-weight: 400;
}

.lg-table td {
  color: #7c7c7c;
  vertical-align: top;
}

.lg-table-cell {
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  position: relative;
}

.lg-table-line td,
.lg-table-line th {
  border-left: 1px solid #e8e8e8;
}

.lg-table-line .lg-table-o {
  margin-left: -1px;
}

.lg-table tbody tr:hover {
  background-color: #E2F2FF;
}

.lg-table tbody .is-checked {
  background-color: rgba(0, 0, 0, 0.02);
}

.lg-table-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  white-space: nowrap;
}

.lg-table-link:link,
.lg-table-link:visited {
  color: #0083FF;
}

.lg-table-select {
  cursor: pointer;
}

.lg-table-select.is-on .lg-table-th-list {
  display: block;
  top: 30px;
}

.lg-table-select.is-on .lg-table-sub:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lg-table-select .is-current {
  background-color: rgba(0, 0, 0, 0.04);
  color: #434343;
}

.lg-table-select .lg-table-sub:after {
  content: '';
  display: inline-block;
  background-image: url("//static.360buyimg.com/JDC_legao/widget/table/i/icon.png");
  width: 7px;
  height: 4px;
  vertical-align: middle;
  margin-left: 4px;
}

.lg-table-groups {
  border-top: 1px solid #e8e8e8;
  height: 40px;
  line-height: 40px;
}

.lg-table-groups .btn-sure {
  margin-right: 12px;
}

.lg-table-filter,
.lg-table-groups .btn-cancel,
.lg-table-groups .btn-sure {
  cursor: pointer;
}

.lg-table-filter .lg-table-sub:after {
  content: '';
  display: inline-block;
  background-image: url("//static.360buyimg.com/JDC_legao/widget/table/i/filter.png");
  width: 14px;
  height: 12px;
  vertical-align: middle;
  margin-left: 4px;
}

.lg-table-filter .lg-table-th-list {
  top: 40px;
}

.lg-table-filter.is-filter .lg-table-sub:after {
  background-position: 0 -12px;
}

.lg-table-btnicon {
  cursor: pointer;
  margin-right: 10px;
  width: 16px;
  min-height: 16px;
}

.is-flex .lg-table-btnicon {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.lg-table-field {
  display: none;
  background-color: rgba(0, 0, 0, 0.02);
}

.lg-table-field tr td:first-child {
  padding-left: 64px;
}

.lg-table-sub {
  display: inline-block;
  vertical-align: middle;
}

.lg-table-more {
  display: inline-block;
  color: #0083FF;
  vertical-align: middle;
}

.lg-table-more:after {
  content: '';
  display: inline-block;
  background-image: url("//static.360buyimg.com/JDC_legao/widget/table/i/invalid-name.png");
  width: 10px;
  height: 6px;
  vertical-align: middle;
  margin-left: 4px;
}

.lg-table-more.is-on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lg-table-more-list {
  display: none;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  min-width: 88px;
  text-align: center;
  z-index: 9999;
}

.lg-table-more-item {
  height: 32px;
  line-height: 32px;
  color: #7c7c7c;
  cursor: pointer;
}

.lg-table-more-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #434343;
}

.lg-table-th-list {
  display: none;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  min-width: 88px;
  text-align: center;
  z-index: 9999;
  font-weight: 400;
}

.lg-table-th-item {
  height: 32px;
  line-height: 32px;
  color: #7c7c7c;
  cursor: pointer;
}

.lg-table-th-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #434343;
}

.lg-table .is-checked {
  background-color: #fcfcfc;
}

.lg-table-o .lg-input {
  display: block;
  width: 100%;
}

.lg-table-caption {
  margin-bottom: 16px;
}

.lg-table-setfileld {
  position: relative;
  float: right;
}

.lg-setfileld-hd {
  width: 140px;
  padding-left: 12px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #434343;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.lg-setfileld-hd:after {
  content: '\f262';
  font-family: iconfont;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 12px;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.lg-setfileld-bd {
  width: 170px;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  display: none;
  z-index: 9;
  right: 0;
}

.lg-setfileld-list {
  padding: 16px;
}

.lg-setfileld-list .lg-checkbox {
  margin-right: 30px;
  margin-bottom: 14px;
}

.lg-setfileld-btns {
  text-align: center;
  border-top: 1px solid #E8E8E8;
  padding: 16px;
}

.is-on .lg-setfileld-hd:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-box {
  overflow: hidden;
}

.b-simply-box {
  text-align: left;
}

.h-simply-img {
  float: left;
  margin-right: 10px;
}

.h-simply-img img {
  display: block;
  border: 1px solid #ededed;
}

.h-simply-info {
  overflow: hidden;
}

.h-simply-info a:link,
.h-simply-info a:visited {
  color: #7c7c7c;
}

.h-simply-info .p-name {
  margin-bottom: 15px;
  height: 28px;
}

.h-simply-info .p-info-list {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
}

.lg-edit-box .lg-input {
  width: 100%;
}

.lg-edit-box .lg-input:focus-within {
  border: none;
}

.lg-edit-box .lg-input-o {
  border: 1px solid #0083FF;
}

.lg-edit-text {
  display: inline-block;
}

td.a-left,
th.a-left {
  text-align: left;
}

td.a-right,
th.a-right {
  text-align: right;
}

td.a-center,
th.a-center {
  text-align: center;
}

.sort-table {
  display: inline-block;
  width: 8px;
  height: 10px;
  background-image: url("//static.360buyimg.com/JDC_legao/widget/table/i/sort.png");
  margin-left: 4px;
  margin-top: 5px;
}

.is-sort {
  cursor: pointer;
}

.sort-asce .sort-table {
  background-position: 0 -10px;
}

.sort-desc .sort-table {
  background-position: 0 -20px;
}

.lg-table-s1 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: #FFF;
  font-size: 14px;
}

.lg-table-s1 td,
.lg-table-s1 th {
  padding: 16px 0;
  min-width: 0;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

.lg-table-s1 thead th {
  background-color: #fcfcfc;
  color: #434343;
  border-top: 1px solid #E8E8E8;
}

.lg-table-s1 thead th .lg-cell {
  position: relative;
  word-wrap: normal;
  vertical-align: middle;
  width: 100%;
}

.lg-table-s1 thead th:first-child {
  border-left: 1px solid #E8E8E8;
}

.lg-table-s1 thead th:last-child {
  border-right: 1px solid #E8E8E8;
}

.lg-table-s1 td {
  color: #7c7c7c;
  vertical-align: top;
}

.lg-table-s1 .h-table-th th {
  background-color: #fcfcfc;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}

.lg-table-content tr td {
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}

.lg-table-s1 td.h-space-box {
  height: 18px;
  padding: 0;
  border-right: 0;
}

.lg-table-scroll {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.lg-table-scroll .lg-table-o {
  width: 100%;
  table-layout: fixed;
}

.lg-table-scroll .lg-table-o thead {
  display: table-row;
}

.lg-table-scroll .lg-table-o tbody {
  display: block;
}

.lg-table-scroll .lg-table-o td,
.lg-table-scroll .lg-table-o th {
  width: 160px;
  min-width: 160px;
}

.is-table-fixed {
  table-layout: fixed;
}

.lg-table-fixed {
  position: relative;
  overflow: hidden;
  border-bottom-width: 1px;
}

.lg-table-fixed .lg-table-o {
  table-layout: fixed;
}

.lg-table-fixed td,
.lg-table-fixed th {
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
  overflow: hidden;
}

.lg-table-fixed .lg-table-cell {
  white-space: nowrap;
}

.lg-table-fixed-header {
  overflow-x: hidden;
}

.lg-table-fixed-body {
  position: relative;
  overflow: auto;
}

.lg-table-fixed-content {
  overflow-y: hidden;
  overflow-x: auto;
}

.lg-table-fixed-left,
.lg-table-fixed-right {
  position: absolute;
  top: 0;
  background-color: #FFF;
  z-index: 2;
}

.lg-table-fixed-left {
  left: 0;
  box-shadow: 1px -1px 8px 1px rgba(0, 0, 0, 0.15);
}

.lg-table-fixed-right {
  right: 0;
  box-shadow: -2px -1px 8px 1px rgba(0, 0, 0, 0.15);
}

.lg-table-fixed-list {
  overflow-y: hidden;
}

.lg-table-fixed-cover {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fcfcfc;
  height: 48px;
  z-index: 1;
}

.lg-table-fixed .lg-table-fixed-hover td {
  background-color: #E2F2FF;
}

.lg-table.lg-table td,
.lg-table.lg-table th {
  padding: 12px 16px;
}

.lg-table.lg-table {
  overflow-x: unset;
}

.lg-table-row-expand-icon {
  font-family: iconfont;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

.lg-table-row-expanded:before {
  content: "\f29c";
}

.lg-table-row-collapsed:before {
  content: "\f1b8";
}

.lg-table-row {
  background-color: rgba(0, 0, 0, 0.02);
}

.lg-table-row-level-0 {
  background-color: #fff;
}

.lg-table-content table {
  width: 100%;
}

.lg-table-cell-fix-left.lg-table-cell-fix-left,
.lg-table-cell-fix-right.lg-table-cell-fix-right {
  background-color: #fff;
  z-index: 2;
  overflow: visible;
}

.lg-table-cell-fix-left-first::after,
.lg-table-cell-fix-left-last::after {
  pointer-events: none;
  content: "";
  transition: box-shadow 0.3s;
  position: absolute;
  top: 0;
  bottom: -1px;
  width: 20px;
  right: -1px;
  transform: translateX(100%);
}

.lg-table-layout-fixed .lg-table-content {
  position: relative;
}

.lg-table-layout-fixed table {
  table-layout: fixed;
}

.lg-table-fixed-left table,
.lg-table-fixed-right table {
  width: auto;
  background: #fff;
}

.lg-table-fixed-left table td,
.lg-table-fixed-right table td {
  width: unset;
}

.lg-table-row-cell-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.lg-table-row-cell-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.lg-table-layout-fixed.lg-table-layout-fixed {
  position: relative;
  overflow: hidden;
  border-bottom-width: 1px;
}