@charset "UTF-8";
.banner-img {
  width: 100%;
  height: 640px;
  background-size: cover !important;
}

.concat-wrapper {
  background-color: #fff;
}

.concat-wrapper .container {
  padding: 80px 30px 0;
}

.concat-wrapper .container .contact-title {
  position: relative;
  color: #083EC7;
  font-size: 52px;
  font-weight: 600;
  line-height: 73px;
  padding-bottom: 12px;
}

.concat-wrapper .container .contact-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 130px;
  height: 2px;
  background-color: blue;
}

.concat-wrapper .flex-box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.concat-wrapper .flex-box .left {
  width: 730px;
  margin-right: 100px;
}

.concat-wrapper .flex-box .left .contact-item {
  display: flex;
  padding: 35px;
  border-bottom: 3px solid #E6E6E6;
}

.concat-wrapper .flex-box .left .contact-item .icon {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

.concat-wrapper .flex-box .left .contact-item .info {
  flex: 1;
  color: #333333;
  font-size: 42px;
}

.concat-wrapper .flex-box .left .contact-item .info > div {
  margin-bottom: 30px;
}

.concat-wrapper .flex-box .left .contact-item .info > div:last-child {
  margin-bottom: 0;
}

.concat-wrapper .flex-box .left .contact-item .qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  font-size: 24px;
  line-height: 43px;
  margin-left: 30px;
}

.concat-wrapper .flex-box .left .contact-item .qrcode .qrcode {
  width: 116px;
  height: 116px;
  border: 2px solid #FFFFFF;
  margin-bottom: 8px;
}

.concat-wrapper .flex-box .form-box {
  flex: 1;
  color: #333333;
  font-weight: 500;
}

.concat-wrapper .flex-box .form-box .title {
  font-size: 46px;
  margin-bottom: 40px;
}

.concat-wrapper .flex-box .form-box .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.concat-wrapper .flex-box .form-box .form-item .label {
  width: 225px;
  font-size: 36px;
  text-align: left;
}

.concat-wrapper .flex-box .form-box .form-item .input {
  width: 587px;
  height: 74px;
  border: 0;
  font-size: 24px;
  background: #F4F4F4;
  padding: 0 10px;
}

.concat-wrapper .flex-box .form-box .form-item .textarea {
  width: 587px;
  height: 200px;
  border: 0;
  font-size: 24px;
  background: #F4F4F4;
  padding: 10px;
}

.concat-wrapper .flex-box .form-box .form-item input:focus, .concat-wrapper .flex-box .form-box .form-item .textarea:focus {
  border-color: #007bff;
  /* 改变边框颜色 */
  outline: none;
  /* 移除默认的outline，如果你不想显示它 */
}

.concat-wrapper .flex-box .form-box .form-item .agreement {
  display: flex;
  align-items: center;
}

.concat-wrapper .flex-box .form-box .form-item .agreement a {
  color: #083EC7;
  text-decoration: underline;
}

.concat-wrapper .flex-box .form-box .form-item .agreement .checkbox {
  margin-right: 10px;
}

.concat-wrapper .flex-box .form-box .btn-sub {
  width: 210px;
  height: 67px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 67px;
  text-align: center;
  background: #083EC7;
  border-radius: 40px;
  margin: 0 auto;
  cursor: pointer;
}
