@charset "utf-8";
/* CSS Document */
/*公用 css 每个 页面都需要调用到*/

* {
	padding:0px;
	margin:0px;
}
html {
	
}
body {
	font:14px Verdana, Arial, Tahoma;
	font:/*"微软雅黑",*/"宋体" Verdana, Arial, Tahoma;
	background:#f6f6f6;
}
img {
	border:none;
}

a {
	color:#4d4d4d;
	text-decoration:none;
}
a:hover {
	color:#F33;
	text-decoration:underline;
}
ul,ol{
	list-style:none;
}
input, select, button {
	font:12px Verdana, Arial, Tahoma;
	vertical-align:middle;
}
strong {
	font-weight:800;
}
.strong{ font-weight:bold;}
.inline{display:inline;}
.block{display:block}
.border{ border:1px solid #FF0000;}
/*---------- stock ---------*/
/*content star*/
.clear {
	clear: both;
	height:0pt;
	overflow:hidden;
	line-height:0pt;
	font-size:0pt;
}
.center {
	margin:0 auto;
}
.font12 {
	font-size:12px;
}
.font14 {
	font-size:14px;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.height10{ height:10px;}
.height20{ height:20px;}
.height5{ height:5px;}
.padding_left10{padding-left:10px;}

.color_green{color:#B7D55E;}
.color_red{color:#F11157;}
.red{color:#FF0000;}
.color_gr{color:#93B80A;}
.color_FF6{ color:#FF6600;}
.color_f16{color:#F65167;}
.color_999{color:#999;}
.color_fff{ color:#fff;}

.font10{ font-size:10px;}
.no_hh{overflow:hidden;
word-break: keep-all;
text-overflow: ellipsis;
white-space:nowrap;/*强制不换行*/}/*不换行*/


