@charset "utf-8";
/* 代码整理：时代Java NowJava.com */
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}
body {
	font:12px/180% Arial, Helvetica, sans-serif, "宋体";
}
/* picList */
.picList {
	width:550px;
	height:440px;
	margin:20px auto;
}
.picList ul {
	float:left;
	position:relative;
}
.picList ul li {
	position:absolute;
	width:110px;
	height:110px;
}
.picList ul li a, .picList ul li a img {
	width:110px;
	height:110px;
	flot:left;
	display:block;
	position:relative;
}
.picList ul li a:hover {
	zoom:1;
}
.picList ul li.p1 {
	left:110px;
	top:0;
}
.picList ul li.p2 {
	left:220px;
	top:0;
}
.picList ul li.p3 {
	left:440px;
	top:0;
}
.picList ul li.p4 {
	left:0;
	top:110px;
}
.picList ul li.p4 img {
	width:110px;
	height:220px;
}
.picList ul li.p5 {
	left:220px;
	top:110px;
}
.picList ul li.p5 img {
	width:110px;
	height:220px;
}
.picList ul li.p6 {
	left:330px;
	top:110px;
}
.picList ul li.p7 {
	left:110px;
	top:220px;
}
.picList ul li.p8 {
	left:330px;
	top:220px;
}
.picList ul li.p8 img {
	width:110px;
	height:220px;
}
.picList ul li.p9 {
	left:440px;
	top:220px;
}
.picList ul li.p10 {
	left:110px;
	top:330px;
}
.picList ul li.p11 {
	left:0;
	top:0;
	background:#fff4f9;
}
.picList ul li.p12 {
	left:330px;
	top:0;
	background:#fff2fa;
}
.picList ul li.p13 {
	left:110px;
	top:110px;
	background:#feeef9;
}
.picList ul li.p14 {
	left:440px;
	top:110px;
	background:#fce6f0;
}
.picList ul li.p15 {
	left:left;
	top:330px;
	background:#fdc8ea;
}
.picList ul li.p16 {
	left:220px;
	top:330px;
	background:#fffafd;
}
.picList ul li.p17 {
	left:440px;
	top:330px;
	background:#fee7f5;
}
/* 弹出层 */
.poptip {
	position:absolute;
	z-index:999;
	right:20px;
	top:20px;
	background:#fff;
	border-left:#9ca09f 1px solid;
	border-right:#9ca09f 1px solid;
	width:144px;
	text-align:center;
	padding:3px;
}
.poptip span {
	position:absolute;
	background:url(../images/tips.png) no-repeat;
	display:block;
}
.poptip span.t_bg, .poptip span.b_bg {
	width:152px;
	height:6px;
	overflow:hidden;
}
.poptip span.t_bg {
	background-position:left top;
	left:-1px;
	top:-6px;
}
.poptip span.b_bg {
	background-position:left -6px;
	right:-1px;
	bottom:-6px;
}
.poptip span.arrow_bottom {
	background-position:-16px -17px;
	width:15px;
	height:8px;
	overflow:hidden;
	top:-13px;
	left:50%;
}
.poptip span.arrow_top {
	background-position:left -17px;
	width:15px;
	height:8px;
	overflow:hidden;
	bottom:-13px;
	right:50%;
}
.poptip span.arrow_right {
	background-position:-42px -12px;
	width:7px;
	height:13px;
	overflow:hidden;
	top:20%;
	left:-7px;
}
.poptip span.arrow_left {
	background-position:-34px -12px;
	width:8px;
	height:13px;
	overflow:hidden;
	top:20%;
	right:-7px;
}
.poptip span.arrow_leftH {
	background-position:-34px -12px;
	width:7px;
	height:13px;
	overflow:hidden;
	top:80%;
	right:-6px;
}
.poptip img {
	width:110px;
	height:110px;
	margin:0 auto;
}
.poptip p {
	text-align:center;
	height:32px;
	line-height:16px;
	overflow:hidden;
	color:#000;
}
.poptip p.ptitle a span {
	clear:both;
	width:100%;
	position:relative;
	height:16px;
	line-height:16px;
	overflow:hidden;
	background:none;
	cursor:pointer;
}
.poptip p.price {
	background:none;
	height:auto;
	display:inline-block;
	font-weight:bold;
	font-size:12px;
	color:#9b669a!important;
	font-family:Tahoma, Geneva, sans-serif;
}
