html {
	font-size: 125%; 
}
body,
html {
	min-height: 100%;
	height: 100%;
}
body {
	font-family: Microsoft YaHei,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
	overflow: auto;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;  
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #575962;
	width: 100%;
}
[v-cloak]{
	display: none
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
img {
	box-sizing: border-box;
	vertical-align: middle;
	border: 0
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
ul,li {
	list-style: none;
	padding: 0;
}
::-ms-clear,::-ms-reveal{
	display:none;
}
:focus {
	outline: none;
}
::-webkit-input-placeholder{
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(175,178,193,1);
} 

:-moz-placeholder{
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(175,178,193,1);
} 

::-moz-placeholder{
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(175,178,193,1);
} 
:-ms-input-placeholder{
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(175,178,193,1);
} 

.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.al {
	text-align: left !important;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.hide {
	display: none;
}
.hidden {
	display: none !important;
}
.blue {
	color: #169aff;
}
.border {
	border: 1px solid #e8e8e8;
}
.border-bottom {
	border-bottom: 1px solid #e8e8e8;
}
.pointer {
	cursor: pointer;
}

.content-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}


.ellipsisLn {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

 .clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
[v-cloak] {
	display: none;
}