/**
 * 页面级别通用评价样式
 */

.pingjia-top {
    border: 1px solid #e5e5e5;
    position: relative;
}

.pingjia-top .rate {
    /*float: left;*/
    width: 260px;
    background: url("/Tpl_2016/images2016/cloudhost/cloudhost-icon_1.png") no-repeat center center #f3f7fd;
    background-position: 114px 60px;
    text-align: center;
    position: absolute;
    height: 100%;
    _height: 173px;
    border-right: 1px solid #e5e5e5;
    _zoom: 1;
}

.pingjia-top .rate p {
    padding-top: 92px;
    height: 28px;
    overflow: hidden;
}

.pingjia-top .rate .rate-icon {
    position: absolute;
    top: 58px;
    left: 256px;
    display: block;
    width: 32px;
    height: 60px;
    background: url("/Tpl_2016/images2016/cloudhost/cloudhost-icon_2.jpg") no-repeat;
    background-position: 4px -1345px;
}

.pingjia-top .percent {
    padding: 6px 0 26px 290px;
    overflow: hidden;
    line-height: 1;
    font-size: 14px;
    color: #646464;
    _zoom: 1;
}

.pingjia-top .percent dl {
    padding-top: 24px;
    *padding-top: 12px;
    clear: both;
}

.pingjia-top .percent dt {
    float: left;
    width: 122px;
    text-align: right;
    margin-right: 10px;
}

.pingjia-top .percent dd {
    margin-top: 2px;
    overflow: hidden;
    width: 430px;
    height: 8px;
    background: #ececec;
    border: 1px solid #4a9ced;
}

.pingjia-top .percent dd span {
    margin-top: -12px;
    position: absolute;
    right: 290px;
    /*top: 30px;*/
}

.pingjia-top .percent .fill {
    overflow: hidden;
    height: 8px;
    _height:10px;
    background: #4a9ced;
    position: relative;
}


/*评价列表*/

.pingjia-list {
    margin-top: 20px;
    border: 1px solid #e5e5e5;
}

.pingjia-list .pj-title {
    padding-left: 16px;
    height: 44px;
    line-height: 44px;
    background: #f9fcfc;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #363637;
}

.pingjia-list .pj-title label {
    padding-right: 5px;
    color: #1576e1;
}

.pingjia-list .pj-title span {
    color: #7c7c7c;
}

.pingjia-list .pj-middle .user-icon {
    float: left;
    margin-bottom: 10px;
    padding: 112px 0px 0px 12px;
    width: 100px;
    background-image: url("/Tpl_2016/images2016/cloudhost/cloudhost-icon_2.jpg");
    background-repeat: no-repeat;
    background-position: 12px -452px;
    text-align: center;
}

.pingjia-list .pj-middle .user-icon p {
    line-height: 1;
    padding-top: 10px;
}

.pingjia-list .pj-middle .user-icon p span {
    color: #adadad;
}

.pingjia-list .pj-middle .pj-txt {
    overflow: hidden;
    padding-left: 16px;
    line-height: 2;
    padding-top: 16px;
    margin-right: 280px;
    color: #333;
}

.pingjia-list .pj-middle .pj-txt .pj-time {
    margin-top: 40px;
    color: #b1b1b1;
}

.pingjia-list .pj-middle .pj-middle-right {
    float: right;
    padding-top: 23px;
    padding-bottom: 28px;
}

.pingjia-list .pj-middle .pj-middle-right dl {
    border-left: 1px solid #e5e5e5;
    clear: both;
}

.pingjia-list .pj-middle .pj-middle-right dt {
    float: left;
    padding: 8px 0 8px 22px;
    width: 110px;
    line-height: 1;
    text-align: left;
    color: #333;
}


/*星星*/

.pingjia-list .pj-middle .pj-middle-right dd {
    margin-top: 10px;
    padding-right: 20px;
    display: inline-block;
    width: 92px;
    height: 12px;
    background: url("/Tpl_2016/images2016/icon.jpg") no-repeat left center;
    background-position: 0px -60px;
}

.yellow-star {
    background: url("/Tpl_2016/images2016/icon.jpg") 0px -40px no-repeat;
    height: 100%;
}

.yellow-star-1 {
    width: 13px;
}

.yellow-star-2 {
    width: 34px;
}

.yellow-star-3 {
    width: 55px;
}

.yellow-star-4 {
    width: 76px;
}

.yellow-star-5 {
    width: 97px;
}

.pagination {
    margin-top: 50px;
    margin-bottom: 60px;
}

@media screen and (max-width: 1206px) {
    .pingjia-top .percent dd span {
        right: 90px;
    }
    .pingjia-list .pj-middle .pj-txt .pj-time {
        margin-top: 16px;
    }
}


/***********IE6-8 responsed START*************/

.desktop .pingjia-top .percent dd span {
    right: 90px;
}

.desktop .pingjia-list .pj-middle .pj-txt .pj-time {
    margin-top: 16px;
}


/***********IE6-8 responsed END*************/
