.main {
	height: 100%;
	padding: 5px;
	/*display: table;*/
	/*min-height: calc(100vh - 54px);*/
	margin-top: 57px;
}

@media only screen and (min-width:991px) {
	.nav_search {
		display: block !important;
	}
}

@media only screen and (max-width:991px) {
	.phone_search {
		display: block !important;
	}
	.main {
		margin-top: 95px;
	}
}

.section_heading {
	padding-bottom: 15px;
}

.section_heading p {
	font-weight: 300;
	font-size: 1.27201em;
}

@media screen and (min-width: 46.875em) {
	.section_heading h2 {
		font-size: 2.61792em;
		margin-bottom: 0.42973em;
	}
}

@media (min-width: 1480px) {
	.container {
		width: 1400px;
	}
}


/*列表布局*/
.masonry {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 40px;
}
.gallery>div {
	margin-bottom: 10px;
	position: relative;
}
.gallery>.item {
	text-align: center;
	position: relative;
	padding: 5px;
	margin: 0;
}
.picture{
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
}
.picture img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.collection {
	display: none;
	position: absolute;
	top: 0;
	right: 2px;
	cursor: pointer;
}

.collection span {
	font-size: 20px;
	color: #FFFFFF;
}

.download {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 25px;
	line-height: 25px;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: center;
	color: #FFFFFF;
}

.download span {
	display: inline-block;
	margin: 0 5px;
}

.download span font {
	vertical-align: inherit;
	margin-left: 2px;
}

.phone_search {
	width: 95%;
	display: none;
	margin: 10px auto;
}

.phone_search form input[type="text"],
.nav_search form input[type="text"] {
	margin: 0;
	padding-left: 10px;
	height: 32px;
	border: none;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0;
	-webkit-appearance: none;
	width: 70%;
	font-size: 13px;
	border-radius: 4px 0 0 4px;
	outline: none;
}

.phone_search form input[type="submit"],
.nav_search form input[type="submit"] {
	height: 32px;
	border: none;
	cursor: pointer;
	background: coral;
	color: #fff;
	width: 30%;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 0 -5px;
	padding: 0 12px;
	-webkit-appearance: none;
	border-radius: 0 4px 4px 0;
	font-size: 12px;
	outline: none;
	vertical-align: top;
}



/*page*/

.pager {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 5px 0;
}
.pager div{
	display: inline-block;	
	text-align: center;
}

.pager a,
.pager span {
	float: left;
	border: 1px solid #CCCDD0;
	line-height: 20px;
	margin-right: 5px;
	color: #141415;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #FFFFFF;
}

.pager a:hover {
	text-decoration: none;
	border-color:#000000;
}

.pager .current {
	background-color: #000000;
	border-color: #CCCDD0;
	color: #fff;
	font-weight: bold;
}

.pager .total,
.pager .total strong {
	color: Gray;
	padding: 5 10px;
}