﻿@charset "utf-8";
body{
	color: #636363;
}
a{
	color: #636363;
}
.foot i{
	background: url(../images/icon/foot.png) no-repeat;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.foot a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.foot .jump{
	background-color: #f9f9f9!important;
	padding-bottom: 20px;
}
/*响应式begin*/
@media (max-width: 640px){
	.foot .nav,.foot .version{width: 300px;margin: 0 auto;}
	.foot .nav a{width: 70px;margin-right: 6px;}
	/*.foot .nav a.home{margin-right: 7px;}*/
	.foot .nav a.cart{margin-left: 1px;margin-right: 0;}
}
@media (min-width: 641px){
	.foot .nav{width: 300px;margin: 0 auto;}
	.foot .nav a{width: 70px;margin-right: 10px;}
	.foot .nav a.cart{margin-right: 0;}
}
/*响应式end*/


/*页脚第一行快速定位区域begin*/
.foot .bottom{
	height: 36px;
	border-bottom: 1px solid #cacaca;
	background-color: #eaeaea!important;
	line-height: 36px;
	/*以下为屏蔽style的样式*/
	padding: 0;
	border-top: none;
	background: none;
	-webkit-box-shadow: none;
	text-align: inherit;
	clear:both;
}
.foot .bottom .inner{
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
	/*以下为屏蔽style的样式*/
	border: none;
	/*以下为屏蔽order-list的样式*/
	position: inherit;
}

.foot .bottom a{
	width: 70px;
	height: 36px;
	line-height: 36px;
}
/*以下为屏蔽style的样式begin*/
.foot .bottom .back{
	padding: 0 5px 0;
	text-align: left;
	margin-bottom: 0;
	/*以下为屏蔽search_new的样式*/
	background: none;
	float: none;
	margin-top: 0;
	margin-left: 0;
}


.foot .bottom .download{
	width: 125px;
	padding-left: 10px;
	/*屏蔽摇一摇code样式*/
	background-color: transparent;
}
/*以下为屏蔽style的样式end*/
.foot .bottom i{
	height: 18px;
}
.foot .bottom .btn-back i{
	width: 11px;
	background-position: 0 0;
	margin: 9px 5px auto 10px;
}
.foot .bottom .download i{
	width: 18px;
	background-position: -16px 0;
	margin: 9px auto auto 8px;
}
.foot .bottom .btn-top i{
	width: 18px;
	background-position: -39px 0;
	margin: 13px auto auto 5px;
}
/*页脚第一行快速定位区域end*/


/*页脚第二行快速跳转begin*/
.foot .nav{
	padding-top: 10px;
	margin-bottom: 7px;
	/*width:230px;*/
}
.foot .nav a{
	height: 30px;
	background-color: #dcdcdc!important;
	margin-bottom: 0;
	line-height: 30px;
	text-align: center;
	padding: 0;
	float: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*以下为屏蔽search_new的样式*/
	position: inherit;
	/*以下为屏蔽head_foot的样式*/
	border-radius: 0;
}
.foot .nav a.cart{
	/*position: relative;*/
	top: 0;
	right: 0;
	/*z-index:-1;*/
}
.foot .nav .cart .ctip{
	font-family: sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	border-radius: 25px;
	background-color: red;
	color: white;
	padding: 3px;
	position: absolute;
	top: -9px;
	right: 5px;
	margin: 0;
	box-shadow: none;
	border: none;
}
.foot .nav i{
	width: 14px;
	height: 14px;
	margin: 9px 5px auto auto;
}
.foot .nav .home i{
	background-position: 0 -24px;
}
.foot .nav .category i{
	background-position: -18px -24px;
}
.foot .nav .user i{
	height: 15px;
	margin-top: 7px;
	background-position: -37px -24px;
}
.foot .nav .cart i{
	background-position: -56px -24px;
}
/*页脚第二行快速跳转end*/


/*页脚第三行版本选择begin*/
.foot .version{
	text-align: center;
	margin-bottom: 8px;
	/*margin-left: 14%;*/
	overflow:hidden;
	width:225px;
}
.foot .version a{
	margin-right:6px;
}
.foot .version .pc{
	/*margin-right: 0;*/
}
/*页脚第三行版本选择end*/

/*页脚第四行友链推荐begin*/
.foot .recommend{
	text-align: center;
}
/*页脚第四行友链推荐end*/
.foot .version .cart_foot{ margin-right:0;}