.main-contant {
	background: #f5f5f5;
}
.page {
	width: 1200px;
	margin: 0 auto;
}
.no-border {
	border: 0!important;
}
.location {
	line-height: 40px;
}
.location p {
	margin: 0;
	color: #666;
}
.location .gl-label {
	position: relative;
	background: #ececec;
	border: 1px solid #ddd;
	height: 24px;
	line-height: 24px;
	margin: 0 2px;
	margin-top: 8px;
	padding: 0 30px 0 12px;
	color: #666;
	font-size: 14px;
	cursor: pointer;
}
.location .gl-label span {
	color: #54bfb8;
}
.location .gl-label i.gl-close {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/close2.png) no-repeat center center;
}
.location .gl-label:hover i.gl-close {
	position: absolute;
	top: -1px;
	right: -1px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #54bfb8 url(../img/close.png) no-repeat center center;
}
.contant {
	background: #fafafa;
	padding-top: 20px;
}
.screen {
	background: #fff;
	padding-bottom: 70px;
}
.screen ul {
	padding: 20px 0;
	margin: 0 20px;
	border-bottom: 1px solid #dddddd;
}
.screen ul li.name {
	width: 100px;
	text-align: center;
	margin: 0;
}
.screen ul li {
	margin-right: 30px;
	cursor: pointer;
}
.screen ul li a{
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.screen ul li a span{
	width: 115px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding: 8px;
}
.screen ul li a:visited{
	text-decoration: none;
}
.screen ul li a:hover{
	color: #54bfb8;

}
.screen ul li.name {
	cursor: Auto;
}
.screen ul li.jgqj:hover {
	color: #666;
}

.screen .img-box-div {
	border-left: 1px solid #ddd;
	padding: 0px;
	overflow-y: auto;
	max-height: 156px;
}

.screen .img-box li {
	width: 118px;
	height: 52px;
	/*padding: 8px;*/
	border: 1px solid #ddd;
	border-left: 0;
	border-top: 0;
	margin: 0;
	display: inline-table;
}
.screen .img-box li:nth-child(1),
.screen .img-box li:nth-child(2),
.screen .img-box li:nth-child(3),
.screen .img-box li:nth-child(4),
.screen .img-box li:nth-child(5),
.screen .img-box li:nth-child(6),
.screen .img-box li:nth-child(7),
.screen .img-box li:nth-child(8) {
	border-top: 1px solid #ddd;
}
.screen .img-box li.last-li {
	border-right: 1px solid #ddd;
}
.screen .img-box li.name {
	width: auto;
	margin: 0 20px;
	line-height: 52px;
	padding: 0;
	border: 0;
}
.screen .img-box li img {
	max-width: 100%;
	max-height: 100%;
}
.screen ul li {
	color: #666;
	font-size: 12px;
}
.screen ul li:hover {
	color: #54bfb8;
}
.screen ul li.name:hover {
	color: #666;
}
.screen ul.arrow-box {
	position: relative;
	padding: 9px 0;
}
.screen ul.arrow-box li {
	height: 34px;
	line-height: 34px;
}
.screen ul .arrow-label {
	border: 1px solid #ddd;
	padding-left: 10px;
	padding-right: 26px;
	background: #fff url(../img/arrow.png) no-repeat calc(100% - 6px) center;
}
.screen ul .arrow-label:hover {
	position: relative;
	border: 1px solid #54bfb8;
}
.screen ul .arrow-label.active {
	position: relative;
	border: 1px solid #54bfb8;
	border-bottom: 1px solid #fff;
	z-index: 2;
}
.screen .arrow-down {
	position: absolute;
	left: 0px;
	top: 42px;
	width: 1160px;
	border: 1px solid #54bfb8;
	background: #fff;
	display: none;
	padding: 20px 0;
}
.screen .arrow-down span {
	margin: 18px;
	cursor: pointer;
}
.screen .arrow-down:first-child{
	display: block;
}
.sort {
	height: 44px;
	line-height: 44px;
	margin-top: 20px;
	background: #fff;
}
.sort span {
	display: inline-block;
	padding: 0 30px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
.sort span.active {
	background: #54bfb8;
	color: #fff;
}
.goods-list {
	margin-left: -14px;
}
.good-item {
	width: calc(25% - 14px);
	margin-left: 14px;
	background: #fff;
	margin-top: 20px;
	text-align: center;
}
.good-item:hover{
	opacity: .8;
}
.good-item>a {
	display: block;
	overflow: hidden;
}
.good-item .img-box {
	width: 100%;
	height: 200px;
	line-height: 200px;
}
.good-item img {
	display: inline-block;
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}
.good-item .info {
	width: 100%;
	padding: 0 10px;
}
.good-item h3 {
	height: 32px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	/*text-overflow: ellipsis;*/
	overflow: hidden;
	/*white-space: nowrap;*/
}
.good-item p {
	font-size: 12px;
	color: #b0b0b0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.good-item p.price {
	font-size: 16px;
	color: #f95d5d;
	margin-bottom: 30px;
}

.good-item p.price label{
	font-size: 16px;
	color: #76D7D1;
	margin-bottom: 30px;
	margin-right: 20px;
}

.paging {
	text-align: right;
	margin-top: 30px;
}
.l-btn,
.l-btn:hover,
.pagination-link {
	background: #eaeceb;
	color: #666;
	margin-right: 10px;
}
.pagination-link:hover,
.l-btn-selected {
	background: #57beb3;
	color: #fff;
}
.l-btn-plain:hover{
	border: 1px solid #57beb3;
}
.pagination-prev {
    background: url(../img/arrow.png) no-repeat center center;
	-moz-transform:rotate(90deg); 
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.pagination-next {
    background: url(../img/arrow.png) no-repeat center center;
	-moz-transform:rotate(270deg); 
	-webkit-transform:rotate(270deg);
	transform:rotate(270deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.pagination-page-list, .pagination .pagination-num {
	border: 1px solid #d4dad7;
	border-radius: 4px;
	outline: #d4dad7;
}
@media screen and (max-width:1440px){
	.page {
		width: 1100px;
		margin: 0 auto;
	}
	.screen .arrow-down {
		position: absolute;
		left: 0px;
		top: 42px;
		width: 1060px;
		border: 1px solid #54bfb8;
		background: #fff;
		display: none;
		padding: 20px 0;
	}
}
@media screen and (max-width:1280px){
	.page {
		width: 1000px;
		margin: 0 auto;
	}
	.screen .arrow-down {
		position: absolute;
		left: 0px;
		top: 42px;
		width: 960px;
		border: 1px solid #54bfb8;
		background: #fff;
		display: none;
		padding: 20px 0;
	}
	
}
@media screen and (max-width:1024px){
	.page {
		width: 1000px;
		margin: 0 auto;
	}
	.screen .arrow-down {
		position: absolute;
		left: 0px;
		top: 42px;
		width: 960px;
		border: 1px solid #54bfb8;
		background: #fff;
		display: none;
		padding: 20px 0;
	}
	
}
@media screen and (max-width:768px){
	.page {
		width: 95%;
		margin: 0 auto;
	}
	.screen .arrow-down {
		position: absolute;
		left: 0px;
		top: 42px;
		width: 100%;
		border: 1px solid #54bfb8;
		background: #fff;
		display: none;
		padding: 20px 0;
	}
	.good-item {
		width: calc(50% - 14px);
		margin-left: 14px;
		background: #fff;
		margin-top: 20px;
		text-align: center;
	}
	
}
@media screen and (max-width:600px){
	.page {
		width: 95%;
		margin: 0 auto;
	}
	.screen .arrow-down {
		position: absolute;
		left: 0px;
		top: 42px;
		width: 100%;
		border: 1px solid #54bfb8;
		background: #fff;
		display: none;
		padding: 20px 0;
	}
	.good-item {
		width: calc(50% - 14px);
		margin-left: 14px;
		background: #fff;
		margin-top: 20px;
		text-align: center;
	}
	.screen ul{
		margin: 0;
		margin: 0;
		display: -webkit-box;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.sort span {
		display: inline-block;
		padding: 0 15px;
		font-size: 14px;
		color: #333;
		cursor: pointer;
	}
	.screen ul li{
		float: none !important;
	}
	.screen ul.arrow-box{
		display: none;
	}
	.screen {
		background: #fff;
		padding-bottom: 20px;
	}
	.paging{
		display: none;
	}
	.location p {
		margin: 0;
		color: #666;
		font-size: 14px;
		width: 100%;
		line-height: 24px;
	}
}


.notice-filter-noresult {
	padding: 40px 0 230px;
}
.notice-filter-noresult .nf-n-wrap {
	width: 420px;
	margin: 0 auto;
}
.notice-filter-noresult .nf-content {
	margin-left: 42px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.notice-filter-noresult .nf-icon {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	background: url(//misc.360buyimg.com/product/search/1.0.8/css/i/search.notice.png) no-repeat 0 2px;
}
.notice-filter-noresult .nf-content .result {
	display: block;
	line-height: 32px;
	font-size: 14px;
	font-weight: 700;
	color: #F60;
	margin-bottom: 5px;
}

.more{
	line-height: 34px;
	text-align: right;
	color: #54bfb8;
}