
/*二维码完事 input框*/

/*右侧*/
.right-R{
	width: 1082px;
	float: right;
	margin-bottom: 50px;
}
/*轮播*/
.middle{
    width: 1082px;
	overflow: hidden;
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 99;
}
.middle-top{
	width: 185px;
	height: 206px;
	position: absolute;
	left: 47px;
	background-color: #f2f2f2;
	float: left;
}
.middle-top li{
	color: #000;
    font-weight: bold;
    text-indent: 15px;
    display: block;
    line-height: 24px;
    font-size: 13px;
}
.middle-top li a{
	color: #333;
	font-family: "Arial";
}
.center{
	width: 1075px;
	height: 300px;
	float: right;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	right: 0;
}
.center .center_ul{
	position: absolute;
	left: 0;
	width: 4300px;
	height: 300px;
}
.center .center_ul li{
	width: 1075px;
	height: 300px;
	float: left;
}
/*轮播完事*/
/*选择*/
.choose{
	width: 1075px;
	height: 160px;
	float: left;
	margin-top: 30px;
}
.choose1{
	width: 100%;
	float: left;
}
.choose1 p{
	width: 51px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #888;
    font-size: 13px
}
.choose1 a{
	display: block;
	font-size: 12px;
    min-width: 107px;
    padding: 0 24px 0 10px;
    height: 30px;
    line-height: 30px;
    float: left;
    white-space: nowrap;
    background: #f2f2f2;
    color: #000;
    margin: auto 1px 2px auto;
}
/*选择完事*/
/*排序*/
.sorting{
	width: 1075px;
	height: 40px;
	float: left;
    background: #d2d2d2;
    margin: 4px auto auto auto;
    line-height: 40px;
    position: relative;
    z-index: 10;
}
.sorting p{
	float: left;
    margin-left: 18px;
    color: #000000;
    font-size: 13px;
}
.sorting_list{
	float: left;
    width: 60px;
    height: 22px;
    background: #ffffff;
    position: relative;
    font-size: 12px;
    line-height: 40px;
    margin: 10px auto auto 18px;
}
.sorting_list ul{
	background-color: white;
}
.sorting_list li{
	width: 50px;
	height: 20px;
	margin-top: 10px;
}
.sorting_list li a{
	display: block;
	width: 50px;
	height: 20px;
	text-align: left;
	color: #000;
	line-height: 20px;
}
.sorting_list dt{
	color: #000000;
    line-height: 22px;
    text-indent: 4px;
    cursor: pointer;
	display: block;
    width: 60px;
    height: 22px;
}

.sorting img{
    position: absolute;
    top: 16px;
    left: 105px;
}
/*香水展示*/
.list{
	float: left;
	overflow:hidden;
}
.list ul{width: 1082px;display: block;}
.list ul li{
	display: block;
    width: 213px;
    height: 380px;
    float: left;
    background: #e9e9e9;
    position: relative;
    margin: 6px 3px auto auto;
}
.list ul li a{
	display: block;
 	width: 213px;
    height: 380px;
}
.list li .fu{
	position: absolute;
	display: none;
    width: 213px;
    height: 380px;
    background-color: #000;
    opacity: 0.2; 
}
.list li:hover .fu{display: block;}
.list ul li h2{
	position: relative;
	
    font-size: 11px;
    color: #5e5e5e;
    padding: 7px 8px 0px 8px;
    font-weight: normal;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
}
.list ul li p{
	font-size: 13px;
    color: #000000;
    padding: 0px 8px 4px 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list ul li .price{    padding: 0px 8px 0px 8px;}
.list ul li .price span{font-size: 12px;}
.list ul li .total-sales{
    padding: 0px 8px 0px 8px;
    color: #000;
    font-size: 12px;
    position: relative;
}
.list ul li .btn{width: 12px;height: 12px;border: 2px solid #333;cursor: pointer;position: absolute;right: 8px;bottom: 8px;}
.sale_price{
    font-size: 12px;
    color: #333;
}