html,body{
	width: 100%;
	height: 100%;
}
body {
	color:#fff;
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #F6F6F6;
}
img,input{
	border: 0; 
}
div,lable,input,body,html,span,i,ul,li,p,header,article,aside,section{
	margin:0px;
	padding: 0px;
}
a{
	text-decoration:none;
	color: #fff;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
li{
	list-style: none;
}
i{
	font-style: normal;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
/*字体颜色*/
.colorBule{
	color: #28AAE5;
}
.colorBlack{
	color:#000;
}
/*隐藏*/
.undis{
	display: none;
}
/*相对定位*/
.pr{
	position: relative;
}
/*外边距和内边距*/
.margin_top_5{
	margin-top: 5px;
}
.margin_left_5{
	margin-left: 5px;
}
.margin_right_15{
	margin-right: 15px;
}
.margin_right_45{
	margin-right: 45px;
}
.margin_top_20{
	margin-top: 20px;
}
.margin_top_40{
	margin-top: 40px;
}
.margin_top_60{
	margin-top: 60px;
}
.margin_top_80{
	margin-top: 80px;
}
.margin_bottom_20{
	margin-bottom: 20px;
}
.pad_left_20{
	padding-left: 20px;
}
.pad_right_20{
	padding-right: 20px;
}
.pad_right_35{
	padding-right: 35px;
}
/*表格*/
.productForm{
	width: 100%;
	border-collapse:collapse;
	background: #fff;
	position: relative;
}
.productForm th{
	font-weight: normal;
}
.productForm td{
	text-align: center;
	color: #595F6C;
}
.productForm thead tr{
	height: 80px;
	background: #111530;

}
.productForm tbody tr:nth-child(odd){
	background:#F2F5FC;
}
/*高度*/
.height_40{
	height: 40px;
}
.height_60{
	height: 60px;
}
.height_30{
	height: 30px;
}
.height_130{
	height: 130px;
}
.height_140{
	height: 140px;
}
/*宽度*/
.width_80{
	width: 80px;
}
.width_120{
	width: 120px;
}
.width_140{
	width: 140px;
}
.width_210{
	width: 210px;
}
/*文字换行*/
textarea{
	word-break: break-all;
}
/*可点击*/
.point{
	cursor: pointer;
}
/*=========validata css  检测错误=========================*/
.has-success,.has-error,.span6{
	position: relative;
}
.opacity0 .has-error-emptyhint{
	background-color: transparent;
}
.has-error-emptyhint {
	background-color: #fff;
	border-radius: 6px;
	color: #e74c3c;
	cursor: text;
	left: 0;
	line-height: 23px;
	/* margin: 4px 0 0 1px; */
	text-indent: 4px;
	position: absolute;
	text-align: left;
	z-index: 222;
}
/*下拉箭头*/
.triangle{
	width: 0px;
	height: 6px;
	border: 6px solid;
	border-color:  #666 transparent transparent transparent;
	position: absolute;
	right: 4px;
	top: 8px;
	pointer-events: none;
}