.erp-cart {
  position: fixed;
  top:500px;
  right: 40%;
  z-index: 99;
  width: 143px;
  height: 168px;
  background-color: #FFF;
  margin-right: -760px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}
/* @media screen and (max-width: 1470px) {
  .erp-cart {
    margin-right: -580px;
  }
} */
.erp-cart .erp-dot {
  position: absolute;
  top: 18px;
  right: 19px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #6d97f5;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
.erp-cart .erp-img-box {
  width: 58px;
  height: 58px;
  margin: 46px auto 0;
}
.erp-cart a {
  width: 112px;
  height: 33px;
  display: block;
  line-height: 33px;
  background: #6d97f5;
  margin: 10px auto 0;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
}
.erp-cart a:hover {
  background-color: #477BC9;
}