*{
  margin: 0;
  padding: 0;
  list-style: none;
}
.clear::after{
  content: "";
  display: block;
  clear: both;
}
/*流程栏样式-------------*/
.flow{
  width: 910px;
  margin: 20px auto;
}
.flow li{
  position: relative;
  float: left;
  margin-left: 40px;
  background-color: #ddd;
  font-size: 16px;
  line-height: 30px;
  width: 150px;
  text-align: center;
  font-weight: bold;
}
.flow li:first-child{
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.flow li:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/*当前状态--------------*/
.flow li.active{
  background-color: #f60;
  color: #fff;
}
.flow li.active i.arrow-heave::after{
  border-top-color: #f60;
  border-left-color: #f60;
}
.flow li.active i.arrow-sunken::after{
  border-bottom-color: #f60;
  border-right-color: #f60;
}
.flow li.active i.arrow-sunken::before{
  border-top-color: #f60;
}
/*凸箭头-----------------------*/
.flow li i.arrow-heave{
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  /* background-color: blue; */
}
.flow li i.arrow-heave::before{
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 1;
  border: 10px solid transparent;
  border-top-color: #fff;
}
.flow li i.arrow-heave::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 15px solid transparent;
  border-top-color: #ddd;
  border-left-color: #ddd;
}
/*凹箭头-----------------------*/
.flow li i.arrow-sunken{
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  /* background-color: blue; */
}
.flow li i.arrow-sunken::before{
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 1;
  border: 10px solid transparent;
  border-top-color: #ddd;
}
.flow li i.arrow-sunken::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 15px solid transparent;
  border-bottom-color: #ddd;
  border-right-color: #ddd;
}

/*购物车标题---------------*/
.shop-title,
.shop-list,
.shop-account{
  width: 910px;
  margin: 0 auto;
}
.shop-title{
  border-bottom: 2px solid #ddd;
}
.shop-title>li{
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.shop-title .checked-all{
  width: 80px;
}
.shop-title .checked-all label,
.shop-title .checked-all label input{
  cursor: pointer;
}
.shop-title .describe{
  width: 350px;
}
.shop-title .score{
  width: 80px;
}
.shop-title .unit-price{
  width: 100px;
}
.shop-title .count{
  width: 100px;
}
.shop-title .sub-total{
  width: 100px;
}
.shop-title .remove{
  width: 100px;
}

/*购物车列表---------------*/
.shop-list .shop-item{
  font-size: 14px;
  margin-top: 20px;
}
.shop-list .shop-item a{
  text-decoration: none;
  color: #1296db;
  font-size: 14px;
}
.shop-list .shop-item a.customer{
  padding-left: 25px;
  padding-right: 5px;
  border-radius: 5px;
  background-color: #fe0;
  font-weight: bold;
  background-image: url("img/ww.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.shop-list .shop-item-info{
  background-color: #eee;
  margin-top: 5px;
}
.shop-list .shop-item-info>div{
  height: 100px;
  border: 1px solid #fff;
  border-left: none;
  float: left;
  box-sizing: border-box;
  text-align: center;
  line-height: 100px;
}
.shop-list .shop-item-info .checked{
  width: 80px;
}
.shop-list .shop-item-info .checked input{
  width: 50px;
  cursor: pointer;
  background-color: #fff;
}
.shop-list .shop-item-info .describe>div{
  float: left;
}
.shop-list .shop-item-info .describe{
  width: 350px;
}
.shop-list .shop-item-info .describe .image{
  padding: 10px;
}
.shop-list .shop-item-info .describe .image img{
  width: 80px;
  height: 80px;
}
.shop-list .shop-item-info .describe .text{
  width: 200px;
  padding: 10px;
}
.shop-list .shop-item-info .describe .text>div{
  text-align: left;
  line-height: 1.5;
}
.shop-list .shop-item-info .describe .text .name{
  line-height: 1;
}
.shop-list .shop-item-info .describe .text .models{
  margin-top: 10px;
}
.shop-list .shop-item-info .count input{
  width: 30px;
  text-align: center;
}
.shop-list .shop-item-info .count button{
  display: inline-block;
  width: 1rem;
  cursor: pointer;
}
.shop-list .shop-item-info .serve i.icon-kuaidi2{
  color: green;
}
.shop-list .shop-item-info .serve i.icon-jisutuikuan{
  color: #1296db;
}
.shop-list .shop-item-info .serve i.icon-shouhoufuwu-chapingfangyu{
  color: #f40;
}
.shop-list .shop-item-info .score{
  width: 80px;
}
.shop-list .shop-item-info .unit-price{
  width: 100px;
}
.shop-list .shop-item-info .count{
  width: 100px;
}
.shop-list .shop-item-info .sub-total{
  width: 100px;
  color: #f40;
  font-weight: bold;
}
.shop-list .shop-item-info .remove{
  width: 100px;
  border-right: none;
  color: #1296db;
  cursor: pointer;
}
.shop-list .shop-item.checked .shop-item-info{
  background-color: #cdc;
}
/*购物车结算---------------*/
.shop-account{
  border-top: 2px solid #ddd;
  margin-top: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.shop-account>li{
  float: left;
  line-height: 30px;
}
.shop-account .checked-remove{
  width: 100px;
}
.shop-account .submit{
  width: 100px;
}
.shop-account .checked-remove .remove,
.shop-account .submit .buy{
  display: inline-block;
  border-radius: 5px;
  height: 30px;
  text-align: center;
  width: 100px;
  color: #fff;
  cursor: pointer;
}
.shop-account .checked-remove .remove{
  background-color: #1296db;
}
.shop-account .submit .buy{
  background-color: #f60;
}
.shop-account .score-total{
  width: 150px;
  margin-left: 200px;
}
.shop-account .score-total .score{
  font-weight: bold;
}
.shop-account .price-total{
  width: 300px;
}
.shop-account .price-total .price{
  color: #f40;
  font-weight: bold;
}