@charset "utf-8";

/*初始化样式*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; background: #FFFFFF;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;cursor: pointer;}
em { font-style: normal; }
ul, ol ,li{ list-style: none; margin-top: 1px;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; -webkit-tap-highlight-color: rgba(0,0,0,0);color:#000;}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc;  padding: 0; }
a,input,button{outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
a{ text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
i{font-style: normal;}
.fl { float: left; }
.fr { float: right; }
i{font-style: normal;}
b{font-weight: normal;}
.w1200{width: 1200px;margin: 0 auto;}
input[type="button"]::-moz-focus-inner{border:none ;padding:0;font-family:arial;}
input[type="button"], input[type="submit"], input[type="reset"]{-webkit-appearance: none;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);} 
body{font-family: "微软雅黑";}
.clearfix:after{clear:both;content:"\200B";display: block;height:0;visibility:hidden;}
.clearfix{*zoom:1;}


/*公用样式*/
.common_input{
	width: 322px;
	height: 40px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
	background: #f4f4f4;
}
/*背景颜色 -橘黄色*/
.Bgcolor-orange{
	background: #ff6600;
}
/*背景颜色 -绿色*/
.Bgcolor-green{
	background: #33cf0f;
}
/*背景颜色 -枚红色*/
.Bgcolor-pink{
	background: #ff0707;
}
/*常用颜色--蓝色*/
.common-blue{
	color: #46aaff;
}
/*常用颜色--绿色*/
.common-green{
	color: #49ca0a;
}
/*常用颜色--灰色*/
.common-gray{
	color: #9f9f9f;
}
/*常用颜色--红色*/
.common-red{
	color: #d63333;
}
/*主色调--黄色*/
.common-mainColor{
	color: #fa6f12;
}

.segment_label{
	display: inline-block;
	padding:3px 5px;
	background: #4baffd;
	color: #fff;
	border-radius: 5px;
}
.subject_label{
	display: inline-block;
	padding:3px 5px;
	background: #f7c510;
	color: #fff;
	border-radius: 5px;
}
button{
	cursor: pointer;
}
