@charset "UTF-8";
/* 联系我们 */
.page-contact .map {
  height: 485px;
  z-index: 1;
}

.page-contact .services-section {
  padding: 80px 120px;
}

.page-contact .services-section .service-item {
  width: 352px;
  height: 334px;
  border-radius: 4px;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.page-contact .services-section .service-item .icon {
  font-size: 50px;
  color: #005EAD;
  margin-bottom: 50px;
}

.page-contact .services-section .service-item .title {
  font-size: 20px;
}

.page-contact .services-section .service-item .text {
  font-size: 14px;
  width: 480px;
}

.page-contact .form {
  background: url(https://img.js.design/assets/img/673f13b9de61f2f62e7ca3b8.png#4a5ae934dc9afcae8545da367782e1de) no-repeat center/100% auto;
}

.page-contact .form .text {
  color: #fff;
  width: 360px;
  font-size: 14px;
  padding: 175px 0;
}

.page-contact .form .container {
  position: relative;
}

.page-contact .form .container form {
  right: 0;
  bottom: 0;
  width: 494px;
  border-radius: 4px 4px 0 0;
  background: #005EAD;
  color: #fff;
  padding: 26px 41px;
  font-size: 12px;
  position: absolute;
  z-index: 999;
}

.page-contact .form .container form .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 32px;
}

.page-contact .form .container form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  padding: 0;
  color: #fff;
}

.page-contact .form .container form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.page-contact .form .container form .btn-primary {
  width: 132px;
  height: 46px;
  border-radius: 4px;
  background: #FFFFFF;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
