.shoping {
  margin-top: 10px;
  padding-left: 10px;
}
.shoping .num {
  font-weight: bold;
  font-size: 18px;
  color: #d81e1e;
}
.shoping .zixun {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
}
.shoping .shoping-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 50px;
  margin: 10px 0px;
  font-size: 18px;
  color: #ffffff;
  background: #d81e1e;
}
.shoping .release {
  color: #333333;
}
.shoping .release span {
  font-size: 14px;
}
.shoping .release a {
  font-size: 14px;
  color: #d81e1e;
}