#pdetail .pro-module{
    float: left;
    margin-left: 30px;
}
#pdetail .pro-module li {
    line-height: 36px;
    background-color: #fafafa;
    margin-bottom: 18px;
    padding-left: 5px;
    border-left: 2px solid #fafafa;
    display: block;
    width: 100%;
}
#pdetail .pro-module .on{
    border-left: 2px solid #1e7ace;
}
#pdetail .pro-module li:hover{
    border-left: 2px solid #1e7ace;
}
#pdetail .pro-module .marketprice h4,#pdetail .pro-module .retailtprice h4{
    color: #ff0036;
}

