.home {
  position: relative;
  width: 100%; }
  .home .banner {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .home .banner img {
      width: 100%;
      display: block;
      object-fit: cover;
      max-height: 100vh; }
    .home .banner .text {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%);
      font-size: 3.2vw;
      color: white;
      font-weight: 600;
      text-transform: uppercase;
      font-style: italic; }
  .home .section {
    width: 50vw;
    margin: 4vw auto; }
    .home .section .t1 {
      font-size: 2.5vw;
      font-weight: 600;
      text-transform: uppercase; }
    .home .section .t2 {
      font-size: 1vw;
      margin: 2vw 0;
      line-height: 1.6; }
    .home .section .t3 {
      font-size: 1vw;
      border-bottom: 1px solid #FC0;
      display: inline-block;
      padding-bottom: 10px; }
    .home .section .t4 {
      font-size: 1vw;
      margin-top: 2vw; }
    .home .section .form {
      width: calc(100% - 6vw);
      border: 4px solid #C8161E;
      padding: 3vw;
      margin: 6vw auto; }
      .home .section .form .item {
        border: 1px solid #EDEDED;
        background: rgba(255, 255, 255, 0);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.13);
        padding: 0 20px;
        margin-bottom: 20px; }
        .home .section .form .item input, .home .section .form .item textarea {
          border: none;
          outline: none;
          width: 100%;
          padding: 15px 0;
          font-size: 1vw;
          color: #878787; }
          .home .section .form .item input::placeholder, .home .section .form .item textarea::placeholder {
            color: #878787; }
        .home .section .form .item textarea {
          height: 200px;
          resize: none;
          font-family: Arial,Microsoft YaHei,sans-serif; }
      .home .section .form .item2 {
        display: flex;
        justify-content: space-between;
        gap: 20px; }
        .home .section .form .item2 .item {
          width: 50%; }
      .home .section .form .tip {
        color: #B2B2B2;
        font-size: 0.8vw;
        text-align: right; }
      .home .section .form .agree {
        color: #646464;
        font-size: 1vw;
        margin: 1vw 0 4vw 0; }
        .home .section .form .agree a {
          color: #C8161E;
          text-transform: uppercase;
          text-decoration: underline; }
      .home .section .form .btn {
        display: inline-block;
        cursor: pointer; }
        .home .section .form .btn .submit {
          font-size: 1vw;
          font-weight: 700;
          color: white;
          text-transform: uppercase;
          background-color: #C8161E;
          display: flex;
          align-items: center;
          padding: 1vw 1vw;
          transition: all 600ms; }
          .home .section .form .btn .submit svg {
            display: block;
            margin-left: 10px; }
  @media screen and (max-width: 1024px) {
    .home {
      padding-top: 60px; }
      .home .banner .text {
        font-size: 24px; }
      .home .section {
        width: 90%;
        margin: 30px auto; }
        .home .section .t1 {
          font-size: 20px; }
        .home .section .t2 {
          font-size: 16px;
          margin: 10px 0; }
        .home .section .t3 {
          font-size: 14px; }
        .home .section .t4 {
          font-size: 14px;
          margin-top: 20px; }
        .home .section .form {
          width: calc(100% - 40px);
          padding: 20px; }
          .home .section .form .item {
            margin-bottom: 10px;
            padding: 0 10px; }
            .home .section .form .item input, .home .section .form .item textarea {
              font-size: 14px;
              padding: 10px 0; }
          .home .section .form .item2 {
            gap: 10px; }
          .home .section .form .tip {
            font-size: 14px; }
          .home .section .form .agree {
            font-size: 14px; }
          .home .section .form .btn .submit {
            font-size: 14px;
            padding: 8px 10px; }
            .home .section .form .btn .submit svg {
              width: 10px; } }

/*# sourceMappingURL=contact.css.map */
