 a{ text-decoration:none; }
    a{
    -webkit-appearance: none;/*屏蔽阴影*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    /*ios android去除自带阴影的样式*/
    }
    a:visited{
        text-decoration: none;
    }
    a:link{
        text-decoration: none;
    }
    a:active{
        text-decoration: none;
    }
 [v-cloak] {
	 display: none;
 }
 
.bottom-nav{
	width: 100%;
	height: 1.6rem;
	border-top: 0.03rem solid #f1f1f1;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 99999;
	background-color: #fff;
}
.bottom-nav dl{
	width: 20%;
	height: 1.6rem;
	float: left;
	text-align: center;
	padding-top: 0.23rem;
}
.bottom-nav dl dt i{
	font-size: 0.53rem;
	color: #333;
}
.shoop-num{
	position: absolute;
	right: 2.5rem;
	top:0.1rem;
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	background-color:#c73538;
	color: #fff;
	font-size: 0.32rem;
	border-radius: 50%;
	line-height: 0.4rem;
	font-weight: normal;
}
.bottom-nav dl:nth-of-type(3) dt img{
	width: 28px;
	display: inline-block;
	margin-top:-7px;
}
.bottom-nav dl dd{
	font-size: 0.32rem;
}
.bottom-nav dl dd a{
	color: #333;
}
.active{
	color: #f00;
}
a:link,a:visited{color:#444;text-decoration:none;}
a:hover{color:none;}
.list-item {
	display: inline-block;
	margin-right: 10px;
}
.list-enter-active, .list-leave-active {
	transition: all 1s;
}
.list-enter, .list-leave-to
  /* .list-leave-active for below version 2.1.8 */ {
	opacity: 0;
	transform: translateY(30px);
}