body {
  background-color: #000;
}

table.define-table {
  width: 100%;
  text-align: center;
}
table.define-table > tbody > tr > td {
  padding: 10px;
  border: 1px solid #fff;
}

section.execute-condition {
  position: relative;
  background-color: #7b1fa2;
}

.color-highlight {
  font-weight: bolder;
  color: #03a9f4;
}
.color-murky-grey {
  color: #607d8b;
}
.color-red {
  font-weight: bolder;
  color: #f00;
}
.color-green {
  color: #0f0;
}

div.process-bar {
  z-index: 1;
  position: absolute;
  top: 160px;
  width: 100%;
  height: 500px;
}

/**
 * 店铺信息
 * 
 * 表格
 */
.table-list-frame {
  flex: 1;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  width: 100%;
}
ul.table-list {
  position: relative;
  width: 100%;
  background-color: #000;
  color: #fff;
}
ul.table-list > li > .index {
  width: 40px;
  text-align: center;
}
ul.table-list > li > .name {
  width: 130px;
  text-align: center;
  font-weight: bolder;
}
ul.table-list > li > .quota {
  width: 460px;
  text-align: center;
}
ul.table-list > li .marketplace-name {
  width: 120px;
}
ul.table-list > li .marketplace-id {
  width: 160px;
}
ul.table-list > li .marketplace-login {
  width: 90px;
}
ul.table-list > li .marketplace-dr {
  width: 120px;
}
ul.table-list > li .marketplace-drh {
  width: 100px;
}
ul.table-list > li .marketplace-action {
  flex: 1;
}

/**
 * 店铺信息
 * 
 * 表格-表头
 */
.table-list-header {
  min-width: 1440px;
}
li.table-list-title {
  height: 50px;
  background-color: #607d8b;
  border-top: 5px solid #e6a23c;
  border-bottom: 5px solid #e6a23c;

  font-weight: bolder;
  font-size: 16px;
  color: #7b1fa2;
}
li.table-list-title > div:not(:first-child) {
  border-left: 1px solid #795548;
}
li.table-list-title > div img {
  margin-right: 5px;
  width: 21px;
}

/**
 * 店铺信息
 * 
 * 表格-表内容
 */
div.table-list-wrapper {
  flex: 1;
  overflow: hidden;
  overflow: auto;
  position: relative;
  width: 100%;
  min-width: 1440px;
  font-size: 14px;
}
li.table-list-item > .name {
  text-align: center;
  color: #e6a23c;
}
li.table-list-item:not(:last-child) {
  border-bottom: 2px solid #e6a23c;
}
li.table-list-item:last-child {
  border-bottom: 5px solid #e6a23c;
}
li.table-list-item > div:not(:first-child) {
  border-left: 1px solid #607d8b;
}

/* 运行状况 */
li.table-list-item > div.quota > div {
  flex: 1;
  line-height: 30px;
}
li.table-list-item > div.quota > div:not(:first-child) {
  border-top: 1px solid #607d8b;
}
li.table-list-item > .quota .brower:not(:first-child) {
  border-top: 1px solid rgba(230, 162, 60, 0.3);
}
li.table-list-item > .quota .brower .name-icon {
  width: 100px;
  border-right: 1px solid #607d8b;
}
li.table-list-item > .quota .brower .name-icon img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
li.table-list-item > .quota .brower > ul {
  flex: 1;
  position: relative;
}
li.table-list-item > .quota .brower > ul > li {
  position: relative;
}
li.table-list-item > .quota .brower > ul > li.body {
  flex: 1;
  color: rgba(255, 255, 255, 0.5);
}
li.table-list-item > .quota .brower > ul > li.body > div {
  height: 100%;
}
li.table-list-item > .quota .brower > ul > li:not(:first-child) {
  border-top: 1px solid rgba(96, 125, 139, 1);
}
li.table-list-item > .quota .brower > ul > li .version {
  width: 50px;
  border-right: 1px solid rgba(96, 125, 139, 1);
}
li.table-list-item > .quota .brower > ul > li .login {
  flex: 1;
  border-right: 1px solid rgba(96, 125, 139, 1);
}
li.table-list-item > .quota .brower > ul > li .ping {
  flex: 1;
}

/* 其他指标 */
li.table-list-item > .marketplace {
  overflow: hidden;
  flex: 1;
  padding: 0;
  line-height: 30px;
  opacity: 0.6;
}
li.table-list-item > .marketplace > ul:not(:first-child) {
  border-top: 1px solid rgba(230, 162, 60, 0.3);
}
li.table-list-item > .marketplace > ul > li:not(:first-child) {
  border-top: 1px solid rgba(96, 125, 139, 1);
}
li.table-list-item > .marketplace > ul > li > div {
  min-height: 30px;
}
li.table-list-item > .marketplace > ul > li > div:not(:first-child) {
  border-left: 1px solid rgba(96, 125, 139, 1);
}
li.table-list-item > .marketplace img {
  width: 18px;
}

.action-process-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.action-process-iframe .el-progress {
  width: 60%;
}
