.service-text {
  height: 317px;
  width: 100%;
  background: url("/static/components/service/i/service.png");
  padding-top: 80px; }
  .service-text .service-title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold; }
  .service-text .service-description {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    width: 1180px;
    margin: 66px auto 0; }

.service-form {
  background: #fff;
  width: 1180px;
  margin: 60px auto;
  min-height: 700px;
  -webkit-box-shadow: 0px 2px 9px 1px rgba(235, 235, 235, 0.45);
          box-shadow: 0px 2px 9px 1px rgba(235, 235, 235, 0.45);
  padding: 80px 40px;
  border-radius: 4px; }

.concat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 0 45px; }
  .concat-row .concat-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .concat-row input {
    font-size: 16px;
    border: 0;
    width: 98%;
    height: 30px;
    border-bottom: 1px solid #b8b8b8; }
    .concat-row input:focus {
      border-color: #218FFF;
      color: #218FFF; }
  .concat-row textarea {
    font-size: 16px;
    width: 99%;
    border: 1px solid #b8b8b8;
    padding: 10px;
    margin-top: 20px;
    height: 400px; }
    .concat-row textarea:focus {
      border-color: #218FFF;
      color: #218FFF; }
  .concat-row .service-small {
    -webkit-box-flex: 0.1;
        -ms-flex: 0.1 1 auto;
            flex: 0.1 1 auto; }

.concat-error input {
  border-bottom-color: #f00;
  color: #f00; }

.service-btn {
  text-align: center; }
  .service-btn input {
    font-size: 16px;
    width: 126px;
    height: 34px;
    background: #218FFF;
    color: #fff;
    border: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 20px;
    margin-top: 30px; }
    .service-btn input:hover {
      background: #1e84eb; }
