*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
body{
    font-size: 14px;
    font-family: "Microsoft YaHei",sans-serif;
    color: #333;
    padding-top: 80px;
}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
input,textarea{
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
}
img{
    display: block;
    border: none;
}
/*=======common css========*/
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.clearFix::before,
.clearFix::after{
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
.m_l10{
    margin-left:10px;
}
.m_r10{
    margin-right:10px;
}
.m_t10{
    margin-top:10px;
}
.m_b10{
    margin-bottom:10px;
}
/*base*/

.tabs{
    position: fixed;
    top: 3rem;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}
.tabs ul li {
    width: 33.333%;
    text-align: center;
    float: left;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: relative;
    list-style: none;
}
.active{
    color: #e10601;
}
.tabs ul li i{
    display: inline-block;
    width:0;
    height:0;
    border-right:3.5px solid transparent;
    border-left:3.5px solid transparent;
    position: absolute;
    margin-left: 2%;
}

.top_triangle{
    border-top:3.5px solid #999;
    bottom: 15px;

}
.bottom_triangle{
    border-bottom:3.5px solid #999;
    top: 15px;
}



/*产品条目*/
/*条目样式*/
.mutual-content1{
    padding: 50px 10px 0;
    background: #F4F4F4;
    /*height: 600px;*/

}
.product-box-click{
    /*border: 1px solid #f00;*/
}
.mutual-content1 .mutual-content1-box ul li{
    width: 50%;
    background: #F4F4F4;
    float: left;
    margin-bottom: 10px;
}
.mutual-content1 .mutual-content1-box ul li:nth-child(odd){
    padding-left: 0px;
    padding-right: 7px;
}
.mutual-content1 .mutual-content1-box ul li:nth-child(even){
    padding-left: 5px;
    padding-right: 0px;
}
.mutual-content1 .mutual-content1-box ul li img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px 5px 0 0;
}
.mutual-content1 .mutual-content1-box ul li .product-title{
    min-height: 2.85rem;
    font-size: 14px;
    color: #555;
    padding: 5px 10px 0 10px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mutual-content1 .mutual-content1-box ul li .product-price{
    font-size: 14px;
    color: #e10601;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 5px 10px 0 10px;
}
.mutual-content1 .mutual-content1-box ul li a{
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding-bottom: 10px;
}
img.product-title-img{
    display: inline;
    width: 2%;
}
.sell_num{
    padding-left: 10px;
    color: #333333;
    font-size: 12px;
    float: right;
}
ul.pinpais{
    padding: 5px;
}
ul.pinpais li{
    width:18%;
    background: #F5F5F5;
    margin-right: 5px;
    border-radius: 20px;
    font-size: 12px;
    height: 22px;
    line-height:22px;
}
ul.pinpais li.ppactive{
    color:#e10601;
    background: #fff;
    border: 1px solid #F5F5F5;
}
ul.navs li.ppactive {
    color: #ff734c;
    background: #fff;
    border: 1px solid #ff734c;
    border-radius: 5px;
}

.mutual-content1 .mutual-content1-box ul li .product-price .product-price-img {
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}
.product-price-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.sell_jfprice {
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    overflow: hidden;
    margin-left: 0.25rem;
}
