﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2014-11-11 16:43:34
 * @version $Id$
 */


/*主体*/
.conBox{
	width: 1008px;
	margin: 0 auto;
	overflow: hidden;
}

.conBox .conR{
	float: left;
	padding-left: 30px;
	padding-top: 23px;
	width: 784px;
}
.conBox .conR h3{
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

.conBox .conR .shopListBox{
	width: 784px;
}
.conBox .conR .shopListBox .topPage{
	width: 746px;
	height: 46px;
	line-height: 46px;
	margin-top: 9px;
	padding-left: 36px;
	border: 1px solid #e1e1e1;
}
.conBox .conR .shopListBox .topPage .sort{
	height: 46px;
	line-height: 46px;
	float: left;
	overflow: hidden;
}
.conBox .conR .shopListBox .topPage .sort span{
	color: #636363;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 14px;
}
.conBox .conR .shopListBox .topPage .sort a{
	display: block;
	padding: 0 10px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #636363;
	border: 1px solid #e1e1e1;
	float: left;
	margin: 12px 0 0 8px;
}
.conBox .conR .shopListBox .topPage .sort a.select01{
	background: #e4393c;
	border: 1px solid #e4393c;
	color: #fff;
}
.conBox .conR .shopListBox .topPage .pageL{
	float: right;
	margin-right: 25px;
	margin-top: 10px;
}
.conBox .conR .shopListBox .topPage .pageL a{
	float: left;
	display: block;
	width: 24px;
}
.conBox .conR .shopListBox .topPage .pageL a.prev{
	height: 24px;
	background: url(../images/btn_prev.jpg) no-repeat;
	margin-right: 5px;
}
.conBox .conR .shopListBox .topPage .pageL a.next{
	height: 24px;
	background: url(../images/btn_next.jpg) no-repeat;
	margin-left: 5px;
}
.conBox .conR .shopListBox .topPage .pageL a.numBtn{
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: #464646;
	border-right: 1px solid #ddd;
	text-align: center;
	margin-top: 5px;
}
.conBox .conR .shopListBox .topPage .pageL a.select02{
	font-weight: bold;
	color: #009ce0;
}
.conBox .conR .shopListBox .shopList{
	width: 784px;
	padding-top: 8px;
}
.conBox .conR .shopListBox .shopList ul{
	width: 784px;
	overflow: hidden;
}
.conBox .conR .shopListBox .shopList ul li{
	float: left;
	width: 241px;
	height: 317px;
	border: 1px solid #e1e1e1;
	margin-right: 27px;
        *margin-right:15px;
        margin-right:15px\9;
	margin-bottom: 9px;
}
.conBox .conR .shopListBox .shopList ul li:nth-child(3n){
	margin-right: 0px;
}
.conBox .conR .shopListBox .shopList ul li .shopD{
	width: 241px;
	height: 169px;
	border-top: 1px solid #ddd;
}
.conBox .conR .shopListBox .shopList ul li .shopD h3 {
	padding: 20px 0 12px;
	text-align: center;
}
.conBox .conR .shopListBox .shopList ul li .shopD h3 a{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.conBox .conR .shopListBox .shopList ul li .shopD p{
	text-align: center;
	font-size: 12px;
	color: #464646;
}
.conBox .conR .shopListBox .shopList ul li .shopD .tags{
	padding: 15px 0 10px;
	text-align: center;
}
.conBox .conR .shopListBox .shopList ul li .shopD .tags span{
	display: inline-block;
	padding: 0 7px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #ddd;
	font-size: 12px;
	color: #636363;
	margin-left: 5px;
	margin-bottom: 4px;
}
.conBox .conR .shopListBox .shopList ul li .shopD .btnBuy{
		text-align: center;
		font-size: 12px;
		color: #009ce0;
}
.conBox .conR .shopListBox .shopList ul li .shopD .btnBuy span{
	cursor: pointer;
	margin-right: 6px;
}
.conBox .conR .shopListBox .shopList ul li .shopD .btnBuy label{
	cursor: pointer;
}
.conBox .conR .shopListBox .shopList ul li .shopD .btnBuy input{
	vertical-align: middle;
}
.conBox .conR .shopListBox .bottomPage{
	width: 784px;
	height: 51px;
	padding-top: 19px;
}
.conBox .conR .shopListBox .bottomPage .pageL{
	float: left;

}
.conBox .conR .shopListBox .bottomPage .pageL a{
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	margin-left: 7px;
}
.conBox .conR .shopListBox .bottomPage .pageL .numBtn{
	width: 22px;
	border: 1px solid #ddd;
	text-align: center;
}
.conBox .conR .shopListBox .bottomPage .pageL .prevBtn{
	margin-right: 6px;
	line-height: 20px;
}
.conBox .conR .shopListBox .bottomPage .pageL .nextBtn{
	margin-left: 6px;
	line-height: 20px;
}
.conBox .conR .shopFlash{
	width: 784px;
	height: 243px;
	border-top: 4px solid #23aae4;
	position: relative;
} 
.conBox .conR .shopFlash h4{
	font-size: 24px;
	color: #363636;
	padding: 20px 0 12px 25px;
}
.conBox .conR .shopFlash .flashL{
	width: 712px;
	height: 170px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.conBox .conR .shopFlash .flashL ul {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 170px;
}
.conBox .conR .shopFlash .flashL ul li{
	width: 178px;
	height: 170px;
	float: left;
	text-align: center;
}
.conBox .conR .shopFlash .flashL ul li img{
	margin-bottom: 4px;
}
.conBox .conR .shopFlash .flashL ul li a{
	font-size: 14px;
	color: #333;
	font-weight: bold;

}
.conBox .conR .shopFlash .flashL ul li p{
	font-size: 12px;
	color: #464646;
	padding-top: 13px;
}
.conBox .conR .shopFlash .turnBtn{
	width: 784px;
	height: 18px;
	position: absolute;
	top: 112px;
}
.conBox .conR .shopFlash .turnBtn span{
	display: block;
	width: 12px;
	height: 18px;
	cursor: pointer;
}
.conBox .conR .shopFlash .turnBtn span.prevBtn{
	float: left;
	background: url(../images/flash_prev.jpg) no-repeat;
}
.conBox .conR .shopFlash .turnBtn span.nextBtn{
	float: right;
	background: url(../images/flash_next.jpg) no-repeat;
}
.getTop{
	float: right;
	font-size: 14px;
	color: #333;
	padding-right: 16px;
	background: url(../images/getTop.jpg) no-repeat right center;
	cursor: pointer;
}

