body {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
  line-height: 1.6;
  color: #444;
  font-size: 12px;
}
.clear{ clear:both} 
a {
  color: #444;
  text-decoration: none;
}
a:hover{text-decoration: underline;}
a:hover,
a:focus {
  color: #f60;
}

img{vertical-align: middle;}

/**
 * 以下取自 bootstrap
 */
.container{
  width:1190px;
  margin:0 auto;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}
.color_fcf8e3{
	background:#fcf8e3 !important
}
.color_dff0d8{
	background:#dff0d8 !important
}
.color_f2dede{
	background:#f2dede !important
}
.width_30{
	display:inline-block;
	width:25%;
	padding:5px 10px ;
}
.width_15{
	display:inline-block;
	padding:5px 10px ;
	width:15%;
}
.width_10{
	display:inline-block;
	padding:5px 10px ;
	width:10%;
}
.width_60{
	display:inline-block;
	padding:5px 10px ;
	width:50%;
}

.clearfix:after,
.container:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin:0 auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.col-md-3{
  width:33.3%;
  float: left;
}

.col-md-6{
  width:50%;
  float: left;
}

.hide {
  display: none;
}
.show {
  display: block;
}

.inline-block{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}

.text-bold{
  font-weight:700;
}

.text-primary{
  color: #444;
}

.text-muted{
  color: #666;
}

.text-minor{
  color: #999;
}

.text-warning{
  color: #f60;
}

.text-success{
  color: #288e00;
}

.text-link{
  color: #06c;
}

.text-red{
	color:#ff0000;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  *margin-left:0
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.c-img {
  text-align:center;
  overflow:hidden;
  background:#e8e8e8;
}
.c-img a {
  display:table-cell;
  vertical-align:middle;
  font-family:simsun;
  overflow:hidden;
}
.c-img img{
  vertical-align:middle;
}

.bg_craft{
    min-width:20px;
    padding-left:5px;
    padding-right:5px;
}

.bg-info {
    background-color: #d9edf7;
}

.bg-danger {
    background-color: #f2dede;
}

.bg-success {
    background-color: #dff0d8;
}
.bg-warning {
    background-color: #fcf8e3;
}
