.container {
    width: 950px;
    margin: 0 auto;;
}

.order_actinfo {
    width: 650px;
    float: left
}

.progress {
    float: right;
    width: 250px;
    font-size: 14px;
    padding: 5px;
}

.progress-hd .progress-num {
    color: #d22bbc;
    float: right;
    font-size: 16px;
    font-weight: 700;
}

.progress-hd {
    line-height: 24px;
    height: 24px;
}

.progress-bd {
    background-color: #e3e4e8;
    border-radius: 4px;
    height: 5px;
    margin: 5px 0 10px;
    overflow: hidden;
}

.progress-bd .progress-bar {
    background-color: #45b8ef;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
}

.dd {
    background-color: #d22bbc !important;
}

.c2 span {
    font-size: 14px;
    float: right;
    display: inline-block;
    color: #f23617;
}

.pjlist {
    position: relative;
    border: solid 1px #c0c0c0;
}

.pjtitle {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    height: 45px;
    margin: 0;
    padding: 0;

}

.pjtitle li {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    height: 45px;
    padding-left: 15px;
    float: left;
    display: block;
}

.pjtitle li a {
    background: rgba(0, 0, 0, 0) url("../images/tripicon.png") no-repeat scroll -30px -83px;
    border: 0 none;
    color: #333;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 7px 0 22px;
    cursor: pointer;
}

.pjtitle li a.at {
    background: rgba(0, 0, 0, 0) url("../images/tripicon.png") no-repeat scroll -30px -62px;
    border: 0 none;
    color: #333;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 7px 0 22px;
}

.pjlist .sort {
    position: absolute;
    right: 25px;
    top: 12px;
}

.comments_list {
    padding: 25px 0 0;
}

.comment {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin: 0 3px 25px;
    /*padding: 0 0 25px;*/
    position: relative;
    min-height: 145px;
    height: auto;
}

.comments_list .author {
    color: #333;
    left: 10px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}

.author dt {
    width: 100px;
    height: 100px;
}

.author dd {
    width: 100px;
    height: 20px;
}

.author img {
    width: 80px;
    height: 80px;
}

.comments_list .comment_body {
    margin: 0 90px 0 120px;
    position: relative;
    width: 828px;
    min-height: 100px;
}

.pjcontent {
    min-height: 60px;
    width: 800px;
    font-size: 13px;
    padding: 5px;
    line-height: 20px;
    overflow: auto;
}

.comment_tag {
    display: inline-block;
    margin-right: 10px;
    padding: 0 4px;
    font-weight: bold;
    color: #3b3b3b;
}

.name {
    line-height: 30px;
    font-size: 13px;
    margin-top: -5px;
    position: relative;

}
.name a{
    color: #757575;
}
.name a:hover{
    color: #ff0000;
}
.dp {
    margin-left: 70px;
}

.dp i,.leaderdp i {
    color: #ff5b6b;;
    font-style: normal;
    font-size: 16px;
}

.dp u,.leaderdp u {
    color: #c0c0c0;
    font-style: normal;
    text-decoration: none;
}
.leaderdp{
    display: inline-block;
    margin-left: 72px !important;
}
.name b {
    background: url(/Public/Web/images/pjicon.png) no-repeat left top;
    width: 61px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 70px;
}

.name b.t1 {
    background-position: 0 0;
}

.name b.t2 {
    background-position: 0 -25px;
}

.name b.t3 {
    background-position: 0 -51px;
}

.comment_body .dt {
    position: absolute;
    right:10px;
    bottom: 5px;
    font-size: 13px;
    color: #757575;
    margin-right: 10px;
    text-align: center;
    line-height: 25px;
}
.comment_body .dt p.btn{
    background-color: #006600;
    color: #fff;
    padding: 2px;
}
.comment_body .dt p.close{
    background-color: #ff3300;
}
.comment_body .answer{
    min-height: 60px;
    width: 98%;
    margin-top: 35px;
    font-size: 13px;
    color: #af874d;
    line-height: 25px;
    border-top:solid 1px #af1a8f;;
}
.dplist .author dt{width:60px;height:60px;}
.dplist .author dd{width:60px;}
.dplist .author img{width: 40px;height:40px;}
.dplist .author{width:60px}
.dplist .comments_list .comment_body{
    margin: 0 90px 0 80px;
}
.dplist .pjcontent{
    width: 600px;
    font-size: 13px;
}
.dplist .pjcontent p{
    font-size: 13px;
}
.dplist .dp i{font-size: 13px;}
.dplist .page{
    margin-top: 10px;
}
.dplist .page .current{height: 30px;}