* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	user-select: none;
}

html {
	color: #000;
}

body,
button,
input,
select,
textarea {
	font-family: "Microsoft Yahei", "微软雅黑" !important;
}

ul,
ol,
li,
dl,
dd,
dt {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset,
img {
	border: 0;
}

label,
button {
	cursor: pointer;
}

.fl {
	float: left;
}

.hide {
	display: none;
}

.fr {
	float: right;
}

/*清除浮动*/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*连续英文、数字换行*/
.word-wrap {
	word-break: break-all;
	word-wrap: break-word;
}

/*单行文字超出显示省略号*/
.one-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

[v-cloak] {
	display: none;
}

span {
	font-size: 16px;
}

/* 图形验证码样式修改 */
.verify-msg {
	position: relative;
	top: -34px;
	left: 0;
	text-align: center;
}

.verify-icon {
	position: absolute;
	left: 50%;
	margin-left: -9px;
}

.icon-refresh {
	position: absolute;
	top: 0;
	left: 0;
}