
a{text-decoration:none}
.detail{
	margin:0 auto;
	max-width:750px;
}
.title {
    height: 46px;
    line-height: 46px;
    text-align: center;
	color: rgb(54, 54, 54);
	border-bottom: 1px solid #ededed;
	max-width: 750px;
    width: 100%;
    z-index: 1;
	background: white;
}
.aritcal-body{
	color: rgb(54, 54, 54);
	padding: 4%;
}
.title-bottom {
    height: 50px;
    line-height: 50px;
    text-align: center;
	color: rgb(54, 54, 54);
	border-bottom: 1px solid #ededed;
	max-width: 720px;
    position: fixed;
	bottom: 0;
    width: 100%;
    z-index: 1;
	background: white;
}
.van-tabbar-item{
	width:33%;
	float:left;
	text-align:center;
}
.artical-text{
	line-height: 15px;
    font-size: 13px;
}