@charset "utf-8";
*{margin:0;padding:0;}
body {
	font-family: '微软雅黑';
	color: #666;
	cursor: default;
	word-break: break-all;
	white-space: normal;
	font-size:26px;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
ul {
	list-style: none;
}
.p-r {
	position: relative;
}
.p-a {
	position:absolute;
}
.fl{float:left;}
.fr{float:right;}
a, a:hover{
	text-decoration: none;
	color:#000;
}

input, input[type="button"], input[type="submit"]，input[type="reset"] {
	-webkit-appearance: none;
}
.red{color:#f00 !important;}
.blue{color: #3782e7;
    padding: 0 1rem 0 0;
    font-weight: bolder;}
.wzright{text-align: right;padding-top:1rem;}