
/*初始化css*/
*{
    margin: 0;padding: 0;
}
ul,li{
    list-style: none;
}

/*初始化css*/


.yellow{    background-color: #ffff00;}

.pz-wechat{
    background: #ffff00;color: #ff0000;
}
#pz-comments .pzCom-back{
    margin-top: 10px;border-left: 1px solid #666666;padding-left: 6px;
}
#pz-comments .pzCom-backimg{
    margin-top: 10px;
}
#pz-comments .pzCom-backimg img{width:100%;}
#pz-comments .pzCom-back .pz-comPeople{
    line-height: 1;color: #0099c7;
}
#pz-comments .pzCom-back .pz-comBackCom{
    padding-top: 10px;
}

#pz-comments h6{
    font-size: 16px; color: #797979; font-weight: normal;padding-bottom: 10px;
}

#pz-comments{
    padding:20px 10px 20px 10px;border-top: 20px solid #ffffff;background-color: #f2f2f2;
}
#pz-comments li{
    position: relative;padding-left: 50px; font-size: 16px;padding-top: 10px;padding-bottom: 8px;
}
#pz-comments li .pz-comImg{
    position: absolute; left: 0; top: 10px;
    width: 40px; height: 40px;overflow: hidden;
}
#pz-comments li .pz-comImg img{
    width: 100%; height: 100%;
}
#pz-comments .pz-comHead{
    height: 30px; line-height: 30px;color: #999999;
}
#pz-comments .pz-comName{
    color: #797979;
}
#pz-comments .pz-comAddress{
    float: right;font-size: 12px;
}
#pz-comments .pz-comCon{
    font-size: 16px;
}
#pz-comments .pz-comFoot{
    color: #999999; font-size: 13px; line-height: 30px;padding-top: 10px;
}
#pz-comments .pz-like{
    background: url("/images/com-like.png") 0 center no-repeat;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    padding-left: 24px;
    float: right;
}
