.blue {
  color: #cf0022;
}
.content {
  min-height: 886px;
  background:  no-repeat center top;
  position: relative;
  padding-top: 54px;
}
.content .wrap {
  width: 1020px;
  box-sizing: border-box;
  min-height: 886px;
  margin: 0 auto;
  background-color: #fff;
  padding: 9px 20px 57px;
}
.content .wrap .section {
  position: relative;
  padding: 49px 27px 57px;
  border-bottom: 1px solid #ededed;
}
.content .wrap .section .text {
  width: 673px;
}
.content .wrap .section .text .title {
  font-size: 20px;
  color: #14116e;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #14116e;
  padding: 0 3px 3px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
  letter-spacing: 0.56px;
}
.content .wrap .section .text .explain {
  font-size: 16px;
  letter-spacing: 0.44px;
  line-height: 28px;
  margin-bottom: 64px;
}
.content .wrap .section .text .btn {
  display: block;
  width: 143px;
  height: 41px;
  background-color: #14116e;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 41px;
  letter-spacing: 0.56px;
}
.content .wrap .section .bg01 {
  position: absolute;
  right: 65px;
  top: 73px;
  float: right;
}
.apply {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
}
.apply .form {
  width: 560px;
  height: 672px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -290px;
  margin-left: -280px;
  background-color: #fff;
}
.apply .form .head {
  border-bottom: 1px solid #dedede;
}
.apply .form .head > h3 {
  font-size: 20px;
  display: inline-block;
  margin: 12px 0 12px 24px;
  line-height: 20px;
}
.apply .form .head > i {
  display: inline-block;
  position: relative;
  float: right;
  right: 14px;
  top: 14px;
  width: 16px;
  height: 19px;
  background-image: ;
  background-repeat: no-repeat;
  background-position: center center;
  cursor:pointer;
}
.apply .form .company {
  padding: 10px 33px;
  border-bottom: 1px solid #dedede;
}
.apply .form .label {
  display: inline-block;
  margin-right: 10px;
  width: 89px;
  text-align: right;
  letter-spacing: 0.44px;
  font-size: 16px;
}
.apply .form .label .red-point {
  display: inline-block;
  height: 16px;
  width: 16px;
  color: red;
  text-align: center;
}
.apply .form .section {
  margin: 20px 0;
}
.apply .form .section .summary {
  width: 336px;
  height: 70px;
  resize: none;
  border: 1px solid #dfdfdf;
  vertical-align: text-top;
}
.apply .form .text {
  width: 336px;
  height: 36px;
  border: 1px solid #dfdfdf;
}
.apply .form .info {
  padding: 10px 33px 0;
}
.apply .form .bottom p {
  width: 100%;
  text-align: center;
}
.apply .form .bottom p .btn {
  display: block;
  margin: 0 auto;
  width: 194px;
  height: 44px;
  background-color: #14116e;
  color: #fff;
  line-height: 44px;
}
