*{
	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%;	
}

/*文字导航*/
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	margin-top: 30px;
}

.active-wrap .nav-tabs {
    text-align: center;
    border: none;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.active-wrap .nav-tabs a.active {
    color: #FE926B;
}
.active-wrap .nav-tabs a {
    display: block;
    border-right: 1px solid #eee;
}
.active-wrap .nav-tabs h4 {
    font-size: 1rem;
	font-weight: 100;
    line-height: 1.2;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.justify-content-center {
    justify-content: center!important;
}

/*产品列表*/
.p-item {
    width: 48%;
    display: inline-block;
    float: left;
    height: auto;
    padding: 0px 1%;
}

.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.card-product {
    font-size: 1rem;
    text-align: center;
}
.card-product a {
    display: block;
    border: 1px solid #f2f2f2;
}
.p-3 {
    padding: 1rem!important;
}
.card-product .name {
    color: #333;
}
.flex-wrap{
	display: inline-block;
	    width: 100%;
}
.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;
}
.img img{max-width:100%;}

.more {
    margin-top: 1rem;
    text-align: center;
}
.more a {
    font-size: .8rem;
}
.more i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FE926B;
    color: #fff;
    border-radius: 16px;
    line-height: 17px;
    font-size: 12px;
    margin: 0 .3rem;
}
.iconHOT-1-xiangyou:before {
    content: "\e61f";
}
.tab-pane{
    display: none;
}
.tab-pane.active {
    display: block;
}

