.footpadding {
	padding-bottom: 0.49rem;
}

.foot {
	height: 0.49rem;
	width: 100%;
	position: fixed;
	bottom: 0.1rem;
	background: #FFFFFF;
	font-size: 10px;
}
.footbtn{
	height: 0.49rem;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #FFFFFF;
	font-size: 16px;
	line-height: 0.49rem;text-align: center;
	background: #fb9d39;
	color: #FFFFFF;
	border: 0;
}
/*.foot:after {
	position: absolute;
	content: "";
	background: #ccc;
	height: 1px;
	left: 0;
	width: 100%;
	top: 0;
	transform: scaleY(0.3);
	-webkit-transform: scaleY(0.3);
}*/

.foot ul {
	overflow: hidden;
	padding-top: 0.04rem;
}

.foot li {
	float: left;
	width: 50%;
	text-align: center;
	color: #999;
	/*font-size: 0.08rem;*/
}

.foot li .img {
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%);
	width: 0.3rem;
	margin: 0 auto !important;
}

.foot a:nth-child(3) .img {
	-webkit-filter: grayscale(0);
	/* Chrome, Safari, Opera */
	filter: grayscale(0);
	width: 0.4rem;
	margin-top: 0.02rem !important;
}

.foot li img {
	width: 100%;
}

.foot .active .menuname {
	color: #fb9d39;
}

.foot .active .img {
	-webkit-filter: grayscale(0%);
	/* Chrome, Safari, Opera */
	filter: grayscale(0%);
}

.foot-add-box{
	cursor: pointer;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.7);
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.foot-add-card {
	/*display: none;*/
	padding:0.04rem 0.12rem;
	box-sizing: border-box;
	text-align: center;
	border-radius: 0.1rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
	position: fixed;
	bottom: 0.64rem;
    width: 2rem;
    margin-left: -1rem;
	left: 50%;
	z-index: 100;
}

.foot-add-card li {
	position: relative;
}

.foot-add-card li:after {
	left: 0;
	content: "";
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	-webkit-transform: scaley(.3);
	transform: scaley(.3);
}
.foot-add-card li:last-child:after {
	border: 0;
}

.foot-add-card li button,.foot-add-card li a{
	width: 100%;
	background: 0;
	border: 0;
	display: block;
	padding: 0.1rem 0;
	color: #000;
	font-size: 0.14rem;
}
.foot .handle{
	width: 50%;
	float: left;
	padding: 0;
}
.foot .handle li{
	float: left;
	width: 5%;
}
.foot .handle li img{
	width: 0.20rem;
	margin-bottom: 0.04rem;
}
.sendbtn{
	display: none;
	width: 16%;
	position: absolute;
	height: 0.32rem;
	border: 0;
	background: #fb9d39;
	border-radius:0.04rem;
	right: 0.12rem;
	bottom: 0.08rem;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 0.14rem;
}
