/* 商城首页-分类推荐商品模块 */
/* 布局 */
.nc-home-pattern { width: 1200px; height:510px; display:block; clear:both; margin: 0 auto;margin-top:20px; }
.nc-home-pattern .leftbar { width:275px; height:510px; display:block; float:left; position:relative; z-index:1; }
.nc-home-pattern .leftbar .title { display: block; width: 275px; height: 48px; overflow: hidden; }
.nc-home-pattern .leftbar .category {position:relative; width: 275px; height:462px; background:#dddddd; overflow:hidden; display:block; }
.nc-home-pattern .leftbar .category a:hover { text-decoration:none;}

.nc-home-pattern .leftbar .category a:hover::before {-webkit-transition: left 1s;-moz-transition: left 1s;transition: left 1s;left: 260px;}
.nc-home-pattern .leftbar .category a:before {content: "";position: absolute;width: 80px;height: 462px;top: 0;left: -150px;overflow: hidden;background: -moz-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.2)),color-stop(100%,rgba(255,255,255,0)));background: -webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);background: -o-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);-webkit-transform: skewX(-25deg);-moz-transform: skewX(-25deg);
}


.nc-home-pattern .middle { width:924px; height:509px; border-bottom:1px solid #eee; display:block; float:left; _clear:right/*IE6*/;  _position:relative/*IE6*/;}
.nc-home-pattern .tabs-nav { background:#f8f8f6;border-bottom:1px solid;width:925px; *zoom:1; height:47px; position:relative; z-index: 1;}
.nc-home-pattern .tabs-nav ul{ margin-left:20px;}
.nc-home-pattern .tabs-nav li { font-size: 13px;font-family: "Microsoft Yahei"; float:left; width:auto; height:48px; line-height:48px; text-align:center; }
.nc-home-pattern .tabs-nav li.more { background:url(../images/more.png) no-repeat center right; width: 52px; text-align: left; }
.nc-home-pattern .tabs-nav li a{ color:#666666}
.nc-home-pattern .tabs-nav li span{margin:0 10px;}
.nc-home-pattern .tabs-nav li.tabs-selected { line-height:40px; font-size:12px; font-weight:700; background: #F8F8F8; width: 180px; border-style: solid; border-width: 2px 1px 0 1px; text-align:center; height: 40px;/* margin-top:-1px;*/ position:relative; z-index:9; _margin-bottom:-1px/*IE6*/;}
.nc-home-pattern .tabs-panel { width: 924px; overflow: hidden; display:block; border-right:1px solid #d5d5d5;}
.nc-home-pattern .tabs-panel ul { width: 924px; height:462px; overflow: hidden; }
.nc-home-pattern .tabs-panel li { background-color:#FFF; width:230px; height:230px; float:left; display:block; border: solid #E7E7E7; border-width: 0 0 1px 1px;}
.nc-home-pattern .tabs-panel li:hover { /*background:#FAFAFA;*/}
.nc-home-pattern .tabs-panel dl { width:461px; margin:0 auto; position:relative;}
.nc-home-pattern .tabs-panel dl dt.goods-name { white-space: nowrap; font-size:13px; width:auto; margin-left:-10px; font-family:"Microsoft Yahei";/* line-height: 16px; height: 32px;*/ }
.nc-home-pattern .tabs-panel dl dd.goods-pic { background:#FFF; width:160px; height:110px; position:absolute; top:45px; left:-9px;}
.nc-home-pattern .tabs-panel dl dd.goods-price { margin-left:-10px; color: #777; /*line-height:20px; */}
.nc-home-pattern .tabs-panel dl dd.goods-price em { font-style:normal; font-size: 14px; color:#C00; margin-right:6px;}
.nc-home-pattern .tabs-panel dl dd.goods-price span{text-decoration: line-through;
color: #999;
margin-right: 6px;}

.nc-home-pattern .tabs-panel li.first dl dt.goods-name,.nc-home-pattern .tabs-panel li.first dl dd.goods-price{margin-left:0; font-size:13px;}
.nc-home-pattern .tabs-panel li.first{ width:230px; height:230px;}
.nc-home-pattern .tabs-panel li.first dl{  width:230px; text-align:left;}
.nc-home-pattern .tabs-panel li.first dl dd.goods-pic a { float:left;}
.nc-home-pattern .tabs-panel li.first dl dd.goods-pic { width:230px; height:230px; left:0px; top:0px;}

.nc-home-pattern .rightbar { display:block; width:208px; height:398px; border-style:solid; border-width:1px; border-color:#e1e1e1; float:right;}
.nc-home-pattern .rightbar .title { background:#F7F7F7; _width:100%; height: 37px; border-bottom: solid 2px #D8D8D8;}
.nc-home-pattern .rightbar .title h3 { font-size: 14px; line-height:20px; color: #666666; padding: 10px 0 6px 12px; font-weight:600;}
.nc-home-pattern .rightbar .saletop-list { width: 208px; height:360px; margin: 0 auto; overflow:hidden;}
.nc-home-pattern .rightbar .saletop-list li {}
.nc-home-pattern .rightbar .saletop-list li.top dl { width:113px; height:66px; position:relative; padding: 11px 0 8px 95px; overflow:hidden; display:block;}
.nc-home-pattern .rightbar .saletop-list li.top dt.goods-name { font-size:13px; font-family:"Microsoft Yahei"; line-height:16px; height:32px; width:100px; margin:2px 0 6px 0; overflow:hidden;}
.nc-home-pattern .rightbar .saletop-list li.top dd.goods-pic { position:absolute; top:8px; left:10px; width:75px; height:75px; border:solid 1px #F7F7F7;}
.nc-home-pattern .rightbar .saletop-list li.top dd.goods-pic span{ width:65px;height:65px; float: left; padding:5px;}
.nc-home-pattern .rightbar .saletop-list li.top dd.goods-pic img{ width:65px;height:65px;}
.nc-home-pattern .rightbar .saletop-list li.top dd.goods-price { line-height: 20px; background: url(../images/rmb.gif) no-repeat scroll left center; display: inline-block; width: 60px; padding-left: 10px;}
.nc-home-pattern .rightbar .saletop-list li.top dd.goods-price em { font-style:normal; font-size: 12px; font-family:"Microsoft Yahei"; color:#C00; font-weight:600;}
.nc-home-pattern .rightbar .saletop-list li.top dd.nokey { font-family: "Microsoft Yahei"; font-size: 11px; font-weight:700; color: #FFF; line-height:14px;  background:#cf140a; text-align: center; width: 14px; height: 14px; position: absolute; z-index: 99; overflow: hidden; top: 8px; left: 10px;}
.nc-home-pattern .rightbar .saletop-list li.top dd.sales-volume { line-height: 20px; width:75px; display:inline-block;}
.nc-home-pattern .rightbar .saletop-list li.normal {line-height:32px; width: 176px; height:32px; padding-left:32px; position:relative; z-index:1; }
.nc-home-pattern .rightbar .saletop-list li.normal i { font-family: "Microsoft Yahei"; font-size: 11px; font-weight:700; line-height: 14px; color: #FFF; background:#bcbcbc  ;text-align: center; width: 14px; height: 14px; position: absolute; z-index: 99; overflow: hidden; top: 12px; left: 10px; font-style:normal;}
.nc-home-pattern .rightbar .saletop-list li.normal a { font-family: "Microsoft Yahei";font-size:13px; display:block; line-height:40px; width: 165px; height:40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.nc-home-pattern .rightbar .ad-banner {}

.style-green .tabs-nav { border-bottom-color:#54980a}
.style-pink .tabs-nav  { border-bottom-color:#bf1d56}
.style-orange .tabs-nav  { border-bottom-color:#d4a420}
.style-brown .tabs-nav  { border-bottom-color:#8eb076}
.style-blue .tabs-nav { border-bottom-color:#ffb453}

/*body {font-family: "Microsoft Yahei" !important;}*/