/**供应商样式文件**/

body {
  background: #fafbfd;
}

/**供应商投诉列表**/

.table-list-group {
  margin: 0 0 0 15px;
}

.supplier-search {
  background: #fff;
  padding: 25px 0;
}

/**供应商钮投诉添加**/

.complain-add {
  margin-top: 12px;
  margin-left: 12px;
  border: 1px solid #e4e4e4;
}

.case-box {
  background: #fff;
}

.complainbtnadd {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  background: #f5f5f5;
}

/**供应商投诉详情页**/

.label-info {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  text-align: left;
  color: #666;
}

/*采购商右侧tab样式*/

/**
 * Created by 王晓 on 2017/8/16.
 *
 */

.tabs-box .tabs-head {
  height: 42px;
  line-height: 40px;
  padding-left: 30px;
  border-bottom: 2px solid #e4e4e4;
}

.tabs-box .tabs-head .item {
  width: 100px;
  text-align: center;
}

.tabs-box .tabs-head .active {
  border-bottom: 2px solid #CC0000;
}

.table-list-group {
  margin: 0 0 0 15px;
}

/**右侧间距**/

.right-main-content {
  margin: 0 0 50px 15px;
}

/*采购商订单table样式*/

/**
 * Created by 刘泽举 on 2017/8/22.
 * 采购商我的订单中table样式
 */

.sales-order-table,
.order-table,
.order-tableht,
.allocation-order-table {
  /**
*表格头部标题样式
*/
  /**
   *表格头部标题与表格内容中间信息样式
   */
}

.sales-order-table .order-table-header,
.order-table .order-table-header,
.order-tableht .order-table-header,
.allocation-order-table .order-table-header {
  border-collapse: collapse;
  border: 1px solid #e4e4e4;
  background-color: #F9F9F9;
  font-size: 12px;
  color: #333333;
}

.sales-order-table .order-table-header .table-header-title,
.order-table .order-table-header .table-header-title,
.order-tableht .order-table-header .table-header-title,
.allocation-order-table .order-table-header .table-header-title {
  height: 40px;
  line-height: 40px;
}

.sales-order-table .order-table-header .table-header-title.ani-float,
.order-table .order-table-header .table-header-title.ani-float,
.order-tableht .order-table-header .table-header-title.ani-float,
.allocation-order-table .order-table-header .table-header-title.ani-float {
  position: fixed;
  top: 40px;
  margin-left: -1px;
  width: 1005px;
  border: 1px solid #e4e4e4;
  background-color: #F9F9F9;
  z-index: 9;
}

.sales-order-table .order-table-header .js-fixTop-placeholder,
.order-table .order-table-header .js-fixTop-placeholder,
.order-tableht .order-table-header .js-fixTop-placeholder,
.allocation-order-table .order-table-header .js-fixTop-placeholder {
  height: 44px;
  display: none;
}

.sales-order-table .order-table-header-operation,
.order-table .order-table-header-operation,
.order-tableht .order-table-header-operation,
.allocation-order-table .order-table-header-operation,
.sales-order-table .order-table-header-operationht,
.order-table .order-table-header-operationht,
.order-tableht .order-table-header-operationht,
.allocation-order-table .order-table-header-operationht {
  padding: 5px 0;
  font-size: 12px;
}

.sales-order-table .order-table-header-operation .btn-export,
.order-table .order-table-header-operation .btn-export,
.order-tableht .order-table-header-operation .btn-export,
.allocation-order-table .order-table-header-operation .btn-export,
.sales-order-table .order-table-header-operationht .btn-export,
.order-table .order-table-header-operationht .btn-export,
.order-tableht .order-table-header-operationht .btn-export,
.allocation-order-table .order-table-header-operationht .btn-export {
  width: 70px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #108ee9;
  color: #108ee9;
  text-align: center;
  background: #ecf6fd;
}

