#app
{
	margin: 0 auto;
	max-width: 10rem;
	height: 100%
}

article,aside,blockquote,body,button,code,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul
{
	margin: 0;
	padding: 0
}

body,html
{
	min-height: 100%;
	height: 100%
}

body
{
	color: #333;
	outline: 0;
	visibility: visible;
	position: static;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	font-family: Microsoft YaHei,PingFang SC,sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

body.gray
{
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.hidden
{
	display: none
}

.bg-fff
{
	background: #fff
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: 400
}

table
{
	border-collapse: collapse;
	border-spacing: 0
}

caption,th
{
	text-align: left
}

fieldset,img
{
	border: 0
}

img
{
	/* max-width: 100% */
}

li
{
	list-style: none
}

ins
{
	text-decoration: none
}

del
{
	text-decoration: line-through
}

button,input,optgroup,option,select,textarea
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0
}

button
{
	-webkit-appearance: none;
	border: 0;
	background: none
}

input[type=button],input[type=password],input[type=reset],input[type=submit],input[type=text],textarea
{
	border-radius: 0;
	-webkit-appearance: none
}

a
{
	-webkit-touch-callout: none;
	text-decoration: none
}

:focus
{
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

em,i
{
	font-style: normal
}

div,p,ul
{
	box-sizing: border-box
}

.fr
{
	float: right
}

.lf
{
	float: left
}

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	overflow: hidden;
	height: 0
}

.top_list .van-tabs__wrap
{
	padding-top: .37333rem;
	height: .85333rem;
	font-size: .34667rem;
	color: #333;
	text-align: center;
	box-sizing: border-box;
	padding-right: .13333rem;
	overflow: hidden
}

.top_list .van-tab
{
	background: #fff;
	margin-right: .32rem;
	color: #333
}

.top_list .van-tab,.top_list .van-tab--active
{
	height: .77333rem;
	padding: 0 .26667rem;
	border-radius: .42667rem;
	font-size: .34667rem;
	text-align: center
}

.top_list .van-tab--active
{
	color: #fff;
	background: #ff0303;
	font-weight: 500
}

.top_list .van-tabs__line
{
	display: none
}