/***
 
  系统错误页面
 
***/

/*头部底部*/
.newHeaderBg {background:url(../images/headBg.jpg) #ee750f no-repeat;width:1100px;height:149px;margin:0 auto;}
.newFooterBg {background:url(../images/footBg.jpg) #ee750f no-repeat;width:1100px;height:263px;margin:0 auto;}
/*头部底部 end*/

/**系统错误、404错误页面**/
.errorInfoBox {width:610px;overflow:auto;margin:0 auto;padding:70px 0 50px;}
.errorInfoBox img{float:left;margin-top:-18px;}
.errorInfoBox .errorInfo{float:right;width:518px;overflow:auto;}
.errorInfo h4{margin-bottom:15px;font-size:14px;font-weight:600;}
.errorInfo p{margin-bottom:40px;}
.errorInfo dl{width:100%;overflow:auto;clear:both;margin-bottom:40px;}
.errorInfo dl dt,.errorInfo dl dd{float:left;line-height:20px;}
.problemDescription{width:248px;height:68px;}
.inputW198H24{width:198px;height:24px;line-height:24px;}

.tipsLayer{position:absolute;top:180px;left:293px;z-index:99;}
/**系统错误、404错误页面 end**/

/**推荐商品**/
.goodsRecommend .recommendTitle {border:none;margin-bottom:15px;font-size:14px;color:#cc0000;font-weight:bold;padding:10px 18px;border-bottom:1px solid #d7d7d7;}
.goodsListInfor{width:980px;overflow:hidden;margin-bottom:10px;}
.goodsListInfor li{position:relative;width:192px;float:left;padding-bottom:5px;border-bottom:1px solid #e3e3e3;height:260px;}
.goodsListInfor li em.salePrompt{position:absolute;right:15px;display:block;width:55px;height:55px;background:url(../images/goodsList/goodsIcon.png) -73px -92px no-repeat;}
.goodsListInfor li label.comment{position:absolute;right:21px;top:186px;}
.goodsListInfor li span.contrastTips{position:absolute;top:1px;left:11px;z-index:999;display:block;width:170px;height:30px;cursor:pointer;line-height:30px;filter:alpha(opacity=90);opacity: 0.9;background:#fff;}
.contrastTips span{display:block;float:left;line-height:30px;}
.contrastTips em{display:block;float:left;width:16px;height:16px;margin:7px 10px 0 0;background:url(../images/goodsList/goodsIcon.png) no-repeat;}
.contrastTips .addIcon{background-position:-142px -93px;}
.contrastTips .addedIcon{background-position:-161px -93px;}
.contrastTips .fullIcon{background-position:-180px -93px;}

.goodsImg{display:block;width:170px;height:170px;margin:0 auto;padding:1px;}
.goodsImg:hover{ border:1px solid #f60;width:170px;height:170px;padding:0;}
.goodsListInfor li p{width:170px;overflow:hidden;margin:0 auto 5px;}
.mobileGoodsName{height:32px;}
.goodsName{height:32px;}
.goodsName .name label{cursor:pointer;}
.priceInfor label{float:left;}
.priceInfor span{float:right;}
.evaluation{text-align:center;}
.evaluation label{display:inline-block;margin-right:5px;}
.evaluation label.cDarkRed{font-size:14px;font-weight:600;}
.mobileGoodsExplain{text-align:center;}
.give{display:inline-block;width:34px;height:14px;line-height:14px;color:#fff;background:url(../images/goodsList/goodsIcon.png) 0 -111px no-repeat;}
.notShowWord{display:none;}
.wordOrange{color:#f60;}
.wordOrg{color:#f60;}
/**推荐商品 end**/