.banner{width: 100%;height: 330px}
.bannerLeft{width:20%;height:330px;background:white;float: left;}
.bannerRight{width: 79%;height:330px;background:red;margin-left: 1%;float: left;}
.brand,.type,.price{width: 100%;height: 109px;border-bottom: 1px solid ghostwhite;box-sizing: border-box;padding:20px;}
.price{border-bottom: none;}
.brand p:nth-of-type(2) span,.type p:nth-of-type(2) span{padding:10px 8px;}
.price p:nth-of-type(2) {padding-left: 10px;}
.bannerRight img{display: none;}
.item{float: left;}
 .item{width: 18.2%;
     height: 390px;
    background: #fff;
    margin: 20px 1.5% 0 0;
    text-align: center;
    padding: 30px 0;
    transition: all .2s linear;}
 .footers{margin-top: 50px;}
.item h3 {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 10px 0 10px;
}
.item .btn {
    display: inline-block;
    border: 1px solid #666;
    border-radius: 50px;
    padding: 0px 10px;
    font-size: 14px;
    margin: 10px 0 0;
}
.recomTitle{
	width: 100%;
	height: 40px;
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
}
