@charset "utf-8";
/****************
 * @description : 时尚+首页
 * @author    : felix
 * @date      : 2015-01-21
 ****************/


/*搜索外层*/
.search_wrap{width:1000px;margin:45px auto 60px auto;}
.search_wrap:after{content:'\0020';display:block;height:0;clear:both}
.search_wrap .search{float:left;width:660px;}
.search_wrap .sidebar{float:right;width:300px;overflow:hidden;}

/*搜索栏*/
.search_form{position:relative;display:block;width:660px;height:50px;line-height:50px;background:#f5f5f5;}
.search_form .key{display:block;width:550px;height:48px;margin-left:30px;background:#f5f5f5;border:none;}
.search_form .submit{position:absolute;top:0px;right:0px;display:block;width:80px;height:48px;background:url(../images/small.png) 35px -26px no-repeat;text-indent:-9999px;border:none;}

/*搜索结果*/
.search_result li{margin-top:60px;width:660px;}
.search_result li:after{content:'\0020';display:block;height:0;clear:both}
.search_result .photo{float:left;width:200px;height:200px;overflow:hidden;}
.search_result .photo img{display:block;width:200px;height:200px;}
.search_result .info{float:right;width:440px;}
.search_result .info .author{color:#808080;margin-top:23px;height:25px;line-height:25px;font-size:13px;}
.search_result .info .title{margin-top:6px;line-height:28px;font-size:16px;}
.search_result .info .label{margin-top:40px;}
.search_result .info .label:after{content:'\0020';display:block;height:0;clear:both}
.search_result .info .label li{float:left;width:68px;margin:0px 13px 10px 0px;font-size:13px;text-align:center;}
.search_result .info .label li a{display:block;width:66px;height:31px;line-height:31px;border:1px solid #f2f2f2;text-decoration:none;color:#b2b2b2;outline:none;}
.search_result .info .label li a:hover{background:#eb6100;color:#fff;text-decoration:none;border:1px solid #eb6100;}

.no_result{width:300px;margin:60px auto;padding:20px;border:1px solid #d5d5d5;text-align:center;font-size:14px;color:#808080;}

/*分页*/
.page_wrap{text-align:center;margin:60px 0px 0px 0px;}
.page{text-align:center;font-size:12px;display:inline-block;}
.page:after{content:'\0020';display:block;height:0;clear:both}
.page span{float:left;display:block;width:28px;height:28px;line-height:28px;text-align:center;color:#fff;background:#eb6100;margin-right:9px;}
.page a{float:left;display:inline-block;width:26px;height:26px;border:1px solid #e5e5e5;line-height:28px;text-align:center;margin-right:9px;}
.page a:hover{color:#eb6100;}
.page .next{width:56px;}


/*侧边栏广告*/
.sidebar .pro_300x250{width:300px;height:250px;overflow:hidden;}
.sidebar .pro_300x450{width:300px;height:450px;overflow:hidden;margin-top:54px;}

/* 加载更多 */
.loading_more a{display:block;width:160px;height:44px;margin:60px auto 50px auto;line-height:44px;text-align:center;color:#fff;background:#212121;margin-bottom:95px;cursor:pointer;}
.loading_more a:hover{background:#eb6100;color:#fff}

.pro_300x450 img{
  -webkit-transform:scale(1) rotate(0deg);
  -moz-transform:scale(1) rotate(0deg);
  -ms-transform:scale(1) rotate(0deg);
  -o-transform:scale(1) rotate(0deg);
  transform:scale(1) rotate(0deg);
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out
}

.pro_300x450 img:hover{
  -webkit-transform:scale(1.3) rotate(8deg);
  -moz-transform:scale(1.3) rotate(8deg);
  -ms-transform:scale(1.3) rotate(8deg);
  -o-transform:scale(1.3) rotate(8deg);
  transform:scale(1.3)
}
.sprocket-mosaic .sprocket-mosaic-image {
  border-radius:3px
}