.sales-order-table .order-table-header-operation .btn-next-page,
.order-table .order-table-header-operation .btn-next-page,
.order-tableht .order-table-header-operation .btn-next-page,
.allocation-order-table .order-table-header-operation .btn-next-page,
.sales-order-table .order-table-header-operationht .btn-next-page,
.order-table .order-table-header-operationht .btn-next-page,
.order-tableht .order-table-header-operationht .btn-next-page,
.allocation-order-table .order-table-header-operationht .btn-next-page {
  border: 1px solid #bfbfbf;
  float: right;
  width: 80px;
  height: 24px;
  line-height: 24px;
  background: white;
  text-align: center;
}

.sales-order-table .order-table-header-operation .btn-next-page[disabled],
.order-table .order-table-header-operation .btn-next-page[disabled],
.order-tableht .order-table-header-operation .btn-next-page[disabled],
.allocation-order-table .order-table-header-operation .btn-next-page[disabled],
.sales-order-table .order-table-header-operationht .btn-next-page[disabled],
.order-table .order-table-header-operationht .btn-next-page[disabled],
.order-tableht .order-table-header-operationht .btn-next-page[disabled],
.allocation-order-table .order-table-header-operationht .btn-next-page[disabled] {
  color: #cccccc;
}

.sales-order-table .order-table-header-info,
.order-table .order-table-header-info,
.order-tableht .order-table-header-info,
.allocation-order-table .order-table-header-info {
  border: 1px solid #d2eafb;
  padding: 0 10px;
  color: #108EE9;
  font-size: 12px;
  line-height: 40px;
  background-color: #ecf6fd;
}

.sales-order-table .order-table-header-info .line,
.order-table .order-table-header-info .line,
.order-tableht .order-table-header-info .line,
.allocation-order-table .order-table-header-info .line {
  border-top: 1px dashed #9bd0f5;
}

.sales-order-table .order-table-header-info .order-export,
.order-table .order-table-header-info .order-export,
.order-tableht .order-table-header-info .order-export,
.allocation-order-table .order-table-header-info .order-export {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-top: 8px;
  color: white;
  background: #108ee9;
  padding: 0 20px;
  border: 0;
}

.sales-order-table .order-table-header-info .download-button,
.order-table .order-table-header-info .download-button,
.order-tableht .order-table-header-info .download-button,
.allocation-order-table .order-table-header-info .download-button {
  display: inline-block;
  cursor: pointer;
  float: right;
  height: 28px;
  color: #666;
  line-height: 28px;
  margin: 5px 0 0 0;
  padding: 0 10px 0 30px;
  border: 1px solid #bfbfbf;
  background: white url(../img/icon-accessory-download.png) no-repeat top 7px left 10px;
  background-size: 15%;
}

.sales-order-table .order-table-header-info .btn-un-ship,
.order-table .order-table-header-info .btn-un-ship,
.order-tableht .order-table-header-info .btn-un-ship,
.allocation-order-table .order-table-header-info .btn-un-ship {
  border-radius: 2px;
  background: #fff;
  border: 1px solid #108EE9;
  color: #108EE9;
  margin-left: 15px;
  line-height: 1.5;
  padding: 2px 5px;
  vertical-align: 1px;
}

.sales-order-table .order-table-header-info2,
.order-table .order-table-header-info2,
.order-tableht .order-table-header-info2,
.allocation-order-table .order-table-header-info2 {
  border: 1px solid #e4e4e4;
  padding: 0 10px;
  color: #666666;
  font-size: 12px;
  line-height: 40px;
  background-color: #f5f5f5;
}

.sales-order-table .order-table-content,
.order-table .order-table-content,
.order-tableht .order-table-content,
.allocation-order-table .order-table-content {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
}

.sales-order-table .order-table-content .table-row,
.order-table .order-table-content .table-row,
.order-tableht .order-table-content .table-row,
.allocation-order-table .order-table-content .table-row {
  height: 130px;
}

.sales-order-table .order-table-content .table-row .add-price,
.order-table .order-table-content .table-row .add-price,
.order-tableht .order-table-content .table-row .add-price,
.allocation-order-table .order-table-content .table-row .add-price {
  position: relative;
}

