/* pc */
ul {
	padding: 0;
	margin:0;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.lowpContent {
	margin:0 auto;
	width: 990px;
	border-right: solid 1px #e0e0e0;
	border-left: solid 1px #e0e0e0;
}
.lowtitle {
	background: #eee;
	border-top:solid 1px #e0e0e0;
	border-bottom:solid 1px #e0e0e0;
	padding:10px 15px;
	color: #666;
}
.titleNav {
	margin-right: 10px;
}
.titleNav li {
	float: left;
	list-style: none;
	margin-left: 40px;
}
.title2 {
	margin-left: 30px;
	width: 576px;
}
.lowlist li {
	border-bottom: solid 1px #e0e0e0;
	padding: 20px 20px;
	list-style: none;
}
.lowlist li a {
	color: #333;
	font-size: 15px;
}
.lowlist li>img {
	width: 60px;
	height: 60px;
}
.title2 .titlelist {
	display: inline-block;
	margin-top:10px;
	overflow: hidden;
	height: 16px;
	line-height: 16px;
	width: 554px;
}
.lowlist li .title2 .titlelist a:hover {
	text-decoration: underline;
}

.title2 .proinfo {
	margin-top: 10px;
}
.title2 .proinfo span {
	margin-right: 5px;
}
.lowlist li .nowprice {
	color: red;
	font-weight: bold;
	font-size: 16px;
	margin-top:24px;
	width:68px;
	text-align: center;
}
.lowlist li .yuanjia {
	margin-top:24px;
	color:#8F8F8D;
	margin-left: 10px;
	width: 60px;
	text-align: center;
}

.lowlist li .lislowprice {
	margin-left: 12px;
	margin-top:24px;
}
.lowlist li .lislowprice .lislowprice_text {
	width: 40px;
	text-align: center;
}
.lowlist li .zhekou {
	width: 50px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	margin-left: 12px;
	margin-top:21px;
}
/*折扣颜色值*/
.zhe_1 {
	background: #ee1289;
	color: #fff;
}
.zhe_2 {
	background: #ee3b3b;
	color: #fff;
}
.zhe_3 {
	background: #ee6a50;
	color: #fff;
}
.zhe_4 {
	background: #ee7942;
	color: #fff;
}
.zhe_5 {
	background: #ee82ee;
	color: #fff;
}
.zhe_6 {
	background: #eea2ad;
	color: #fff;
}
.zhe_7 {
	background: #eecbad;
	color: #595552;
}
.zhe_8 {
	background: #eed2ee;
	color: #595552;
}
.zhe_9 {
	background: #b9d3ee;
	color: #595552;
}
/*折扣颜色值 end*/

.xianbao-search {
    position: absolute;
    right: -5px;
    top: 5px;
    width: 255px;
    background: #fff;
    text-align: right
}
.shenjias_center {
	width: 990px;
	margin: 0 auto;
    position: relative;
    height: 50px;
    line-height: 40px;
}
.xianbao-search .xianbaoinput {
    float: left;
    height:29px;
    line-height: 31px;
    padding: 0 0 0 7px;
    width: 200px;
    border: 1px solid #f50913;
    border-radius: 3px 0 0 3px;
    outline: none;
    color: #666;
}
.xianbao-search .btn-xianbaosearch {
    float: left;
    height: 31px;
    width: 41px;
    background: #f50913 url(/Tpl/Home/default/Images/xianbaosearch.png) no-repeat 11px 7px;
    border-radius: 0 3px 3px 0;
    border: 0;
    outline: none;
    box-shadow: none;
    text-indent:-9999999px;
}