html, body, .wrap, #content {
    width: 100%;
    height: 100%;
}
body{
	background:#FAF9F9;
	padding-bottom: 0;
}
#header {
    position: relative;
}
/*侧边栏 products_list*/
#content {
    position: absolute;
    top: 0.91rem;
    left: 0;
    height: calc(100% - 91px);
}
.products_list{
	height: 100%;
	width:2.2rem;
	background:#ffffff;
	overflow-y: auto;
	float: left;
}
.products_list ul{
	width:100%;
}
.products_list ul li{
	width:100%;
	height:0.84rem;
	border-bottom:1px solid #FAF9F9;
}
.products_list ul li a{
	display:block;
	width:100%;
	height:0.84rem;
	text-align:center;
	line-height:0.84rem;
	font-size: 0.24rem;
	color: #373737;
	
}
.products_list ul li a.active{
	color:#2288FF;
}
/*详情栏 products_details*/

.products_details{
	height: 100%;
	overflow-y: auto;
}
.products_details div,
.products_details div ul {
	width: 100%;
	height: 100%;
}
.products_details div ul{
    float: left;
}
.products_details div ul li{
    width: 50%;
    float: left;
    margin-top: 0.6rem;
    text-align: center;
}
.products_details span {
	display:block;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #3A3A3A;
}
.app_item_link {
    text-align: center;
}
.app_item_image {
    display: block;
}
.app_item_image img{
	width:0.64rem;
	height:0.64rem;
}
/*登录、注册*/
#footer{
	width:100%;
	height:1rem;
	clear:both;
	padding-top:0.2rem;
	background:#FFFFFF;
}
#footer div{
	width:6.1rem;
	height:0.8rem;
	margin:0 auto;
}
#footer div a{
	border-radius:0.08rem;
}
#footer div a:nth-of-type(1){
	float:left;
	width:2.2rem;
	height:0.8rem;
	color:#2288FF;
	font-size:0.28rem;
	text-align:center;
	line-height:0.8rem;
	border:1px solid #2288FF;
}
#footer div a:nth-of-type(2){
	float:right;
	width:3.7rem;
	height:0.8rem;
	color:#FFFFFF;
	background:#2288FF;
	font-size:0.28rem;
	line-height:0.8rem;
	text-align:center;
	border:1px solid #2288FF;
}


