.statistics-wrapper {
  padding: 60px 0;
}

.statistics-wrapper .flex-wrapper>div {
  flex-grow: 1;
  border-right: 1px solid #CCCCCC;
}

.statistics-wrapper .flex-wrapper>div:last-of-type {
  border: none;
}

.statistics-wrapper p {
  font-size: 20px;
  color: #999999;
  text-align: center;
}

.statistics-wrapper span {
  display: inline-block;
  color: #333333;
}

.statistics-wrapper .number {
  font-size: 60px;
}

.statistics-wrapper .unit {
  font-size: 20px;
  position: relative;
  margin-left: 5px;
  top: -25px;
}

.contact-wrapper {
  padding: 80px 0;
}

.contact-wrapper p {
  font-size: 20px;
  color: #999999;
  text-align: center;
}

.contact-wrapper .flex-wrapper>div {
  flex-grow: 1;
}

.contact-wrapper .icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 70px;
  background: url(../imgs/icon_address.png) no-repeat center;
}

.contact-wrapper .icon.phone {
  background: url(../imgs/icon_phone.png) no-repeat center;
}

.contact-wrapper .icon.email {
  background: url(../imgs/icon_email.png) no-repeat center;
}

/* .contact-wrapper .detail h5 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 40px;
}

.contact-wrapper .detail p {
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
}

.submitForm {
  width: 650px;
}

.submitForm h6 {
  font-size: 28px;
  color: #FFAA33;
  line-height: 81px;
}

.submitForm h6 span {
  display: inline-block;
  color: #999999;
  font-size: 20px;
  margin-left: 5px;
}

.submitForm form>div {
  float: left;
  width: 300px;
  padding: 10px;
  margin-top: 20px;
}

.submitForm form>div:nth-of-type(2n) {
  margin-left: 40px;
}

.submitForm form input {
  font-size: 16px;
  border: none;
  outline: none;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.submitForm form input:focus {
  border-bottom: 1px solid #FFAA33;
}

.submitForm .error {
  font-size: 12px;
  color: red;
} */