.cart {
  padding-bottom: 20px;
  width: 900px;
}
.cart-list-header {
  margin-top: 30px;
  height: 30px;
  line-height:30px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #0a2c85;
}
.cart-list-header span{
    display: inline-block;
  }
.cart-item {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 154px;
  border-bottom: 1px solid #9b9b9b;
}
.cart-item  div{
  display: inline-block;
}
.cart-num {
  width: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.cart-goods {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 30px;
  vertical-align: middle;
  line-height: normal;
}
.cart-name {
  display: inline-block;
  line-height: 20px;
}
.cart-del {
  width: 23px;
  height: 23px;
  background: url('../images/close.png') no-repeat;
  border: none;
  cursor: pointer;
}
.cart-table {
  margin-top: 5px;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.cart-tr {
  border-bottom: 1px solid #9b9b9b;
}
.cart-m {
  text-align: right;
}
.cart-pad{
  padding-bottom: 8px;
}
.cart-pad2 {
  padding-top: 8px;
}
.cart-btn1 {
  margin-top: 50px;
  margin-bottom: 30px;
  display: inline-block;
  padding-left: 64px;
  width: 178px;
  text-align: left;
  line-height: 35px;
  font-size: 16px;
  color: #0a2c85;
  background: url('../images/left2.png') no-repeat 30px center;
  border: 1px solid #666;
}
.cart-btn1:hover {
  color: #0a2c85;
  text-decoration: none;
}
.cart-btn2:hover {
  color: #fff;
  text-decoration: none;
}
.cart-btn-box {
  text-align: right;
}
.cart-btn2 {
  margin-top: 50px;
  margin-bottom: 30px;
  display: inline-block;
  padding-right: 64px;
  width: 178px;
  line-height: 35px;
  text-align: right;
  font-size: 16px;
  color: #fff;
  background: #0a2c85 url('../images/right2.png') no-repeat 123px center;
  border: 1px solid #666;
}
@media screen and (max-width: 575px) {
  .cart {
    padding-bottom: 0;
    width: 100%;
  }
  .cart-item {
    padding-left: 15px;
    font-size: 12px;
  }
  .cart-goods {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .cart-goods img {
    width: 80px;
    height: 80px;
  }
  .cart-list-header {
    padding-left: 10px;
    margin-top: 0;
    font-size: 12px;
  }
  
  .cart .col-4,.cart .col-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-item {
    line-height: 100px;
  }
  .cart-num {
    width: auto;
  }
  .cart-del {
    width: 15px;
    height: 15px;
    background-size: cover;
  }
  .cart-btn1{
    margin: 20px 0 10px;
    padding-left: 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    background: #fff;
  }
  .cart-table {
    font-size: 14px;
  }
  .cart-btn2 {
    margin: 10px 0;
    padding-right: 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    background: #0a2c85;
  }
}