body {
  background-color: #ffffff;
}

.banner {
  padding-top: 200px;
}

.banner .container .title img {
  width: 42px;
  height: 42px;
}

.banner .container #banner_img {
  position: absolute;
  width: 452px;
  right: -170px;
  top: -70px;
}

.form {
  width: 60%;
  height: 100%;
  background: #ffffff;
  padding: 50px 30px 40px 30px;
  border: 1px solid #D7E9F2;
  box-sizing: border-box;
  border-radius: 30px;
}

.form .form-grid {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.form .form-grid .label {
  flex-shrink: 0;
  width: 170px;
  padding-right: 10px;
  font-size: 14px;
  color: #333333;
  text-align: right;
}

.form .form-grid .label span {
  position: relative;
}

.form .form-grid .label span::before {
  color: #f56c6c;
  content: "*";
  position: absolute;
  top: 0;
  left: -12px;
}

.form-grid .agrees {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px 0;
}

.form-grid .agrees .agreeLabel {
  color: #333333 !important;
  font-size: 14px !important;
}

.form .form-input {
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 30px;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #CCE3F1;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.form .form-grid .form-error {
  display: none;
  font-size: 12px;
  position: absolute;
  bottom: -18px;
  left: 170px;
  color: #f56c6c;
}


.form>div {
  margin-bottom: 25px;
}

.form .agree {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.form .agree input {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  flex: 0 0 24px;
  -webkit-appearance: none;
  border: 1px solid #edf0fa;
  border-radius: 2px;
  margin-top: 4px;
  padding: 0;
  cursor: pointer;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #CCE3F1;
}

.form .agree input.form-validate-error {
  border-color: #ef4425
}

.form .agree input:checked {
  border: 1px solid #00A0E9;
  position: relative
}

.form .agree input:checked::before {
  content: '\2713';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #00A0E9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.form .agree .form-error {
  display: none;
  font-size: 12px;
  position: absolute;
  bottom: -16px;
  left: 40px;
  color: #f56c6c;
}

.form .agree label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #5a6a80;
  padding-left: 8px;
  cursor: pointer;
  font-size: 14px;
}

.form .agree a {
  color: #275CC3;
}

.form .footer {
  display: flex;
  align-items: center;
  justify-content: end;
}

.form .footer .submit {
  margin-top: 40px;
}

.complete {
  width: 60%;
  height: 100%;
  background: #ffffff;
  padding: 50px 30px 40px 30px;
  border: 1px solid #D7E9F2;
  box-sizing: border-box;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.complete .title {
  margin-top: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #275CC3;
}

.complete .text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 34px;
}

.contact {
  width: 100%;
  height: 1200px;
  padding-top: 85px;
}

.contact .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.contact .content .contact_bg {
  position: absolute;
  top: 50px;
  left: -210px;
  z-index: -1;
}

.contact-information {
  width: 50%;
  height: 100%;
  padding: 110px 0;
  box-sizing: border-box;
}

.contact-information .title {
  font-weight: 600;
  font-size: 40px;
  color: #275CC3;
}

.contact-information .text {
  margin-top: 10px;
  font-size: 26px;
  color: #272d41;
  margin-bottom: 40px;
}

.contact-information .email {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.contact-information .email p {
  margin-left: 6px;
  font-size: 24px;
  color: #666666;
}

.contact-information .email i {
  width: 31px;
  height: 31px;
  background: url(../images/contact/icon_email.png) no-repeat center;
}

.contact-information img {
  width: 206px;
  height: 217px;
}