@keyframes cartMove {
  0% {
    top: -30px;
    right: 25px;
    opacity: 1;
  }
  25% {
    top: -120px;
    right: 30px;
    opacity: .8;
  }
  50% {
    top: -160px;
    right: 35px;
    opacity: .6;
  }
  75% {
    top: -190px;
    right: 40px;
    opacity: .4;
  }
  100% {
    top: -210px;
    right: 45px;
    opacity: 0;
  }
}
.el-image-viewer__wrapper {
  z-index: 999999!important;
}
#erp-header {
  border-bottom: 1px solid #D9D9D9;
}
#search {
  background-color: #FFF;
  padding-bottom: 120px;
}
.erp-search-category {
  width: 1200px;
  margin: 0 auto;
}
.erp-search-category-item {
  display: flex;
  margin-top: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.erp-search-category-name {
  width: 110px;
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #262626;
  font-weight: bold;
}
.erp-search-category-list {
  position: relative;
  flex: 1;
  max-height: 82px;
  transition: height .15s ease;
  overflow: hidden;
}
.erp-search-category-list > div {
  width: 100%;
  padding-right: 70px;
}
.erp-search-item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #FFF;
  margin: 0 25px 11px 0;
  padding: 0 16px;
  font-size: 14px;
  color: #595959;
  font-weight: 500;
  border-radius: 3px;
  cursor: pointer;
}
.erp-search-item.active, .erp-search-item:hover {
  background: #6d97f5;
  color: #FFF;
}
.erp-search-item.more {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  margin-right: 0;
  padding: 0 16px;
  font-size: 14px;
  color: #6d97f5;
  font-weight: 500;
}
.erp-search-item.more:hover {
  color: #FFF;
}

.erp-goods-info {
  display: flex;
  width: 1200px;
  margin: 36px auto 0;
}
.erp-goods-info-left {
  width: 239px;
}
.erp-goods-info-right {
  flex: 1;
  padding-left: 32px;
}
.erp-goods-carousel {
  position: relative;
  width: 100%!important;
  height: 232px;
  margin-bottom: 19px;
}
.erp-goods-carousel ul > li {
  width: 100%;
  height: 232px;
  float: left;
}
.erp-goods-carousel ul li img {
  width: 100%;
  height: 100%;
}
.erp-goods-carousel .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.erp-goods-carousel .dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  text-indent: -999em;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #FFF;
  transition: all .3s;
}
.erp-goods-carousel .dots li.active {
  background: #FFF;
  opacity: 1;
}

.erp-goods-info-left p {
  line-height: 20px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 14px;
  color: #595959;
}
.erp-goods-info-left p span {
  position: relative;
  padding-right: 30px;
  font-size: 16px;
  color: #262626;
  font-weight: bold;
}
.erp-goods-info-left p span.border:after {
  position: absolute;
  top: 0;
  right: 11px;
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #D9D9D9;
}
.erp-goods-info-right h2 {
  margin-bottom: 23px;
  font-size: 20px;
  color: #262626;
  font-weight: bold;
}
.erp-goods-info-right p {
  line-height: 22px;
  margin-bottom: 49px;
  padding-bottom: 45px;
  color: #595959;
  font-size: 16px;
  color: 500;
  border-bottom: 1px solid #D9D9D9;
}
.erp-goods-info-right img {
  width: 45px;
  height: 48px;
  margin-top: 3px;
}
.erp-table {
  width: 1200px;
  margin: 20px auto;
}
.erp-table-head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  background-color: #F4FBF8;
  font-size: 14px;
  color: #6d97f5;
  font-weight: 500;
}
.erp-table-head .col5:hover .erp-dropdown, .erp-table-head .col7:hover .erp-dropdown {
  display: block;
}
.erp-table-body > div {
  display: flex;
  align-items: center;
  min-height: 48px;
  font-size: 14px;
  color: #262626;
  border-bottom: 1px solid #D9D9D9;
}
.erp-table-body.odd {
  background: #F8FAF9;
}
.erp-table .col {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 10px;
}
.erp-table .col1 { width: 8%; padding-left: 24px; }
.erp-table .col2 { width: 10%; color: #6d97f5; cursor: pointer; }
.erp-table .col3 { width: 9%; }
.erp-table .col4 { width: 5%; }
.erp-table .col5 { position: relative; width: 12%; height: 100%; line-height: 46px; }
.erp-table .col6 { width: 7%; }
.erp-table .col7 { position: relative; width: 7%; height: 100%; line-height: 46px; text-align: center; }
.erp-table .col21 { width: 7%; }
.erp-table .col22 { width: 10%; }
.erp-table .col8 {
  width: 13%;
  padding-right: 10px;
}
.erp-table .col9 {  width: 15%; cursor: pointer; padding-right:5%;text-align: center;}
.erp-table .col7{ display: flex; align-items: center; width: 87px; cursor: pointer; justify-content: flex-end; padding-right: 20px;  }
.erp-table .col10 { 
  width: 7%;
  padding-right: 20px; 
  word-break: break-all;
  text-align: right;
}
.erp-table .linePrice { color: rgba(0, 0, 0, 0.45); }
.erp-table .col11 { width: 7%; }
.erp-table .col12 { display: flex; position: relative; width:100px; overflow: initial; padding-left: 20px}

.erp-table-body .col5 {
   line-height: 24px;
 }

.erp-table .col12 input, .erp-goods-info-right input {
  float: left;
  width: 57px;
  height: 24px;
  margin: 2px 0;
  text-align: center;
  border: 1px solid #D9D9D9;
}
.erp-table .col12 img, .erp-goods-info-right .erp-add-cart {
  width: 28px;
  height: 28px;
  margin-left: 4px;
  cursor: pointer;
}
.erp-table .col12 img.erp-add-cart-hidden, .erp-goods-info-right .erp-add-cart-hidden {
  display: none;
  position: absolute;
  top: -30px;
  right: 25px;
  width: 28px;
  height: 28px;
}
.erp-table .col12 .erp-add-cart-animation, .erp-goods-info-right .erp-add-cart-animation {
  animation: cartMove .5s linear;
  animation-fill-mode: forwards;
}
.erp-table .erp-table-head img.arrow {
  width: 10px;
  height: 10px;
}
.erp-table .erp-table-head img.sort {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.erp-pagination {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.erp-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 9;
  width: 100%;
  max-height: 200px;
  background: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  overflow: auto;
}
.erp-dropdown div {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  font-size: 14px;
  color: #6d97f5;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.erp-dropdown div:hover, .erp-dropdown div.active {
  color: #FFF;
  background: #6d97f5
}
.erp-dropdown .erp-dropdwon-purity {
  width: 90%;
  height: 26px;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
}
.erp-dropdown .erp-dropdown-purity-btn {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  background: #6d97f5;
  padding: 0 5px;
  font-size: 12px;
  color: #FFF;
  border-radius: 2px;
}
.erp-table-body .erp-skuname{
  cursor: pointer;
}