[v-cloak]{
    display: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	z-index: 1;
	line-height: 1;
	color: #333333;
	font-size: 14px;
	max-width: 750px;
	margin: 0 auto;
}

body,
input,
select,
button,
textarea {
	font-size: 14px;
	font-family: "微软雅黑", "microsoft yahei", Arial, Helvetica, sans-serif;
}

input[type=text],
input[type=checkbox],
input[type=password],
input[type=radio],
input[type=number],
input:focus {
	margin: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	border: 0;
	background: none;
	outline-offset: 0;
	padding: 0;
}

textarea {
	outline: none;
	resize: none;
	border: 0;
}

i {
	font-style: normal;
}

ul,
li {
	list-style-type: none;
}

a,
a:link {
	text-decoration: none;
	color: #666666;
}

.bgWhite {
	background: #FFFFFF;
}

.bgGray {
	background: #F5F7F8;
}
.bgGray1{
	background: #F4F4F8;
}

.paddingbot0 {
	padding-bottom: 0;
}

.ovone{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ovtwo{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ovthree{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ovtfour{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.ovtfive{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.margin20 {
	margin-top: 20px;
}

.width1200 {
	width: 1200px;
	margin: 0 auto;
}

.hide {
	display: none;
}

.hideimp {
	display: none !important;
}

.show {
	display: block;
}

.hr100 {
	height: 1rem;
}

.hr20 {
	display: block;
	height: 0.2rem;
	width: 100%;
	background-color: #F5F7F8;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 501;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.4;
}

.ovtone {
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ovttwo {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}