/**
Theme Name: PPTmall 1.0
Theme URI: http://tupian.pptfans.cn
Author: peaterq;
Author URI:  http://tupian.pptfans.cn
Description: PPTfans 1.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://tupian.pptfans.cn
Tags: PPT，PPT图片
*/

@charset "utf-8";
/*
 *顶部
 */ 
.header-bar .navbar-right {
	margin-right: 0;
	padding-right: 0;
}
.header-bar.navbar {
	margin-bottom: 0;
}
.navbar-brand, .navbar-brand:hover {
	background: url(images/logo.png) 18px center no-repeat;
	width: 170px;
	text-indent: -2000px;
}
.breadcrumb {
	padding-left: 0;
	padding-right: 0;
}
/*分类列表*/
.menu-list {
}
/*图片列表*/
.list-box {
	padding: 20px 0;
}
.list-box img {
	height: auto!important;
}
.list-box .item{}

.caption .title{text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	display: block;}

/*相关图集*/
.single .thumbnail .caption {
    padding: 9px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*首页幻灯*/
.amazingslider-box-1{ z-index:0;}
.amazingslider-text-box-1{ z-index:9999999;}
.amazingslider-swipe-box-1{ z-index:9999999;}
.amazingslider-text-wrapper-1{z-index:9999999;}
.amazingslider-text-box-1{z-index:9999999;}





/*标签*/
.tags-box a{ margin-right:5px;}

/*底部*/
.footer {
	padding: 40px 0;
	color: #999;
	text-align: center;
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
}

/*分页*/
.nav-links{}
.nav-links .page-numbers{ display:block; float:left;background: #eee; padding: 10px 15px; margin-right: 10px;}
.pagination .page-numbers.current {
    background: #ccc;
    color: #fff;
}

/*图片-微信扫我*/
.tophone{ position:relative;}
.tophone em{ position:absolute;top:100px; display:block; padding:10px;  left:0px; background:#fff; border:1px #eee solid; color:#333; line-height:2em;}
.tophone em img{ display:block;}


