

.main-content{
    margin-top: 20px;
 }
  /* #region 购物车列表start*/
 .cart-list{
    border: 1px solid #d9d9d9;;
 }
.cart-list-header{
    background-color: #ebebeb;
}
.cart-list-header,
.cart-item,
.cart-item-total{
   
    padding: 10px 20px;
}
.cart-list-header ul,
.cart-list .bd ul{
    display: flex;
    justify-content: space-between;
}
.cart-list-header ul li,
.cart-list .bd ul li{
   
    width: 144px;
    
    font-size: 16px;
    line-height: 16px;
    color: #737373;  
   
}
.cart-list-header ul li{
    background-color: #ebebeb;
    font-weight: bold;
   
    /* background-color: blue; */
}
.cart-list .bd{
    border-bottom: 1px solid #d9d9d9;
}
.cart-list .bd:last-child{
    border: 0px;
}
.cart-list .bd ul li{
    height: 100px;
    line-height: 100px;
   
    /* background-color: skyblue; */
}
.cart-list .total{
    border-top: 1px solid #d9d9d9;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding-right: 120px;
    font-size: 16px;
    font-weight: bold;
    color: red;
}
.cart-list .bd img{
    width: 10rem;
}
.cart-list .bd:last-child button{
    border: 0px;
}
.cart-list-header ul li:first-child,
.cart-list .bd ul li:first-child{
    /* width: 10rem; */
}
.cart-list .bd ul li:last-child,
.cart-list-header ul li:last-child{
    width: 50px;
}
.cart-list-header ul li:nth-child(2),
.cart-list .bd ul li:nth-child(2){
    width: 350px;
} 

.cart-list .cart-item .remove-item{
    cursor: pointer;
}

.cart-list .bd input[type="number"]::-webkit-inner-spin-button 
    {
        height: 40px; /* 调整整体高度 */
        width: 20px; /* 调整整体宽度 */
        opacity: 1;
      }



.quantity-input{
    width: 40px;
    height: 30px;
    border: 1px solid #d9d9d9;
    text-align: center;
}
 /* #endregion 购物车列表end*/

/*  #region 手机列表 start*/
.m-cart-item{
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
.m-cart-item .item-img{
    flex: 2.5;
   
}
.m-cart-item .item-img img{
    width: 90%;
   padding: 1.5rem;
    height: auto;
}
.m-cart-item .item-info{
    flex: 5;
    padding-left: 3rem;
}
.m-cart-item .item-info .proname{
    font-size: 1.5rem; 
}
.m-cart-item .item-info .price{
    font-size: 2rem;
    color: red;
}
.m-cart-item .item-info .area{
    color: gray;
    font-size: 15px;
}
.m-cart-item .item-info .other{
   
    width: 90%;
    padding: 2rem 0;
}
.m-cart-item .item-info .other-list{
 display: flex;
 justify-content: space-between;
 margin-right: 3rem;
 align-items: center;
}
.cart-list .m-cart-item .item-info .other-list .remove-item i{
    /* 背景透明 */
  background-color: transparent;
  cursor: pointer;
  /* 去除边框（如果有） */
  border: none;
  outline: none;
  
  /* 确保图标本身无额外样式 */
  padding: 0;
  margin: 0;
  box-shadow: none;
  
  /* 字体图标的基本样式 */
  font-family: "iconfont"; /* 替换为你的 iconfont 字体名 */
  font-size: 16px; /* 调整大小 */
  color: #333; /* 图标颜色 */
}

.cart-list .m-cart-item .item-info input[type="number"]::-webkit-inner-spin-button 
    {
        height: 4rem; /* 调整整体高度 */
        width: 2rem; /* 调整整体宽度 */
        opacity: 1;
      }
.m-cart-list{
    display: none;
}

/*  #endregion 手机列表 start*/
 
/*  #region setinfo start*/
.set-info{
    
    margin-top: 20px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    line-height: 40px;
    padding: 15px 20px;
}
.set-info form{
    display: flex;
    justify-content: space-between;
}


.btn{
    border-radius: 0;
    cursor: pointer;
}
.btn-lg{
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}
.btn-primary{
    color:#ffffff;
    background-color:#DD302D;
    border-color:#DD302D
}

/*  #endregion setinfo end */

/* #region 媒体查询 start*/
@media (max-width:1200px){

}

@media(max-width:992px){
   
    .crumb-wrap{
        padding-left: 1rem;
    }
    .main-content .product-wrap  {
       
        flex-direction: column;
        align-items: center;
        border-right: 0;
       
    }
    .main-content .product-wrap .product-preview{
        max-width: 90%;
        border-right: 0;
        padding-right: 0;
      
    }
   
    .main-content .product-wrap .product-info .pc-info-area{
        display: none;

    }
    .main-content .m-product-wrap{
        display: block;
       
    }
    .cart-list-header
   {
        display: none;
    }
    .main-content .pc-cart-item{
        display: none;
    }
    .m-cart-list{
        display: block;
    }
  
    
}
@media(max-width:768px){
   
   

}
/* #endregion 媒体查询 end*/