.sales-order-table .order-table-content .table-row .add-price-text,
.order-table .order-table-content .table-row .add-price-text,
.order-tableht .order-table-content .table-row .add-price-text,
.allocation-order-table .order-table-content .table-row .add-price-text {
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #333333;
}

.sales-order-table .order-table-content .table-row .add-price-text .add-price-text-line,
.order-table .order-table-content .table-row .add-price-text .add-price-text-line,
.order-tableht .order-table-content .table-row .add-price-text .add-price-text-line,
.allocation-order-table .order-table-content .table-row .add-price-text .add-price-text-line {
  font-size: 10px;
}

.sales-order-table .order-table-content .table-row .add-price-text.c_red,
.order-table .order-table-content .table-row .add-price-text.c_red,
.order-tableht .order-table-content .table-row .add-price-text.c_red,
.allocation-order-table .order-table-content .table-row .add-price-text.c_red {
  color: #CC0000;
}

.sales-order-table .order-table-content .table-row-orderDayReconciliation,
.order-table .order-table-content .table-row-orderDayReconciliation,
.order-tableht .order-table-content .table-row-orderDayReconciliation,
.allocation-order-table .order-table-content .table-row-orderDayReconciliation {
  height: 70px;
}

.sales-order-table .order-table-content .table-row-orderDayReconciliation td,
.order-table .order-table-content .table-row-orderDayReconciliation td,
.order-tableht .order-table-content .table-row-orderDayReconciliation td,
.allocation-order-table .order-table-content .table-row-orderDayReconciliation td {
  border: 1px solid #e4e4e4;
}

.sales-order-table .order-table-content .table-row td,
.order-table .order-table-content .table-row td,
.order-tableht .order-table-content .table-row td,
.allocation-order-table .order-table-content .table-row td {
  border: 1px solid #e4e4e4;
  padding: 12px 0;
  position: relative;
}

.sales-order-table .order-table-content .table-img,
.order-table .order-table-content .table-img,
.order-tableht .order-table-content .table-img,
.allocation-order-table .order-table-content .table-img {
  width: 80px;
  height: 80px;
  border: 1px solid #e4e4e4;
  margin: 10px 8px 15px 8px;
  float: left;
}

.sales-order-table .order-table-content .table-img img,
.order-table .order-table-content .table-img img,
.order-tableht .order-table-content .table-img img,
.allocation-order-table .order-table-content .table-img img {
  width: 78px;
  height: 78px;
}

.sales-order-table .order-table-content .table-goods-describe,
.order-table .order-table-content .table-goods-describe,
.order-tableht .order-table-content .table-goods-describe,
.allocation-order-table .order-table-content .table-goods-describe {
  float: left;
  width: 280px;
  padding-left: 5px;
  padding-top: 10px;
  font-size: 14px;
  color: #333333;
}

.sales-order-table .order-table-content .table-goods-describe .goods-name,
.order-table .order-table-content .table-goods-describe .goods-name,
.order-tableht .order-table-content .table-goods-describe .goods-name,
.allocation-order-table .order-table-content .table-goods-describe .goods-name {
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 40px;
}

.sales-order-table .order-table-content .table-goods-describe .goods-name.fixed-height,
.order-table .order-table-content .table-goods-describe .goods-name.fixed-height,
.order-tableht .order-table-content .table-goods-describe .goods-name.fixed-height,
.allocation-order-table .order-table-content .table-goods-describe .goods-name.fixed-height {
  height: 40px;
}

.sales-order-table .order-table-content .table-goods-describe .add-price-text.pos-inh,
.order-table .order-table-content .table-goods-describe .add-price-text.pos-inh,
.order-tableht .order-table-content .table-goods-describe .add-price-text.pos-inh,
.allocation-order-table .order-table-content .table-goods-describe .add-price-text.pos-inh {
  position: inherit;
}

