.grids-list .item img {
	width: 100%;
	margin: 0;
}
.cell-tip .item {
	position: relative;
	cursor: pointer;
}
.cell-tip span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.27);
	color: #fff;
	padding: 0 10px;
	line-height: 30px;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.cell-tip .item:hover::before {
	content: '';
	position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: rgba(0, 0, 0, 0.27);
	background-image: url(../images/common/eye.png);
	background-repeat: no-repeat;
	background-position: center;
}
.tab-list {
	margin-bottom: 20px;
}
.img-modal {
	position: fixed;
	left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
	z-index: 9999;
}
.img-modal .modal-mark {
	position: absolute;
	left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
	background-color: rgba(0, 0, 0, 0.9);
}
#DB_gallery {
	position: relative;
    top: 15%;
}
#imgModal {
	display: none;
}
/* .tab-list .tab-item {
	height: 35px;
	line-height: 33px;
} */
@media (max-width:640px) {
	.cell-tip .item:hover::before {
		background: none;
	}
	.banner-image img {
		object-position: 80% center;
	}
	.tab-list {
		width: 100%;
	}
	#DB_gallery {
		position: relative;
		top: 0;
		width: 100%;
	}
	#DB_gallery .DB_imgSet .DB_imgWin img {
		width: 100%;
	}
	#DB_gallery .DB_thumSet {
		width: 100%;
		overflow-x: scroll;
	}
	#DB_gallery .DB_thumSet .DB_nextPageBtn, #DB_gallery .DB_thumSet .DB_prevPageBtn {
		display: none !important;
	}
}
@media (max-width:480px) {
	/* .grids-list .item img {
		height: 250px;
		width: 250px;
	} */
}