*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
}
html,body,.mui-content{
	overflow: hidden;
}
.v-table{
	width: 86%;
	margin: 0px auto;
	background-color: #FFFFFF;
}
.v-table tr:first-child td{
	width: 33.333%;
	font-size: 16px;
    font-weight: 500;
    color: #3c3c3c;
}
.v-table tr td:first-child{
	text-align: left;
}
.v-table tr td:last-child{
	text-align: right;
}
.v-t-head td{
	font-size: 14px;
	color: #999;
}
.v-banner{
	display: block;
	max-width: 100%;
	margin-bottom: 22px;
}
td{
	padding: 5px 0px;
	white-space: nowrap;
	text-align: center;
}
td>div{
	display: inline-block;
	text-align: left;
}