.main-wrapper {
  /* background-color: red; */
  position: relative;
  min-height: 600px;
}

.main-wrapper .bg {
  background-color: #14326e;
  background-image: url(../image/bg_apply.jpg);
  background-size: cover;
  background-position: center top;
  height: 420px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.main-div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.main-intro {
  position: absolute;
  padding-top: 110px;
  text-align: left;
  color: white;
}

.main-intro .box-top {
  vertical-align: top;
  display: inline-block;
}

.main-intro .title {
  font-size: 48px;
  line-height: 48px;
}

.main-intro .box {
  vertical-align: middle;
  display: inline-block;
}

b,
strong {
  font-weight: bolder;
}

.main-intro .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  background-color: white;
}

.main-intro .sub-title {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
}

.main-content {
  padding: 50px 40px;
  margin-bottom: 200px;

  position: absolute;
  right: 0;
  width: 400px;
  min-height: 400px;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
  box-shadow: 0 0 2px #e0e0e0;
  margin-top: 50px;
  padding-bottom: 30px;
  padding-top: 30px;
  display: inline-block;
  background-color: #fff;
  text-align: left;
}

/* 表单 */
.main-content .btn-group {
  width: 100%;
  text-align: center;
}

.main-content .layui-btn {
  width: 100%;
}

.layui-word-aux {
  /* text-align: right !important; */
  /* float: right; */
  position: absolute;
  right: 40px;
  top: 136px;
  color: red;
}

.hascode {
  cursor: pointer;
  color: rgb(240, 88, 88);
}

.apply-text {
  resize: none;
}