.store-con {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E5EBF6;
  padding: 20px;
}
.store-con .search-btn {
  cursor: pointer;
  width: 76px;
  height: 37px;
  line-height: 37px;
  background: #1969F9;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.store-con .search-btn:hover {
  background: #0050E0;
}
.store-con .btn-nav {
  margin-top: 11px;
  margin-bottom: 22px;
}
.store-con .btn-nav .update {
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #FFEEDD;
  border: 1px solid #FF870D;
  border-radius: 2px;
  color: #FF870D;
  font-size: 14px;
  cursor: pointer;
  width: 66px;
}
.store-con .btn-nav .update i {
  margin-left: 3px;
}
.store-con .btn-nav .update:hover {
  background: #FCA955;
  color: #fff;
}
.store-con .btn-nav .dcg {
  width: 66px;
  height: 26px;
  border-radius: 2px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #1969F9;
  background: #E5EEFF;
  color: #1969F9;
  margin-left: 10px;
  font-size: 14px;
  transition: all 0.5s;
}
.store-con .btn-nav .dcg:hover {
  background: #1969F9;
  cursor: pointer;
  color: #fff;
}
.store-con .btn-nav .dcg.heti {
  width: 56px;
  background: #fff;
}
.store-con .btn-nav .dcg.heti:hover {
  background: #E5EEFF;
  color: #1969F9;
}
.store-con .btn-nav .dcg.xjk {
  position: relative;
  left: -11px;
  border-left: 1px solid #1969F9;
}
.store-con .btn-nav .dcg.xjk:hover {
  border-left: 1px solid #1969F9;
}
.store-con .updatebox {
  position: relative;
}
.store-con .updatebox .selectdw {
  height: 36px;
  width: 36px;
  position: absolute;
  top: 1px;
  right: 2px;
}
.store-con .updatebox .selectdw .el-select {
  width: 36px;
  border-left: 1px solid #C0C4CC;
}
.store-con .updatebox .selectdw .el-select input {
  border: 0px;
  padding: 0px;
  height: 36px;
  width: 36px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.store-con .updatebox .selectdw .el-select .el-input__prefix,
.store-con .updatebox .selectdw .el-select .el-input__suffix {
  display: none !important;
}
.store-con .price-more .more-search-btn {
  width: 70px;
  height: 26px;
  background: #F1F4FA;
  border-radius: 2px;
  border: 1px solid #BEC9DF;
  font-size: 12px;
  color: #1969F9;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}
.store-con .price-more .more-search-btn:hover {
  border: 1px solid #1969F9;
}
.bestGoodsList-dialog table {
  width: 100%;
}
.bestGoodsList-dialog table tr .required {
  color: red;
}
.bestGoodsList-dialog table tr th {
  position: relative;
  padding: 9px 15px;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  color: #5f5f5f;
  white-space: nowrap;
}
.bestGoodsList-dialog table tr td {
  position: relative;
  padding: 9px 15px;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  color: #5f5f5f;
}
.bestGoodsList-dialog table tr td .el-select {
  width: 88px;
}
.bestGoodsList-dialog table tr td .el-input__inner {
  padding-left: 4px !important;
  font-size: 12px !important;
}
.bestGoodsList-dialog .add {
  margin-top: 20px;
  color: #409EFF;
  cursor: pointer;
}
.batch-layer {
  width: 100%;
}
.batch-layer .batch-box {
  flex: 0 0 33.3%;
  border-bottom: 1px solid #eee;
}
.batch-layer .batch-box .title {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #eee;
}
.batch-layer .batch-box .title i {
  cursor: pointer;
}
.batch-layer .batch-box .content {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 100%;
}
.batch-layer .batch-box .content .period-list {
  height: 240px;
  flex-wrap: wrap;
  padding: 0 7px;
}
.batch-layer .batch-box .content .period-list li {
  width: 36px;
  height: 30px;
  line-height: 30px;
  color: #666;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.4s ease-in-out;
}
.batch-layer .batch-box .content .period-list li:hover,
.batch-layer .batch-box .content .period-list li.curr {
  color: #FFF;
  background-color: #409EFF;
}
.batch-layer .batch-box .content .year-list {
  height: 240px;
  flex-wrap: wrap;
  padding: 0 7px;
}
.batch-layer .batch-box .content .year-list li {
  flex: 0 0 33.3%;
  height: 30px;
  line-height: 30px;
  color: #666;
  cursor: pointer;
  font-size: 13px;
  margin: 10px 0;
  transition: all 0.4s ease-in-out;
}
.batch-layer .batch-box .content .year-list li:hover,
.batch-layer .batch-box .content .year-list li.curr {
  color: #FFF;
  background-color: #409EFF;
}
.batch-layer .batch-box .footer-btn {
  padding-right: 10px;
  height: 44px;
  justify-content: flex-end;
  border-right: 1px solid #eee;
}
/*# sourceMappingURL=goodslist.min.css.map */