/**
 * 定义买家中心样式
 * @MuDonghai
 * www.yanj.cn
 **/
body { font-size: 63%;}
a { color: #757584; text-decoration: none; -webkit-transition-property:color; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: ease;}
a:hover { text-decoration: underline; color: #F60;}
h3 { font-size: 14px; font-weight: 600;}
h4 { font-size: 12px; font-weight: 600;}
.goods-price i { font-size: 12px; font-weight: 500; color: #777; background: url(../images/rmb_s.gif) no-repeat scroll left center; padding-left: 9px;}
.goods-price strong {font-size: 12px;  line-height: 12px; color: #ff0000;  padding-left: 10px;}


.wrapper { width: 1202px; margin: 0 auto;}
#footer { border:none !important; font-size: 1.2em;}
#container { margin-top: 0px; _margin-top:0; width:1202px; font-size: 1.2em; line-height: 20px;}
#container .layout {width:1202px; overflow: hidden; min-height: 480px;} 
#container .layout .sidebar { width:160px;overflow:hidden; float:left;margin-right: 25px;}
#container .layout .right-content { width:1015px; float:right; }
#page { font-size: 12px;}

/* ============================
 * 买家中心及账户设置框架头部菜单样式
 * ============================ */
#header{ background-color: #d24726 !important; background-color:#d24726\9/* IE6-8 */; line-height: 45px; width: 100%; height: 45px; _height:45px; margin:0 0 25px 0;}
#header h1 { float: left; width: 230px; line-height: 45px; height: 45px;position: relative;}
#header h1 a{ width: 230px; line-height: 45px; height: 45px; display: inline-block;}
#header h1 img{vertical-align: middle;}
#header nav { width: 964px; height: 45px; float:left;line-height: 45px; }
#header nav ul { }
#header nav ul li { font-size: 16px;*float:left/* IE7 */;  }
#header nav ul li a { color: #FFF; text-align: center; float: left; padding: 0px 24px; position: relative; z-index:1;}
#header nav ul li a:hover { text-decoration: none;background: url(../images/member/header_active.png) no-repeat center ;}
#header nav ul li a.active {background: url(../images/member/header_active.png) no-repeat center ; }
#header nav ul li.frist a { border-left: none;}
#header nav ul li.frist a:hover {background: url(../images/member/header_active.png) no-repeat center ;}
#header nav ul li.frist a.active { background: url(../images/member/header_active.png) no-repeat center ;}
#header nav ul li i.new-message { font-size: 9px; line-height: 17px; color: #d24726; background: url(../images/member/ncus_public.png) no-repeat -59px -58px; text-align: center; width: 28px; height: 22px; padding: 7px; position: absolute; z-index:1; top: -3px; right: -9px;}
#header nav .search-box { float:right; width:150px; border-left: solid 1px #FF8428; height: 26px; padding: 6px 16px 6px 39px; position: relative; z-index:1;}
#header nav .search-box input[type="text"], #header nav .search-box .text { float:right; width: 200px; font-family: Tahoma; line-height: 16px; background:#FFFFDF; padding: 4px 2px 6px 4px !important; border:none !important; border-radius: 3px; box-shadow: 1px 3px 1px #FFB775 inset !important; transition:width 0.5s; -moz-transition:width 0.5s/* Firefox 4 */; -webkit-transition:width 0.5s/* Safari and Chrome */; -o-transition:width 0.5s/* Opera */;}
#header nav .search-box:hover input[type="text"], #header nav .search-box input[type="text"]:focus { width: 240px; width: 200px\9/* IE */; background-color:#FFF; box-shadow:1px 1px 1px #AB320A !important; -moz-box-shadow:1px 1px 1px #AB320A !important/* Firefox 4 */; -webkit-box-shadow:1px 1px 1px #AB320A !important/* Safari and Chrome */;}
#header nav .search-box .text { float:right; width: 200px; font-family: Tahoma; line-height: 16px; background:#FFFFDF; padding: 4px 2px 6px 4px !important; border:none !important;  }
#header nav .search-box:hover .text { width: 200px\9/* IE */; background-color:#FFF;}
#header nav .search-box input[type="submit"] { line-height: 16px; background: transparent url(../images/member/ncus_public.png) no-repeat scroll 0px -380px; width: 16px; height: 16px; border: none; position: absolute; z-index: 999; top: 12px; right: 20px; cursor: pointer; opacity:0.5; -moz-opacity:0.5/* Firefox 4 */; -moz-webkit:0.5/* Safari and Chrome */;}
#header nav .search-box:hover input[type="submit"] {opacity:1; -moz-opacity:1/* Firefox 4 */; -moz-webkit:1/* Safari and Chrome */;}

#header nav .search-box .submit { line-height: 16px; background: transparent url(../images/member/ncus_public.png) no-repeat scroll 0px -380px; width: 16px; height: 16px; border: none; position: absolute; z-index: 999; top: 12px; right: 20px; cursor: pointer;}



/* ============================
 * 买家中心及账户设置框架左侧菜单样式
 * ============================ */
.sidebar ul li { clear:left; overflow:hidden;}
.sidebar ul li a { color:#455E65;}
.sidebar ul li a:hover { color: #7FB8D2; text-decoration: underline;}
.sidebar h3 { font-size: 1.2em; font-weight: 700; line-height: 32px;}

/* 交易操作 */
.business-handle, .member-handle {background-color: #eeeff1;border:1px solid #e4e5e6;} 
.business-handle h3, .member-handle h3 { margin-left: 16px;}
.business-handle div, .member-handle ul li { clear:left; padding: 9px 12px; overflow:hidden; border-bottom: 1px solid #dcdcdc;}
.business-handle div.active, .member-handle ul li.active { background-color: #d24726;  box-shadow: 0 2px 1px rgba(213,229,245,0.7); zoom:1; color: #fff;}
.business-handle div a, .member-handle ul li a { color:#757584; line-height:20px; float:left;}
.business-handle div.active a, .member-handle ul li.active a {color: #fff;}
.business-handle div a:hover { color: #757584; text-decoration: underline; }
.member-handle   ul li a:hover { color: #757584;}
.business-handle div em , .business-handle dl dt em,.member-handle em { width: 20px; height: 20px; background: url(../images/member/mymenu_left.png) no-repeat scroll; float:left; margin-right: 8px;}
.business-handle div:hover em, .business-handle dl dt:hover em ,.member-handle ul li:hover em { transform: rotate(20deg); transition: .1s ease-in; -webkit-transform: rotate(20deg); -webkit-transition: .1s ease-in; -moz-transform: rotate(20deg); -moz-transition: .1s ease-in; -o-transform: rotate(20deg); -o-transition: .1s ease-in; }
.business-handle em.i0 { background-position: -193px 2px;}
.business-handle em.i1 { background-position: 0px 2px;}
.business-handle em.i2 { background-position: -30px 2px;}
.business-handle em.i3 { background-position: -52px 0px;}
.business-handle em.i4 { background-position: -75px 4px;}
.business-handle em.i5 { background-position: -96px 0px;}
.business-handle em.i6 { background-position: -120px 0px;}
.business-handle em.i7 { background-position: -146px 1px;}
.business-handle em.i8 { background-position: -170px 1px;}
.business-handle em.i9 { background-position: -120px -72px;}
/**我的账户图标样式**/
.member-handle em.i1 { background-position: 0px   -69px;}
.member-handle em.i2 { background-position: -30px -69px;}
.member-handle em.i3 { background-position: -54px -69px;}
.member-handle em.i4 { background-position: -75px -69px;}
.member-handle em.i5 { background-position: -100px -69px;}
.member-handle .active em.i1{ background-position: -0px -88px;}
.member-handle .active em.i2{ background-position: -30px -88px;}
.member-handle .active em.i3{ background-position: -54px -88px;}
.member-handle .active em.i4{ background-position: -75px -88px;}
.member-handle .active em.i5{ background-position: -100px -88px;}

.business-handle dl dd{ clear:both; padding: 6px 0 6px 48px; overflow:hidden; }
.business-handle dl dd.active { background-color: #d24726; box-shadow: 0 2px 1px rgba(213,229,245,0.7); zoom:1; color: #fff;}
.business-handle dl dd.active a{ color: #fff;}
.business-handle dl dd.normal:hover { background-color: #d24726;}
.business-handle dl dd.normal a:hover{ color: #fff; text-decoration: none;}
.business-handle .active em.i2{ background-position: -30px -16px;}
.business-handle .active em.i3{ background-position: -52px -16px;}
.business-handle .active em.i4{ background-position: -74px -16px;}
.business-handle .active em.i5{ background-position: -96px -16px;}
.business-handle .active em.i6{ background-position: -120px -16px;}
.business-handle .active em.i8{ background-position: -170px -16px;}
.business-handle dl { overflow: hidden;}
.business-handle dl.collapsed { height: 39px;}
.business-handle dl#borderBottom {border-bottom: 1px solid #dcdcdc;}
.business-handle div.noBorder {border: 0px;}
.business-handle dl a { color:#757584; line-height:20px; float:left;}
.business-handle dl dt { clear:left; padding: 9px 0; margin: 0 12px; overflow: hidden;}
.business-handle dl dt i {font-size: 0px; line-height: 0; width: 0px; height: 0px; margin-left:6px; _margin-left:3px;  }
.business-handle dl.collapsed dt i { background: url(../images/member/ncus_public.png) no-repeat scroll -20px -20px; display: inline-block; width: 10px; height: 10px; margin-left:33px;margin-top: 8px;}
.business-handle dl.collapse dt i { background: url(../images/member/ncus_public.png) no-repeat scroll -20px 0px; display: inline-block; width: 10px; height: 10px; margin-left:33px;margin-top: 8px;}
.sns-menu { width: 135px; float: right; margin-top: 20px;}
.sns-menu li { background: url(../images/member/ncus_public.png) no-repeat  0px -260px; text-align: center; width: 135px; height: 60px; margin-top: -8px;}
.sns-menu li a { font-family: "微软雅黑"; font-size: 1.4em; line-height: 50px;  }
.sns-menu li.active { background: url(../images/member/ncus_public.png) no-repeat scroll 0px -200px; width: 135px; height: 60px;}

/* 左边广告*/
.business-intro { width: 100%; margin: 29px auto 10px auto;}

/* 内容部分所在位置样式 */
.layout .path { border: solid 1px #dcdcdc; background-color: #FFF; padding:1px; margin: 0px 0px 20px 0px;display: none;}
.layout .path div { font-weight: 600; background-color: #fff; height: 20px; padding:5px 0 5px 12px;  }
.layout .path div a { font-weight: 400; color:#498CD0;}
.layout .path div span { font-family: sans-serif; font-size: 1em; font-weight: normal; color: #498CD0; margin: 0 6px 0 2px;}
.wrap { clear: both; margin: 0;}
.wrap .layout-l { width: 790px;float:left;}
.wrap .layout-r { width: 200px; float:right;}


/* 用户中心中间位置用户信息 */
.member-intro { background:#fff;height: 125px;}
.member-intro .user-price { color: #d24726;}
.member-intro a:hover { text-decoration: none;}
.member-intro dl dt { font-size: 12px; line-height: 24px; color: #7a7a7a; display: inline-block; *float:left;}
.member-intro dl dt a { font-size: 14px; line-height: 24px; color: #7a7a7a;  display: inline-block;}
.member-intro .user-predepositlog {font-size: 12px;color: #0495cc;}
.member-intro dl dd { display: inline-block; *float:left/*IE7*/; _float: left/*IE6*/; margin: 0 40px; line-height: 26px; height: 26px;color: #7a7a7a; }
.member-intro dl dd.my-store {margin: 0px; line-height: 37px; height: 37px;color: #fff; }
.member-intro dl dd.my-store input{ border:0px; background-color: #d24726; line-height: 37px; height: 37px;color: #fff;width: 150px; font-size: 14px; cursor: pointer;}
.member-intro dl .ml50 {margin-left: 60px;}
.member-intro dl dd.predeposit { position:relative; z-index:1; height: 26px;}
.member-intro dl dd.predeposit i { font-size: 0; line-height: 0; display:inline-block; width: 0; height: 0; margin: 0 0 0 2px; border-color: #333 transparent transparent; border-style: solid dashed dashed; border-width: 3px;}
.member-intro dl dd.predeposit .down-menu { background: #FFF; display: none; border: solid 1px #D8D8D8; padding:5px 15px; width:86px; position: absolute; z-index: 1; top:24px; right: 0;}
.member-intro dl dd.predeposit .down-menu p { line-height: 24px; }
.member-intro dl dd.predeposit:hover .down-menu { display:block;}
.member-intro dl dd.predeposit:hover .down-menu p a { border:0; padding:0; background: none;}
.member-intro dl dd.predeposit:hover .down-menu p a:hover { color: #369; text-decoration:underline;}
.member-intro dl dd.predeposit a { padding: 2px 5px; color: #333; height:22px; display:block; _float:left;}
.member-intro dl dd.predeposit:hover a { background: #FFF url(../images/member/bg_repeat_x.png) repeat-x scroll center -26px; padding: 1px 4px; border: 1px solid #D8D8D8;}
.member-intro ul { clear:both;}
.member-intro ul li { line-height: 20px; padding: 4px 20px 0 0; display: inline-block;  *float:left;}
.member-intro ul li.yes a { color: #0495cc; }
.member-intro ul li.yes a:hover { text-decoration: underline;}
.member-intro ul li.no a { color: #7a7a7a; cursor:text;}
/* 用户信息*/
.ncu-user { width: 104px; height:104px;position: relative; z-index: 1;display: inline-block;}
.ncu-user .username {  font-weight: 600; line-height: 28px; width: 102px; height: 28px; text-align: center; position: absolute; z-index: 9; top: 0; left: 19px;}
.ncu-user .username a { color: #369; text-decoration: none;}
.ncu-user .userface { width:102px; height:102px; position: absolute; z-index: 9;}
.ncu-user .pic{ background-color:#FFF; display:block; width: 100px; height: 100px; border: solid 1px #C9E0E7; border-radius: 5px; position: relative; z-index:2;}
.ncu-user .pic img{ border-radius: 5px;}
.ncu-user .pic p, .ncu-user .pic p a, .ncu-user .pic p i, .ncu-user .info { display: none;}
.ncu-user .info ul { margin: 132px 15px 10px 15px;}
.ncu-user .info ul li { color: #369; line-height: 24px; white-space: nowrap; padding:0 !important;}
.ncu-user:hover .username a { background: url(../images/member/ajax-edit.gif) no-repeat 0 3px; padding-left: 16px; margin-left: -16px;}
.ncu-user:hover .pic p { background-color: rgba(0,0,0,0.5); background-color:#333\9/* if IE6-8 */; display:block; width: 100px; height: 24px; border-radius: 0 0 5px 5px; position: absolute; z-index:100; bottom:0; left:0;}
.ncu-user:hover .pic p a { line-height: 22px; text-decoration: none; color: #FFF; text-shadow: 1px 1px 0 rgba(0,0,0,0.65); text-align: right; display:block; width: 75px; float: left;}
.ncu-user:hover .pic p i { background: url(../images/member/ncus_public.png) no-repeat -110px -68px; display:block; width: 16px; height: 14px; float: right; margin:4px 4px 4px 0;}
.ncu-user:hover .info { background: rgba(255,255,255,0.95); background-color:#FFF\9/* if IE6-8*/;display:block; border: solid 1px #C9E0E7; width: 136px; position: absolute; z-index:1; top:0px; left:0px;border-radius: 5px; box-shadow: 2px 2px 2px rgba(0,0,0,0.1)}
.w685{ width: 655px;height: 37px;line-height: 37px;margin-left: 30px;}

.release-tab { clear:both; border: 1px solid #ececec; margin-bottom: 20px;}
.release-tab li { display:inline-block; *display:inline;width: 198px; border-bottom: 1px solid #ececec; text-align: center;}
.release-tab li em { background:url(../images/member/ncus_public.png) no-repeat scroll; _background-image: url(../images/ie6/ncus_public.gif)/*IE6*/; height: 20px; width: 20px;display: inline-block;vertical-align: middle; margin-top: -7px;}
.release-tab li.sharemood em { background-position: -5px -401px;}
.release-tab li.sharegoods em { background-position: -33px -401px;}
.release-tab li.sharestore { border-bottom: 0px;}
.release-tab li.sharestore em { background-position: -60px -401px;}
.release-tab li a { font-family:"Microsoft yahei"; font-size:14px; text-decoration: none; line-height:79px;color:#7a7a7a; height:79px;  margin-left: 20px;}
.release-tab li a:HOVER { color:#d24726;}

.release-content { height: 120px; clear:both; position:relative; z-index:9;}
.release-content .arrow { background: url(../images/member/ncus_public.png) scroll no-repeat -90px -400px; _background-image: url(../images/ie6/ncus_public.gif)/*IE6*/; width: 18px; height: 10px; position: absolute; z-index: 1; top: 6px; left: 48px;}
.release-content textarea { width: 560px; height: 48px; float: left; border-radius: 5px; position: absolute; top: 14px; left: 9px; border: solid 1px #CCE2E8; background-color: #FFF; box-shadow: none;}
.release-content textarea:focus { background-color:#FFF; border-color: #CCC; box-shadow: 1px 1px 1px 0 #E7E7E7; -moz-box-shadow: 1px 1px 1px 0 #E7E7E7/* if FF*/; -webkit--box-shadow: 1px 1px 1px 0 #E7E7E7/* if Webkie*/;}
.release-content .smile { display: block; clear: both; position: absolute; z-index:9; top: 84px; left: 0px;}
.release-content .smile em { background: url(../images/member/ncus_public.png) no-repeat scroll -182px -380px; _background-image: url(../images/ie6/ncus_public.gif)/*IE6*/; width: 20px; height: 20px; float: left;}
.release-content .smile a { line-height:20px; font-weight:700; color:#7FB8D2; float: left;}
.release-content .smile i {}
.release-content span.error label { color:#FFC !important; font-weight:600; background-color: rgba(255,102,0,0.95); line-height:20px; text-align:center; border-radius:4px; position: absolute; z-index: 999; top:25px; left:200px; padding:4px 30px; box-shadow: 2px 2px 0 rgba(0,0,0,0.1); margin:0;}
.release-content .weibocharcount { position: absolute; z-index: 1; top:89px; left: 70px;}
.release-content .weiboseccode { background-color:#FFF; position: absolute; z-index: 1; top:84px; right: 90px; display: none; z-index:999;}
.release-content .handle { position: absolute; z-index: 9; top:82px; right:90px;}
.release-content .button { font-size:1.4em; line-height: 32px; font-weight:700; color:#FFF; background-color:#80B8D2; width:60px; height:32px; border:none; position: absolute; top: 84px; left: 416px; cursor:pointer;}
.release-content input[type="button"]{ border-radius: 4px;}


.visitors { overflow:hidden; }
.visitors h4 span { margin: 0 5px;}
.visitors h4 span.active { color:#555; font-weight: bold;}
.visitors h4 span.normal { color:#7FB8D2; font-weight:normal; cursor: pointer;}
.visitors h4 span.normal:hover { text-decoration: underline;}
.visitors h4 span.line { color: #999; font-size:10px; font-weight:100;}

.visitors ul {}
.visitors ul li { width: 52px; float:left; margin:7px;}
.visitor-pic { width:50px; height:50px; border: solid 1px #FFF; border-radius: 4px; background-color:#FFF;}
.visitor-pic img { border-radius: 4px;}
.visitor-name { line-height: 22px; text-overflow: ellipsis; white-space: nowrap; width: 50px; height: 22px; display:block; overflow: hidden;}
.visitor-time { font-size: 11px; line-height: 18px; color: #999;}

/* 好友列表样式 */
.friend-list { }
.friend-list li { width: 240px; float:left; padding:8px; margin-right:10px; line-height:20px; border: 1px solid #FFF;}
.friend-list li:hover { background-color: #E8F2FF; border: 1px solid #AED2FF; box-shadow: 1px 1px 3px #C5DDF2;}
.friend-list li .friend-img { width: 100px; height: 100px; float:left; padding:1px; border: 1px solid #E7EFF8; border-radius:5px;   }
.friend-list li .friend-img img { border-radius:5px; }
.friend-list li dl { float:right; width: 126px; }
.friend-list li dl dt { margin: 0 0 4px 0; text-align: left; }
.friend-list li dl dt a.friend-name { font-family: "微软雅黑"; font-size:1.2em; line-height:16px; color:#333; vertical-align: middle; white-space: nowrap; text-overflow: ellipsis; max-width: 80px; height: 16px; display: inline-block; overflow: hidden;}
.friend-list li dl dt a.message { line-height: 16px; vertical-align: middle; background: url(../images/member/ncus_public.png) no-repeat -234px -404px; display:inline-block; width: 16px; height: 16px; float:none; margin:0 0 0 4px;}
.friend-list li dl dt em { line-height: 16px; vertical-align: middle; ; display:inline-block; width: 16px; height: 16px; margin-left:4px;}
.friend-list li dl dt em.male { background: url(../images/member/ncus_public.png) no-repeat -193px -406px;}
.friend-list li dl dt em.female { background: url(../images/member/ncus_public.png) no-repeat  -215px -406px;}
.friend-list li dl dd { clear:both; padding: 0; overflow:hidden; text-align: left; }
.friend-list li dl dd.area {text-overflow: ellipsis; color: #999; margin-bottom: 5px; white-space: nowrap; overflow: hidden;}
.friend-list li dl dd .checkitem { float:left; margin-top: 4px;}
.friend-list li dl dd span.cancel { display:none;}
.friend-list li:hover dl dd span.cancel { display:block;}
.friend-list li dl dd a { float:left; }


.privacy-module { line-height:22px; font-size:12px; display:block; height:22px;  position: relative; z-index:99; cursor: pointer;}
.privacy-module:hover { }
.privacy-module .privacybtn { background-color:#FFF; color: #7FB8D2;  height: 22px; padding-left: 8px; margin: 1px; position: absolute; z-index: 99; top: 0; right:0;}
.privacy-module:hover .privacybtn { margin:0; border: solid 1px #80b8D2; border-bottom-color:#FFF;}
.privacybtn i { font-size: 0; line-height: 0; display: block; width: 0; height: 0; border-width: 4px; border-color: #80B8D2 transparent transparent transparent; border-style: solid dashed dashed dashed ; overflow: hidden; float:right; margin: 8px 4px; _margin: 8px 2px;}
.privacytab { background-color: #FFF; width: 102px; position: absolute; z-index: 1; top: 23px; right: 0px;}
.privacytab .menu-bd { background: none repeat scroll 0 0 white; text-align: left; width: 100px; max-height: 120px; border: 1px solid #80B8D2; overflow: hidden;}
.privacytab .menu-bd li { line-height:20px; color: #666666; background: none repea0t scroll 0 0 white; height:20px; padding: 6px 25px 4px 5px; margin: 0px;}
.privacytab .menu-bd li .selected{ background: url(../images/right.gif) no-repeat scroll 0 0 transparent; }
.privacytab .menu-bd li:hover { background-color:#f0f0f0}
.privacytab .menu-bd li span { vertical-align: top; text-overflow: ellipsis; white-space: nowrap; display: inline-block; max-width: 80px; width: 80px; padding-left:20px; overflow: hidden; cursor: pointer;}
.privacytab .menu-bd li span a { font-size: 12px !important; color: #666666; text-decoration: none; font-weight: normal !important;}

/* 我的空间喜欢模块 */
.ops-like, .ops-comment { float:left; margin-right: 10px;}
.ops-like i { width:20px; height:20px; float:left; background: url(../images/member/ncus_public.png) no-repeat scroll  -141px -380px; _background-image: url(../images/ie6/ncus_public.gif)/*IE6*/; }
.ops-like i.noaction { background-position: -224px -380px;}
.ops-like a, .ops-comment a {float:left; color: #80B8D2;}
.ops-like a.noaction {color: #f60;}
.ops-comment i { width: 20px; height: 20px; float:left; background: url(../images/member/ncus_public.png) no-repeat scroll  -204px -378px; _background-image: url(../images/ie6/ncus_public.gif)/*IE6*/;}
.ops-like em, .ops-comment em { color: #999; padding-left:4px; }
.nc-sns-pinterest li .privacy-module { display: none;}
.nc-sns-pinterest li:hover .privacy-module { display: block;}


/* 橙色按钮 */
.orangebtn{ font-size: 14px; color: #fff; margin: 0 10px; background-color: #F65700; padding: 5px 14px;}
.orangebtn:hover{ color: #fff;}
/*记录为空样式*/
.sns-norecord{ font-size:12px; margin: 10px; background-color: #FFFDE9; border: 1px solid #FFC56A; padding: 9px;}

/* 商品列表页面 */
.sharelist-g .searchgoods {}
.nc-sns-pinterest li {  margin: 10px 15px 10px 5px; display:block; float:left; }
.nc-sns-pinterest li dl { width:164px; background-color: #F8FBFE; padding:10px; border-radius: 5px; }
.nc-sns-pinterest li:hover dl { background-color: #FFF; padding:9px;  border: solid 1px #E7EFF8; box-shadow: 2px 2px 0px rgba(200,225,230,0.2);}
.nc-sns-pinterest li dl dt { width:160px; height:160px;}
.nc-sns-pinterest li dl dd.pinterest-addtime { margin: 10px 0 5px 0;}
.nc-sns-pinterest li dl dd.pinterest-cmt { color: #555; margin-bottom: 15px; overflow: hidden;}
.nc-sns-pinterest li dl dd.pinterest-ops { line-height:20px; margin: 10px 0;}


/* 商品详细页面 */
.snsgoods-info { padding: 10px 0px;}
.snsgoods-info .return-module { padding-bottom: 10px;  text-align: right;}
.snsgoods-info .gcontainer {  min-height: 450px;}
.snsgoods-info .gcontainer .title { padding-bottom:10px; border-bottom: 1px solid #EBEBEB;}
.snsgoods-info .gcontainer .title .goback a { background-color:#E8F2FF; float:left; border: solid 1px #AED2FF; padding: 2px 8px; border-radius: 4px;}
.snsgoods-info .gcontainer .title .goback a:hover { background-color: #F9FAFC; text-decoration: none; color: #498CD0; border-color: #C4D5E0;}
.snsgoods-info .gcontainer .title h3 { font-size: 1.2em; color: #333333; line-height:24px; text-overflow: ellipsis; white-space: nowrap; width: 500px; height: 24px; overflow: hidden; padding-left:50px;}
.snsgoods-info .gcontainer .title .downmenu { display:block; width:100px; float: right; white-space: nowrap;}
.snsgoods-info .gcontainer .pic-module{ margin: 0 14px 14px; min-height: 100px; padding-top: 14px;}
.snsgoods-info .gcontainer .pic-module .gimg {  position: relative; text-align: center; line-height: 0; display: block; cursor: pointer;}
.snsgoods-info .gcontainer .pic-module .prev{ cursor: pointer;display: block;height: 100%;position: absolute;left: 0;top: 0;width: 50%;z-index: 10;}
.snsgoods-info .gcontainer .pic-module .prev:hover{ cursor: url("../images/member/prev.cur"), pointer;}
.snsgoods-info .gcontainer .pic-module .next{ cursor: pointer;display: block;height: 100%;position: absolute;right: 0;top: 0;width: 50%;z-index: 10;}
.snsgoods-info .gcontainer .pic-module .next:hover{ cursor: url("../images/member/next.cur"), pointer;}
.snsgoods-info .gcontainer .pic-module .whole{ width: 100%;}
.snsgoods-info .gcontainer .pic-module .price-module{ font-size:14px; line-height: 28px; text-align: right; height: 28px; padding: 10px 0 6px;}
.snsgoods-info .operate-module { font-size:12px; text-align: right; height:20px;  padding:10px 10px 0px 30px;}
.snsgoods-info .operate-module span{ float:right;}
.snsgoods-info .comment-module{ padding-top: 30px;}
.snsgoods-info .comment-module .user{ width:60px; float: left;}
.snsgoods-info .comment-module .load-module{ width:604px; float: left;}
/* 表情模块 */

.smilies-module { display:none; border:1px solid #D5E5F5; height:94px; width:224px; position:absolute; z-index:999; background-color:#FFFFFF; padding:6px;
}

/* 首页分享商品和分享店铺弹出框体 */
.feededitor { width:480px; margin: 0 auto;}
.feededitor ul li { display: block; position:relative; width: 92px; height:92px;}
.feededitor ul li a { width: 90px; height:90px; border:solid 1px #E7E7E7; display:block;}
.feededitor ul li a:hover, .feededitor ul li a.selected  { border-color:#80B8D2;}
.feededitor ul li .extra { display: none;}
.feededitor ul li a.selected .extra { font-size:12px; line-height:20px; color:#fff ;background-color: rgba(128,184,210,0.85)!important; background-color: #80B8D2\9/* IE6-8 */; text-align: center; display:block; width: 90px; height: 20px; border-top: solid 1px #80B8D2; position: absolute; z-index: 1; left: 1px; bottom: 1px; visibility: inherit;}
.feededitor { width:480px; margin: 0 auto;}
.feededitor .goods { margin: 10px !important; overflow:hidden;}
.feededitor .goods .pic { width: 90px; height:90px; float:left; padding:1px; border: solid 1px #E7E7E7;}
.feededitor .goods .intro { float:left; margin-left:20px; width: 340px;}
.feededitor .goods .intro dt { font-size:14px; line-height: 20px; font-weight:700; height:40px; margin-bottom:5px;}
.feededitor .goods .intro dd { font-size:12px; color: #777; line-height: 20px; height:20px; margin-bottom:5px;}
.feededitor .handle { font-size:1.2em; line-height: 32px; height: 32px; margin-top: 2px;}
.feededitor .handle input.button{ font-size:1.4em; line-height: 32px; font-weight:700; color:#FFF; background-color:#80B8D2; width:60px; height:32px;  border:none; border-radius: 4px; float:right; display:block; cursor:pointer; border-radius: 4px;}
.feededitor textarea { width: 450px; height: 60px;}
.feededitor label.error { font-size:12px; color: #F00; line-height:24px; }
.seccode { font-size:12px !important; line-height:26px; background:#FFFFBF; border: solid 1px #DDD; display: none; height:26px; padding:8px; margin: 5px 0; }
.seccode label { color: #555; float:left; }
.seccode input.text { height: 20px !important; line-height:20px; float:left; width:50px;}
.seccode img { float:left; margin:0 6px; _margin:0 3px; cursor: pointer;}
.seccode span { color: #F60;  float:left;}


/* 分享店铺列表页 */
.shoplist-module { margin: 0px;}
.shoplist-module .shop-item { padding-bottom: 24px; margin: 16px 0px 10px 0px; border-bottom: #EBEBEB solid 1px;}
.shoplist-module .info {}
.shoplist-module .info .title a { font-size: 1.4em; font-weight:700; line-height: 16px; float:left;}
.shoplist-module .info .title span { float:left; margin-left:8px; }
.shoplist-module .info .title .privacy-module { display:inline-block; float:right; width:100px;}
.shoplist-module .detail { width:602px; float:left; clear:both; }
.shoplist-module .detail li a { display:block; width:120px; height:120px; border: solid 1px #E7E7E7;}
.shoplist-module .operate{ color: #666; width:150px; float: right; margin-top:40px;}
.shoplist-module .operate .status{ text-align: center; width: 150px; height: 39px; padding: 8px 0px;}
.shoplist-module .operate .status li { width:65px; height: 40px; float: left; padding: 0px 5px;}
.shoplist-module .operate .status li .number{ font-family: arial; font-size: 24px; font-weight: 700; color: #FF5400; line-height:32px;}
.shoplist-module .operate .status li .kind { line-height:24px;}



/* 动态列表 */
.fd-list { width:100%;}
.fd-list li { vertical-align: top; _display:inline-block; min-height: 88px; padding-left: 80px; margin-bottom: 20px; border-bottom: solid 1px #D5E5F5; position: relative; z-index:1;}
.fd-aside { position: absolute; top: 0; left:0; z-index:1; }
.fd-wrap { word-wrap: break-word; margin-bottom: 20px; position: relative; z-index:auto}
.fd-wrap dt { display:block; width: 100%; font-size:14px;}
.fd-wrap dt h3 { line-height: 28px; font-weight:600; color: #777; display: inline;}
.fd-wrap dt h5 { line-height: 28px; color: #777; display: inline;}
.fd-wrap dt h5 img { line-height:28px; border: 0; vertical-align:middle; /*optional*/}
.fd-wrap dt span{ display:none; }
.fd-wrap:hover dt span { display:block; position: absolute; z-index:1; right:0; top:0; }
.fd-wrap dt span p { border: solid 1px #80B8D2; width: 14px; height:12px; position: relative; z-index:1; cursor:pointer;}
.fd-wrap dt span p i { font-size: 0; line-height: 0; display: block; width: 0; height: 0; border-width: 4px; border-color: #80B8D2 transparent transparent transparent; border-style: solid dashed dashed dashed ; overflow: hidden; margin: 4px 3px; }
.fd-wrap dt span a { display: none}
.fd-wrap dt span:hover a { color:#80B8D2; background-color: #F4F7FB; white-space: nowrap; display: block;  padding: 2px 6px; margin:0; border: solid 1px #80B8D2; position: absolute; z-index: 1; top: 12px; right: -1px;}

.fd-wrap dd { clear:both; display:block; width: 100%; margin-top:10px; overflow:hidden;}

/* 动态列表中分享商品内容样式 */
.fd-media { background:#FCFDFE; clear:both; padding: 10px; border:1px solid #F2F8FB; overflow: hidden; _zoom: 1; }
.fd-media .goodsimg{ background-color: #FFF; width:120px; height:120px; display: inline-block;}
.fd-media .goodsinfo{ display: inline-block; padding-left:10px; }
.fd-media .goodsinfo dl { border-bottom: 0px;clear: both; color: #777777; margin: 4px auto;overflow: hidden;padding: 0;}
.fd-media .goodsinfo dt { color: #404040; line-height:18px; text-align:left; text-overflow: ellipsis; white-space:nowrap; height: 20px; float: left; padding:0px; margin:0 0 10px 0; overflow: hidden;}
.fd-media .goodsinfo dd { color: #777; float: left; margin: 2px 0; text-align:left; }
.fd-media .goodsinfo i { font-family: MingLiU; font-size: 11px; line-height:14px; color:#FFF; letter-spacing: -1px; letter-spacing: 0\9\0/*IE9*/; display:inline-block; padding:1px 4px; padding:2px 4px 0 4px\9\0/*IE9*/; margin-right:10px; border:solid 1px; border-radius: 4px; box-shadow: inset 1px 1px 0 rgba(255,255,255,0.25); text-shadow: 1px 1px 0 rgba(0,0,0,0.25);}
i.desc-type-new { background-color:#DE4B82; border-color:#9A2D56!important;} /*新品*/
i.desc-type-coupon { background-color:#F38419; border-color:#C35B14!important;} /*优惠券*/
i.desc-type-xianshi { background-color:#3BCFFD; border-color:#2FAAD4!important;} /*限时折扣*/
i.desc-type-mansong  { background-color:#4C6293; border-color:#364A6F!important;}/*满即送*/
i.desc-type-bundling { background-color:#44783A; border-color:#2C4B21!important;} /*组合销售*/
i.desc-type-groupbuy { background-color:#7C7C7E; border-color:#3F3D40!important;}/*团购*/
i.desc-type-recommend { background-color:#B22D00; border-color:#660000!important;} /*推荐*/
i.desc-type-hotsell { background-color:#8C008C; border-color:#300040!important;} /*热销*/


/* 动态列表中转帖中原帖内容模块 */
.fd-forward { background-color: #F4F7FB; border: solid 1px #D5E5F5; padding:10px; width: 94%; margin: 0 auto; overflow:hidden;}
.fd-forward .title{}
.fd-forward .title .uname{color: #336699; font-weight:bold;}
.fd-forward .stat{float:left; width:100%;padding-top:10px;color: #336699;}


/* 转播样式 */
/* 动态评论样式 */
.forward-widget, .comment-widget  { font-size:12px; background-color: #FFF; border: solid 1px #D5E5F5; padding: 10px; width: 94%; clear:both; margin: 0 auto; overflow:hidden;}
.forward-widget .forward-edit { }
.forward-widget .forward-add { }
.forward-widget textarea, .comment-widget textarea { font-size: 12px; word-wrap: break-word; width: 98%; height: 40px; border: solid 1px; border-color:#D5E5F5; overflow: auto; resize: none;}
.forward-widget .forward-add .act, .comment-widget .comment-add .act { height:25px padding-bottom: 5px; padding-top: 3px; clear:both;}
.forward-widget .skin-blue, .comment-widget .skin-blue { float: right;}
.forward-widget .skin-blue .btn, .comment-widget .skin-blue .btn { background: none repeat scroll 0 0 transparent; display: inline-block; width: 49px; height:24px; margin:0 0 0 5px; border-radius: 2px;}
.forward-widget span.btn a, .comment-widget span.btn a { font-size: 12px; font-weight: normal; line-height: 24px; color: #000; background: -moz-linear-gradient(center top , #FFFFFF, #E5E5E5) repeat scroll 0 0 transparent; display: block; width: 25px; height: 24px; padding: 0 11px; border: 1px solid #AAAAAA; cursor: pointer;}
.comment-widget .comment-list { margin-top:10px;}
.forward-widget li, .comment-widget li { padding: 7px 7px 2px; margin-top: 5px; border-top: 1px dashed #D5D5D5; overflow: hidden; zoom:1;}
.forward-widget li .clogo, .comment-widget li .clogo { float: left; margin-right: 10px; border: 0 none;}
.forward-widget .forward-list .detail, .comment-widget .comment-list .detail { color: #404040; padding-left: 40px;}
.forward-widget .forward-list .name, .comment-widget .comment-list .name { margin-right: 5px;}
.forward-widget .opt, .comment-widget .opt { float: right;}
.forward-widget .opt a, .comment-widget .opt a { display: inline-block; vertical-align: middle;}
.forward-widget .more, .comment-widget .more { background-image: none; text-align: right; padding: 7px;}



.lazymore { background-color: #F4F7FB; margin: 20px 0 0 0; text-align: center; border: solid 1px #C4D5E0; height: 32px; line-height: 32px; font-weight:700; }
#weibocharcount .counter { color:#999;}
#weibocharcount label.error { position: absolute; z-index: 1; bottom:20px; left:110px;}
#weibocharcount .warning { color: orange; margin:0; padding:0; border:none; background:none; width:auto; clear:none;}
#weibocharcount .exceeded { color: red;}

/*绑定登录*/
.bind { margin: 0 auto; padding: 20px 0 40px 0; overflow: hidden;}
.bind h3 { line-height: 20px; font-weight: normal; color: #555; margin: 10px 0 20px 10px;}
.bind .left { float:left; width: 35%; text-align: center;}
.bind .left .ico { margin-top: 30px;}
.bind .right { float: right; width: 60%; border-left: dashed 1px #E7E7E7;}
.bind .right dl { margin-left: 40px;}
.bind .right dl dd { float: left; margin: 4px 0; clear:both;}
.bind .right dl dd span { text-align: right; float: left; width: 100px; padding-right: 8px;}
.bind dl dt { font-weight: 700; line-height: 20px; color: #555; height: 20px; padding-top: 6px; padding-bottom: 6px;}
.bind .qq { color: #06C;}
.bind .weixin { color: #00bc0c;}
.bind .sina { color: #C30;}
.bind .btn { font-size: 14px; font-weight: bold; color: #FFF; background: url(../images/member/oldbtn.gif) no-repeat 0 0; width: 120px; height: 32px; border: 0; cursor: pointer;}

/* 站内信选择联系人*/
.message-friend-list { background-color: #F9FAFC; width:180px; padding:8px; border:solid 1px #C4D5E0; position:absolute; z-index:99; top: 60px; right:14px;}
.message-friend-list h3 { background: #FFF; border: solid #C4D5E0; border-width: 1px 1px 0 1px; line-height:24px; display:inline-block; padding:2px 6px; margin-bottom:-1px; font-size:12px;}
.message-friend-list ul { min-height:150px; max-height: 320px; background-color: #FFF; border:solid 1px #C4D5E0; line-height:24px; padding:2px; overflow: auto;}
.message-friend-list ul li {}
.message-friend-list ul li a { color: #777; background: url(../images/member/ncus_public.png) no-repeat 5px -327px; display: inline-block; width: 154px; padding: 2px 5px 2px 15px;}
.message-friend-list ul li a:hover {  color: #333; background-color:#F9FAFC; text-decoration:none; }

/* 收藏夹*/
.model-switch-btn { margin-right:34px; _margin-right:20px; float:right; }
.model-switch-btn span { color:#555; line-height: 21px; height:21px; float:left;}
.model-switch-btn a { background: #FFF url(../images/member/ncus_public.png) scroll no-repeat; _background: #FFF url(../images/ie6/ncus_public.gif) scroll no-repeat; text-indent: 999%; width: 11px; height: 11px; display: inline-block; padding: 4px; border: solid 1px #CCC; margin: 1px 4px 0 0; border-radius: 2px; box-shadow: 1px 1px 1px rgba(102,102,102,0.2);overflow: hidden;}
.model-switch-btn a.list { background-position: -116px -666px;}
.model-switch-btn a.onlist { background-position: -161px -666px;}
.model-switch-btn a.pic { background-position: -131px -666px;}
.model-switch-btn a.onpic { background-position: -176px -666px;}
.model-switch-btn a.store {	background-position: -146px -666px;}
.model-switch-btn a.onstore { background-position: -191px -666px;}
.model-swithc-btn a.onlist, .model-switch-btn a.onpic, .model-switch-btn a.onstore { border-color:#529EE2; box-shadow:1px 1px 0 #FFF;}

.shoplist thead th ,.store thead th{background-color: #eeeff1;}
.shoplist thead td,.shoppics thead td, .store thead td {background-color: #fff;border-top: 0px; vertical-align: middle;}
.shoplist td { vertical-align: top;}
.shoplist div.sns-share { text-align:left; margin-top:4px;}
.shoplist div.sns-share i { line-height: 14px; background: url(../images/member/ncus_public.png) no-repeat scroll -90px -670px; _background-image: url(../images/ie6/ncus_public.gif)/* IE6 */; vertical-align: middle; display: inline-block; width: 14px; height: 14px; margin: 2px 2px 2px 0;}
.shoplist div.sns-share a { display: inline-block; line-height: 18px;vertical-align: middle;}

.pic-model { width:100%;}
.pic-model ul {}
.pic-model ul li { float: left; width: 162px; margin: 22px 51px 0 0px; _margin: 10px 8px 0 8px/* IE6 */; overflow: hidden;}
.pic-model ul li.no {margin: 22px -1px 0 0px;}
.pic-model ul li.expired { background:#F7F7F7;}
.pic-model dl { color: #757584; text-align: left; width: 162px; height: 100px; padding: 170px 0 0 0; position: relative;}
.pic-model dl dt { width: 162px; height: 40px; word-break: break-all; word-wrap: break-word; overflow: hidden;}
.pic-model dl dt .checkitem { display:inline-block;}
.pic-model dl dd.picture { background-color:#FFF; position: absolute; top:0; left:0; border: solid 1px #dcdcdc; width: 160px; height: 160px;}
.pic-model dl dd.picture .handle { display:none;}
.pic-model dl dd.picture:hover .handle { background: rgba(0,0,0,0.5); background-color: #333\9/* if IE6-8 */; display: block; width: 160px; height: 30px; position: absolute; top: 130px; left: 0px; z-index: 99;}
.pic-model dl dd.picture:hover .handle a { background: url(../images/member/ncus_public.png) no-repeat scroll -60px -670px; _background-image: url(../images/ie6/ncus_public.gif)/*IE6*/; text-indent: 999%; display: block; width: 13px; height: 13px; float: right; margin-top: 9px; margin-right: 12px; _margin-right:6px; overflow: hidden;}
.pic-model dl dd { width: 100%;}
.pic-model dl dd a.sns-share { background: url(../images/member/ncus_public.png) no-repeat scroll -120px -406px; _background-image: url(../images/ie6/ncus_public.gif)/* IE6 */; text-indent: 999%; display: block; width: 14px; height: 14px; float: right; margin: 3px 6px 0 0; overflow: hidden;}
dd.share-sale em { color: #ff0000; margin-right:2px;}
.shop-new-goods .detail li a { display:block; width:120px; height:120px; border: solid 1px #E7E7E7;}
.shop-new-goods .operate{ color: #666; width:150px; float: right; margin-top:40px;}
.shop-new-goods .operate .status{ text-align: center; width: 150px; height: 39px; padding: 8px 0px;}
.shop-new-goods .operate .status li { width:65px; height: 40px; float: left; padding: 0px 5px;}
.shop-new-goods .operate .status li .number{ font-family: arial; font-size: 24px; font-weight: 700; color: #FF5400; line-height:32px;}
.shop-new-goods .operate .status li .kind { line-height:24px;}

/* 分享绑定设置 */
.bind-account-list { width: 780px; margin: 30px auto auto; overflow:hidden;}
.bind-account-list li { float: left; margin-bottom: 30px; width: 50%;}
.account-item { height: 80px; padding-left: 90px; position: relative;}
.account-item .website-icon { display: block; width: 80px; height: 80px; position: absolute; top: 0; left: 0;}
.account-item dl dt { color: #333; font-size: 14px; font-weight: 700;}
.account-item dl dd { color: #999; line-height: 1.8;}
.account-item dl dd.operate { margin-top: 6px;}
.account-item dl dd em { color: #000; font-style: normal; margin-right: 10px;}


/* 会员设置-Tag标签 */
.user-tag-optional { background-color: #F9FAFC; min-height: 24px; padding:10px 10px 2px 10px; border: solid 1px #C4D5E0;}
.user-tag-optional span { line-height: 16px; color: #498CD0; background-color: #E8F2FF; display: inline-block; height: 16px; padding: 4px 6px; margin: 0 4px 8px 0; cursor: pointer;}
.user-tag-optional span:hover { color: #FFF; background-color: #498CD0;}
.user-tag-selected { border: dashed 1px #E7E7E7; min-height: 24px; padding:10px 10px 2px 10px; }
.user-tag-selected span { line-height: 16px; color: #555; background-color: #FEF6CE; display:inline-block; height: 16px; padding: 2px 4px; margin: 0 18px 8px 0; outline: 1px solid #EAD483; border: 1px solid #FFF;}
.user-tag-selected span:hover { margin: 0 2px 8px 0; cursor:default; }
.user-tag-selected span a { display: none; }
.user-tag-selected span:hover a { font-size: 0px; line-height: 0px; background: url(../images/member/ncus_public.png) no-repeat scroll -125px -35px; vertical-align: middle; text-indent: 999%; display: inline-block; width: 12px; height: 12px; margin: auto 0 auto 4px; overflow: hidden; cursor: pointer;}
.user-tag-selected span:hover a:hover { background-position: -125px -50px;}
.user-tag-selected span.ep { line-height:22px; color: #CCC; background-color: #FFF; vertical-align: top; text-align: center; width: 72px; height: 22px; padding:0; margin: 0 4px 8px 0; outline: none; border: dashed 1px #CCC; }

/* 好友-查找添加好友 */
.friendfind {}
.recommend-tag {}
.recommend-tag dl {}
.recommend-tag dt { font-size: 14px; font-weight: 600; display: block; height: 16px; padding: 8px 0; border-bottom: dotted 1px #ccc; margin: 8px 0;}
.recommend-tag dt i { background-: url(../images/member/ncus_public.png) no-repeat scroll -245px -380px; vertical-align: middle; display: inline-block; width: 16px; height: 16px; margin-right: 4px;}
.recommend-tag dd { min-height: 120px; position: relative; z-index:1;}
.recommend-tag dd .picture { width: 120px; height: 120px; position: absolute; z-index: 1; top:0px; left:0px;}
.recommend-tag dd .arrow {
	width: 11px;
	height: 21px;
	background: url(../images/member/ncus_public.png) no-repeat scroll -230px -630px;
	position: absolute;
	
	top: 20px; left: 120px; z-index:2;
}
.recommend-tag dd .content { background-color: #EEE; width: 660px; height: 100px; padding: 9px; border: solid 1px #CCC; border-radius: 5px;  position: absolute; z-index: 1; top:0px; left:130px;}
.recommend-tag dd .content p { font-size: 14px; line-height: 20px; height: 20px; text-overflow: ellipsis; width: 400;
    white-space: nowrap; width: 640px; }
.recommend-tag dd .content .friends { width: auto; height: 70px; padding: 5px 0;}
.recommend-tag dd .content .friends h5 { line-height: 20px; margin: 4px 0 6px 0; color: #777; }
.recommend-tag dd .content .friends h5 strong {
	color: #C30;
	font-weight: normal;
	padding-right: 4px;
	padding-left: 4px;
}
.recommend-tag dd .content .friends p {
	display: inline-block;
	background-attachment: scroll;
	background-image: url(../images/member/ncus_public.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 13px;
	font-size: 0px;
	line-height: 0px;
	text-indent: 999px;
	overflow: hidden; margin: 10px 2px; 
}
.recommend-tag dd .content .friends .F-prev { background-position: -230px -580px;}
.recommend-tag dd .content .friends .F-next { background-position: -250px -580px;}
.recommend-tag dd .content .friends .F-prev:hover { background-position: -230px -600px;}
.recommend-tag dd .content .friends .F-next:hover { background-position: -250px -600px;}
.recommend-tag dd .content .friends .list { display: inline-block; width: 480px; height: 40px; position: relative; z-index: 2; overflow: hidden; }
.recommend-tag dd .content .friends .list ul { width: 960px; height: 40px; position: absolute; top:0; left: 0;}
.recommend-tag dd .content .friends .list ul li {
	background-color: #FFF;
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 8px;
	white-space: nowrap;
}
.recommend-tag dd .content .friends a.care  { line-height: 16px; background: none repeat scroll 0 0 #46970C; display:inline-block;
    border: 1px solid #368200;
    color: #FFFFFF; margin:7px;
    padding: 4px 16px;
    text-decoration: none; display:inline-block; float:right; }

/* 手机验证码功能 */
.ncu-form-style dd .sms_btn,.ncu-form-style dd .sms_btn1{display: inline-block; width:210px; height:43px; line-height:43px; font-size:18px; color:#FFF; background:url(../images/sms_btns1.png) 0 0 no-repeat; position:relative;}
.ncu-form-style dd .sms_btn1{background:url(../images/sms_btns1.png) 0 -86px no-repeat; font-size:16px;}
.ncu-form-style dd .sms_btn:hover,.ncu-form-style dd .sms_btn:active{background-position: 0 -43px;}
.ncu-form-style dd .sms_btn span{padding-left:58px;}
.ncu-form-style dd .sms_btn1 span{padding-left:69px;}
.ncu-form-style dd .sms_btn i,.ncu-form-style dd .sms_btn1 i{display:inline-block; width:25px; height:22px; background:url(../images/sms_icon1.png) left top no-repeat; position:absolute; top:11px; left:11px;}
/*语音获取验证码*/
.ncu-form-style dd .voice_btn, .nc-login-content dd .voice_btn1{display: inline-block; width:140px; height:43px; line-height:43px; font-size:18px; color:#FFF; position:relative; background:url(../images/sms_btns2.png) 0 0 no-repeat;}
.ncu-form-style dd .voice_btn1{background-position: 0 -86px; font-size:16px;}
.ncu-form-style dd .voice_btn:hover, .nc-login-content dd .voice_btn:active{background-position: 0 -43px;}
.ncu-form-style dd .voice_btn span{padding-left:47px;}
.ncu-form-style dd .voice_btn1 span{padding-left:40px;}
.ncu-form-style dd .voice_btn i, .nc-login-content dd .voice_btn1 i{display:inline-block; width:23px; height:23px; background:url(../images/sms_icon2.png) left top no-repeat; position:absolute; left:10px; top:10px;}

.ncu-form-style input.submit { font-weight: 700; line-height:34px; color: #fff; background: #f2ae43; width: 160px; height: 34px; border: 0; cursor: pointer;}

/* 我的足迹  */

.view-goods .list_pic { width: 1200px;}
.view-goods .list_pic li { display:inline; width: 215px; height: 245px; float: left; padding: 1px 1px 1px 1px; margin: 20px 25px 0 0; }
.view-goods .list_pic li.date { display: block;  width: 100%; height: 118px; line-height:118px; float: none; padding: 0px; margin: 0px auto; text-align: center;font-size: 24px;color: #595959; overflow: hidden;}
.view-goods .list_pic li.date div{ display:inline-block; width: 200px;  margin: 0 auto; text-align: center;}
.view-goods .list_pic li.date .left { display:inline-block; width: 153px;  height: 15px; background:url(../images/member/ncus_public.png) no-repeat scroll 0px -748px; }
.view-goods .list_pic li.date .right { display:inline-block; width: 153px;  height: 15px; background:url(../images/member/ncus_public.png) no-repeat scroll 0px -760px; }
.view-goods .list_pic li.c1 { border: 1px solid #dcdcdc;}
.view-goods .list_pic li dl{ display: block; width: 215px; height: 245px;}
.view-goods .list_pic li dl a { color: #757584; text-decoration: none;}
.view-goods .list_pic li dl a:hover { text-decoration: underline; color: #F00;}
.view-goods .list_pic li dl dt{ background-color: #EEE; width: 190px; height: 109px; margin: 30px auto;}
.view-goods .list_pic li dl dt img {   }
.view-goods .list_pic li dl dd { font-size: 12px; font-weight: normal; line-height: 16px; color: #757584; display: block; clear: both; padding: 0; margin: 0;}
.view-goods .list_pic li dl dd.goodsname { line-height: 34px; height: 34px; padding-bottom: 5px; overflow: hidden;border-top: 1px solid #dcdcdc;}
.view-goods .list_pic li dl dd.goodsname a {display: block; text-align: center;width: 192px; margin: 0 auto; overflow: hidden;}
.view-goods .list_pic li dl dd.goodsbottom { line-height: 25px; height: 25px; padding-bottom: 5px; overflow: hidden;}
.view-goods .list_pic li dl dd.goodsbottom .price { margin-left: 15px;padding-left: 5px; width: 100px; float: left;}
.view-goods .list_pic li dl dd.goodsbottom .ico { float: left; }
.view-goods .list_pic li dl dd.goodsbottom .ico i { vertical-align:middle; display: inline-block; width: 25px; height: 25px;}
.view-goods .list_pic li dl dd.goodsbottom .ico i.collect_store {background: url(../images/collect_store.png) no-repeat;}
.view-goods .list_pic li dl dd.goodsbottom .ico i.share-goods {background:url(../images/member/ncus_public.png) no-repeat scroll -224px -750px;}
.noview-goods{font-size: 12px;color: #757584;line-height: 48px;text-align: center;margin: 100px;}

/* 开通云购  */
.vip_way { font-size: 14px;}
.vip_way a:HOVER{ text-decoration: none;background:url(../images/member/ncus_public.png) no-repeat scroll -134px -787px;  color: #d24726;  border:1px solid #fff}
.vip_way .vip_way_time{display: inline-block; vertical-align: middle; border:1px solid #dcdcdc; width: 80px; height: 30px; line-height: 30px; text-align: center; font-weight: normal;margin-right: 10px;}
.vip_way .vip_way_time_active{background:url(../images/member/ncus_public.png) no-repeat scroll -134px -787px;  color: #d24726;  border:1px solid #fff;cursor: default;}
.vip_pay_way{display: inline-block; vertical-align: middle; border:2px solid #fff; width: 94px; height: 39px; line-height: 39px; text-align: center; font-weight: normal;margin-right: 10px;cursor: pointer;}
.vip_pay_way_active{border:2px solid #e9481a;cursor: default;}