﻿* {
	margin: 0;
	padding: 0;
	opacity: 1;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#trans-tooltip,
#tip-arrow-bottom,
#tip-arrow-top {
	display: none;
}

[v-cloak] {
	display: none !important;
}

:focus {
	outline: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
}

a,
img,
iframe,
button {
	border: none;
	outline: 0;
}

img {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font-size: 100%;
	font-family: inherit;
	color: #666;
}

select {
	margin: inherit;
}

abbr,
article,
aside,
audio,
canvas,
datalist,
details,
dialog,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
	display: block;
}

.clrfix {
	zoom: 1;
}

.clrfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}

.text-l {
	text-align: left;
}

.text-c {
	text-align: center;
}

.text-r {
	text-align: right;
}

.text-j {
	text-align: justify;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.transition {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

body {
	font: 16px/1.5 tahoma, arial, 'Hiragino Sans GB', \5FAE\8F6F\96C5\9ED1, sans-serif;
	color: #666;
}