@charset "utf-8";

/***********************************/
#lowrbdy{
	width:100%;
	height:581px;
	position:absolute;
	top:74px;
	left:0px;
	}
#lowrbdy img{
	width:100%;
	height:100%;
	}
/***********************************/	

/***********************************/
.srbox{
	width:580px; 
	height:70px; 
	float:left; 
	margin-left:120px; 
	margin-top:4px; 
	}
.textbox{
	border-radius: 8px 0px 0px 8px;
	background-color:#fff;
	float:left;
	border:none;
	height:40px;
	padding:1px 12px;
	font-size:15px;
	line-height: 1.42857;
	color:#000;
	width:420px;
	margin-top:13px;
	}
.query-submit{
	border-radius: 0px 8px 8px 0px;
	cursor:pointer;
	background:#fbfbfb;
	width:85px;
	padding:1px 6px;
	float:left;
	border:none;
	margin-top:13px; 
	height:42px;
	}
.textbox-clr{
	cursor:pointer;
	background:#fff;
	width:20px; 
	height:42px;
	float:left;
	border:none;
	margin-top:13px; 
	text-align:center;
	}
/***********************************/



#search-layer{
	position:absolute; 
	background:rgba(255,255,255,0.5); 
	z-index:9; 
	left:0px; 
	top:0px;
	}
/***********************************/
#livesearch{
	z-index:9999; 
	background:#0071b4;
	max-height: 300px;
	overflow:auto; 
	width:100%;
	box-shadow:0px 2px 4px #444; 
	margin-left:1.2%;
	}
/***********************************/
.live-outer{
	width:100%; 
	height:60px;
	border-bottom:1px solid #ccc; 
	background:#fff;
	}
.live-outer:hover{
	background:#F3F3F3;
	}
.live-im{
	float:left;
	width:10%; 
	height:60px;
	}
.live-im img{
	width:100%; 
	height:100%;
	}
.live-product-det{
	float:left; 
	width:90%; 
	height:60px;
	}
.live-product-name{
	width:100%; 
	height:22px; 
	margin-top:4px;
	}
.live-product-name p{
	margin:0px;
	color:#333;
	text-shadow: 1px 1px 1px #DDDDDD;
	font-size:17px;
	}
.live-product-price{
	width:100%;
	height:25px;
	}
.live-product-price-text{
	float:left; 
	width:50%;
	}
.live-product-price-text p{
	margin:1px;
	font-size:15px;
	}
.link-p-colr{
	color:#333;
	}