@charset "utf-8"; /*↓↓↓页面头部图片↓↓↓*/ .page-head-bg{width:100%;height:280px;background-repeat:repeat-x;background-position:center center;position:relative;} /*↑*/ /*↓↓↓面包屑导航↓↓↓↓*/ .page-location{width:100%;border-bottom:solid 1px #d9d9d9; line-height:25px; color:#696969;} .page-loaction-content {width:1220px;margin:0px auto;} /*↑*/ /*上下一条样式*/ .next-box{ position:relative; padding:10px 50px 20px; line-height:25px; color:#444; font-size:14px; } .next-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; } .next-box p{ display:block; width:49%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; line-height:31px;} .next-box p a{ color:#428bca; } .next-box p.prev{ float:left; } .next-box p.next{ float:right; text-align:right; } /*页码容器*/ .page-box{ margin:15px 30px; padding-bottom:30px; } .page-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; } /*页码样式*/ div.digg{ margin:0; padding:0; text-align:left; font-size:14px;float: right;} div.digg a{display:block; float:left;border:1px solid #8e8e8e;background:none;padding:1px 12px; margin-left:10px;line-height:22px; height:26px; color:#8e8e8e;} div.digg a:hover { border:1px solid #3b8dd1; } div.digg span{display:block; float:left;padding:2px 0;line-height:24px; height:26px;color:#3d3d3d;font-size:14px;padding-left:8px;} div.digg span.current { padding:1px 12px; margin:0 0 0 8px; color:#1163ad; font-weight:bold;border:1px solid #1163ad;} div.digg span.disabled { border:1px solid #8e8e8e; padding:0px 12px; margin-left:15px; color:#8e8e8e; } .index-body-column-more-right a{color:#fff;} /*详情页图片超出页面*/ .product-show-detail img{width:100%;} .product-right img{width:100%;}