.ratio img{
    object-fit: cover;
}
.area-sel{
	width:auto;
	position: absolute;
    margin-left: 160px;
    margin-top: 21px;
    z-index: 50;
    background: #379D78;
    line-height: 30px;
    padding-top: 10px;
	display:none;
}
.area-sel select{
	border: none;
    padding: 2px 5px;
}
.area-btn{
	margin:10px 0;
	
}
.area-btn1{
	background:#fff;
	color:#666;
	width:39px;
	height:18px;
	border:1px solid #D8D6D7;
    text-align: center;
    line-height: 16px;
	float:left;
	cursor:pointer;
	font-size:12px;
}
.area-btn2{
	float:left;
	background:#fff;
	color:#666;
	width:39px;
	height:18px;
	border:1px solid #D8D6D7;
    text-align: center;
    line-height: 18px;
	margin-left: 8px;
	cursor:pointer;
	font-size:12px;
}

.pagination li a{
    color: #6c757d!important;
    padding: .375rem .75rem;
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
	margin-left: -1px;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pagination .page-active a{
	background:#07ac72;
	color:#fff !important;
}
.cl{
	clear:both;
}
.prism-cc-btn{
    display: none;
}
div#landList .btn-outline-success:hover {
    text-shadow: 0 0 black;
}