@charset "utf-8";

.content_search{width:100%;height:88px;text-align:center;background:#f3f5f5;border-top:1px solid #dae1e1;border-bottom:1px solid #dae1e1;box-shadow:0px 0px 20px #dae1e1;}
.content_search .con{width:412px;height:38px;padding-top:25px;text-align:left;float:center;}
.content_search .skw{width:350px;height:36px;line-height:36px;font-size:14px;border: 1px solid #009fa8;padding:0px 10px 0px 10px;border-right:0px solid #fff;float:left;}
.content_search .sub{width:38px;height:38px;line-height:38px;border:0px;padding:0px;color:#fff;font-weight:bold; text-align:center;cursor:pointer;float:left;background:#4db0bc url(../../images/search.png) no-repeat center center;}
.content_search .sub:hover{background:#009fa8 url(${basePath}static/images/search.png) no-repeat center center;}

.content_product{width:878px;display:block;float:left;margin-left: 10px;}
.item{width:878px;display:block;float:left;padding: 10px;}

.pro_list{float:left;width:200px;margin:20px 19px 0px 0; position:relative;}
.pro_img{width:200px;min-height:200px;float:left; overflow:hidden;border: 1px solid #e5e5e5;}
.pro_img img{width:100%;float:left; -webkit-transition:all .2s ease; -moz-transition:all .2s ease; -o-transition:all .2s ease; -ms-transition:all .2s ease; transition:all .2s ease;}
.pro_img a:hover img{ -webkit-transform: scale(1.08, 1.08); -moz-transform: scale(1.08, 1.08); -o-transform: scale(1.08, 1.08); transform: scale(1.08, 1.08);}
.pro_sn{width:100%;height:25px;line-height:25px;float:left;overflow:hidden; text-align:center;color:#666;}
.pro_title{width:100%;height:40px;margin:5px 0;line-height:20px;float:left;overflow:hidden;text-align:center;}
.pro_title a{color:#12afa3;}
.pro_title a:hover{color:#f60; text-decoration:none;}
.pro_price{width:100%;height:25px;line-height:25px;float:left;overflow:hidden; text-align:center;}
.pro_sale{width:35px;height:18px; background:#f60; color:#fff; text-align:center; line-height:18px; position:absolute; left:0px; top:0px;}
.pro_new{width:35px;height:18px; background:#12afa3; color:#fff; text-align:center; line-height:18px; position:absolute; right:0px; top:0px;}
.pro_btn{width:100%;height:30px; position:absolute; left:0px; bottom:0px; text-align:center;display:none; background:#fff;}
.pro_cate{width:890px;}
.pro_cate .pro_list{width:168px;margin:20px 10px 0px 0;}
.pro_cate .addcart{width:80px;}

.content_loading{width:878px;height:31px;margin-top: 10px;display:block;float:left;text-align: center;padding: 10px 0px 10px 0px;}
.loading{width:200px;height:31px;}
.loading_img{width:31px;height:31px;display:block;float:left}
.loading_text{height:31px;margin-left:10px;line-height:31px;display:block;float:left;font: normal 14px/31px "Microsoft YaHei";}