.sales-order-table .order-table-content .table-goods-describe-bottom,
.order-table .order-table-content .table-goods-describe-bottom,
.order-tableht .order-table-content .table-goods-describe-bottom,
.allocation-order-table .order-table-content .table-goods-describe-bottom {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sales-order-table .order-table-content .table-goods-describe-bottom .goods-number,
.order-table .order-table-content .table-goods-describe-bottom .goods-number,
.order-tableht .order-table-content .table-goods-describe-bottom .goods-number,
.allocation-order-table .order-table-content .table-goods-describe-bottom .goods-number {
  margin: 0 10px 0 20px;
}

.sales-order-table .order-table-content .table-goods-describe-bottom .goods-unit-name,
.order-table .order-table-content .table-goods-describe-bottom .goods-unit-name,
.order-tableht .order-table-content .table-goods-describe-bottom .goods-unit-name,
.allocation-order-table .order-table-content .table-goods-describe-bottom .goods-unit-name {
  line-height: 20px;
}

.sales-order-table .order-table-content .table-goods-warranty,
.order-table .order-table-content .table-goods-warranty,
.order-tableht .order-table-content .table-goods-warranty,
.allocation-order-table .order-table-content .table-goods-warranty {
  font-size: 12px;
  color: #B9A997;
}

.sales-order-table .order-table-content .table-goods-warranty .icon,
.order-table .order-table-content .table-goods-warranty .icon,
.order-tableht .order-table-content .table-goods-warranty .icon,
.allocation-order-table .order-table-content .table-goods-warranty .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 15px;
  text-align: center;
  border: 2px solid #B9A997;
}

.sales-order-table .order-table-content .table-goods-gift,
.order-table .order-table-content .table-goods-gift,
.order-tableht .order-table-content .table-goods-gift,
.allocation-order-table .order-table-content .table-goods-gift {
  max-width: 380px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #999999;
  padding-left: 10px;
}

.sales-order-table .order-table-content .table-text-gray,
.order-table .order-table-content .table-text-gray,
.order-tableht .order-table-content .table-text-gray,
.allocation-order-table .order-table-content .table-text-gray {
  font-size: 12px;
  color: #666666;
  text-align: center;
}

.sales-order-table .order-table-content .table-text-green,
.order-table .order-table-content .table-text-green,
.order-tableht .order-table-content .table-text-green,
.allocation-order-table .order-table-content .table-text-green {
  font-size: 12px;
  color: #409D24;
  text-align: center;
}

.sales-order-table .order-table-content .table-text-red,
.order-table .order-table-content .table-text-red,
.order-tableht .order-table-content .table-text-red,
.allocation-order-table .order-table-content .table-text-red {
  font-size: 12px;
  color: #CC0000;
  text-align: center;
}

.sales-order-table .order-table-content .table-operation-button,
.order-table .order-table-content .table-operation-button,
.order-tableht .order-table-content .table-operation-button,
.allocation-order-table .order-table-content .table-operation-button {
  width: 100px;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
}

.sales-order-table .order-table-content .table-sendgood-button,
.order-table .order-table-content .table-sendgood-button,
.order-tableht .order-table-content .table-sendgood-button,
.allocation-order-table .order-table-content .table-sendgood-button {
  width: 100px;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
}

.sales-order-table .order-table-content .table-sendgood-button.gray,
.order-table .order-table-content .table-sendgood-button.gray,
.order-tableht .order-table-content .table-sendgood-button.gray,
.allocation-order-table .order-table-content .table-sendgood-button.gray {
  background: #FBFBFB;
  border: 1px solid #BFBFBF;
  color: #666666;
}

.sales-order-table .order-table-content .table-operation-button.gray,
.order-table .order-table-content .table-operation-button.gray,
.order-tableht .order-table-content .table-operation-button.gray,
.allocation-order-table .order-table-content .table-operation-button.gray {
  background: #FBFBFB;
  border: 1px solid #BFBFBF;
  color: #666666;
}

.sales-order-table .order-table-content .table-operation-button.red,
.order-table .order-table-content .table-operation-button.red,
.order-tableht .order-table-content .table-operation-button.red,
.allocation-order-table .order-table-content .table-operation-button.red {
  background: #fbebeb;
  border: 1px solid #CC0000;
  color: #CC0000;
}

