.list_crumb {
    margin: 15px 0;
    overflow: hidden;
    width: 100%;
    float: left;
    font-size: 14px;
}
.list_crumb li {
    float: left;
    line-height: 21px;
}
.list_crumb li.classify a {
    color: #666;
}
.list_crumb li.sub_classify {
    border: 1px dotted #c40000;
    border-radius: 2px;
    display: inline-block;
    float: left;
    line-height: 19px;
    margin-right: 8px;
    padding: 0 10px;
    vertical-align: middle;
}
.list_crumb li.sub_classify a {
    color: #c40000;
}
.list_crumb li .crumb_arrow {
    background: rgba(0, 0, 0, 0) url("../cssimg/list_select_icon.png") no-repeat scroll 0 -104px;
    display: inline-block;
    height: 15px;
    margin-left: 3px;
    vertical-align: middle;
    width: 15px;
}
/*****************************/
.preview {
  float: left;
  position: relative;
  width: 500px;
}
.smallImg {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.scrollbutton {
  cursor: pointer;
  height: 27px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 27px;
}
.scrollbutton.smallImgUp {
    background: rgba(0, 0, 0, 0) url("../cssimg/dtl-icon.png") no-repeat scroll 0 -60px;
}

.scrollbutton.smallImgDown {
    background: rgba(0, 0, 0, 0) url("../cssimg/dtl-icon.png") no-repeat scroll 0 -97px;
}

#imageMenu {
/*    height: 524px;*/
    overflow: hidden;
    position: relative;
    width: 100px;
    float: left;
}
#imageMenu li {
  border: 1px solid #e5e5e5;
  float: left;
  height: 98px;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  width: 98px;
}
#imageMenu li.click {
    border-color: #e0e0e0;
    cursor: pointer;
    position: relative;
}
#imageMenu li.click::before {
  border: 3px solid #e5e5e5;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bigImg {
  border: 3px solid #eee;
  float: left;
  height: 494px;
  overflow: hidden;
  position: relative;
  width: 494px;
}
/****************************/
.pro-info-dtl {
    width: 660px;
    float: right;
}
.pro-detail-hd {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.pro-detail-hd h1 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  height: 28px;
  padding-bottom: 0.2em;
}
.exp-style {
  color: #666464;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 6px;
}
.start-comment {
  display: block;
  height: 16px;
  line-height: 20px;
  margin: 5px auto;
  width: 100%;
}
.start-comment .reviews-summary {
  display: inline-block;
  vertical-align: middle;
}
.reviews-summary span.review-rating-stars {
  background: rgba(0, 0, 0, 0) url("../cssimg/stars.png") no-repeat scroll 0 -14px;
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  width: 60px;
}
.reviews-summary span.review-rating-stars span {
  background: rgba(0, 0, 0, 0) url("../cssimg/stars.png") no-repeat scroll 0 1px;
  display: inline-block;
  height: 16px;
  width: 75px;
}
.pro-sales-list {
  width: 100%;
}
.pro-sales-list .pro-sales-item:first-child {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
}

.c-red {
  color: #c40000;
}
.pro-sales-list .pro-sales-item b {
  font-size: 18px;
}
.pro-sales-list .pro-sales-item .current_price {
  font-size: 28px;
}
.pro-sales-list .pro-sales-item {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
}
/******规格******/
.spec-item{
	font-size: 14px;
}
.spec-item dt{
	margin:10px 0;
}
.spec-values{}
.spec-values li{
	float:left;
	cursor:pointer;
	height:36px;
	padding:0 10px;
	line-height:36px;
	border:1px solid #ccc;
	margin:10px 10px 0 0;
}
.spec-values li img{
	display:block;
	width:36px;
	height:36px;
}
.spec-values li.selected{
	border:1px solid #be0106;
}
.spec-values .disabled {
  color: #666;
  background:#e0e0e0;
  border: 1px dashed #c0c0c0;
  cursor: not-allowed;
}
/***********/
.sumbox{
	margin-top:15px;
}
.select_number {
	float:left;
    display: inline-block;
    position: relative;
    width: 130px;
}
#quantity {
  border: 1px solid #dcdcdc;
  height: 48px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100px;
}
.increase, .decrease {
    border: medium none;
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 25px;
}
.increase {
    background: rgba(0, 0, 0, 0) url("../images/increase.png") no-repeat scroll 0 0;
    top: 0;
}
.decrease {
    background: rgba(0, 0, 0, 0) url("../images/decrease.png") no-repeat scroll 0 0;
    top: 24px;
}
.buttonbox {
    float: right;
    margin-left: 4px;
    overflow: hidden;
    width: 100%;
}
.buttonbox .dtl-buy {
    background: #c00 url("../cssimg/dtl-buy.png") no-repeat scroll right 3px;
    border: 1px solid #c00;
}
.buttonbox .dtl-cart {
    background-color: #000;
    border: 1px solid #000;
}
.buttonbox input {
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    line-height: 32px;
    margin: 0 4px 0 0;
    padding: 0 10px;
    vertical-align: middle;

}
.buttonbox input:last-child {
    margin-right: 0;
}
/*********分享*************/
#share {
    line-height: 18px;
    margin: 0 auto;
    width: 230px;
}
#share span {
    background-color: #e8e8e8;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 115px;
}
#share i {
    background: rgba(0, 0, 0, 0) url("../cssimg/dtl-buy.png") no-repeat scroll 0 -114px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 25px;
}
#share a {
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0 6px 0 0;
    padding-left: 38px;
}
#share p, #share span {
    cursor: pointer;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
