﻿.p1{
    font-size: 14px;
    color: #000;
}
.p2{
    font-size: 14px;
    color: #b0b0b0;
}
.p3{
    font-size: 14px;
    color: #ff5f19;
}
.p4{
    font-size: 14px;
    color: #000;
}
.product{
    width:100%;
    position: relative;
    margin: 20px 0 5px 0;
    height: 160px;
    background: #fafafa;
}

.img{
    width: 160px;
    height: 160px;
    float: left;
    margin-right: 30px;
}
.p{
    display:inline-block;
    float:left;
    width:70%;
    margin-top:10px;
    font-family: Microsoft YaHei;
    white-space:nowrap;
}
.p1{
    margin-top:16px;
}

.p5{
    display: contents;
    /*float:right;*/
    /*width:20%;*/
    font-family: Microsoft YaHei;
}
.detail{
    margin-top: 20px;
    /*margin-left: 50px;*/
    padding:6px 12px;
    border-radius:4px;
    background-color: #158de6;
    color: white;
    font-size: 14px;
}
