﻿/*===商品评论 开始===*/


/*评论结果：好评率*/

.GoodsComment {}

.GoodsCommentResult {
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    height: 100px;
    padding: 8px 0;
}

.GoodsCommentResult .GoodRate {
    width: 180px;
    height: 100%;
    float: left;
    border-right: 0px solid #e4e4e4;
    overflow: hidden;
}

.GoodsCommentResult .GoodRate .GoodRateValue {
    color: #e01d20;
    text-align: center;
}

.GoodsCommentResult .GoodRate .GoodRateValue b {
    font-size: 53px;
}

.GoodsCommentResult .GoodRate .GoodRateValue .PercentSign {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 33px;
}

.GoodsCommentResult .GoodRate .GoodRateText {
    text-align: center;
    height: 25px;
}


/*评论结果：好评、中评、差评*/

.GoodsCommentResult .StatResult {
    width: 150px;
    height: 100%;
    float: left;
    border-right: 0px solid #e4e4e4;
}

.GoodsCommentResult .StatResult dl {
    margin: 0;
}

.GoodsCommentResult .StatResult dt {
    font-size: 12px;
}

.GoodsCommentResult .StatResult dt em {
    font-style: normal;
    color: #999;
    padding: 0 5px;
}

.GoodsCommentResult .StatResult dd {
    margin: 0;
    background: #ddd;
    height: 6px;
}

.GoodsCommentResult .StatResult dd div {
    background: #e01d20;
    height: 6px;
    width: 0;
}

.GoodsCommentResult .Tip {
    width: 600px;
    height: 100%;
    float: right;
}


/*评论选项卡*/

.GoodsCommentTab {
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
}

.GoodsCommentTab li {
    float: left;
    padding: 0 12px;
    overflow: hidden;
    height: 42px;
    line-height: 42px;
}

.GoodsCommentTab li.current {
    border-bottom: 1px solid #e01d20;
}

.GoodsCommentTab li a {
    color: #666;
}

.GoodsCommentTab li a i {
    font-style: normal;
}

.GoodsCommentTab li a:hover,
.GoodsCommentTab li.current a {
    color: #e01d20;
}


/*评论列表*/

.GoodsCommentContent {}

.goodscommentlist {
    font-size: 12px;
    font-family: Arial, Verdana;
    overflow: hidden;
}

.goodscommentlist li {
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
}

.goodscommentlist li .MemberAvatar {
    float: left;
    width: 120px;
    text-align: center;
}

.goodscommentlist li .MemberAvatar img {
    border: 1px solid #dedede;
    vertical-align: top;
    width: 70px;
    height: 70px;
}

.goodscommentlist li .GuestName {
    padding: 5px 0;
}

.goodscommentlist li .CommentContent {
    float: left;
    width: 710px;
    display: block;
    line-height: 1.6em;
}

.goodscommentlist li .CommentTime {
    float: right;
    color: #999;
    width: 140px;
    text-align: center;
    padding-top: 15px;
}

.goodscommentlist li .CommentTime b {
    font-weight: normal;
    color: #e01d20;
    display: block;
    padding: 5px 0;
}


/*评论回复*/

.GoodsCommentReply {
    color: #F90;
    line-height: 1.8em;
    background: #f5f5f5;
    padding: 5px 8px;
    margin: 8px 10px;
}

.GoodsCommentReply .replycommentlist li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.GoodsCommentReply .replycommentlist li .GuestName {
    display: inline;
}

.GoodsCommentReply .replycommentlist li .CommentContent {
    display: inline;
    float: none;
}

.GoodsCommentReply .replycommentlist li .CommentTime {
    float: none;
    color: #999;
    text-align: center;
    margin: 0 1px;
}


/*评论分页*/

.GoodsCommentPage {
    overflow: hidden;
    float: right;
    padding: 10px 0;
}

.GoodsCommentPage li {
    float: left;
    border-radius: 2px;
    background: #f7f7f7;
    padding: 4px 1em;
    border: 1px solid #ddd;
    margin-left: 3px;
    vertical-align: middle;
    cursor: pointer;
}

.GoodsCommentPage li a {
    color: #333;
}

.GoodsCommentPage li a:hover {
    color: #e33b3d;
}

.GoodsCommentPage li.active {
    border: 0;
    cursor: default;
    background: none;
}

.GoodsCommentPage li.active a {
    color: #e33b3d;
    font-weight: bold;
    cursor: default;
}

.GoodsCommentPage li.disabled {
    cursor: not-allowed;
}

.GoodsCommentPage li.disabled a {
    color: #999;
    cursor: not-allowed;
}


/*评论表单*/

.GoodsCommentForm {
    margin-top: 15px;
    overflow: hidden;
    clear: both;
}

table.goods_comment_table {
    width: 99%;
    text-align: center;
    margin: 0 auto;
    border-spacing: 0;
    font-size: 12px;
}

table.goods_comment_table th {
    width: 80px;
    text-align: left;
    white-space: nowrap;
    font-weight: normal;
}

table.goods_comment_table td {
    text-align: left;
    padding: 3px 0;
}

table.goods_comment_table .operation {
    text-align: left;
}

table.goods_comment_table #CommentContent {
    height: 70px;
    border: 1px solid #e0e0e0;
}

table.goods_comment_table label {
    float: left;
    margin-right: 30px;
}

table.goods_comment_table label .form_radio {
    float: left;
}


/*===商品评论 结束===*/