/*浏览页图片*/
.pic-img-box{position:relative;height:300px;overflow:hidden;}
.pic-img{width:100%;display:block;}
.zoom-mask{width:100%;height:44px;position:absolute;bottom:0;filter:alpha(Opacity=80);-moz-opacity:0.8;opacity:0.8;z-index:10;background-color:#000;color:#fff;}
.zoom{width:100%;height:44px;line-height:44px;position:absolute;z-index:11;bottom:0;color:#fff;text-align:center;}
.zoom-text{cursor:pointer;width:135px;margin:0 auto;height:100%;padding-left:21px;background:url('../images/icon-zoom2x.png') no-repeat 0 15px;background-size:14px 15px;}

.pic-info-box{background:#fff;padding:0 0 15px 10px;}
.pic-title{height:44px;line-height:44px;}
.pic-title-text{max-width:75%;text-overflow:ellipsis;float:left;overflow:hidden;height: 44px;}
.vip-free{display:inline-block;width:50px;height:16px;line-height:16px;background:#f7672e;color:#fff;margin-left:0px;}
.pic-attr{margin-bottom:10px;overflow:hidden;}
.pic-attr li{float:left;width:50%;height:25px;line-height:25px;}
.pic-keyword{padding-right:10px;line-height:18px;}


.guess{background:#f4f4f4;overflow:hidden;padding-top:30px;}
.guess-title{margin-bottom:15px;padding-left:10px;}
.bottom-btn{width:100%;height:50px;line-height:50px;position:fixed;bottom:0;left:0;}
.bottom-btn .fav-btn{width:120px;height:50px;background:#fff;float:left;}
.bottom-btn .download-btn{width:calc(100% - 120px);height:50px;background:#f7672e;float:right;}
.active-btn{cursor:pointer;}
.active-btn a{color:#fff;}

.fav-icon{height:100%;width:16px;background:url("../images/icon-favorate2x.png") no-repeat center;background-size:16px 16px;float:left;margin-right:5px;}
.on{background:url("../images/icon-favorate-active2x.png") no-repeat center;background-size:16px 16px;}
.fav-text{display:inline-block;}