body {
	color: #333;
	font-family: "Microsoft YaHei" ! important;
}

.form-control {
	font-size: 12px;
}

.thisBGColor {
	background-color: #f0f5ff
}

legend {
	color: #015ebb;
}

.lablethis {
	background-color: transparent;
	color: #015ebb;
	padding-top: 10px;
	padding-bottom: 0px;
}

lablethis {
	background-color: transparent;
	font-size: 18px;
	color: #015ebb;
}

@keyframes hover-color {
	from {
		border-color: silver
	}

	to {
		border-color: #015ebb
	}
}

.magic-checkbox,
.magic-radio {
	position: absolute;
	display: none
}

.magic-checkbox[disabled],
.magic-radio[disabled] {
	cursor: not-allowed
}

.magic-checkbox+label,
.magic-radio+label {
	position: relative;
	display: block;
	padding-left: 30px;
	cursor: pointer;
	vertical-align: middle;
	font-size: 12px;
}

.magic-checkbox+label:hover:before,
.magic-radio+label:hover:before {
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-name: hover-color
}

.magic-checkbox+label:before,
.magic-radio+label:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	content: '';
	border: 1px solid silver
}

.magic-checkbox+label:after,
.magic-radio+label:after {
	position: absolute;
	display: none;
	content: ''
}

.magic-checkbox[disabled]+label,
.magic-radio[disabled]+label {
	cursor: not-allowed;
	color: #000
}

.magic-checkbox[disabled]+label:after,
.magic-checkbox[disabled]+label:before,
.magic-checkbox[disabled]+label:hover,
.magic-radio[disabled]+label:after,
.magic-radio[disabled]+label:before,
.magic-radio[disabled]+label:hover {
	cursor: not-allowed;
}

.magic-checkbox[disabled]+label:hover:before,
.magic-radio[disabled]+label:hover:before {
	animation-name: none;

}

.magic-checkbox[disabled]+label:before,
.magic-radio[disabled]+label:before {
	border-color: #e4e4e4 border: 1px solid #015ebb;
}

.magic-checkbox:checked+label:before,
.magic-radio:checked+label:before {
	animation-name: none
}

.magic-checkbox:checked+label:after,
.magic-radio:checked+label:after {
	display: block
}

.magic-radio+label:before {
	border-radius: 50%
}

.magic-radio+label:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #015ebb
}

.magic-radio:checked+label:before {
	border: 1px solid #015ebb
}

.magic-radio:checked[disabled]+label:before {
	border: 1px solid #c9e2f9
}

.magic-radio:checked[disabled]+label:after {
	background: #c9e2f9
}

.magic-checkbox+label:before {
	border-radius: 3px
}

.magic-checkbox+label:after {
	top: 2px;
	left: 7px;
	box-sizing: border-box;
	width: 6px;
	height: 12px;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	border-top: 0;
	border-left: 0
}

.magic-checkbox:checked+label:before {
	border: #015ebb;
	background: #015ebb
}

.magic-checkbox:checked[disabled]+label:before {
	border: #c9e2f9;
	background: #c9e2f9
}

.webuploader-pick {
	border-radius: 5px;
	border: 1px solid #dde3f3;
	box-shadow: 0 2px 5px rgba(215, 219, 230, .42);
	box-sizing: border-box;
	background-color: #fff;
	color: #aaa;
	font-size: 24px;
	width: 55px;
	height: 45px;
	font-weight: 400;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	border: 0px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
}

.maskDiv {
	display: none;
	width: 0px;
	height: 0px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #f9f9f9;
}

.maskDiv {
	display: none;
	position: absolute;
	width: 100%;
	height: 120%;
	z-index: 5999;
	-moz-opacity: .9;
	opacity: 0;
	background: #fff;
}

.hiddenInput {
	border: 0px;
	color: transparent;
	background-color: transparent;
}

.input-group[class*=col-] {
	padding-left: 0px;
}

.input-group[class*=col-md-10] {
	width: 83.8%;
}

.file-drop-zone-title {
	font-size: 12px !important;
}
 .clearfloat {
      clear: both;
      height: 0;
      font-size: 1px;
      line-height: 0px;
    }

.steps {
  display:flex;
  justify-content: center; 
  position: relative;
  padding: 10px 10px 35px 20px;
}
.step,
.step-line {
  float: left;
}
.step {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 17px;
  text-align: center;
  font-size: 15px;
  border: 2px solid #cdcdcd;
  background: #cdcdcd;
  font: 16px Helvetica Neue, Helvetica, PingFang SC, ΢���ź�, Tahoma, Arial, sans-serif;
}
.step-line {
  width: 75%;
  position: relative;
  top: 11px;
  height: 5px;
  background-color: #cdcdcd;
  left: 1px;
}
.step-text {
  /*margin-left: -1px;*/
  line-height: 24px;
  color: #fff;
}
.step-circle {
  margin: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bfcbd9;
}
.step-main {
  font-size: 14px;
  padding: 8px 0;
  display: block;
  width: 80px;
  text-align: center;
  position: relative;
  left: -34px;
	color: #322c9d;
}
.steps>.step-completed {
  background: #322c9d;
  border-color: #322c9d;
}
/*.step-completed > .step-main {
color: #2f318e;
}*/
.step-completed>.step-circle {
  background-color: #322c9d;
}
.step-completed.step-line {
  background-color: #322c9d;
}
.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.step_content1{
	padding-left:35px !important;
}