.sales-order-table .order-table-content .table-operation-button.blue,
.order-table .order-table-content .table-operation-button.blue,
.order-tableht .order-table-content .table-operation-button.blue,
.allocation-order-table .order-table-content .table-operation-button.blue {
  background: #ecf6fd;
  border: 1px solid #108EE9;
  color: #108EE9;
}

.sales-order-table .order-table-content .table-operation-button.green,
.order-table .order-table-content .table-operation-button.green,
.order-tableht .order-table-content .table-operation-button.green,
.allocation-order-table .order-table-content .table-operation-button.green {
  background: #ebf8f2;
  border: 1px solid #00A854;
  color: #00A854;
}

.sales-order-table .order-table-content .table-operation-a,
.order-table .order-table-content .table-operation-a,
.order-tableht .order-table-content .table-operation-a,
.allocation-order-table .order-table-content .table-operation-a {
  font-size: 12px;
  text-align: center;
  color: #108EE9;
  cursor: pointer;
}

.sales-order-table .order-table-content .xy-order-track,
.order-table .order-table-content .xy-order-track,
.order-tableht .order-table-content .xy-order-track,
.allocation-order-table .order-table-content .xy-order-track {
  color: #666666;
  line-height: 30px;
  font-size: 12px;
}

.sales-order-table .order-table-content .xy-order-track .carrier,
.order-table .order-table-content .xy-order-track .carrier,
.order-tableht .order-table-content .xy-order-track .carrier,
.allocation-order-table .order-table-content .xy-order-track .carrier {
  float: left;
  width: 119px;
  min-height: 1px;
  text-align: center;
}

.sales-order-table .order-table-content .xy-order-track .code,
.order-table .order-table-content .xy-order-track .code,
.order-tableht .order-table-content .xy-order-track .code,
.allocation-order-table .order-table-content .xy-order-track .code {
  float: left;
  width: 150px;
  min-height: 1px;
  text-align: center;
}

.sales-order-table .order-table-content .xy-order-track .delivery,
.order-table .order-table-content .xy-order-track .delivery,
.order-tableht .order-table-content .xy-order-track .delivery,
.allocation-order-table .order-table-content .xy-order-track .delivery {
  float: left;
  width: 150px;
  text-align: center;
  min-height: 1px;
}

.sales-order-table .order-table-content .xy-order-track .time,
.order-table .order-table-content .xy-order-track .time,
.order-tableht .order-table-content .xy-order-track .time,
.allocation-order-table .order-table-content .xy-order-track .time {
  float: left;
  width: 150px;
  text-align: center;
  min-height: 1px;
}

.sales-order-table .order-table-content .xy-order-track .info,
.order-table .order-table-content .xy-order-track .info,
.order-tableht .order-table-content .xy-order-track .info,
.allocation-order-table .order-table-content .xy-order-track .info {
  float: left;
  width: 355px;
  padding-right: 30px;
  min-height: 1px;
}

.sales-order-table .order-table-content .xy-order-track .operator,
.order-table .order-table-content .xy-order-track .operator,
.order-tableht .order-table-content .xy-order-track .operator,
.allocation-order-table .order-table-content .xy-order-track .operator {
  float: left;
  width: 79px;
  min-height: 1px;
}

.sales-order-table .no-border-bottom,
.order-table .no-border-bottom,
.order-tableht .no-border-bottom,
.allocation-order-table .no-border-bottom {
  border-bottom: 0;
}

.sales-order-table .no-border-top,
.order-table .no-border-top,
.order-tableht .no-border-top,
.allocation-order-table .no-border-top {
  border-top: 0;
}

.sales-order-table .load-more,
.order-table .load-more,
.order-tableht .load-more,
.allocation-order-table .load-more {
  height: 40px;
  line-height: 40px;
  border: 1px dashed #c2c2c2;
}

.order-adjust-price-table .title {
  color: #666666;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  background: #ffffff;
  font-size: 14px;
}

