.pc_banner { position: relative;}
.pc_banner .banner_swiper { position: relative; width:100%; overflow:hidden;}
.pc_banner .banner_swiper img { width:100%}
.pc_banner .b_menu {text-align: center;position: absolute;width: 100%;left: 0;bottom:10px;z-index: 10; }
.pc_banner .b_menu span {display: inline-block;cursor:pointer;margin: 0 5px;width:10px;height:10px;background:#fff; opacity: .8}
.pc_banner .b_menu span.swiper-pagination-bullet-active {background:#ed2920;}

.main-box{box-shadow: 0px 0px 8px rgba(0,0,0,0.15);background:white;overflow:hidden;padding:30px}
.s-info{text-align: center;overflow: hidden;font-size:14px;padding-bottom:20px;width:1180px;}
.baguetteBoxOne{text-align: center;} 
.baguetteBoxOne img{max-width:1000px;}

.preview_info .favorite { display:block; height:42px; line-height:42px; font-size:16px; color:#fff; background:#ff6600; border-radius:30px; text-align:center;cursor:pointer}


.productShowGrid{width:1230px;overflow:hidden;float:left}
.productShowGrid ul { overflow: hidden;width:1250px }
.productShowGrid ul li { width: 205px;padding:10px 10px 15px 10px;overflow:hidden; background: #fff; border: 1px solid #eee; margin-right: 16px; margin-bottom: 15px; float: left; vertical-align: middle; position:relative}
.productShowGrid ul li:hover { border: 1px solid #e02445; -webkit-transition-duration: .3s; transition-duration: .3s; }
.productShowGrid .productImg {width: 205px; height: 205px; overflow: hidden;margin:0px 0px 0px 0px }
.productShowGrid .productImg img { width:205px;height:205px;cursor: pointer;transition: all 0.6s;}
.productShowGrid .productImg:hover img{transform: scale(1.05);}
.productShowGrid .productInfo .productTit { font-size: 14px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.productShowGrid .productInfo .productTit a:hover { color: #e02445; }
.productShowGrid .productInfo .productTit em{ color: #e02445; }
.productShowGrid .productPrice { color: #ff5700; font-size: 16px;margin-top:15px;margin-bottom:10px; height:16px;line-height:16px;}
.productShowGrid .productPrice i { float:right;font-size:12px;color:#999 }
