@charset "utf-8";

body,div,dl,dt,dd,del,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,button { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*flow*/
.pointer {
	cursor:pointer!important;
}
.wrap {
	word-break:break-all;
	word-wrap:break-word;
}

/*float/display/ap*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.clr {
	clear:both; height:0px; margin:0; padding:0; width:0; border:none; overflow:hidden; }/*ie6 ie7 的clear出现不知道的高度错误，用此方解决*/
.clear {
	overflow:auto;
	zoom:1;
}
.clear-hidden{
	overflow:hidden;
	zoom:1;
}
.zoom1{
	zoom:1;
}

.display-none, .dn {
	display:none;
}
.display-block, .db {
	display:block;
}
.display-inline, .di {
	display:inline;
}
.display-inline-block, .dib {
	display:inline-block;
}

.visibility-hidden, .vh {
	visibility:hidden;
}
.visibility-collapse, .vc {
	visibility:collapse;
}
.visibility-visible, .vv {
	visibility:visible;
}


.overflow-hidden, .oh {
	overflow:hidden!important;
}
.overflow-scroll, .os {
	overflow:scroll!important;
}
.overflow-auto, .oa {
	overflow:auto!important;
}

.ap {
	position:relative;
}
.ap5 {
	position:relative;
	z-index:5;
}
.ap10 {
	position:relative;
	z-index:10;
}
.ab {
	position:absolute;
}
.ab5 {
	position:absolute;
	z-index:5;
}
.ab10 {
	position:absolute;
	z-index:10;
}

/*test*/
.border-0{
	border:0!important;
}
.border-red {
	border:1px solid #f00;
}
.border-ccc {
	border:1px solid #ccc;
}
.outline-red {
	outline:1px solid #f00;
}
.outline-ccc {
	outline:1px solid #f00;
}

/*line*/
.line {
	height:0px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}

/*font*/
.tc {
	text-align:center!important;
}
.tl {
	text-align:left!important;
}
.tr {
	text-align:right!important;
}

.vt {
	vertical-align:top!important;
}
.vm {
	vertical-align:middle!important;
}
.vb {
	vertical-align:bottom!important;
}
.f10 {
	font-size:10px!important;
}
.f11 {
	font-size:11px!important;
}
.f12 {
	font-size:12px!important;
}
.f14 {
	font-size:14px!important;
}
.f15 {
	font-size:15px!important;
}
.f16 {
	font-size:16px!important;
}
.f17 {
	font-size:17px!important;
}
.f18 {
	font-size:18px!important;
}
.font-weight-blod, .fwb { font-weight:bold; }
.em1 {
	text-indent:1em;
}
.em2 {
	text-indent:2em;
}

.bold{
	font-weight:bold!important;
}
.normal{
	font-weight:normal!important;
}
.line-height-20, .lineH20 {
	line-height:20px;
}
.line-height-22, .lineH22 {
	line-height:22px;
}
.lineH24 {
	line-height:24px;
}
.line-height-180, .lineH180 {
	line-height:180%;
}
.line-height-190, .lineH190 {
	line-height:190%;
}
.line-height-200, .lineH200 {
	line-height:200%;
}

/*color*/
.color-ccc {
	color:#ccc!important;
}
.color-666 {
	color:#666!important;
}
.color-999 {
	color:#999!important;
}
.color-red {
	color:#C00!important;
}
.color-blue {
	color:blue!important;
}
.color-black {
	color:black!important;
}
.color-white {
	color:white!important;
}
.color-orange{
	color:#EF7814;
}

/*margin/padding/space*/
.margin-0, .mar0 {
	margin:0!important;
}
.margin-10, .mar10 {
	margin:10px;
}
.margin-auto, .marA {
	margin:0 auto;
}
.margin-left-10, .marL10 {
	margin-left:10px;
}
.margin-left-15, .marL15 {
	margin-left:15px;
}
.margin-right-10, .marR10 {
	margin-right:10px;
}
.margin-right-15, .marR15 {
	margin-right:10px;
}
.margin-bottom-10, .marB10 {
	margin-bottom:10px;
}
.margin-top-10, .marT10 {
	margin-top:10px;
}
.padding-0, .pad0 {
	padding:0!important;
}
.padding-10, .pad10 {
	padding:10px;
}
.padding-left-10, .padL10 {
	padding-left:10px;
}
.padding-left-15, .padL15 {
	padding-left:15px;
}
.padding-left-20, .padL20 {
	padding-left:20px;
}
.padding-right-10, .padR10 {
	padding-right:10px;
}
.padding-right-15, .padR15 {
	padding-right:15px;
}
.padding-bottom-10, .padB10 {
	padding-bottom:10px;
}
.padding-top-10, .padT10 {
	padding-top:10px;
}
.padding-top-15, .padT15 {
	padding-top:15px;
}

/*form*/
.width-28px {
	width:28px;
	margin:0 4px;
}
.width-100 {
	width:100%!important;
}
.width-200px {
	width:200px!important;
}
.width-320px {
	width:320px;
}
.input-code {
	width:40px;
	text-align:center;
	margin-right:8px;
}
.space-03 {
	height:3px;
	overflow:hidden;
}
.space-05 {
	height:5px;
	overflow:hidden;
}

.space-10 {
	height:10px;
	overflow:hidden;
}
.space-20 {
	height:20px;
	overflow:hidden;
}
.space-30 {
	height:30px;
	overflow:hidden;
}

.bg-fff{ background-color:#fff;}


