#comment .pl_title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
#comment .pl_title a {
    font-size: 14px;
    color: #8a8c98;
    margin-top: 3px;
}
#comment .pl_list li {
    padding:15px 0;
    border-bottom: 1px solid #eeeeee;
}
#comment .pl_list dt {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}
#comment .pl_list dt img {
    width: 40px;
    height: 40px;
}
#comment .pl_list dd {
    width: 700px;
    float: left;
}
#comment .pl_list .name {
    font-size: 14px;
    color: #8a8c98;
    height: 20px;
}
#comment .pl_list p {
    font-size: 16px;
    line-height: 36px;
}
#comment .pl_list span {
    font-size: 12px;
    color: #8a8c98;
}
#qrcodebox {
    width: 280px;
    height: 240px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -140px;
    background: #fff;
    border: 1px solid #999;
    text-align: center;
    z-index: 10000;
    display: none;
}

#qrcodebox .box {
    position: relative;
}

#qrcodebox .box .abs {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

#qrcodebox .title {
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px solid #999;
    height: 40px;
    line-height: 40px;
}

#qrcode {
    display: inline-block;
    margin-top: 20px;
}
