.table-manage-box[data-v-3a8fb054] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: hidden;
  background: #f6f6f6;
}
.container[data-v-3a8fb054] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
}
.container .content[data-v-3a8fb054] {
  width: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-radius: 2px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #f5f5f5;
}
.screen[data-v-3a8fb054] {
  width: calc(100% - 30px);
  background: #fff;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.screen div[data-v-3a8fb054] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.screen .el-input[data-v-3a8fb054] {
  width: 300px;
  margin: 0 10px;
}
.screen p[data-v-3a8fb054] {
  font-size: 24px;
  color: #ff7e90;
}
.el-table[data-v-3a8fb054] {
  width: calc(100% - 10px) !important;
  margin-top: 10px;
  border: 1px solid #dcdfe6;
  font-size: 12px;
}
.el-table img[data-v-3a8fb054] {
  width: 60px;
  height: 60px;
}
.el-table .el-icon-star-on[data-v-3a8fb054] {
  color: #ff0;
}
.footer[data-v-3a8fb054] {
  width: calc(100% - 30px);
  min-width: 600px;
  padding: 10px 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .el-button[data-v-3a8fb054] {
  margin-left: 10px;
}
.divider[data-v-3a8fb054] {
  background-color: #f5f5f5;
  width: 100%;
  height: 2px;
  margin: 10px 0;
}
.vertical[data-v-3a8fb054] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.horizontal[data-v-3a8fb054] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.order-detail[data-v-3a8fb054] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 80px;
}
.sku[data-v-3a8fb054] {
  height: 45px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 900px;
  border-bottom: solid 1px #ddd;
}
.price[data-v-3a8fb054] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 30px;
  margin-right: 30px;
  margin-top: 10px;
}
.sub_txt[data-v-3a8fb054] {
  color: #666;
  font-size: 14px;
  width: 100%;
  padding: 25px 15px 10px;
  background: #fff;
  margin-bottom: 10px;
}
.sub_txt1[data-v-3a8fb054] {
  color: #666;
  font-size: 14px;
  width: 1000px;
  padding-left: 60px;
}
.main_txt[data-v-3a8fb054] {
  color: #101010;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.color_red[data-v-3a8fb054] {
  color: #ff7e90;
}
.txt[data-v-3a8fb054] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 3px;
  line-height: 2;
  padding-left: 60px;
}


/*# sourceMappingURL=chunk-b5bc22a4.9bb3d51e.css.map*/