.ebpp-page__container {
  padding-bottom: 40px;
  width: 975px;
  background-color: #fff;
  overflow: hidden;
}

/* 重置搜索框基础样式 */

.screening-condition {
  margin: 10px auto;
}

.component-min__search__wrap {
  height: 28px;
  width: 238px;
  border: 1px solid #dedede;
  background-color: #fff;
}

.component-min__search__wrap > .search-input__wrap {
  float: left;
  height: 28px;
  width: 187px;
  border-right: 1px solid #dedede;
}
.component-min__search__wrap > .search-input__wrap > .search__input {
  border: 0;
  padding: 0 10px;
  height: 27px;
  width: 167px;
  line-height: 27px;
  font-size: 14px;
  color: #333;
}

.component-min__search__wrap > .search_affirm__button {
  height: 28px;
  width: 50px;
  cursor: pointer;
}

.component-min__search__wrap > .search_affirm__button::before {
  top: 5px;
}

/* 重置搜索框基础样式结束 */

/* 对账单列表 */
.ebpp-list__container {
  margin: 0 auto;
  width: 935px;
}

/* 对账单表格 */
.ebpp-list-table > table {
  width: 100%;
  background: #fff;
  border: 1px solid #dedede;
  font-size: 12px;
}

/* 分割线 */
.ebpp-list-table > table tr + tr {
  border-top: 1px solid #dedede;
}

/* 表头 */
.ebpp-list-table > table tr th {
  height: 40px;
  background: #f6f6f6;
  color: #999;
}
/* 商品信息标题 */
.ebpp-list-table > table tr th.th-1 {
  width: 520px;
}

/* 单元格 */
.ebpp-list-table > table tr td {
  text-align: center;
}

/* 商品信息表格 */
.ebpp-list-table > table tr td .goods-info {
  margin: 20px 30px;
  text-align: left;
  word-break: break-all;
}

/* 型号标题 */
.ebpp-list-table > table tr td .goods-info h5 {
  font-weight: 400;
  line-height: 16px;
}

/* 其他描述 */
.ebpp-list-table > table tr td .goods-info p {
  color: var(--info-NoLight);
  margin-top: 8px;
}
