.shopping-box {
    padding: 20px 15px;
    background-color: #fff;
    padding-bottom: 63px;
}
.shopping-box .shopping-item {
  margin-bottom: 40px;
}
.shopping-box .shopping-item h2 {
  font-size: 12px;
  margin-bottom: 12px;
  color: #808080;
  font-weight: bold;
}
.shopping-box .shopping-item h2 .select_type {
	vertical-align: middle;
	margin-right: 5px;
}
.shopping-box .shopping-table table {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}
.shopping-box .shopping-table th {
  height: 30px;
  background-color: #f5f5f5;
  font-size: 12px;
  color: #808080;
}
.shopping-box .shopping-table td {
  text-align: center;
  border-bottom: 1px solid #e7e7eb;
  height: 87px;
}
.shopping-box .shopping-table .all-choose {
    color: #696c6d;
}
.shopping-box .pad1 {
    padding-right: 10px;
}
.shopping-box .pad2 {
    padding-right: 41px;
}
.shopping-box .all-choose input {
    vertical-align: middle;
    margin-right: 5px;
}
.shopping-box .select {
    width: 85px;
    height: 25px;
    border-radius: 3px;
    border: none;
	background: none;
	color: #7e7e7e;
}
.shopping-box .img-box {
    float: left;
    margin-right: 10px;
    width: 58px;
    height: 58px;
    overflow:hidden;
    border: 1px solid #e6e6e6;
	position: relative;
}
.shopping-box .img-box img {
    width: 100%;
}
.shopping-box .goods-der {
    float: left;
    width: 200px;
    text-align: left;
	font-size: 12px;
	position: relative;
	height: 58px;
}
.shopping-box .goods-der dt,
.shopping-box .goods-der dd {
    float: left;
}
.shopping-box .goods-details {
    width: 100%;
}
.shopping-box .buy-num {
    width: 70px;
    margin: 0 auto;
}
.shopping-box .buy-num .goods-num {
    margin: 4px 10px 0 0;
}
.shopping-box .buy-num a {
    float: left;
    width: 14px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #e6e6e6;
    background: #f2f2f2;
    color: #4d4d4d;
    text-decoration: none;
}
.shopping-box .buy-num input {
    float: left;
    width: 38px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #666;
    border: 1px solid #CCC;
    outline: 0;
    background: #FFF;
    border: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.shopping-box .buy-num .disable {
    cursor: not-allowed;
    color: #dedede;
}
.shopping-box .trade-del {
  color: #2f99fb;
}
.car-footer {
  height: 63px;
  padding-left: 16px;
  background: #f5f5f5;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    left: 200px;
    right: 30px;
}
.car-footer a {
  color: #808080;
}
.left {
  float: left;
  padding-top: 17px;
  font-size: 12px;
}
.right {
    float: right;
}
.footer-link {
    margin-left: 20px;
}
.car-footer .go-pay {
  float: right;
  width: 120px;
  line-height: 63px;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  background: #ff9900;
}
.price-read {
    width: 40%;
    height: 13px;
    padding: 5px;
    border-radius: 3px;
}
.choose-details {
  float: right;
  margin:7px 15px 0 0;
  text-align: right;
  color: #666;
}
.money-item {
    margin-left: 10px;
    font-size: 12px;
}
.all-money {
  margin-left:10px;
  font-size: 14px;
  font-weight: 700;
}
.all-money strong {
  color: #ff4d00;
  font-size: 18px;
}

.every-money-box {
    padding-right: 10px;
    line-height: 48px;
    border:1px solid #e6e6e6;
    border-top: none;
    text-align: right;
	color: #808080;
}
.invalid_goods,.shopping-box .invalid_goods .buy-num input {
  color: #b3b3b3;
}
.replenishment {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ccc;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 2px 0;
}
.com-text-over {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.com-text-over p {
  max-height: 32px;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.getcoupon {
  padding: 27px 0 0 15px;
  display: flex;
  align-items: center;
  font-size: 12px;
  background: #fff;
}
.getcoupon p {
  color: #4D4D4D;
  padding-left: 10px;
  padding-right: 8px;
}
.getcoupon img {
  width: 66px;
  height: 22px;
}
#getcoupon {
  text-decoration: underline;
  color: #2F99FB;
}