@charset "utf-8";
html{ font-size:10px;}
body{
    font-size:13px;
    color:#4b4b4b;
}
/********************************/
html{
    background:#f1f1f1;
}

/************/
.no_comments{
    padding: 80px 0 0 0;
    width: 100%;
    height:100%;
    text-align: center;
    background:#FFFFFF;
}
.no_comments img{ background-image:url(../images/no_comments.png); background-repeat:no-repeat; background-size:105px 105px;}
.no_comments img.no_Attribute{ background-image:url(../images/no_Attribute.png); background-repeat:no-repeat; background-size:105px 105px;}
.no_comments p{line-height: 30px; color:#c3c3c3; font-size:14px;}
.no_comments~*{
    display:none;
}

/* 商品规格 */
.table,.comment-list{ background:#FFFFFF;}
.table ul{ display: table; width:95%; margin-left:5%;}
.table ul li{  vertical-align:middle; display: table-row; text-align:left; color:#666666; font-size:13px;}
.table ul li span{ width:35%;  display: table-cell; border:1px solid #e3e3e3;   padding:12px 14% 12px 0 ;   line-height:16px; border-width: 0 0 1px 0; 	 -webkit-border-image: url(../imgs/border.gif) 2 stretch; vertical-align:middle;}
.table ul li span:nth-child(2){ text-align:right; width:45%; padding:12px 5% 12px 0;}
.table ul li:last-child span{border-bottom:0;}