.order-adjust-price-table .title .right-button {
  margin-top: 8px;
  border: #108ee9 1px solid;
  padding: 0 20px;
  height: 24px;
  line-height: 24px;
  background: #ecf6fd;
  color: #108ee9;
  font-size: 12px;
}

.order-adjust-price-table .adjust-price-table {
  border-collapse: collapse;
  border: 1px solid #e4e4e4;
  font-size: 12px;
  color: #333333;
}

.order-adjust-price-table .adjust-price-table .adjust-price-table-header {
  border: 1px solid #e4e4e4;
  height: 40px;
  line-height: 40px;
  background-color: #F9F9F9;
  text-align: center;
}

.order-adjust-price-table .adjust-price-table .adjust-price-table-body {
  color: #666666;
}

.order-adjust-price-table .adjust-price-table .adjust-price-table-body td {
  border: 1px solid #e4e4e4;
  padding: 10px 0;
  position: relative;
}

.order-adjust-price-table .adjust-price-table .table-img {
  width: 80px;
  height: 80px;
  border: 1px solid #e4e4e4;
  margin: 0 8px;
  float: left;
}

.order-adjust-price-table .adjust-price-table .table-img img {
  width: 78px;
  height: 78px;
}

.order-adjust-price-table .adjust-price-table .add-price-text {
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #333333;
}

.order-adjust-price-table .adjust-price-table .add-price-text .add-price-text-line {
  font-size: 10px;
}

.order-adjust-price-table .adjust-price-table .table-goods-describe {
  float: left;
  width: 180px;
}

.order-adjust-price-table .adjust-price-table .table-goods-describe .goods-name {
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 35px;
}

.order-adjust-price-table .adjust-price-table .table-goods-describe .goods-name.fixed-height {
  height: 35px;
}

.order-adjust-price-table .adjust-price-table .table-goods-describe .add-price-text.pos-inh {
  position: inherit;
  margin-top: 30px;
}

.order-adjust-price-table .adjust-price-table .table-goods-describe .add-price-text.c_red {
  color: #CC0000;
}

.order-adjust-price-table .adjust-price-table .price-input {
  width: 100px;
  padding: 0 5px;
}

.shipments-details-table .minus {
  width: 18px;
  height: 26px;
  border: 1px solid #e4e4e4;
  border-right-width: 0;
  line-height: 28px;
  color: #666666;
}

.shipments-details-table .add {
  /*width: 28px;
    height: 28px;
    border: 1px solid rgba(217, 217, 217, 1);
    line-height: 28px;
    color: #666666;*/
  display: inline-block;
  text-align: center;
  height: 26px;
  line-height: 25px;
  width: 18px;
  cursor: pointer;
  border: 1px solid #e4e4e4;
  border-left-width: 0;
  background-color: white;
}

.shipments-details-table .shipments-number {
  /*width: 72px;
    height: 28px;
    text-align: center;
    border: 1px solid rgba(217, 217, 217, 1);
    border-left: 0px;
    border-right: 0px;
    color: #666666;*/
  width: 60px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #e4e4e4;
  background-color: white;
}

.shipments-details-table .word {
  height: 18px;
  color: #999999;
  font-size: 14px;
  margin-top: 7px;
}

.shipments-details-table .checkbox-head {
  float: left;
  margin-top: 12px;
  margin-left: 10px;
}

.shipments-details-table .checkbox-word {
  margin-left: -10px;
}

.shipments-details-table .checkbox {
  margin-left: 12px;
}

.shipments-details-table .table-main-img {
  width: 80px;
  height: 80px;
  border: 1px solid #e4e4e4;
  margin: 10px 8px 15px 25px;
  float: left;
}

.shipments-details-table .table-main-img img {
  width: 78px;
  height: 78px;
}

.order-table-header-father {
  background: #fef9ed;
  color: #F7AF20;
  border-bottom: none;
  border-color: #fbe9c5;
}

/**dialog弹窗样式**/

.dilog-list-group {
  display: block;
  height: 96px;
  padding-top: 16px;
}

