
.netshoplist {
	display:block;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	overflow:hidden;
	height:auto;
}

.netshoplist .shop {
	border:1px #ccc solid;
	padding:10px;
	width:230px;
	float: left;
    margin: 10px 0;
	position: relative;
}

.netshoplist .cards {
	position: absolute;
	bottom:0px;
	right:0px;
	width:100px;
	background: #FFF;
	border-radius: 2px;
}

.netshoplist .imgbox {
	display: block;
	height:120px;
	overflow:hidden;
}


@media (max-width: 768px) {
	.netshoplist .shop{
		width:100%;
	}
	
	.netshoplist .imgbox {
		height:300px;
	}
	
	.netshoplist .shop a{
		font-size:20px;
	}
}

.mall h2{
    background: #f6f6f6;
    padding-left: 10px;
    margin-top: 30px;
}

.topbar{
    background-color: #2d2d2d;
    width: 100%;
    color: #FFF;
    background-color: #000;
    text-align: center;
    font-size: 14px;
    padding: 20px;
}

