/**!
 * 阳光直采网上商城-详情页
 * date:2017-09-27
 * author: csxiang;
 */
/* 公共部分的特殊样式 */
.fs {
	background-color:#fff;
	position: relative;
	height: auto;
}
.fs-col1 {
	position: absolute;
	z-index: 2;
}
.navitems > li > a {
    color: #333;
}
.cate-list {
	display: none;
}

/* breadnav */
.breadnav {
	padding: 20px 0;
	color: #666;
	font-size: 12px;
}
.breadnav a {
	color: #666;
}
.breadnav a:hover {
	color: #d00004;
}

/* product-intro */
.product-intro .preview-wrap {
	float: left;
	width: 450px;
}


/* 右侧详细介绍 */
.product-intro  .itemInfo-wrap {
	float: right;
	width: 710px;
}
/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img {
	display: block;
}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:450px;height:450px;border:1px solid #ddd;}
.spec-scroll{clear:both;margin-top:5px;width:450px;overflow: hidden;}
.spec-scroll .prev,.spec-scroll .next{
	display:block;
	width: 21px;
	height: 32px;
	margin-top: 15px;
	cursor:pointer;
	background: url(../images/mall/detailarrwo.png) no-repeat;
}
.spec-scroll .next {
	float:right;
	background-position-x: -21px;
}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .items{float:left;position:relative;width:389px;height:62px;overflow:hidden;margin-left: 8px;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{
	float:left; 
    text-align:center;
    margin: 0 9px;
}
.spec-scroll .items ul li img{padding:0px;width:54px;height:54px; border: 2px solid #fff;display: block;}
.spec-scroll .items ul li.active img,
.spec-scroll .items ul li:hover img {border:2px solid #e53e41;}
/* 收藏 */
.perview-like {
	margin-top: 15px;
	color: #666;
	font-size: 12px;
}
.perview-like a {
	color: #666;
}
.perview-like i {
	display: inline-block;
	width: 14px;
	height: 13px;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../images/mall/detailike.png) no-repeat;
}
/* 商品介绍 右侧 */
.itemInfo-wrap .sku-name {
    font: 700 16px Arial,"microsoft yahei";
    color: #666;
    padding-top: 10px;
    line-height: 28px;
    margin-bottom: 5px;
}
.itemInfo-wrap .dt {
	float: left;
    padding-left: 10px;
    font-family: simsun;
    color: #999;
    font-size: 12px;
    margin-top: 1px;
    margin-right: 20px;
}
.itemInfo-wrap .dd {
	margin-left: 70px;
}
.itemInfo-wrap .summary {
	width: 100%;
	height: 85px;
	background-color: #f3f3f3;
	font-size: 12px;
	color: #999;
}
.summary .summary-price {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}
.summary .summary-price .title {
	width: 50px;
	margin-right: 12px;
}
.summary .summary-price .price {
	font-size: 15px;
}
.summary .summary-price .sp-info {
	margin-bottom: 5px;
}
.summary .summary-price .sp-info .title {
	color: #b42829;
}
.summary .summary-price .sp-info .price em {
	color: #b42829;
	font-size: 22px;
}
.summary .summary-price .sp-info a {
	margin-left: 12px;
	color: #1543b9;
}
.summary .summary-price .time {
	font-size: 15px;
}
.summary .summary-comt {
	float: right;
	width: 80px;
	text-align: center;
	margin-top: 20px;
	border-left: 1px solid #dedede;
}
.summary .summary-comt p {
	font-size: 15px;
	color: #005ea7;
}
/* 地区选择 */
.store {
	margin: 30px 0;
	font-size: 12px;
}
.choose-address {
	position: relative;
}
.choose-address .address {
    float: left;
    padding-left: 9px;
    padding-right: 16px;
    color: #666;
    cursor: pointer;
    background: url(../images/mall/arr-close.png) no-repeat right;
}
/*.choose-address .arrow {
	display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 7px;
    margin: 0 10px 0 5px;
    _font-size: 0;
    background: url(../images/mall/arr-close.png) no-repeat;
    transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
}*/
.choose-address .drop {
    position: absolute;
    top: 29px;
    left: 0px;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 5px;
    width: 400px;
    height: 182px;
    border: 1px solid #d5d4d4;
    background-color: #fff;
}
.choose-address .area-hd {
    padding: 0 5px;
    margin-bottom: 3px;
    height: 27px;
    border-bottom: 1px solid #d5d4d4;
}
.choose-address .area-hd-item {
    float: left;
    padding: 0 10px;
    border: 1px solid transparent;
    line-height: 26px;
    transition: all .2;
    cursor: pointer;
}
.area-hd-item.active, .area-hd-item:hover {
    border-color: #d5d4d4;
    border-bottom-color: #fff;
}
.choose-address .area-bd {
    position: relative;
}
.choose-address .area-bd-item {
    position: absolute;
    width: 100%;
    height: 144px;
    background-color: #fff;
    overflow: auto;
}
.choose-address .area-bd-item.active {
    z-index: 10;
}
.area-bd-item>span {
    float: left;
    margin: 5px 5px;
    padding: 0 10px;
    line-height: 24px;
    color: #666;
    cursor: pointer;
    transition: all .2s;
}
.area-bd-item>span:hover {
	color: #df3033;
}



.store .store-address {
	float: left;
    margin-left: -5px;
    color: #999;
}
.store .store-prompt {
    margin:0 10px;
    color: #999;
    float: left;
}
.store .store-prompt strong {
    margin-right: 5px;
    float: left;
    font-size: 12px;
}
.store .sale-count {
	float: right;
}
.store .sale-count em {
	font-size: 14px;
	font-weight: bold;
	color: #dc1c1c;
}

.choose-amount .quantity-form {
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 121px;
}
.choose-amount .decrement,
.choose-amount .increment {
    border: 1px solid #cacbcb;
    height: 28px;
    line-height: 28px;
    /* padding: 1px 0; */
    width: 28px;
    text-align: center;
    color: #666;
    margin: 0;
    background: #fff;
}
.choose-amount .decrement {
    float: left;
}
.choose-amount .inputwrap {
	display: inline-block;
	width: 42px;
    height: 28px;
    position: absolute;
    left: 36px;
    top: 0;
    border-bottom: 1px solid #cacbcb;
}
.choose-amount .itxt {
    border: none;
    outline: none;
    width: 42px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0;
    font-size: 12px;
    font-family: verdana;
    color: #333;
    -webkit-appearance: none;
}
.choose-amount .increment {
    float: right;
    border: 1px solid #cacbcb;
    color: #666;
}
.choose-amount .dt {
	height: 30px;
	line-height: 30px;
}

.choose-supplier {
	margin-top: 30px;
}
.choose-supplier .cs-btn {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	border:1px dashed #b42829;
	color: #b42829;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	padding:0 15px;
}
.choose-supplier .cs-sum {
	margin-left: 25px;
	font-size: 15px;
}
.choose-supplier .cs-sum em {
	font-size: 24px;
	color: #e51d1d;
}
.choose-supplier .dt {
	height: 46px;
	line-height: 46px;
}
.itemInfo-btn {
	margin-top: 30px;
}
.itemInfo-btn .dd .btn {
	display: inline-block;
	width: 146px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
}
.itemInfo-btn .dd .cart-btn {
	background-color: #ee9400;
	margin-right: 20px;
	margin-left: 5px;
}
.itemInfo-btn .dd .bid-btn {
	background-color: #ad2324;
}
.itemInfo-btn .dd .cart-btn i {
	float: left;
	width: 17px;
	height: 16px;
	margin-left: 20px;
    margin-top: 15px;
	background: url(../images/mall/carticon.png) no-repeat;
}

/* 类似商品 */
.goods-similar {
	background-color: #fff;
}
.goods-similar .goods-more-hd {
	overflow: hidden;
    background-color: #;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-bottom: 2px solid #bb3d3e;
}
.goods-similar .goods-more-bd {
	width: 1188px;
	 border: 1px solid #e8e8e8;
}
.goods-similar .goods-more-bd .swiper-slide {
	width: 192px;
}

.goods-similar .goods-more-bd .smlrSwiper-container {
	position: relative;
    width: 1190px;
    /*height: 255px;*/
    margin: 0 auto;
}
.goods-similar .goods-more-bd .smlrSwiper-container:hover .swiper-arrow1{
	display: block;
}
.goods-similar .goods-more-list li {
	border:none;
}

/* aside */
.aside {
	float: left;
	width: 168px;
	padding: 0 10px 20px;
	border: 1px solid #dddddd;
}
.aside-title {
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 15px;
	color: #666;
}
.aside-hd {
	height: 26px;
	line-height: 26px;
	border: 1px solid #dddddd;
	background-color: #f8f8f8;
	color: #666;
}
.aside-hd li {
	float: left;
	width: 54px;
	text-align: center;
	border-right:1px solid #dddddd;
	cursor: pointer;
}
.aside-hd .br-none {
	border-right: none;
}
.aside-hd .cur {
	color: #b42829;
	font-weight: bold;
	background-color: #fff;
	border-top: 2px solid;
    margin-top: -1px;
}
.aside-hd li:hover {
	color: #b42829;
}

.plist-1 li {
	position: relative;
	height: 85px;
	border-bottom: 1px solid #eeeeee;
}
.plist-1 .p-img {
	float: left;
	height: 65px;
	width: 65px;
	margin-right: 5px;
}
.plist-1 .p-img img {
	display: block;
}
.plist-1 .p-name {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin: 10px 0;
}
.plist-1 .p-name a {
	font-size: 12px;
	color: #666;
}
.plist-1 .p-name a:hover {
	color: #b42829;
}
.plist-1 .p-price {
	color: #e4393c;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
}
.plist-1 .p-num {
	position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #d5d5d5;
    color: #fff;
    text-align: center;
}
.plist-1 .fore .p-num {
	background-color:#e4393c
}
   
/* 详情右侧 */
.tab-content {
    float: right;
    width: 980px;
    box-sizing: border-box;
    border :1px solid #ddd;
}

.tab-hd {
    height: 39px;
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #000;
}

.info-hd-item {
    float: left;
    margin-top: -1px;
    margin-left: -1px;
    padding: 0 30px;
    box-sizing: border-box;
    height: 41px;
    border: 1px solid transparent;
    line-height: 40px;
    font-size: 16px;
    transition: all .2s;
    cursor: pointer;
}

.info-hd-item.active {
    background-color: #fff;
    border-color: #ccc;
    border-bottom-color: #fff;
    color: #c40000;
    border-top: 2px solid #c40000;
}
.info-hd-item:hover {
	 color: #c40000;
}

.tab-bd {
    padding: 16px 12px;
}

.production-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.production-info>li {
    float: left;
    padding-left: 30px;
    width: 250px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.production-info>li>label {
    float: left;
    width: 85px;
    text-align: right;
}

.production-images {
    padding: 25px 0;
}

.production-images>img {
    display: block;
    margin: 0 auto;
    width: 884px;
}

.correct-info {
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
}

.correct-info>a {
    color: #c40000;
}
/* 详细参数 */
.container table tr:hover {
    background-color: rgb(255,245,244);
}

.spcom-border {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.spcom-border-btm {
    border-bottom: 1px solid #e6e6e6;
}

.spcom-border-rt {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
    padding-left: 10px;
}

.spcom-border-rt .nocompare {
    font-size: 25px;
    font-weight: normal;
    color: rgb(204,204,204);
}

.spcom-bd-tt {
    padding-left: 36px;
    color: #999999;
}

.abc {
    color: #333;
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
}

.spcom-fs {
    font-size: 16px;
}

.spcom-red-color {
    color: #d00005;
}

.spcom-blue-color {
    color: #005aa0;
}

.spcom-lh22 {
    line-height: 22px;
    color: #005aa0;
    text-align: center;
}

.spcom-add-tt {
    border-bottom: 1px solid #e6e6e6;
    background: url(../images/mall/open.jpg) no-repeat 10px center;
}

.spcom-add-tticon {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: url(../images/mall/close.jpg) no-repeat 10px center;
}

.spcom-add-tt > div {
    padding-left: 30px;
    color: #666;
    display: block;
    line-height: 28px;
    margin: 0 auto;
    cursor: pointer;
    font-weight: bolder;
}


/* 成交记录 */
.detailshow table {
	width: 100%;
}
.detailshow tbody {
	font-size: 12px;
}
.detailshow tbody tr:hover {
	background-color: #fff5f5;
}
.detailshow th {
    padding-bottom: 5px;
    text-align: left;
    height: 30px;
    border-bottom: 1px solid #f0f0f0;
    color: #404040;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    font-family: "微软雅黑";
}
.detailshow td.td-buyer {
    padding-left: 15px;
}

.detailshow td {
    padding: 10px 5px 10px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}
.detailshow .td-buyer {
    width: 20%;
    padding-left: 15px;
}
.detailshow .td-cgr {
    width: 10%;
    padding-left: 15px;
}
.detailshow td.td-price {
	width: 26%;
    font-weight: 700;
    color: #f82325;
}
.detailshow td.td-gprivider {
	width: 21%;
}
/* 商品评价 */
.detail.ratings {
	margin-left: 25px;
}    
.detail.ratings .ratingstatistics {
    border-top: none;
    width: 938px;
    overflow: hidden;
}
.detail.ratings .ratingstatistics .satisfaction {
    text-align: center;
    float: left;
    width: 85px;
    margin: 10px;
}
.detail.ratings .ratingstatistics .satisfaction #num {
   	color: #b42829;
    font-size: 36px;
    line-height: 36px;
    font-family: 微软雅黑;
}
.detail.ratings .ratingstatistics .details {
    float: left;
    padding: 5px;
    width: 542px;
}
.detail.ratings .ratingstatistics .details .ratingsitem {
    float: left;
    margin: 10px 5px 18px;
    margin-left: 25px;
    color: #000000;
    width: 240px;
    height: 19px;
}
.detail.ratings .ratingstatistics .details .ratingsitem .percent {
    float: right;
    margin-left: 10px;
    width: 40px;
}
.detail.ratings .ratingstatistics .details .ratingsitem .stick {
    width: 150px;
    height: 8px;
    border: 1px solid #b42829;
    overflow: hidden;
    float: right;
    margin-left: 10px;
    margin-top: 4px;
}
.detail.ratings .ratingstatistics .details .ratingsitem .stick div {
    background-color: #b42829;
    width: 0px;
    height: 8px;
}

.detail.ratings .ratingstatistics .star-num {
	float: left;
	margin-left: 30px;
	
}
.star-num-wrap .star-item {
	margin: 12px 0;
    height: 13px;
    width:140px;
}
.star-num-wrap .star-title {
	float: left;
	font-size: 13px;
}
.star-num-wrap .star-box {
	float: left;
	position: relative;
	margin-top: 2px;
    margin-left: 9px;
}
.star-num-wrap .star-box .star-state {
	position: absolute;
	width:100px;
	height:13px;
	overflow: hidden;
}
.star-num-wrap .star-box span {
	float: left;
	width: 15px;
	height:13px;
	margin-right: 5px;
	background: url(../images/mall/detailstar.png) 0 0;
}
.star-num-wrap .star-box .star-fill span {
	background: url(../images/mall/detailstar.png) 0 -13px;
}
.star-num-wrap .star-box .star-num1 {
	width: 15px;
}
.star-num-wrap .star-box .star-num2 {
	width: 40px;
}
.star-num-wrap .star-box .star-num3 {
	width: 65px;
}
.star-num-wrap .star-box .star-num4 {
	width: 90px;
}
.star-num-wrap .star-box .star-num5 {
	width: 115px;
}


.detail.ratings .subtitle {
    background-color: #efeeee;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    margin-top: 10px;
    width: 930px;
}
.detail.ratings .subtitle .ratingstab.selected {
    color: #b42829;
}
.detail.ratings .subtitle .ratingstab {
    cursor: pointer;
    width: 125px;
    text-align: center;
}
.detail.ratings .subtitle div {
    float: left;
}
.detail.ratings .subtitle div:not(.ratingstab) {
    color: #f4f3f3;
}
.detail.ratings .ratingscontent {
   /* min-height: 456px;*/
  height: 380px;
  overflow: hidden;
}
.detail.ratings .ratingscontent.on {
  height: auto;
  overflow: auto;
}
.detail.ratings .comment-item {
	padding: 18px 0;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}
.detail.ratings .comment-item .usr-name {
	float: left;
	width:130px;
	text-align: center;
}
.detail.ratings .comment-item .comment-con {
	width: 750px;
	float: left;
}

.detail.ratings .comment-item .star-num-wrap {
	float: left;
}
.detail.ratings .comment-item .star-num-wrap .star-item {
	float: left;
	margin: 0 50px 0 0;
}
.comment-con-line01 .cmt-sumary {
	float: left;
	margin-right: 30px;
}
.comment-con-line01 {
	overflow: hidden;
}
.comment-txt {
	margin: 30px 0 40px;
}
.comment-detail {
	color:#999;
}
.comment-detail span{
	display: inline-block;
    vertical-align: middle;
}
.comment-detail .commentproductname{
	max-width: 300px;
    margin-right: 40px;
}
.comment-more {
	text-align: center;
	padding: 20px 0;
}
.comment-more a {
	font-weight: bold;
	font-size: 15px;
	color:#b42829;
	background: url(../images/mall/comtmore.png) no-repeat right;
	padding-right: 15px;
}
.detail.ratings .itemnew {
    line-height: 24px;
    padding: 16px 10px;
    width: 780px;
    float: left;
}
.detail.ratings .item {
    border-bottom: 1px solid #d5d5d5;
    line-height: 24px;
    padding: 16px 10px;
    width: 850px;
    float: left;
}
.detail.ratings .color1 {
    color: #666666;
    width: 600px;
    word-wrap: break-word;
    overflow: hidden;
}
.detail.ratings .common {
    text-align: right;
    vertical-align: middle;
    color: #666666;
}
.detail.ratings .item {
    border-bottom: 1px solid #d5d5d5;
    line-height: 24px;
    padding: 16px 10px;
    width: 850px;
    float: left;
}
.detail.ratings .style2 {
    color: #999999;
    text-align: left;
}

/* 分页 */
.querypaging {
    float: right;
    text-align: right;
    margin-top: 10px;
    font-family: 宋体;
    font-size: 12px;
    color: #666666;
    height: 30px;
    width: 100%;
}
.querypaging .disable {
    color: #c2c2c2;
}
.querypaging .prev {
    width: 65px;
    height: 23px;
    border: none;
   	border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}
.querypaging .pages .cur {
    font-family: 微软雅黑;
    color: #ff0000;
    border: none;
}
.querypaging .pages a {
    margin: auto 5px;
    cursor: pointer;
    border: 1px solid #dedddd;
    padding: 2px 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.querypaging .next {
    width: 65px;
    height: 23px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.querypaging .input {
    width: 30px;
    height: 20px;
    text-align: right;
    margin: auto 5px;
    border: 1px solid #dedddd;
    ime-mode: disabled;
    float: none;
}
.querypaging .btngo {
    width: 45px;
    height: 22px;
    border: none;
    cursor: pointer;
    margin-left: 5px;
}



/* 选择供应商 */
.supplier-list {
	display: none;
	width: 680px;
	height: 260px;
	margin: 0 auto;
}
.supplier-list-hd {
	height: 42px;
	line-height: 42px;
	font-size: 13px;
}
.supplier-list-hd li ,
.supplier-list-bd ul li {
	float: left;
	text-align: center;
}
.supplier-list .col1 {
	width: 200px;
}
.supplier-list .col2, 
.supplier-list .col3,
.supplier-list .col5 {
	width: 80px;
}
.supplier-list .col4 {
	width: 160px;
}
.supplier-list .col6 {
	width: 64px;
}
.supplier-list-bd {
	font-size: 12px;
	color:#666
}
.supplier-list-bd ul {
	padding: 3.5px 0;
	margin-bottom: 7px;
	border: 1px solid #cdcdcd;
}
.supplier-list-bd ul li {
	min-height: 26px;
	line-height: 26px;
}
.supplier-list-bd .opt span {
	display: inline-block;
	width: 58px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #b42829;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
}
.supplier-list-bd .sup-name {
	position: relative;
}
.supplier-list-bd .sup-name .sup-contact-icon {
	display: inline-block;
	width: 14px;
	height: 16px;
	background: url(../images/mall/suppliericon.png) no-repeat 0 0;
	cursor: pointer;
}
.supplier-list-bd .sup-name .sup-contact-icon:hover {
	background-position-x: -14px;
}
.supplier-list-bd .sup-contact {
	float: right;
	position: relative;
	top: 2px;
}
.supplier-list-bd .sup-contact .space {
	position: absolute;
	width: 20px;
	height: 30px;
	left: 0px;
	top: 0px;
}
.supplier-list-bd .sup-contact .sup-contact-text {
	display: none;
	position: absolute;
	left: 25px;
    top: -10px;
	min-height: 58px;
	min-width: 120px;
	background-color: #f7f7f7;
	text-align: left;
    padding-left: 10px;
    border: 1px solid #cfcfcf;
    color: #333;
    font-size: 13px;
}
.supplier-list-bd .sup-contact .sup-contact-text:before {
	content:url(../images/mall/spcontact.png);
	position: absolute;
    left: -8px;
    top: 9px;
}.detail.ratings {
	margin-left: 25px;
}    
.detail.ratings .ratingstatistics {
    border-top: none;
    width: 938px;
    overflow: hidden;
}
.detail.ratings .ratingstatistics .satisfaction {
    text-align: center;
    float: left;
    width: 85px;
    margin: 10px;
}
.detail.ratings .ratingstatistics .satisfaction #num {
   	color: #b42829;
    font-size: 36px;
    line-height: 36px;
    font-family: 微软雅黑;
}
.detail.ratings .ratingstatistics .details {
    float: left;
    padding: 5px;
    width: 542px;
}
.detail.ratings .ratingstatistics .details .ratingsitem {
    float: left;
    margin: 10px 5px 18px;
    margin-left: 25px;
    color: #000000;
    width: 240px;
    height: 19px;
}
.detail.ratings .ratingstatistics .details .ratingsitem .percent {
    float: right;
    margin-left: 10px;
    width: 40px;
}
.detail.ratings .ratingstatistics .details .ratingsitem .stick {
    width: 150px;
    height: 8px;
    border: 1px solid #b42829;
    overflow: hidden;
    float: right;
    margin-left: 10px;
    margin-top: 4px;
}
.detail.ratings .ratingstatistics .details .ratingsitem .stick div {
    background-color: #b42829;
    width: 0px;
    height: 8px;
}

.detail.ratings .ratingstatistics .star-num {
	float: left;
	margin-left: 30px;
	
}
.star-num-wrap .star-item {
	margin: 12px 0;
    height: 13px;
    width:140px;
}
.star-num-wrap .star-title {
	float: left;
	font-size: 13px;
}
.star-num-wrap .star-box {
	float: left;
	position: relative;
	margin-top: 2px;
    margin-left: 9px;
}
.star-num-wrap .star-box .star-state {
	position: absolute;
	width:100px;
	height:13px;
	overflow: hidden;
}
.star-num-wrap .star-box span {
	float: left;
	width: 15px;
	height:13px;
	margin-right: 5px;
	background: url(../images/mall/detailstar.png) 0 0;
}
.star-num-wrap .star-box .star-fill span {
	background: url(../images/mall/detailstar.png) 0 -13px;
}
.star-num-wrap .star-box .star-num1 {
	width: 15px;
}
.star-num-wrap .star-box .star-num2 {
	width: 40px;
}
.star-num-wrap .star-box .star-num3 {
	width: 65px;
}
.star-num-wrap .star-box .star-num4 {
	width: 90px;
}
.star-num-wrap .star-box .star-num5 {
	width: 115px;
}


.detail.ratings .subtitle {
    background-color: #efeeee;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    margin-top: 10px;
    width: 930px;
}
.detail.ratings .subtitle .ratingstab.selected {
    color: #b42829;
}
.detail.ratings .subtitle .ratingstab {
    cursor: pointer;
    width: 125px;
    text-align: center;
}
.detail.ratings .subtitle div {
    float: left;
}
.detail.ratings .subtitle div:not(.ratingstab) {
    color: #f4f3f3;
}
.detail.ratings .ratingscontent {
   /* min-height: 456px;*/
  height: 380px;
  overflow: hidden;
}
.detail.ratings .ratingscontent.on {
  height: auto;
  overflow: auto;
}
.detail.ratings .comment-item {
	padding: 18px 0;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}
.detail.ratings .comment-item .usr-name {
	float: left;
	width:130px;
	text-align: center;
}
.detail.ratings .comment-item .comment-con {
	width: 750px;
	float: left;
}

.detail.ratings .comment-item .star-num-wrap {
	float: left;
}
.detail.ratings .comment-item .star-num-wrap .star-item {
	float: left;
	margin: 0 50px 0 0;
}
.comment-con-line01 .cmt-sumary {
	float: left;
	margin-right: 30px;
}
.comment-con-line01 {
	overflow: hidden;
}
.comment-txt {
	margin: 30px 0 40px;
}
.comment-detail {
	color:#999;
}
.comment-more {
	text-align: center;
	padding: 20px 0;
}
.comment-more a {
	font-weight: bold;
	font-size: 15px;
	color:#b42829;
	background: url(../images/mall/comtmore.png) no-repeat right;
	padding-right: 15px;
}
.detail.ratings .itemnew {
    line-height: 24px;
    padding: 16px 10px;
    width: 780px;
    float: left;
}
.detail.ratings .item {
    border-bottom: 1px solid #d5d5d5;
    line-height: 24px;
    padding: 16px 10px;
    width: 850px;
    float: left;
}
.detail.ratings .color1 {
    color: #666666;
    width: 600px;
    word-wrap: break-word;
    overflow: hidden;
}
.detail.ratings .common {
    text-align: right;
    vertical-align: middle;
    color: #666666;
}
.detail.ratings .item {
    border-bottom: 1px solid #d5d5d5;
    line-height: 24px;
    padding: 16px 10px;
    width: 850px;
    float: left;
}
.detail.ratings .style2 {
    color: #999999;
    text-align: left;
}

/*分页*/
.pages {
	float: right;
}

.pages .pre,
.pages .next {
	display: inline-block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
}

.pages .page {
	margin: 0 14px;
	color: #cc0000;
}

/*电商比价*/
.icon-sn {
    background: url(../images/shde-spring.png) -7px -138px no-repeat;
}

.icon-jd {
    background: url(../images/shde-spring.png) -7px -178px no-repeat;
}

.icon-amazon {
    background: url(../images/shde-spring.png) -127px -178px no-repeat;
}

.icon-gm {
    background: url(../images/shde-spring.png) -247px -178px no-repeat;
}

.icon-stb {
    background: url(../images/stb.ico) no-repeat;
}
.ecbijia{
	margin-top:30px;
}
.ecbijia .dd span{
	margin-right:10px;
	display: inline-block;
    text-indent: 20px;
}
.ecbijia .dd a{
	color:#666;
}
.btnSub {
    background-color: #dc4123;
    border: 0;
    color: white;
    height: 30px;
    border-radius: 2px;
    cursor:pointer;
    padding:5px 3px;
}
.btntd {
  padding-top:10px;
  text-align: center;
}
