
.bg-logo {
	background: #fafafa url(/Product/Images/newImage/logo-default.svg) center no-repeat;
	-moz-background-size: 60%;
	-webkit-background-size: 60%;
	-o-background-size: 60%;
	background-size: 60%;
}

.search-gallery-nomore i {
	margin: auto;
	margin-bottom: 20px;
}

/***************  清除bootstrap .btn label  ********************/
.btn.active, .btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/***************    先清除bootstrap * :after :before 样式      ******************/
/*************** 再在弹大图类下单独加上 * :after :before 样式 ******************/

/***************  全站通用弹窗 搜索页不可关  ********************/
.notice .notice_close,
.upgarde-vip-cont .upgarde-close{
	visibility: visible;
}

* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

:after, :before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.search-album-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/** 弹大图 **/
.image-box-bg.modal-backdrop,
.image-box.modal,
.image-collection-bg.modal-backdrop,
.image-collection.modal {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.image-box.modal *,
.image-box-bg.modal-backdrop *,
.image-collection-bg.modal-backdrop *,
.image-collection.modal * {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

/*** 标签 ***/
.searchTag {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
}

.searchTag .w {
	margin: auto;
	position: relative;
}

.swiper-container {
	/*display: none;*/
	height: 100%;
}

.swiper-container .swiper-slide {
	padding: 0 20px;
	float: left;
	display: inline-block;
	width: auto !important;
	height: 50px;
	/*background-color: #666;*/
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 5px !important;
	/* Center slide text vertically */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.swiper-container .swiper-slide img {
	height: 100%;
}

.searchTag .swiper-button-next,
.searchTag .swiper-button-prev {
	width: 10px;
	height: 15px;
	margin-top: -8px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.searchTag .swiper-button-next {
	right: 2px;
}

.searchTag .swiper-button-prev {
	left: 2px;
}

/*** 筛选 ***/
.searchFilter {
	margin-bottom: 20px;
}

.searchFilter .w {
	margin: auto;
}

.searchFilter .filter_box {
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #c8c8c8;
	padding: 20px;
}

.searchFilter .row_box .row_1 .filter-label {
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 4px;
	color: #999;
	padding-right: 25px;
}

.searchFilter .row_box .row_1 .filter-item {
	font-size: 0;
	padding-left: 60px;
	padding-right: 100px;
}

.searchFilter .row_box .row_1 .filter-item .cell:hover {
	background-color: #fff;
	border: 2px solid #e6e6e6;
}

.searchFilter .row_box .row_1 .filter-item .cell {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	padding: 0 18px;
	color: #222;
	/*margin: 0 2px 2px;*/
	margin: 4px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid transparent;
}

.searchFilter .row_box .row_1 .filter-item .cell.active {
	background-color: #e6e6e6;
}

.searchFilter .filter-reset {
	position: absolute;
	right: 20px;
	top: 20px;
	border: 2px solid #dcdcdc;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
}

.searchFilter .filter-reset:hover {
	background-color: #dcdcdc;
}

.searchFilter .filter-display {
	padding: 3px;
	background-color: #e6e6e6;
	position: absolute;
	bottom: -50px;
	right: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.searchFilter .filter-display a {
	display: inline-block;
	vertical-align: top;
	width: 63px;
	height: 34px;
	line-height: 34px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-position: center;
	background-repeat: no-repeat;
}

.searchFilter .filter-display .active.display-album {
	background-color: #fff;
	background-image: url('/Product/Images/newImage/search_album_ctrl_icon_b.png') !important;
}

.searchFilter .filter-display .active.display-pic {
	background-color: #fff;
	background-image: url('/Product/Images/newImage/search_photo_ctrl_icon_b.png') !important;
}

.searchFilter .filter-display .display-album {
	background-image: url('/Product/Images/newImage/search_album_ctrl_icon_g.png');
}

.searchFilter .filter-display .display-pic {
	background-image: url('/Product/Images/newImage/search_photo_ctrl_icon_g.png');
}

/*����ͼ����*/
.searchbanner {
	overflow: hidden;
	height: 200px;
	margin-bottom: 20px;
}

.searchbanner_in {
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	color: #fff;
}

.searchbanner_in .searchbanner-key {
	line-height: 1;
	font-size: 32px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.searchbanner_in a {
	display: inline-block;
	color: #fff;
	padding: 8px 12px 8px 12px;
	background: #CE0018;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.searchbanner_in p {
	line-height: 1.4;
	margin: auto;
	margin-bottom: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* 相册部分 */

.main {
	min-height: 0;
	overflow: visible;
}

.main:after {
	content: ' ';
	display: block;
	clear: both;
}

.main_title {
	font-size: 14px;
	margin-bottom: 25px;
	margin-left: 2px;
}

.main_title span {
	font-size: 13px;
	color: #CE0018;
}

.main_title em {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #CE0018;
}

/* 图片 */
.fall-list {
	position: relative;
	padding-bottom: 200px;
}
.fall-list .search-gallery-loading,
.fall-list .search-gallery-nomore{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.fall-list .w {
	min-height: 1300px!important;
}

.fall-list .grid-item {
	width: 288px;
	margin-bottom: 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.fall-list .grid-item .grid-item-image {
	width: 288px;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.fall-list .grid-item .grid-item-image img {
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
}

.fall-list .grid-item .grid-item-image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.fall-list .grid-item .name-box {
	width: auto !important;
	height: auto !important;
	line-height: 1.4;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 12px;
	padding-right: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.fall-list .grid-item .name-box:hover {
	color: #c30000;
}

.fall-list .grid-item .item-info {
	color: #999;
	line-height: 1;
	padding-bottom: 15px;
	display: none;
}

.fall-list .grid-item img {
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* 推荐 */
.find-list {

}

.find-list .w {
	margin: auto;
}

.find-list .row_1 .box_1 ul {
	max-height: 375px;
	overflow: hidden;
}

.find-list .row_1 .box_2 ul {
	max-height: 1125px;
	overflow: hidden;
}

.find-list .row_1 .row-title {
	padding-top: 30px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 36px;
	position: relative;
}

.find-list .row_1 .row-title span {
	color: #999;
	font-size: 16px;
	width: 140px;
	text-align: center;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 18px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.find-list .row_1 .name-box {
	text-align: center;
}

.find-list .gotoTop {
	cursor: pointer;
	width: 70px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

.find-list .gotoTop .gotoTop-i {
	height: 68px;
	margin-bottom: 8px;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url("/Product/Images/newImage/search_gotoTop_icon_w.png") no-repeat center;
}

.find-list .gotoTop:hover .gotoTop-i {
	border-color: #c30000;
	background: url("/Product/Images/newImage/search_gotoTop_icon_r.png") no-repeat center;
}

.find-list .gotoTop:hover span {
	color: #c30000;
}

.find-list .gotoTop span {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #c8c8c8;
}

/* 相册 */

.item-list {
	margin-left: 0 !important;
}

.item-list .item {
	cursor: default;
	width: 288px;
	height: 360px;
	margin-right: 15px;
	border: 0;
}

.item-list .item:hover {
	box-shadow: none !important;
}

.item-list.item-hua .item {
	padding-left: 0; /*16 16 18*/
	padding-right: 0;
	padding-top: 0;
	margin-bottom: 15px;
}

.item-list .item .img-box {
	font-size: 0;
	display: block;
	width: 288px;
	height: 288px!important;
	background-color: #fff;
	cursor: pointer;
	/*vertical-align: top!important;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}

.item-list .item .img-box .albumfall-item {
	display: inline-block;
	width: 94px;
	height: auto;
	background-color: #f8f8f8;
	margin-bottom: 3px;
}

.item-list .item .img-box:after {
	width: 288px;
	height: 288px;
}

.item-list .item .name-box {
	width: auto !important;
	height: auto !important;
	line-height: 1.4;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 12px;
	padding-right: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.item-list .item .item-info {
	line-height: 1;
	display: none;
}

.item-list .item .tag-list span + span {
	border: 0;
}

/*
 ** 相册与推荐分离样式
 */

#albumLists .item-list .item{
	height: 260px!important;
}

#albumLists .item-list .item .img-box {
	height: 200px!important;
	-webkit-transition: box-shadow .3s ease;
	-moz-transition: box-shadow .3s ease;
	-ms-transition: box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
}

#albumLists .item-list .item .img-box:hover{
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .6);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .6);
}

.pagination {
	width: 100%;
	margin: 0px auto 45px auto;
}

.pagination .btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.pagination label.box {
	font-weight: 400;
}

.pagination label.box input {
	font-size: 14px;
}

@media screen and (min-width: 1500px) {

	.find-list .w {
		width: 1500px;
	}

	.searchTag .w {
		width: 1500px;
	}

	.searchTag .swiper-container {
		width: 1440px;
	}

	.searchFilter .w {
		width: 1500px;
	}

	.searchbanner_in p {
		max-width: 1150px;
	}

	.item-list {
		width: 1500px;
	}

	.item-list .item:nth-child(5n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 1499px) {
	.find-list .w {
		width: 1200px;
	}

	.searchTag .w {
		width: 1200px;
	}

	.searchTag .swiper-container {
		width: 1140px;
	}

	.searchFilter .w {
		width: 1200px;
	}

	.searchbanner_in p {
		max-width: 950px;
	}

	.item-list {
		width: 1200px;
	}

	.item-list .item:nth-child(4n) {
		margin-right: 0;
	}
}

#favoriteTag.btn {
	border: 0;
}

#favoriteTag.active {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

