.home {
  position: relative; }
  .home .container {
    margin: 11.9791666667vw 18.75vw; }
    .home .container .section1 .search {
      position: relative; }
      .home .container .section1 .search input {
        width: 100%;
        display: block;
        border-radius: 1.0416666667vw;
        outline: none;
        border: 1px solid rgba(0, 0, 0, 0.4);
        background: #FCFCFC;
        padding: 1.0416666667vw 1.1979166667vw;
        color: #000;
        font-size: 0.8333333333vw; }
        .home .container .section1 .search input::placeholder {
          color: #000; }
      .home .container .section1 .search .icon {
        position: absolute;
        right: 1.1979166667vw;
        top: 50%;
        transform: translateY(-50%); }
        .home .container .section1 .search .icon svg {
          display: block;
          width: 1.25vw; }
    .home .container .section1 .results {
      margin: 0.625vw 1.1979166667vw;
      color: #000;
      font-size: 0.7291666667vw; }
    .home .container .section2 {
      margin: 4.6875vw 0; }
      .home .container .section2 .t {
        text-align: center;
        font-size: 2.0833333333vw;
        font-weight: 600;
        padding-bottom: 1.0416666667vw;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 4.1666666667vw; }
      .home .container .section2 .list .item {
        border-radius: 1.0416666667vw;
        border: 1px solid rgba(0, 0, 0, 0.2);
        padding: 1.5625vw 2.0833333333vw;
        display: flex;
        justify-content: space-between; }
        .home .container .section2 .list .item:not(:last-child) {
          margin-bottom: 1.0416666667vw; }
        .home .container .section2 .list .item .pic {
          overflow: hidden;
          border-radius: 1.0416666667vw; }
          .home .container .section2 .list .item .pic img {
            width: 10.4166666667vw;
            height: 9.375vw;
            display: block;
            object-fit: cover;
            transition: all 600ms; }
        .home .container .section2 .list .item .text {
          width: calc(100% - 12.56vw); }
          .home .container .section2 .list .item .text .st {
            color: #000;
            font-size: 1.25vw;
            font-weight: 500;
            margin-top: 0.6770833333vw; }
          .home .container .section2 .list .item .text .des {
            margin: 1.0416666667vw 0;
            color: #000;
            font-size: 0.7291666667vw;
            line-height: 1.4; }
          .home .container .section2 .list .item .text .btns {
            display: flex; }
            .home .container .section2 .list .item .text .btns a {
              color: #000;
              font-size: 0.7291666667vw;
              display: block; }
              .home .container .section2 .list .item .text .btns a:not(:last-child) {
                margin-right: 1.6666666667vw; }
        .home .container .section2 .list .item:hover .pic img {
          transform: scale(1.05); }
      .home .container .section2 .more {
        width: 10.4166666667vw;
        height: 2.5vw;
        border-radius: 1.0416666667vw;
        background: #005CB9;
        margin: 2.6041666667vw auto;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 0.7291666667vw;
        transition: all 600ms; }
        .home .container .section2 .more:hover {
          background: #000;
          color: white; }
  @media screen and (max-width: 1024px) {
    .home .container {
      margin: 80px 5%; }
      .home .container .section1 .search input {
        border-radius: 15px;
        padding: 10px 12px;
        font-size: 14px; }
      .home .container .section1 .search .icon {
        right: 12px; }
        .home .container .section1 .search .icon svg {
          width: 24px; }
      .home .container .section1 .results {
        margin: 12px;
        font-size: 14px; }
      .home .container .section2 {
        margin: 30px 0; }
        .home .container .section2 .t {
          font-size: 24px;
          padding-bottom: 10px;
          margin-bottom: 20px; }
        .home .container .section2 .list .item {
          border-radius: 15px;
          padding: 15px 20px;
          flex-direction: column; }
          .home .container .section2 .list .item:not(:last-child) {
            margin-bottom: 10px; }
          .home .container .section2 .list .item .pic img {
            width: 100%;
            height: auto; }
          .home .container .section2 .list .item .text {
            width: 100%; }
            .home .container .section2 .list .item .text .st {
              font-size: 18px;
              margin-top: 15px; }
            .home .container .section2 .list .item .text .des {
              margin: 10px 0;
              font-size: 14px; }
            .home .container .section2 .list .item .text .btns a {
              font-size: 14px; }
              .home .container .section2 .list .item .text .btns a:not(:last-child) {
                margin-right: 16px; }
        .home .container .section2 .more {
          width: 150px;
          height: 40px;
          border-radius: 15px;
          margin: 25px auto;
          font-size: 14px; } }

/*# sourceMappingURL=search.css.map */
