.home {
  position: relative;
  width: 100%; }
  .home .banner {
    position: relative; }
    .home .banner img {
      width: 100%;
      display: block;
      object-fit: cover; }
    .home .banner .t {
      position: absolute;
      left: 50%;
      top: 55%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #FFF;
      font-size: 4.6875vw;
      width: 100%; }
  .home .section {
    padding: 6.25vw 31.25vw;
    background: url(../images/find_bg.png) no-repeat;
    background-size: cover; }
    .home .section .goBack {
      width: 100%;
      margin-bottom: 3.125vw; }
      .home .section .goBack a {
        color: #999;
        font-size: 1.0416666667vw;
        font-family: 'PINGFANG-MEDIUM';
        text-transform: capitalize;
        transition: all 600ms; }
        .home .section .goBack a:hover {
          color: #B60005; }
    .home .section .form .item {
      margin-bottom: 2.0833333333vw; }
      .home .section .form .item input {
        background: #F7F7F7;
        box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 0.25) inset;
        width: 100%;
        height: 3.75vw;
        font-size: 0.8333333333vw;
        padding: 0 1.25vw;
        outline: none;
        border: none; }
        .home .section .form .item input::placeholder {
          color: #999; }
      .home .section .form .item:last-child {
        margin-bottom: 0; }
    .home .section .form .item1 {
      display: flex;
      justify-content: space-between; }
      .home .section .form .item1 input {
        width: 70%; }
      .home .section .form .item1 .send {
        width: 26%;
        background: #B60005;
        height: 3.75vw;
        color: #FFF;
        font-size: 0.8333333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'PINGFANG-MEDIUM';
        cursor: pointer;
        transition: all 600ms; }
        .home .section .form .item1 .send:hover {
          background: #212F45;
          color: white; }
    .home .section .form button {
      display: block;
      background: #B60005;
      height: 2.7083333333vw;
      outline: none;
      border: none;
      color: #FFF;
      font-size: 1.0416666667vw;
      width: 100%;
      cursor: pointer;
      margin: 3.125vw 0 1.5625vw 0;
      transition: all 600ms; }
      .home .section .form button:hover {
        background: #212F45;
        color: white; }
  @media screen and (max-width: 1024px) {
    .home {
      padding-top: 60px; }
      .home .banner img {
        height: 200px; }
      .home .banner .t {
        top: 50%;
        font-size: 32px; }
      .home .section {
        padding: 30px 5%; }
        .home .section .goBack {
          margin-bottom: 30px; }
          .home .section .goBack a {
            font-size: 16px; }
        .home .section .form .item {
          margin-bottom: 20px; }
          .home .section .form .item input {
            height: 50px;
            padding: 0 15px;
            font-size: 14px; }
          .home .section .form .item:nth-child(2) {
            margin-bottom: 15px; }
        .home .section .form .item1 input {
          width: 58%; }
        .home .section .form .item1 .send {
          height: 50px;
          font-size: 12px;
          width: 40%; }
        .home .section .form button {
          height: 55px;
          font-size: 16px;
          margin: 30px 0 15px 0; } }

/*# sourceMappingURL=find.css.map */
