.banner {
  height: 248px;
  background: url(../../images/apply/bg.jpg) no-repeat center center;
}

.banner .ui-inner {
  height: 248px;
  padding-top: 50px;
}

.banner h1 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.banner .steps {
  position: absolute;
  bottom: 0;
  width: 1200px;
  height: 95px;
  background-color: #f5f5f5;
}

.banner .steps img {
  display: block;
  margin: 15px auto 0;
}

.contentWrapper {
  padding-bottom: 35px;
  background-color: #fafafa;
}

.content {
  padding: 20px 15px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.content .btns {
  border-top: 1px solid #e0e0e0;
  margin: 0 10px;
  padding: 15px;
  text-align: center;
}

.content .btns .default,
.content .btns .primary {
  display: inline-block;
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  color: #555;
  font-size: 16px;
  background-color: #f5f5f5;
}

.content .btns .primary {
  margin-left: 50px;
  color: #fff;
  background-color: #1088f2;
}

.form {
  margin-left: 80px;
}

.form .title1,
.form .title2,
.form .title3,
.form .title4 {
  margin: 20px 0 25px;
  padding-left: 25px;
  height: 20px;
  line-height: 20px;
  color: #1088f2;
  font-size: 16px;
  background: url(../../images/apply/icon1.png) no-repeat;
}

.form .title2 {
  background: url(../../images/apply/icon2.png) no-repeat;
}

.form .title3 {
  background: url(../../images/apply/icon3.png) no-repeat;
}

.form .title4 {
  background: url(../../images/apply/icon5.png) no-repeat;
}

.form .form-group {
  height: 66px;
}

.form .form-group > label {
  float: left;
  width: 150px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid rgb(204, 204, 204);
  border-right: 0;
  line-height: 40px;
  font-weight: normal;
  color: #333;
}
.form .form-group > .form-control {
  border-radius: 0;
  width: 300px;
  height: 40px;
  box-shadow: none;
}
.form .form-group > span {
  color: #f00;
}
.form .form-group > span.error {
  display: block;
  margin-left: 150px;
  height: 25px;
  padding-left: 22px;
  background: url(../../images/apply/icon4.png) no-repeat 0 1px;
}

.form .form-group2 {
  display: block;
  height: auto;
  margin-bottom: 30px;
}

.form .form-group2 > label {
  float: left;
  width: 150px;
  line-height: 20px;
  font-weight: normal;
  color: #333;
  text-align: right;
  border: none;
}
.form .form-group2 > label span {
  position: relative;
  top: 3px;
  right: 3px;
  color: #f00;
}

.form .form-group2 .right {
  display: inline-block;
  margin-right: -300px;
}

.form .form-group2 .right .download {
  display: inline-block;
  height: 40px;
  padding: 9px 15px;
  line-height: 20px;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
}

form .form-group2 .right .weak {
  line-height: 22px;
  color: #999;
}

form .form-group2 .right .weak span {
  color: #f00;
}

form .form-group2 .right .iconDownload {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../images/apply/icon6.png) no-repeat center center;
}

form .form-group2 .right .upload {
  height: 40px;
  margin-top: 10px;
  padding: 0 30px;
  line-height: 40px;
  background-color: #0061bf;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-weight: normal;
}

form .form-group2 .right .iconUpload {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../images/apply/icon7.png) no-repeat center center;
}

form .form-group2 .right .uploadImg {
  margin-bottom: 15px;
  cursor: pointer;
}

form .form-group2 .right .delete {
  margin: 0 10px 0 5px;
  color: #f00;
}

form .form-group2 .right .title {
  display: block;
  width: 240px;
  padding: 0 0 10px 0;
  text-align: center;
}

form .form-group2 .right .error {
  color: #f00;
}

form .form-group2 .right .success {
  color: #63c125;
}

form .form-group2 .right .pos {
  position: relative;
  top: -13px;
  left: 5px;
  vertical-align: bottom;
}

form img {
	width: 240px;
	height: 150px;
}
