/*****************************
* PHPwork官方网址： ruanjiesoft.com
* PHPwork应用官方QQ群： 317075601
* PHPwork应用开发者QQ： 1980572700
* 不得使用本软件用于非法用途，不得违反国家法律。
*************************************/
* {
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none; outline: none !important;
}
td, th, div, input, select, textarea, li, ol, dt, dd, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;	color: #333;
}
font, span {	font-size: 12px;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
	padding: 0;	margin: 0;
}
h1, h2, h3, h4, h5, h6 {	font-weight: normal;}
li {	list-style-type: none;}
img {	border: none;}
/*文字大小，颜色，行距定义 fz:font-size；fc:font-color；flh:font-line-height*/
.fz_12px {	font-size: 12px;}
.fz_14px {	font-size: 14px;}
.fz_16px {	font-size: 16px;}
.fc_red {	color: #ff0000;}
.fc_gory {	color: #666;}
.fc_white {	color: #fff;}
.fc_yellow {	color: #ff6600;}
.flh_150 {	line-height: 150%;}
.flh_180 {	line-height: 180%;}
/*form*/

.form_button {
	padding: 0 5px;	width: 80px;	height: 22px;	border: none;	background: #505050;
	line-height: 22px;	color: #fff;	overflow: hidden;
}
.form_button_130 {	width: 130px;}
.form_focus {	border-color: red;}

select.form_focus {	background: #ccc;}
/* padding */
.clear {
	clear: both;	margin: 0px auto;	height: 0px;
	font-size: 0px;	overflow: hidden;
}
.blank3 {
	clear: both;	margin: 0px auto;	height: 3px;
	font-size: 1px;	overflow: hidden;
}
.blank6 {
	clear: both;	margin: 0px auto;	height: 6px;
	font-size: 1px;	overflow: hidden;
}
.blank9 {
	clear: both;	margin: 0px auto;	height: 9px;
	font-size: 1px;	overflow: hidden;
}
.blank12 {
	clear: both;	margin: 0px auto;	height: 12px;
	font-size: 1px;	overflow: hidden;
}
.blank15 {
	clear: both;	margin: 0px auto;	height: 15px;
	font-size: 1px;	overflow: hidden;
}
.blank20 {
	clear: both;	margin: 0px auto;	height: 20px;
	font-size: 1px;	overflow: hidden;
}
.blank25 {
	clear: both;	margin: 0px auto;	height: 25px;
	font-size: 1px;	overflow: hidden;
}
.blank30 {
	clear: both;
	margin: 0px auto;	height: 30px;
	font-size: 1px;	overflow: hidden;
}
/*a*/
a {
	color: #777;	text-decoration: none;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
a:hover {	color: #f26e5c;}
a.red {	color: red;	text-decoration: none;}
a.red:hover {	color: red;	text-decoration: underline;}
.clean:after, .clean:before {	display: table;	content: '';}
.clean:after {	clear: both;}
.clean {	zoom: 1;}
 
