.applyComponentIndexWrap li .apply {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 80px;
  margin: auto;
  width: 1200px;
  height: 540px;
}
.applyComponentIndexWrap li .apply .href {
  width: 800px;
  float: left;
  cursor: pointer;
}
.applyComponentIndexWrap li .apply .outside {
  position: relative;
  float: right;
  margin: 45px 0 0 0;
  height: 450px;
  width: 400px;
}
.applyComponent .mask {
  background: #ffffff;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  border-radius: 10px;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
}
.applyComponent .applyContent {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 0;
}
.applyComponent .applyContent .item {
  height: 42px;
  position: relative;
  margin-top: 20px;
}
.applyComponent .applyContent .item .label {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  width: 101px;
  text-align: right;
}
.applyComponent .applyContent .item .label:before {
  content: '*';
  padding-right: 5px;
}
.applyComponent .applyContent .item .label:after {
  content: ' :';
}
.applyComponent .applyContent .item .for {
  position: absolute;
  right: 6px;
  display: inline-block;
  width: 240px;
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
.applyComponent .applyContent .item .sms {
  position: absolute;
  right: 6px;
  display: inline-block;
  width: 240px;
}
.applyComponent .applyContent .item .sms .code {
  float: left;
  background-color: #fff;
  border-radius: 6px;
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}
.applyComponent .applyContent .item .sms .send {
  float: right;
  width: 40%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.applyComponent .applyContent .item .sms .send img {
  display: none;
  position: relative;
  top: -1px;
  right: 2px;
  left: 1px;
}
.applyComponent .applyContent .msg {
  display: none;
  margin: 12px auto -23px;
  font-size: 14px;
  color: #f5222d;
  line-height: 26px;
  text-align: center;
  background-color: #ffccc7;
  border: 1px solid #ff7875;
  border-radius: 4px;
}
.applyComponent .applyContent .submit {
  margin: 40px auto 0;
  text-align: center;
  width: 100%;
}
.applyComponent .applyContent .submit span {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #002A5F;
  border-radius: 6px;
  height: 44px;
  font-size: 18px;
  line-height: 44px;
  cursor: pointer;
  width: 100%;
}
