.wrapper-box {
	width: 100%;
}
.wrapper-box .wrapper-box-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
}
/* 左侧 start */
.goods_fl {
    float: right;
}
.leftbar {
    width: 210px;
	margin: 20px auto;
}
.related_cat strong {
	font: bold 14px "microsoft yahei";
	line-height: 39px;
	height: 40px;
	text-align: center;
	display: block;
	background: rgb(150,30,30);
	border: 1px solid #f00;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	color:#fff;
	-webkit-border-radius: 5px 5px 0 0;
}
.leftbar strong {
    font: bold 14px "microsoft yahei";
    line-height: 40px;
	height: 40px;
	text-align: center;
}
.leftbar_wrap {
    width: 100%;
    border: 1px solid #f00;
    border-top: 0;
}
.related_cat ul {
    width: 100%;
    padding: 4px;
    overflow: hidden;
}
.related_cat li {
    float: left;
    display: inline;
    width: 100px;
    height: 22px;
    line-height: 22px;
	text-align: center;
}
.related_view .ps {
	font: bold 14px "microsoft yahei";
	line-height: 39px;
	height: 40px;
	text-align: center;
	display: block;
	background: rgb(150,30,30);
	color:#fff;
	border: 1px solid #f00;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.newgoods ul {
    width: 210px;
    padding: 5px;
}
.newgoods li {
    width: 200px;
    text-align: center;
    border-bottom: 1px dotted #f00;
    padding: 10px 0;
}
.newgoods .last {
    border-bottom: none;
}
.newgoods dl dt img {
	width: 100px;
	height: 100px;
}
.newgoods dl dd {
    line-height: 18px;
	margin-top: 5px;
}
.newgoods dl dd strong {
    color: #d00000;
    font-weight: bold;
	height: 30px;
	line-height: 30px;
}
/* 左侧 end */

/* ******************** 商品详情内容 ********************* */
.goods_content {
    width: 970px;
    overflow: hidden;
    float: left;
	margin: 20px 0;
}
.summary {
    width: 970px;
    margin-bottom: 20px;
    overflow: hidden;
}
.summary h3 strong {
    font-weight: bold;
    font-size: 16px;
    font-family: arial,"microsoft yahei";
    color: #444;
    line-height: 25px;
}
/* 预览图样式 start */
.preview {
    width: 360px;
    height: 450px;
    float: left;
}
.midpic {
    width: 350px;
    height: 350px;
/*    border:1px solid #e4e4e4; */
}
.midpic img {
	width: 100%;
	height: 100%;
}
.zoomPad {
	width: 350px;
	height: 350px;
}
/*商品基本信息*/
.goodsinfo {
    width: 600px;
	padding-right: 10px;
    margin-left: 10px;
    float: left;
}
.goodsinfo li {
    padding: 5px 0;
}
.goodsinfo li:after{
    display: block;
    content: " ";
    clear: both;
}
.goodsinfo li span {
    float: left;
    display: inline;
    width: 70px;
    text-align: right;
    margin-right: 3px;
    color: #666;
} 
.goodsinfo li span.deta {
    width: 380px;
    text-align: left;
}
.goodsinfo li.mart_price {
    color: #999;
}
.goodsinfo li.mart_price span {
    color: #dedede;
}
.goodsinfo li.market_price em {
    text-decoration: line-through;
}
.goodsinfo li.mart_price,.goodsinfo li.shop_price{
    padding: 0 10px;
    font-size: 15px;
}
.goodsinfo li.shop_price strong {
    color: #c30;
    font-weight: bold;
    font-size: 16px;
}
.goodsinfo li a {
    color: #005aa0;
}
.goodsinfo li.star strong {
    display: inline-block;
    width:75px;
    height: 14px;
    margin: 1px 5px 0 0;
    background: url("../static/images/newicon.png") -109px -239px no-repeat;
}
.goodsinfo li.star4 strong {
    background-position: -124px -239px;
}
.goodsinfo li.star3 strong {
    background-position: -139px -239px;
}
.goodsinfo li.star2 strong {
    background-position: -154px -239px;
}
.goodsinfo li.star1 strong {
    background-position: -169px -239px;
}
.goodsinfo .sperweima {
    float: right;
    width: 150px;
}
.goodsinfo .sperweima img {
    width: 100%;
}
.goodsinfo .sperweima div {
    width: 100%;
    text-align: center;
    margin-top: -10px;
    font-size: 16px;
}
/*选择购买选项*/
.choose {
    width: 590px;
    border-top: 1px dotted #ccc;
    margin-top: 10px;
    padding-top:10px;
}
.choose li {
    height: 25px;
    line-height: 25px;
}
.choose dl:after{
    clear: both;
}
.choose .product{
    height: auto;
}
.choose dt {
    float: left;
    display: inline;
    width: 70px;
    text-align: right;
    color: #666;
}
.choose dd {
    width: 88%;
    margin-left: 70px;
}
.choose dd a {
    display: inline-block;
    padding: 1px 11px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    color: #666;
    margin:0 5px 0 0;
    width: 100px;
}
.choose dd a:hover {
    text-decoration: none;
    border: 2px solid #e4393c;
    color:#E4393C;
    padding: 0px 10px;
}
.choose dd a.selected {
    border: 2px solid #e4393c;
    background: url("../static/images/arrow.gif") right bottom no-repeat;
    padding: 0 10px;
}
.choose input {
    display: none;
}
.choose .amount {
    float:left;
    display: inline;
    width: 30px;
    height: 16px;
    padding: 2px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 5px;
}
.choose .tiem_shop p.shop_price strong {
    color: #c30;
    font-weight: bold;
    font-size: 16px;
}
.summary .fl .choose .shop_price {
	padding: 0;
}
.choose input.shop_btn {
    display: block;
    border: none;
    width: 137px;
    height: 38px;
    background: url("../static/images/p-btns.png") 0 -123px no-repeat;
    cursor: pointer;
}
.choose .shop_btn:hover {
    background: url("../static/images/p-btns.png") -157px -123px no-repeat ;
}
.choose .tiem_shop_btn {
    display: block;
    border: none;
    width: 140px;
    cursor: pointer;
    padding: 6px 0;
    color: #fff;
    border-radius: 5px;
}
.choose .tiem_shop_btn:hover {
    box-shadow: 2px 2px 2px #530108;
}
.choose .gz_btn {
    margin-top: 10px;
    line-height: 16px;
}
.choose .gz_btn p {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    background: url("../static/images/guanzhu.png") 0 0 no-repeat;
}
.choose .gz_btn.gz_cur p {
    background: url("../static/images/guanzhu.png") -16px 0 no-repeat;
}
.choose .gz_btn span {
    margin-left: 5px;
    width: auto;
}
/*商品详情*/
.detail {
    width: 960px;
    overflow: hidden;
	margin-right: 10px;
}
.detail_hd {
    width: 960px;
    height: 31px;
    background:url("../static/images/newicon.png") 0 -286px repeat-x;
}
.detail_hd li {
    float: left;
    display: inline;
    height: 31px;
	line-height: 31px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bolder;
    color: #666;
    cursor:pointer;
}
.detail_hd li.first {
    border-left:1px solid #ccc;
}
.detail_hd li.on {
    border:2px solid #BD0000;
    border-bottom: 0;
    background: #fff;
    color: #BD0000;
}
.detail_bd {
    width: 960px;
    overflow: hidden;
    clear: both;
}
.detail_bd .attr {
    width: 957px;
    padding: 10px;
    border:1px solid #efefef;
    overflow: hidden;
}
.detail_bd .attr li {
    float: left;
    width: 320px;
    height: 28px;
    line-height: 28px;
    color: #666;
}
.detail_bd .desc {
    width: 960px;
    padding: 10px 0;
    text-align: center;
}
.detail_bd .desc .MsoNormal,.detail_bd .desc .p {
    width: 752px;
	margin: 0 auto;
}
.detail_bd .desc .p {
    text-align: left;
}
.detail_bd .after_sale {
    width: 989px;
    color: #666;
}
.detail_bd .after_sale div {
    width: 969px;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}
