*{
	margin: 0;
	padding: 0;
}
body{
    width: 100%;
    height: 100%;    		
}
#home{
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scroll:touch;
    -webkit-overflow-scrolling: touch;
    background: #fefefe;
   /*background: red;*/
}
.topbanner{
	margin-bottom: 20px;
	font-size: 0;
}
.topbanner img{
	width: 100%;
}

.topSwiper img{
	width: 100%;
}
.quan{
	position: relative;
}
.quan_list{
	width: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.quan span{
	position: relative;
	width:25%;                       
    height:0;
    padding-top:25%;
	display: inline-block;
}
.next_item_div{
	float: left;
	width: 50%;
}
.go_detail{
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 12px;
	padding: 4px 10px;
	background-color: black;
	color: white;
	letter-spacing: 2px;
}
.mid_title{
	width: 100%;
	margin: 10px auto;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
}
.clearfix{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    content:" ";
    list-style: none;
    padding-bottom: 30px;
}
.clearfix:before,.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix li{
	float: left;
	width: 44.5%;
	margin-left: 4.5%;
	padding: 4px 6px;
    margin-top: 10px;
    background-color: white;
    overflow: hidden;
    box-sizing: border-box;
}  
.clearfix li:nth-child(even){
	margin-left: 2%;
}
.clearfix li .img_div{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	display: inline-block;
}
.clearfix li img{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    display: inline-block;
   /* object-fit: contain;*/
}
.clearfix li .title{
	font-size: 16px;
    color: #333333;
    margin-top: 10px;
    height: 42px;
    overflow: hidden;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, PingFangSC-Regular, STHeiTi, "Heiti SC", sans-serif;
}
.clearfix li .price{
	font-size: 24px;
    color: #ff5a00;
    margin-top: 5px;
    overflow: hidden;
}
.clearfix li .price p{
	font-size: 14px;
	color: black;
	display: inline-block;
}
.clearfix li .price p span{
	
	text-decoration: line-through;
}
.clearfix li .btns{
    margin-top: 6px;
    height: 32px;
    position: relative;
}
.clearfix li .btns .specialLink{
	padding: 0px 8px;
    font-size: 12px;
    color: white;
    background: #ff5a00;
    border-radius: 2px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
}
