﻿@charset "utf-8";
.WidthPer {
	width: 100%;
}
.HeightPer {
	height: 100%;
}
.auto {
	margin: auto;
}
.clear {
	clear: both;
}
.ht0 {
	line-height: 0px;
	height: 0px;
	overflow: hidden;
}
.ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.p {
	margin: 0px;
}
.h {
	padding: 0px;
}
.FloatL {
	float: left;
}
.FloatR {
	float: right;
}
.FloatN {
	float: none;
}
.Arial {
	font-family: Arial;
}
.wryh {
	font-family: "微软雅黑";
}
.st {
	font-family: "宋体";
}
.none {
	display: none;
}
.block {
	display: block;
}
.pointer {
	cursor: pointer;
}