.dilog-list-group2 {
  display: block;
  padding-top: 16px;
}

.dilog-list-group .dilog-list-title,
.dilog-list-group2 .dilog-list-title {
  display: inline-block;
  font-size: 12px;
  width: 114px;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  vertical-align: top;
  color: #666;
}

.dilog-list-group .dilog-list-title span,
.dilog-list-group2 .dilog-list-title span {
  color: #CC0000;
  padding-right: 5px;
}

.dilog-list-group .dilog-list-p,
.dilog-list-group2 .dilog-list-p {
  display: inline-block;
  position: relative;
}

.dilog-list-group .dilog-list-p .inputFile,
.dilog-list-group2 .dilog-list-p .inputFile {
  position: absolute;
  top: -12px;
  opacity: 0;
  left: 0;
  width: 90px;
  height: 30px;
  z-index: 1;
}

.dilog-list-group .tcmask,
.dilog-list-group2 .tcmask {
  position: absolute;
  width: 90px;
  height: 30px;
  display: inline-block;
  text-align: center;
  top: -12px;
  left: 0;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  color: #666;
  line-height: 30px;
}

.dilog-list-group .dilog-list-p textarea,
.dilog-list-group2 .dilog-list-p textarea {
  padding: 4px 8px;
  width: 320px;
  height: 72px;
}

.dilog-list-group2 .filelist {
  text-align: left;
  max-height: 60px;
  width: 320px;
  overflow-y: scroll;
}

.dilog-list-group2 .filelist li {
  width: 300px;
}

.dilog-list-group2 .filelist li a {
  float: right;
}

.leftNav {
  width: 180px;
  float: left;
  min-height: 400px;
}

/**
 * Created by WGY on 2017-11-6
 * 供应商-发货样式
 */

.shipments-bottom-operation {
  height: 60px;
  background-color: #f2f2f2;
  /*  position: fixed;
  bottom: 0px;*/
  width: 1005px;
}

.shipments-bottom-operation .goodsNum {
  height: 36px;
  float: right;
  font-size: 13px;
  line-height: 36px;
  margin: 12px 47px 12px;
}

.shipments-bottom-operation .btn-commit {
  width: 170px;
  height: 60px;
  float: right;
  background-color: #cc0000;
  text-align: center;
  line-height: 60px;
}

.shipments-bottom-operation .btn-word {
  font-size: 18px;
  color: #FFFFFF;
}

.shipments-details-table .minus {
  width: 18px;
  height: 26px;
  border: 1px solid #e4e4e4;
  border-right-width: 0;
  line-height: 28px;
  color: #666666;
}

.shipments-details-table .add {
  /*width: 28px;
    height: 28px;
    border: 1px solid rgba(217, 217, 217, 1);
    line-height: 28px;
    color: #666666;*/
  display: inline-block;
  text-align: center;
  height: 26px;
  line-height: 25px;
  width: 18px;
  cursor: pointer;
  border: 1px solid #e4e4e4;
  border-left-width: 0;
  background-color: white;
}

.shipments-details-table .shipments-number {
  /*width: 72px;
    height: 28px;
    text-align: center;
    border: 1px solid rgba(217, 217, 217, 1);
    border-left: 0px;
    border-right: 0px;
    color: #666666;*/
  width: 60px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #e4e4e4;
  background-color: white;
}

.shipments-details-table .word {
  height: 18px;
  color: #999999;
  font-size: 14px;
  margin-top: 7px;
}

.shipments-details-table .checkbox-head {
  float: left;
  margin-top: 12px;
  margin-left: 10px;
}

.shipments-details-table .checkbox-word {
  margin-left: -10px;
}

.shipments-details-table .checkbox {
  margin-left: 12px;
}

.shipments-details-table .table-main-img {
  width: 80px;
  height: 80px;
  border: 1px solid #e4e4e4;
  margin: 10px 8px 15px 15px;
  float: left;
}

.shipments-details-table .table-main-img img {
  width: 78px;
  height: 78px;
}