.mall-main {
	
}

.mall-main .main-banners {
	margin: 0px 0;
}

.mall-main .banner1 {
	width:100%;
	height:320px;
	float:left;
}
.mall-main .banner-right {
	margin-left:10px;
	width:300px;
	height:320px;
	float:left;
	line-height:100%;
}
.mall-main .banner-right1,
.mall-main .banner-right2,
.mall-main .banner-right3 {
	height:100px;
}
.mall-main .banner-right2 {
	margin-top:10px;
	margin-bottom:10px;
}

.mall-main .banner1 .flexslider {
	border:0 !important;
}
.mall-main .banner1 .flex-direction-nav a {
	overflow:visible !important;
}
.mall-main .banner1 .flex-control-nav {
	bottom:7px !important;
}

.type-title-image {
	margin-top:30px;
	margin-bottom:15px;
	padding-bottom:7px;
	text-align:center;
	border-bottom:1px #777 solid;
}

.type-title {
	width:100%;
	display:inline-block;
	margin-top:30px;
	margin-bottom:0px;
	padding-bottom:7px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border-bottom:0px #eeeeee solid;
	    padding-left: 15px;
	padding-bottom:30px;
}

.goodswrap-type1 {
	    position: relative;
    display: inline-block;
    width: 19%;
    height: 410px;
    vertical-align: top;
   padding: 1%;
    /* border: 1px #d7d7d7 solid; */
    /* margin: 10px 22px 30px 22px; */
    cursor: pointer;
    background-color: #eeeeee;
    margin: 0 0.5%;
    margin-bottom: 15px;
	float:left
}
@media all and (max-width:850px) {

.goodswrap-type1 {
	    position: relative;
    display: inline-block;
    width: 24%;
    height: 410px;
    vertical-align: top;
   padding: 1%;
    /* border: 1px #d7d7d7 solid; */
    /* margin: 10px 22px 30px 22px; */
    cursor: pointer;
    background-color: #eeeeee;
    margin: 0 0.5%;
    margin-bottom: 15px;
	float:left
}
}
@media all and (max-width:550px) {

.goodswrap-type1 {
	    position: relative;
    display: inline-block;
    width: 49%;
    height: 410px;
    vertical-align: top;
   padding: 1%;
    /* border: 1px #d7d7d7 solid; */
    /* margin: 10px 22px 30px 22px; */
    cursor: pointer;
    background-color: #eeeeee;
    margin: 0 0.5%;
    margin-bottom: 15px;
	float:left
}
}
.goodswrap-type1 .imgbox {
	text-align:center;
	height:270px;
	line-height:270px;
}
.goodswrap-type1 .imgbox img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
	box-shadow: 0 18px 10px -10px #333;
    border-radius: 2px;
}
.goodswrap-type1 .goods-info {
	line-height:200%;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background-color:#fff;
	color:#000;
	opacity:1;
	    height: 110px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
	text-align: left;
    padding-left: 10px;
}
.goodswrap-type1 .goods-info .title{color:#07928e;}
.goodswrap-type1 .goods-info > div {
	padding:10px 10px 10px 10px;
}
.goodswrap-type1 .goods-info .price {
	font-size:16px;
	font-weight:bold;
	
}
.goodswrap-type1 .goods-info .flags{position: absolute;
    top: -35px;
    right: 10px;}




