.new-search-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 76px;
	background-color: #a78f73;
	background-image: url(../images/m_index_header_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0;
	z-index: 999;
	    -moz-box-shadow:0 0 15px 1px #eee;/*firefox*/  
    -webkit-box-shadow:0 0 15px 1px #eee;/*webkit*/  
    -ms-box-shadow:0 0 15px 1px #eee;/*opera或ie9*/ 
    -o-box-shadow:0 0 15px 1px #eee;
    box-shadow: 0 0 15px 1px #eee;
}
.new-search-header .search-body{
	padding: 12px 94px 0 62px;
	position: relative;
}
.new-search-header .search-body input::-webkit-input-placeholder{
	color: #D3C4AB;
}    /* 使用webkit内核的浏览器 */
.new-search-header .search-body input:-moz-placeholder{
	color: #D3C4AB;
	font-size: 13px;
}                  /* Firefox版本4-18 */
.new-search-header .search-body input::-moz-placeholder{
	color: #D3C4AB;
	font-size: 13px;
}                  /* Firefox版本19+ */
.new-search-header .search-body input:-ms-input-placeholder{
	font-size: 13px;
	color: #D3C4AB;
	
}           /* IE浏览器 */
.new-search-header .search-body input{
	background-color: transparent;
	border: 1px solid #D3C4AB;
	padding-left: 42px;
	border-radius: 0;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 12px 50%;
	margin: 0;
	color: #FFFFFF;
	font-size: 13px;
}
.new-search-header .search-btn{
	position: absolute;
	right: 50px;
	top: 12px;
	font-size: 13px;
	color: #FFFFFF;
	padding: 0 8px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #D3C4AB;
	color: #D3C4AB;
}
.new-search-header .hot{
	margin-top: 6px;
	padding-left: 60px;
	padding-right: 12px;
	font-size: 13px;
	color: #D3C4AB;
	position: relative;
}
.new-search-header .hot a{
	color: #D3C4AB;
	font-size: 8px;
	display: inline-block;
	margin: 0 4px;
}
.new-commodity-list-window{
	padding: 4px 8px;
	overflow: hidden;
	margin-bottom: 42px;
}
.new-commodity-list-window .title{
	float: left;
	padding-right: 42px;
	position: relative;
	margin: 4px 4px;
	margin-top: 4px;
	width: 100%;
	height: 23px;
}

.new-commodity-list-window .title a{
	position: absolute;
	right: 6px;
	top: 0;
	width: 40px;
	height: 23px;
	line-height: 28px;
	color: #444444;
	text-align: center;
	font-size: 12px;
}
.new-commodity-list-window .title img{
	width: 233px;
	height: 22px;
}
.new-commodity-body{
	width: 50%;
	float: left;
	padding: 4px;

}
.new-commodity-body .img{
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
}
.new-commodity-body .img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.new-commodity-body .detail{
	padding: 4px 6px;
}
.new-commodity-body .through {
    text-decoration: line-through;
}
.new-commodity-body .name{
	padding: 0px 0;
	height: 14px;
	line-height: 16px;
	margin-bottom: 0;
	overflow: hidden;
	font-size: 10px;
}
.new-commodity-body .price{
	line-height: 28px;
	color: #777777;
	font-size: 14px;
	color: #F10215;
}
.new-commodity-body .addtocart{
	position: initial;
	float: right;
	color: #F10215;
	border: 0px solid #F10215;
	padding: 5px 0px;
	white-space: nowrap;
}
.new-commodity-body .addtocart{
    color: #e83919;
    border: 1px solid #e83919;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    float: right;
    border-radius: 0;
    cursor: -ms-pointer;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
.classification{
	padding: 12px;
	padding-bottom: 0;
}
.classification > a{
	padding: 2px 8px;
	background-color: #d1bd98;
	display: inline-block;
	margin: 2px 4px;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 13px;
}
.index-link{
	overflow: hidden;
	background-color: #443833;
}
.index-link a{
	display: inline-block;
	float: left;
	width: 16.66666666666666666666%;
	text-align: center;
	line-height: 32px;
	color: #e1d2b3;
}
.commodity-item-window{
	margin-top: 45%;
	padding: 12px;
}
.commodity-item-window .body{
	background: #67605a;
	margin-bottom: 18px;
	overflow: hidden;
}
.commodity-item-window .body a{
	display: inline-block;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	width: 25%;
	float: left;
}
.commodity-item-window .items2 a{
	width: 25%;
	float: left;
}
/*.commodity-item-window .items3 a{
	width: 33.333333333333333%;
	float: left;
}
.commodity-item-window .items4 a{
	width: 33.333333333333333%;
	float: left;
}*/
.commodity-item-window .items8 a{
	width: 50%;
	float: left;
}