*{
	padding:0px;
	margin:0px;
	
}
body{
font-size: 14px;
color: #000;
background: #fff;
}
a {
	color:#000;
    text-decoration: none;
}
ul li{
    display: block;
    list-style-type: disc;
}

.item{
	max-width: 750px;
	margin:0px auto;
	width:100%;
}
.block{
	height: 20px;
    display: inline-block;
    width: 100%;	
}

/*文字*/
.crumbs {
    font-size: .8rem;
}
.crumbs span {
    color: #FE926B;
}
.product_list{margin:10px;}
.card-product {
	font-size: 1rem;
    width: 48%;
    text-align: center;
    float: left;
    display: block;
    margin: 1%;
}
.card-product a {
    display: block;
    border: 1px solid #f2f2f2;
}
.img img{width:100%;}
.p-3 {
    padding: 1rem!important;
}
.card-product .name {
    font-weight: bold;
    color: #333;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.card-product .price span {
    color: #FE926B;
    margin-right: 5px;
}