/* xunJie.co
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Microsoft Yahei", "宋体", "Source Sans Pro", HelveticaNeue-Light,
		"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif,
		PingFangSC-Regular, sans-serif, PingFangTC-Regular, sans-serif, PingFangHK-Regular, sans-serif,Microsoft YaHei UI-Regular;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	margin: 0;
	height: 100%;
}
#app {
	height: 100%;
}
ol,
ul,
li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
.el-radio:hover {
	color: #409eff !important;
}
.el-radio:hover .el-radio__inner {
	border-color: #409eff !important;
	border: 1px solid #409eff !important;
}
.el-notification__group .el-notification__content {
	margin: 0;
}
.el-slider .el-slider__runway,
.el-slider .el-slider__bar {
	height: 4px;
}
.el-slider .el-slider__button-wrapper {
	top: 50%;
	transform: translate(-50%, -50%);
}
.el-tabs__nav {
	line-height: 44px;
}
.el-slider__runway {
	z-index: 1 !important;
}
.el-slider__button-wrapper {
	z-index: 900 !important;
}
.el-slider__button {
	width: 10px !important;
	height: 10px !important;
}
.mark-font {
	color: #ff5a00 !important;
	cursor: pointer;
}
