.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  position: relative;
}
.container .title {
  padding: 50px 0;
  box-sizing: border-box;
  font-size: 34px;
  font-weight: initial;
  letter-spacing: 3px;
  position: relative;
}
.container .title:after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: #fdbd05;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.container .more-btn {
  display: inline-block;
  width: 310px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  background: #fdbd05;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  box-shadow: 0 5px 20px -4px rgba(255, 185, 9, 0.5);
}
.container .model-content {
  width: 1200px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.container .model-content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model-1 {
  width: 100%;
}
.model-1 .model-1-content {
  position: absolute;
  top: 266px;
  left: 358px;
}
.model-1 .overall-intro {
  color: #6b6c7f;
  width: 500px;
  font-size: 18px;
  line-height: 35px;
  margin: 55px 0 140px;
}
.model-1 .overall-intro span {
  color: #2f37af;
}
.model-1 .model-btn a {
  width: 200px;
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  letter-spacing: 4px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 30px 8px rgba(219, 220, 242, 0.5);
  box-sizing: border-box;
  padding-left: 62px;
  margin-right: 40px;
  position: relative;
}
.model-1 .model-btn a:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url("../imgs/model-1-icon-2.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.model-1 .model-btn a:hover {
  color: #fff;
  background: #4952d1;
  transition: 0.2s;
}
.model-2 .model-content {
  width: 1200px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.model-2 .model-content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model-2 .model-content-box .box {
  width: 365px;
  height: 275px;
  border: 1px solid #edeef8;
  border-radius: 10px;
  background: #fff;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 82px 0 70px;
}
.model-2 .model-content-box .box span {
  color: #3038ae;
}
.model-2 .model-content-box .box:hover {
  border: 1px solid #fdbd05;
  box-shadow: 0 2px 70px 2px #f0f0f0;
  transition: 0.2s;
}
.model-2 .more-btn {
  margin-top: 108px;
}
.model-3 {
  margin: 135px 0;
}
.model-3 .model-content {
  top: 150px;
}
.model-3 .model-content .title {
  color: #fff;
}
.model-3 .model-content .intro {
  font-size: 20px;
  color: #fff;
  margin-top: 40px;
}
.model-3 .model-content-box {
  margin-top: 95px;
}
.model-3 .model-content-box .box {
  width: 365px;
  height: 407px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.model-3 .model-content-box .content-box-intro {
  margin: 34px auto 24px;
}
.model-3 .model-content-box .content-box-intro h3 {
  font-size: 22px;
  color: #3038ae;
  margin-bottom: 20px;
}
.model-3 .model-content-box .content-box-intro p {
  font-size: 18px;
  color: #666;
  line-height: 35px;
}
.model-3 .model-content-box .learn-more-btn {
  width: 200px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 30px;
  background: #4e56d7;
  color: #fff;
  box-shadow: 0 5px 20px -4px rgba(78, 86, 215, 0.5);
}
.model-4 {
  height: 945px;
}
.model-4 .model-content-box {
  margin: 90px 0 122px;
}
.model-4 .box {
  width: 560px;
  height: 388px;
  background: linen;
  position: relative;
}
.model-4 .box .content-box-intro {
  width: 560px;
  height: 135px;
  background: rgba(68, 73, 194, 0.95);
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 45px;
  box-sizing: border-box;
  line-height: 55px;
  color: #fff;
}
.model-4 .box .content-box-intro h3 {
  font-weight: initial;
  color: #fdbd05;
  letter-spacing: 2px;
}
.form-wrap {
  background: #fff;
  margin-top: -45px;
  font-size: 0;
}
.form-wrap .model-content {
  width: 785px;
  height: 605px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}
.form-wrap .model-content .title {
  color: #fff;
}
.form-wrap .model-content .tips {
  color: #fff;
  font-size: 16px;
}
.form-wrap .form {
  width: 470px;
  margin: 65px auto 45px;
}
.form-wrap .form label {
  display: inline-block;
  width: 90px;
  letter-spacing: 2px;
  font-size: 16px;
  color: #666;
  text-align: left;
  padding-left: 15px;
  box-sizing: border-box;
}
.form-wrap .form .apply-input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  background: #f8f7ff;
  border: 1px solid #e7e4ff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form-wrap .form .apply-input input {
flex-grow: 1;
    height: 24px;
    padding: 0 15px;
    box-sizing: border-box;
    background: none;
    border-left: solid 1px #998ab3;
    margin-left: 10px;
}
.form-wrap .form .submit-btn {
  background: #fdbd05;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
}
