.search-container {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 11.5px 0 5.5px;
	margin-bottom: 24px;
}
.search-content {
	background-color: #fefefe;
	height: 80px;
}

.scene-container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 11.5px 0 5.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.excel-scene {
	width: 100%;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fefefe;
	border: 1px solid #40995f21;
}

.excel-type {
	width: 100%;
	overflow: hidden;
}

.all-scenes {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	margin-right: 8px;
	color: #797979;
	margin-top: 18px;
	margin-left: 13px;
	font-size: 14px;
}
.excel-type .excel-scene-ul {
	display: block;
	width: 1070px;
	overflow: hidden;
	float: left;
	padding-bottom: 18px;
}

.excel-scene-ul a.scene-item {
	display: block;
	float: left;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	margin-right: 4px;
	color: #797979;
	margin-top: 18px;
	font-size: 14px;
	cursor: pointer;
}

.excel-scene-ul a.cur-scene {
	background-color: #3fbb6a;
	color: #fff;
}

.excel-scene-ul a.scene-item:hover {
	background-color: #3fbb6a;
	color: #fff;
}

ln-cont-array{
	margin-bottom: 30px;
}
.ln-cont-array-con{
	margin-bottom: 20px;
}
.ln-cont-array-list{
	width: 260px;
	height: 210px;
	margin: 12px 44px 10px 0;
	box-shadow: 1px 1px 4px 1px #eae8e8;
	text-align: center;
	position: relative;
	padding: 0 0 28px;
	font-size: 12px;
	color: #595757;
	/*margin-right: 24px;*/
	/*margin-bottom: 20px;*/
	float: left;
}
.ln-cont-array-list:nth-child(4n){
	margin-right: 0;
}

.ln-cont-array-list:hover {
	cursor: pointer;
}

.ln-array-list-tit{
	margin: 5px auto;
	color: #595757;
	font-size: 18px;
	padding: 8px 3px;
	/*display: -webkit-box;*/
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 230px;
}

.model-cover {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	text-align: center;
	padding-top: 196px;
	display: none;
}
.model-back {
	position: absolute;
	background: #000;
	opacity: 0.55;
	filter: alpha(opacity=55);
	z-index: 101;
	width: 100%;
	height: 210px;
	top: 0;
	left: 0;
}
.ln-cont-array-list .model-cover .once-down {
	top: 50px;
}
.model-cover .once-down, .model-cover .once-coll {
	position: absolute;
	filter: alpha(opacity=100);
	left: 0;
	right: 0;
	top: 196px;
	z-index: 102;
	font-size: 14px;
	letter-spacing: 2px;
	color: #fff;
	width: 120px;
	height: 40px;
	background: #ed5547;
	display: block;
	margin: 0 auto;
	border-radius: 9px;
	line-height: 40px;
	text-align: center;
	padding-left: 10px;
}
.model-cover .once-down {
	background-color: #39bd49;
}
.model-cover .once-down:hover {
	background-color: #46ce56;
}
.oDown-img {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 25px;
	top: 12px;
}
.ln-cont-array-list .model-cover .once-coll {
	top: 110px;
}
.model-cover .once-coll {
	position: absolute;
	top: 280px;
	background-color: #4175dd;
}
.model-cover .once-coll:hover {
	background-color: #5c90f7;
}
.coll-img {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 25px;
	top: 13px;
}