﻿.footer__box {
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:10;
	background-color:#fff;
	width:100%;
	height:50px!important;
	line-height:50px!important;
    _position:fixed;
}
.footer__box a {
	text-decoration:none
}
.footer__box .list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	height:100px;
	width:200%;
	border-top:1px solid hsla(0,0%,90%,.8);
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-webkit-transform-origin:top left;
	transform-origin:top left;
	list-style:none;
	margin:0;
	padding:0;position:fixed;
   
}
.footer__box .item {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	text-align:center;
	padding:12px 0;
	position:relative
}
.footer__box .title {
	margin-top:8px;
	font-size:20px;
	color:#525a66;
	height:20px;
	line-height:20px
}
.footer__box .icon {
	position:relative;
	height:50px
}
.wx-index__icon {
	background:url(//static.daojia.com/assets/app/icons/icons_common_footer.png?v=20170215) no-repeat;
	display:inline-block;
	vertical-align:top
}
.item__crown.active .title,.item__crown:active .title,.item__home.active .title,.item__home:active .title,.item__order.active .title,.item__order:active .title,.item__user.active .title,.item__user:active .title {
	color:#e6454a
}
.footer__box .spot {
	position:absolute;
	top:10px;
	left:50%;
	width:14px;
	height:14px;
	border-radius:50%;
	background-color:#e6454a;
	margin-left:15px
}
.footer__box.big .spot {
	margin-left:30px
}
.wx-index__icon__footer {
	background-size:auto 200%;
	vertical-align:top;
	width:50px;
	height:50px
}
.wx-index__icon__footer--home {
	background-position:0 0
}
.wx-index__icon__footer--find {
	background-position:50% 0
}
.wx-index__icon__footer--user {
	background-position:100% 0
}
.active .wx-index__icon__footer--home {
	background-position:0 100%
}
.active .wx-index__icon__footer--find {
	background-position:50% 100%
}
.active .wx-index__icon__footer--user {
	background-position:100% 100%
}
.big .wx-index__icon__footer {
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-42px;
	width:84px;
	height:84px
}
.big .wx-index__icon__footer--home {
	background-position:0 0
}
.big .wx-index__icon__footer--find {
	background-position:50% 0
}
.big .wx-index__icon__footer--user {
	background-position:100% 0
}
.big .active .wx-index__icon__footer {
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-42px;
	width:84px;
	height:84px
}
.big .active .wx-index__icon__footer--home {
	background-position:0 100%
}
.big .active .wx-index__icon__footer--find {
	background-position:50% 100%
}
.big .active .wx-index__icon__footer--user {
	background-position:100% 100%
}
.space50 {
	height:50px
}
