.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 10.4166666667vw;
    background: url(../images/find_bg.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .home .section .goBack {
      width: 100%;
      margin-bottom: 2.0833333333vw; }
      .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 .l {
      width: 48%; }
      .home .section .l .form .item {
        margin-bottom: 2.0833333333vw;
        position: relative; }
        .home .section .l .form .item p {
          position: absolute;
          right: 1.40625vw;
          top: 50%;
          transform: translateY(-50%);
          color: #999;
          font-size: 0.8333333333vw;
          font-family: 'PINGFANG-MEDIUM'; }
        .home .section .l .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 .l .form .item input::placeholder {
            color: #999; }
        .home .section .l .form .item:nth-child(2) {
          margin-bottom: 1.5625vw; }
      .home .section .l .form .items {
        display: flex;
        justify-content: space-between; }
        .home .section .l .form .items .item {
          width: 48.5%; }
      .home .section .l .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 .l .form button:hover {
          background: #212F45;
          color: white; }
    .home .section .r {
      width: 48%; }
      .home .section .r .des {
        color: #000;
        font-size: 0.8333333333vw;
        line-height: 1.62;
        font-family: 'PINGFANG-MEDIUM';
        margin-bottom: 3.8541666667vw; }
      .home .section .r .rules .item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.8333333333vw;
        line-height: 1.85;
        cursor: pointer; }
        .home .section .r .rules .item .icon {
          width: 0.9895833333vw;
          height: 0.9895833333vw;
          border: 1px solid #C7C7C7;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 0.4166666667vw;
          transition: all 600ms; }
          .home .section .r .rules .item .icon svg {
            display: block;
            width: 0.5729166667vw;
            opacity: 0;
            transition: all 600ms; }
        .home .section .r .rules .item p {
          width: calc(100% - 2vw);
          color: #666;
          font-size: 0.7291666667vw;
          font-family: 'PINGFANG-MEDIUM'; }
      .home .section .r .rules .on .icon {
        border-color: #B60005; }
        .home .section .r .rules .on .icon svg {
          opacity: 1; }
  @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 {
        flex-direction: column;
        padding: 30px 5%; }
        .home .section .goBack {
          margin-bottom: 30px; }
          .home .section .goBack a {
            font-size: 16px; }
        .home .section .l {
          width: 100%; }
          .home .section .l .form .item {
            margin-bottom: 20px; }
            .home .section .l .form .item p {
              font-size: 12px;
              right: 15px; }
            .home .section .l .form .item input {
              height: 50px;
              padding: 0 15px;
              font-size: 14px; }
            .home .section .l .form .item:nth-child(2) {
              margin-bottom: 15px; }
          .home .section .l .form .forget {
            font-size: 16px; }
          .home .section .l .form button {
            height: 55px;
            font-size: 16px;
            margin: 30px 0 15px 0; }
          .home .section .l .form .notice {
            flex-direction: column; }
            .home .section .l .form .notice p {
              font-size: 16px; }
            .home .section .l .form .notice a {
              font-size: 16px;
              margin: 10px 0 0 0; }
        .home .section .r {
          width: 100%;
          margin-top: 20px; }
          .home .section .r .des {
            font-size: 16px; }
          .home .section .r .rules .item {
            margin-bottom: 10px; }
            .home .section .r .rules .item .icon {
              width: 15px;
              height: 15px;
              margin-top: 8px; }
              .home .section .r .rules .item .icon svg {
                width: 10px; }
            .home .section .r .rules .item p {
              width: calc(100% - 25px);
              font-size: 14px; } }

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