body {background-color:white;}
/* .xz-card { */
    /* 暂时定宽  */
    /* width: 220px ; */
/* }  */
.xz-card p {
    font-size: 12px;
}
/* 数字区域 */
.xz-card .xz-num > div button {
    width: 28px;
    height: 28px;
    font-family: Arial, Helvetica, sans-serif;
}
.xz-card .xz-num > div input {
    width: 30px;
    height: 28px;
    /* input */
    margin: 0 1px;
}
/* 购物按钮 */
.xz-card .xz-num > button {
    font-size: 12px;
    padding: 4px 10px;
}
/* 标题曲 */
.xz-cardlist h4 {
    font-size: 18px;
    color:rgb(251, 250, 248) ;
    background-color:rgb(255, 162, 0);
    padding:10px 15px;
}
.xz-cardlist .xzpage {
    background-image: linear-gradient(#f0f0f0,#e0e0e0) ;
    padding:5px 15px;
}
/* 购物车 */
.xz-cardlist .xzshopcar {
    height: 200px;
    /* 溢出出现拖拽条 */
    overflow: auto;
}
.xz-cardlist .xzshopcar li {
    height: 40px;
    border-bottom: 1px dashed #666;
}
.xz-cardlist .xzshopcar li a {
    font-size: 12px;
    /* 指定宽度并且不能被压缩 */
    flex: 0 0 40%;
    overflow: hidden;
    white-space: nowrap;
    /* 强制文字不换行 */
    text-overflow: ellipsis;
    line-height: 40px;
}
.xz-cardlist .xzshopcar li a:hover {
    text-decoration: none;
}
.xz-cardlist .xzshopcar li input {
    flex: 0 0 20%;
    width: 20px;
    height: 30px;
    margin-top: 5px;
}
.xz-cardlist .xzshopcar li span {
    font-size: 12px;
    line-height: 40px;
    flex: 0 0 30%;
}

.xz-cardlist .xzjs p {
    font-size: 18px;
    line-height: 38px;
}
.xz-cardlist .xzjs img {
    margin: top 8px;
}
/* 去掉鼠标获取焦点时触发的样式 */
.xz-cardlist .xzjs button:focus {
    box-shadow: 0 0;
}
/* @media (max-width:520px) {
  .row{
      max-width: 50%;
      margin-right: 6%;
  }
} */