header
{
    font-size: 2.0em;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	
}

header .backup
{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
}

header .title
{
    text-align: center;
}

header .user
{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
}

.tishi_main
{
    overflow: hidden;
}

.tishi_main .tishi
{
    margin-top: 55px;
	background-color:#F7F7F7;
	padding:10px;
	line-height:30px;
	font-size: 1.2em;
	color:#333;
	text-align: left;	
}

.product_main{
    overflow: hidden;	
	
}


.product_main  .linpince_list_h_text{
	width:100%;
	height:25px;
	line-height:40px;
	font-size:1.4em;
	color:#666666;
	text-align:left;
	margin-top:5px;
	font-weight:bold;
	
	

}
.product_main .product{
	margin-top:20px;
	float:left;
	position:relative;
	width:100%;
	cursor:pointer;



}




.product_main .product .porduct_img{
	width:26%;
	height:auto;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right:10px;
}

.product_main .product .prodcut_text{
	width:60%;
	height:auto;
	overflow:hidden;
	position:relative;
	float:left;	
	margin-right:10px;
}

.prodcut_text .product_title{
	float:left;
	position:relative;
	color:#FD6523;
	font-size:1.4em;
	line-height:200%;
	text-align:left;
	width:100%;
	
}

.prodcut_text .product_title_text{
	float:left;
	position:relative;
	color:#666666;
	font-size:0.9em;
	line-height:200%;
	text-align:left;
	width:100%;	
}


.product_main .product .product_ico{
	width:6%;
	height:auto;
	overflow:hidden;
	position:relative;
	float:right;	
}

.product_main .product_line{
	margin-top:10px;
	height:1px;
	background-color:#E6E6E6;
	float:left;
	position:relative;
	width:100%;
}