#share p {
    margin-left: 10px;
}
#share .bds_weixin {
    background-position: 0 -1612px;
}
#share .bds_qzone {
    background-position: 0 -52px;
}
#share .bds_tsina {
    background-position: 0 -104px;
}
#share .bds_renren {
    background-position: 0 -208px;
}
#share .bds_tqq {
    background-position: 0 -260px;
}
/********************/
.maybe-like {
    border-top: 1px solid #d9d9d9;
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
}
.maybe-like p {
    font-size: 38px;
    padding: 65px 0 55px;
    text-align: center;
}
.maybe-like .like-pro {
    height: 222px;
    overflow: hidden;
    text-align: center;
}
.maybe-like a {
    border: 1px solid #d9d9d9;
    display: inline-block;
    height: 220px;
    margin-right: 16px;
    vertical-align: middle;
    width: 220px;
}
.maybe-like a:last-child {
    margin-right: 0;
}
.maybe-like img {
    width: 100%;
}
/****************/
.pro-dtl-ctr {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.pro-dtl-menu {
  margin: 70px auto 30px;
  width: 335px;
}
.pro-dtl-menu a {
  background-color: #0d0d0d;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 43px;
  line-height: 43px;
  position: relative;
  text-align: center;
  width: 100%;
}
.pro-dtl-menu a.current {
  background-color: #c1323c;
  position: relative;
}
.pro-dtl-menu a.current i {
  background: rgba(0, 0, 0, 0) url("../cssimg/dtl-buy.png") no-repeat scroll center -59px;
  bottom: -20px;
  display: inline-block;
  height: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30px;
}
.detail-box {
  margin: 0 auto;
  text-align: center;
}
.selectbox.noselected {
  padding:5px;	
  border: 2px solid #cd2a2c;
}
.comment-box {
    background-color: #f5f7f6;
    display: none;
    margin: 0 auto;
    padding: 50px 35px;
    width: 705px;
}
.comment-box ul li {
    border-top: 1px solid #d8d9d9;
    padding: 20px 0;
}
.comment-box ul li .user-info {
    color: #999;
    line-height: 16px;
    overflow: hidden;
}
.comment-box ul li .user-avatar {
    height: 60px;
    margin-right: 5px;
    width: 60px;
    float: left;
}
.comment_content_box{
    float: right;
}
.comment_content{
	width:630px;height:60px;padding-left:10px
}
.comment_content .name{
	padding-right:20px
}
.date{
	float:right;
}
.cc{
	color: #f76969;
	margin-top:10px;
}
.comment-box ul li .comment {
    color: #999;
    margin-top: 10px;
}
.comment_image{
	padding-left: 10px;
}
.load-more {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 1px solid #d8d9d9;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.load-more i {
    background: rgba(0, 0, 0, 0) url("../images/dtl-buy.png") no-repeat scroll center -90px;
    display: inline-block;
    height: 10px;
    width: 30px;
}

.del_sale {
	color: #999;
	text-decoration: line-through;
}
.show_thumb img{
	margin-right:10px;
}
.show_thumb img.on {
  border: 1px solid #b10000;
}

.official{ position: relative; float: left; width: 100%;}
.official_title{width: 100%; font-size: 14px; font-weight: bold; float: left;  line-height: 30px;}
.official_title span{width: 200px; float: left; border-bottom: 3px solid #c1323c; padding-bottom: 5px;}


.official_price{ position: relative; width: 100%; float: left; }
.official_price li {line-height: 30px; font-size: 14px; background: #f0f0f0;  width: 50%; text-indent: 8px; float: left; height: 30px;  }
.parities{ position: relative; width: 70%; height: 35px; float: right; }
.parities li {line-height: 35px; font-size: 14px; width: 24%; margin-right: 5px; float: left; text-indent: 8px;}
.off_price{font-size: 14px; color: #f00f00; font-weight: bold;}


.parameter{padding: 10px 0; position: relative; float: left; width: 100%;}
.parameter_title{width: 100%; border-bottom: 1px solid #ccc; font-size: 16px; font-weight: bold; float: left; line-height: 35px;}
.parameter_title span{ width: 200px; float: left; border-bottom: 3px solid #c1323c; padding-left: 10px;}
.parameter_title a{float: right; color: #333; font-size: 14px;padding-right: 10px;}

.parameter_price{ position: relative; width: 100%; float: left;}
.parameter_price li {line-height: 35px; font-size: 14px; width: 25%;background: #f0f0f0; float: left; margin-top: 10px;}


.type_goods{  width:100%;  overflow:hidden; height: 100px; position:absolute; left: 0; top: 0; }
.type_goods .more_btn{width: 36px; height:100px; float: left; margin-left: 10px; background: #c1323c; color: #fff; border: 1px solid #ccc; padding: 9px 10px; line-height: 21px; font-size: 16px; text-align: center; cursor: pointer;}
.type_goods .pack_btn{width: 36px; height:100px; float: left; margin-left: 10px; background: #c1323c; color: #fff; border: 1px solid #ccc; padding: 9px 10px; line-height: 21px;  font-size: 16px; text-align: center; display: none; cursor: pointer;}
.type_goods .bd{ width:85%; float: left; overflow-y: auto; background: #fff;}
.type_goods .bd ul{ overflow:hidden; zoom:1;}
.type_goods .bd ul li{ text-align:center; zoom:1; width: 100px; height: 100px; margin-bottom: 10px; }
.type_goods .bd ul li .pic{ text-align:center; }
.type_goods .bd ul li .pic img{ width:180px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
.type_goods .bd ul li .pic a:hover img{ border-color:#999;  }
.type_goods .bd ul li .title{ line-height:24px; }
.type_goods li{margin-left: 5px;}
.type_goods li{width:100px; height: 100px; float: left; position: relative;}
.type_goods li img{border: 1px solid #ccc; width:100px; height: 100px}
.type_goods li span{position: absolute; background: #333; opacity: .8; width: 100%; left: 0; bottom: 0; overflow: hidden; max-height:35px; min-height: 25px; color: #fff; text-indent: 5px;}



.correction_parameter{position: fixed; top: 10%; z-index: 999;display: none;}
.correction_bg{background: #000; position: fixed; opacity: .6; width: 100%; height: 100%; left: 0; top: 0; z-index: 998; display: none;}
.correction_parameter .correction_body{width: 100%; float: left; background: #fff; border-radius: 5px; border: 1px #f2f2f2 solid; padding: 20px;}
.correction_parameter .correction_title{width: 100%; border-bottom: 1px solid #ccc; font-size: 14px; font-weight: bold; line-height: 35px; margin-bottom: 20px; float: left;}
.correction_parameter .correction_title span{ border-bottom: 3px solid #c1323c; padding-bottom: 5px; width: 200px; float: left; padding-left: 10px;}
.correction_parameter ul{ width: 75%; float: left;}
.correction_parameter ul li{width: 25%; float: left; margin-top: 5px;}
.correction_parameter ul li>span,.correction_parameter ul #all_params_html span{background:#c1323c; height: 35px; line-height: 35px; float: left; padding: 0 10px; text-align: right; width: 80px; border-right: 3px solid #fff; color: #fff; }
.correction_parameter ul li input{width: 130px; float: left; height: 32.5px;}
.correction_btn{ width: 50%; margin: 0 auto;}
.correction_save{width: 49%; float: left; text-align: center; margin-top: 20px; background: #c1323c; line-height: 35px; color: #fff; border-radius: 5px; cursor: pointer;}
.correction_close{width: 49%; float: right; text-align: center; margin-top: 20px; background: #f90; line-height: 35px; color: #fff; border-radius: 5px; cursor: pointer;}


.correction_log{position: fixed; top: 20%; z-index: 999; width: 100%; display: none; left: 0;}
.correction_log .correction_log_body{width: 100%; float: left; background: #fff; border-radius: 5px; border: 1px #f2f2f2 solid; padding: 20px;}
.correction_log .correction_log_title{width: 100%; border-bottom: 1px solid #ccc; font-size: 14px; font-weight: bold; line-height: 35px; margin-bottom: 20px; float: left;}
.correction_log .correction_log_title span{ border-bottom: 3px solid #c1323c; padding-bottom: 5px; width: 200px; float: left; padding-left: 10px;}
.correction_log ul{ width: 70%; float: left;  height: 340px; overflow-y: auto}
.correction_log ul li{width: 100%; margin-right: 10px; float: left; margin-top: 10px; border-bottom: 1px solid #ccc}
.correction_log ul li span{height: 35px; line-height: 35px; float: left; padding: 0 10px;  color: #333; }
.correction_log_btn{ width: 30%; margin: 0 auto;}
.correction_log_close{width: 100%; float: left; text-align: center; margin-top: 20px; background: #f90; line-height: 35px; color: #fff; border-radius: 5px; cursor: pointer;}

.ivu-tooltip-popper[x-placement^=bottom] .ivu-tooltip-arrow{border-bottom-color:rgba(70,76,91,1) !important}
.ivu-tooltip-inner{background-color:rgba(70,76,91,1) !important}