/**公共样式**/
body,
p,
form,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
html,
body {
	width: 100%;
	min-height: 100vh;
}
body {
	font-size: 12px;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: block;
}
input,
textarea {
	border: 0;
	padding: 0;
	outline: none;
}
a {
	text-decoration: none;
	color: #666;
}
a,
img,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.txt_ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
b{font-weight: normal;}
i{font-style: normal;}
.fleft {
float: left;
}
.fright{
	float: right;
}
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{zoom:1}
.hidden{display: none!important;}
.els{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

/**禁止选中文字**/
.unselectfont{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.scrollnone::-webkit-scrollbar{
    width:0px;
    opacity:0;
    -webkit-overflow-scrolling: touch;

}
.wh100{width: 100%;height: 100%}
@font-face{
	font-family: 'PHT';/*字体名称*/
	src: url('pht.woff') format('woff');
}