body{font-family: "microsoft yahei";padding-bottom: 30px;}
.content{ width:800px; padding:20px 0 ;margin:10px auto;box-shadow: 0 0 0 0 #fff;}
.title{ font-size:18px; line-height: 30px;border-bottom: #ccc 1px solid; text-indent:20px; padding-bottom: 5px;}
.form-modle{width:550px; margin:0 auto;}
.main_bg{height:auto;}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.blue{
	background: #00a3f8;
	color:#fff;
	border-color:#00a3f8;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfdf;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.text-red{color:#f00;}
.text-blue{color:#00a3f8;}
.pull-left{float:left;}
.pull-right{float: right;}

.form-static{
	padding:4px 0;
	font-size:12px;
	color:#999;
}

.media,.media-body{overflow: hidden;}
.col-md-6{float:left;width:50%;padding-left:10px;}
.col-md-6:first-child{padding-left:0;}
.regks.form-body{padding:15px 40px;}
.regks.form-body .form-group{
	padding:15px 0;
}
.regks.form-body .control-label{
	display: inline-block;
	font-size:14px;
	padding-top:7px;
}
.regks.form-body .label-first{width:100px; position: relative; padding-left: 10px;}

.form-group label .text-red{ position: absolute;left:0;top:12px;font-style:normal;}
.checkbox-group .checkbox{
	display: inline-block;
}
.text-center{
	text-align: center;
}
.checkbox{
	
	margin-right: 10px;
	font-size: 14px;
}
.checkbox input[type="checkbox"]{
	border:1px solid #dfdfdf;
	width:18px;
	height:18px;
	margin: 0;
	margin-right: 5px;
	position: relative;
	top:3px;
}
.regks.form-body .checkbox-group{
	padding-top:7px;
}
.regks.form-body .checkbox-group .checkbox{
	margin-right: 20px;
}

.file{
	display: inline-block;
	overflow: hidden;
	width:90px;
	position: relative;
}
.file.btn{
	
}
.file input[type="file"]{
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.regks.form-body .file{margin-left: 10px;}



.footer{
	padding:30px 0;
	background: #f7f7f7;
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.2);
	font-size: 14px;
	color:#999;
}

.icon-success h3{
	font-size:20px;
	font-weight: normal;
	color:#999;
	
	margin-top: 10px;
}



















