<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 评论列表 */
.comListBox{ margin-top:10px; }
	.msgList li{ margin-bottom:15px;  border:1px solid #ddd; background:#fff; 
		-webkit-box-shadow: #f1f1f1 0 3px 0;
		-moz-box-shadow: #f1f1f1 0 3px 0;
		box-shadow: #f1f1f1 0 3px  0;
		behavior: url(/PIE.htc);
	}
	.msgList .msgInfo{ height:26px; line-height:26px; padding:0 10px; background:url("images/bgSplit.jpg") 0 -13px repeat-x; border-bottom:1px solid #dfdfdf; color:#999;   }
	.msgList .msgInfo .reviewer{ font-weight:bold; color:#c60;  }
	.msgList .msgInfo .star{ float:right; display:none;}
	.msgList .msgContent{padding:10px; overflow:hidden; zoom:1; width:653px; }
	.msgList .msgInfo .star em{display:inline-block; *display:inline; zoom:1; }
	.msgList .msgContent .userPic{ width:70px; text-align:left; float:left;   }
	.msgList .msgContent .userPic img{ width:60px; height:60px;   }
	.msgList .msgContent .msgCon{ display:block;  width:580px; float:left;   }
	.msgList .msgContent .msgReply{ background:url("images/share/dotted.gif") repeat-x top; margin-top:5px; padding-top:10px;   }
	.msgList .msgContent .msgReplyer{ font-weight:bold; }
	.msgPage{ text-align:right; }

/* 填写评论 */
.msgAddBox { padding:10px 25px; background:#f8f8f8; border:1px solid #ddd;}
.msgAddBox .inputTxt{ height:20px; line-height:20px; border:1px solid #d4d4d4; width:90px;  }
.msgAddBox #commentEmail{ width:180px;  }
.msgAddBox li{  height:22px; line-height:22px;}
.msgAddTit{ display:none;  }
.msgAddBox .msgAddUser{ display:none;  }
.msgAddBox .msgAddUser label{ padding-right:15px;  }
.msgAddBox .msgAddUser i{ color:#f00;  }
.msgAddBox .msgAddUser li{ overflow:hidden;  }
.msgAddBox .msgAddUser #commentRankingBlock{ float:right;  }
.msgAddBox .msgScore{ padding-top:0px;  }
.msgAddBox  #commentContnet{ margin-top:10px;   background:#fff; border:1px solid #d4d4d4; width:638px; height:60px;    }
.msgAddBox  .msgSubmitBar{ padding-top:10px; height:22px; line-height:22px;  }

.msgAddBox  .msgSubmitBar .msgAddBtn{display:inline-block; zoom:1; width:80px; height:21px; line-height:21px; background:url("images/btnBg6.gif") no-repeat; overflow: hidden; text-align: center;}
.msgAddBox  .msgSubmitBar *{ vertical-align:middle; }
.msgAddBox  #commentValidCode{ margin:0 5px;  }


/* 评论发表页模板 ---------------------------------------------- */
.addComFrom{ padding:15px;  }
.addComFrom table{ border-collapse: collapse; empty-cells:show; background:#fff;  }
.addComFrom table td{ border:#eee solid 1px; padding:5px; } 
.addComFrom table .spacingtitle{ background:#f4f4f4; font-weight:bold;  }
.addComFrom table table td{ border:0;  }
.addComFrom #BtnSubmit{ width:80px; height:26px; line-height:22px; cursor:pointer;}


/* url_方块样式分页 */
.page{ text-align:center; padding:5px 0;  font-size:12px; clear:both;  }
.page input{ border:1px solid #c5c5c5; background:#fff; width:30px; height:20px; line-height:20px; vertical-align:middle;      }
.page a,.page span{ display:inline-block; *display:inline; zoom:1; height:20px; line-height:20px; vertical-align:middle;   }
.page a,.page a:active{ display:inline-block; *display:inline; zoom:1; border:1px solid #c5c5c5; padding:0 6px;}
.page a:hover {border:1px solid #0E50A1; text-decoration:none; color:#0E50A1;}
.page span.current,.page b a{background:#0E50A1; border:1px solid #0E50A1; color:#fff !important; font-weight:bold; padding:0 6px; }
.page span.disabled {border:1px solid #c5c5c5;  padding:0 6px; color:#999;}
.page select{ margin:0 5px; background:#fff; border:1px solid #c5c5c5; vertical-align:middle;     }

/* 星形评分 */
.stars{ display:inline-block; *display:inline; zoom:1; width:72px;  height:11px; margin-right:5px;  overflow:hidden; background:url("images/share/starSplit.gif") -4px -34px  no-repeat;  }
.stars i{ display:inline-block; *display:inline; zoom:1; height:11px;  background:url("images/share/starSplit.gif") -4px -14px no-repeat; }
.starsMan{ display:none;  }
#commentRankingBlock input {
vertical-align: baseline;}
.userSaid{color:#666; width:100%; line-height:18px;}</pre></body></html>