@charset "utf-8";

/*-------------------------b-index_product_page商品-推荐-最新-人气-热销--------------------------*/
.index_product_page{clear:both;position:relative;background:#FFF;margin-top:10px;}
.index_product_page .big_title{text-align:center;border-bottom:1px solid #ddd;height:50px;line-height:50px;}
.index_product_page .big_title ul li{ font-size:24px; color:#464639; font-style:normal; float:left;text-align:center; cursor:pointer;margin:0 21px;}
.index_product_page .big_title ul li div{width:70px;white-space:nowrap; overflow:hidden; margin:0 auto;}
.index_product_page .big_title ul .on{border-bottom:2px solid #FF4000;color:#FF3F00;}
  
.index_product_page .tempWrap{ clear:both;}
  
.index_product_page .big_content{clear:both; height:auto;margin-top:10px;}
.index_product_page .big_content .c_content{float:left;margin:0px 0px 0px 25px;}
.index_product_page .big_content .c_pic{margin:10px 0px 10px 0px;}
.index_product_page .big_content .c_pic>div{ /*width:270px; height:270px;*/display:table-cell;vertical-align:middle;text-align:center;border:1px solid #ddd;}
.index_product_page .big_content .c_pic>div img{/*max-width:270px;max-height:270px;*/vertical-align:middle;}
.index_product_page .big_content .c_title{height:50px; line-height:25px;/*width:270px;*/  word-break:break-all; word-wrap: break-word; overflow:hidden;}
.index_product_page .big_content .c_title a{font-size:18px;color:#676759;}
.index_product_page .big_content .c_title a:hover{color:#f00;}
.index_product_page .big_content .c_price{/*width:270px;*/ white-space:nowrap;overflow:hidden; padding:10px 5px;}
.index_product_page .big_content .c_price span{ color:#FF3F00;font:24px/150% Arial,Verdana,"\5b8b\4f53";}
.index_product_page .big_content .c_price strong{ color:#FF3F00; font-size:24px; font-weight:normal;}
.index_product_page .big_content .c_buy{ float:right;}
.index_product_page .big_content .c_buy a{ width:103px; height:32px;line-height:32px; background:#06336E; font-size:18px; color:#fff; display:inline-block; text-align:center;}

.index_product_page .big_more{ position:absolute;top:10px;right:36px;}
.index_product_page .big_more a{font-size:20px; color:#9B9B8C;}
.index_product_page .big_more a:hover{color: #f00;}
/*-------------------------e-index_product_page商品-推荐-最新-人气-热销--------------------------*/