/* CSS Document */

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5,h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0;padding: 0; }
img { border: 0 none; vertical-align: top; }
ul, li { list-style-type: none; }
body, input, select, button, textarea { font-size: 12px; }
button { cursor: pointer; }
i, em, cite { font-style: normal; }
body { background-color:#f4f4f4; color: #444;}
a, a:link {  text-decoration: none; }
a:visited {  }
a:active, a:hover { text-decoration: underline; }
a:focus { outline: none; }
.clear { clear:both}/*清除浮动*/
.more { float: right;}/*更多样式*/
.more a {font-weight: normal; font-size: 12px; }/*更多链接样式*/
.fl, .fr { display: inline; float: left; }/*向左浮动*/
.fr { float: right; }/*向右浮动*/

.btn-red {
	background:#ff4141;
	color:#fff!important;
}
.btn-blue {
	background:#03A9F4;
	color:#fff!important;
}
.btn-green {
	background:#2AD2C9;
	color:#fff!important;
}
.btn-orange {
	background:#f86f00;
	color:#fff!important;
}
.btn-gray {
	background:#757575;
	color:#fff!important;
}

/* 全局样式 */
.red {
	color:#ff4141!important;
}
.green {
	color:#00cc66!important;
}
.gray {
	color:#ccc!important;
}
.white {
	color:#fff!important;
}
.blue {
	color:#3399ff!important;
}
.blues {
	color:#757575!important;
}
.orange {
	color:#f86f00!important;
}
.black {
	color:#757575!important;
}
.text-left {
	text-align:left!important;
}
.text-right {
	text-align:right!important;
}
.text-center {
	text-align:center!important;
}
.text-bold {
	font-weight:bold!important;
}
.text-lg {
	line-height:16px;
	font-weight:bold;
	font-size:16px!important;
}
.pull-left {
	float:left;
}
.pull-right {
	float:right;
}

.addborder-green {
	border:1px solid #2ad2c9;
	border-radius:4px;
	color:#2ad2c9;
	padding:0 5px!important;
}
.addborder-green-b {
	border-bottom:1px solid #41b3ff;
	border-radius:0px;
	color:#2ad2c9;
	padding:0 5px!important;
}
.addborder-red {
	border:1px solid #ff4141;
	color: #ff4141;
	border-radius:4px;
	padding:0 5px!important;
}
.addborder-gray {
	border:1px solid #999999;
	color:#999999;
	border-radius:4px;
	padding:0 5px!important;
}
.addborder-gray-b {
	border-bottom:1px solid #ccc;
	border-radius:0px;
	color:#2ad2c9;
	padding:0 5px!important;
}
.addborder-orange {
	border:1px solid #f86f00;
	color:#f86f00;
	border-radius:4px;
	padding:0 5px!important;
}
.addborder-blue {
	border:1px solid #00bcd8;
	color:#00bcd8;
	border-radius:4px;
	padding:0 5px!important;
}
.addborder-pick {
	border:1px solid #ea6c90;
	color:#ea6c90;
	border-radius:4px;
	padding:0 5px!important;
}
.addborder-yellow {
	border:1px solid #e7d900;
	color:#e7d900;
	border-radius:4px;
	padding:0 5px!important;
}
.border-bold {
	font-weight:bold!important;
}
/* 全局样式结束 */