.detail_bd .after_sale div h3 {
    color:#c30;
    font-weight: bolder;
}
.detail_bd .after_sale div p {
    line-height: 20px;
    margin-bottom: 10px;
}
/* 商品评论 */
.detail_div {
	margin-top: 40px;
}
.comment_items {
    width: 960px;
    padding: 0 0 0 120px;
    position: relative;
    float: left;
	margin: 20px 0;
}
.comment_items .user_pic {
    width: 120px;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
}
.comment_items .user_pic img {
    display: block;
    width: 50px;
    height: 50px;
    background: url("../static/picture/15fca4ed919f361cc968833d2999d03f.jpg") no-repeat;
	background-size: 100% 100%;
    margin: 0 auto;
    border-radius: 50%;
}
.comment_items .user_pic a {
    color: #005aa0;
}
.item {
    padding: 10px 15px 5px;
    width: 840px;
    border: 1px solid #d0e4c2;
    background: #fcfffa;
    overflow: hidden;
}
.item .title {
    border-bottom: 1px solid #d0e4c2;
    margin-bottom: 10px;
	width:100%;
	font-family: simsun;
	float: left;
	text-align:right;
	height:20px;
	line-height:20px;
}
.item .title span {
    float: left;
    color: #9C9A9C;
}
.item .star, .comment_form .star {
    display: inline-block;
    width:75px;
    height: 14px;
    margin: 1px 5px 0 0;
    background: url("../static/images/newicon.png") -109px -239px no-repeat;
}
.item .star4, .comment_form .star4 {
    background-position: -124px -239px;
}
.item .star3, .comment_form .star3 {
    background-position: -139px -239px;
}
.item .star2, .comment_form .star2 {
    background-position: -154px -239px;
}
.item .star1, .comment_form .star1 {
    background-position: -169px -239px;
}
.cornor {
    width: 14px;
    height: 26px;
    background: url("../static/images/newicon201301028.png") -259px -47px no-repeat;
    position: absolute;
    left: 108px;
    top: 10px;
}
.comment_content dl {
    padding: 4px 0;
}
.comment_content dt {
    float: left;
    display: inline;
    width: 62px;
    color: #9C9A9C;
    text-align: right;
}
.comment_content dd {
    color: #666;
}


.smallpic {
    width: 350px;
    height: 54px;
    margin-top: 10px;
    position: relative;
}
.smallpic_wrap {
    width: 310px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 24px;
    overflow: hidden;
}
.smallpic ul {
    width: 1500px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
}
.smallpic li {
    float: left;
    display: inline-block;
    width: 62px;
    height: 54px;
}
.smallpic .zoomThumbActive img {
    border: 2px solid #e4393c;
    padding: 0;
}
.smallpic li img {
    border: 1px solid #CECFCE;
    padding: 1px;
    width: 50px;
    height: 50px;
}