body .home {
  background: url(../images/sbg.svg) no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  background: #FFF9EF; }
  body .home .banner {
    background: #FFF9EF url(../images/blog_s1.png) no-repeat;
    background-size: 100%;
    padding: 2.2916666667vw 0 0 0;
    position: relative; }
    body .home .banner .pic img {
      mix-blend-mode: multiply;
      width: 48.3333333333vw; }
    body .home .banner .text {
      position: absolute;
      right: 6.7708333333vw;
      top: 18.2291666667vw;
      width: 46.1979166667vw; }
      body .home .banner .text h1 {
        text-align: center;
        color: #BE8E44;
        line-height: 1;
        margin-bottom: 4.6875vw; }
      body .home .banner .text .search {
        position: relative; }
        body .home .banner .text .search input {
          width: 100%;
          height: 5.2083333333vw;
          padding: 0 2.4479166667vw;
          font-size: 1.6666666667vw;
          color: #BE8E44;
          border-radius: 80px;
          background: rgba(232, 196, 134, 0.4);
          outline: none;
          border: none; }
          body .home .banner .text .search input::placeholder {
            color: #BE8E44; }
        body .home .banner .text .search .btn {
          position: absolute;
          right: 2.4479166667vw;
          top: 50%;
          transform: translateY(-50%);
          /*cursor: pointer;*/
          }
          body .home .banner .text .search .btn img {
            width: 2.34375vw; }
  body .home .container {
    padding: 3.125vw 7.8125vw;
    position: relative; }
    body .home .container .br {
      position: absolute;
      right: 0;
      top: 26.0416666667vw;
      width: 30.9895833333vw;
      pointer-events: none; }
    body .home .container .bl {
      position: absolute;
      left: 0;
      top: 62.5vw;
      width: 52.0833333333vw;
      pointer-events: none; }
    body .home .container .links {
      display: flex; }
      body .home .container .links a {
        color: rgba(232, 196, 134, 0.51);
        transition: all 600ms; }
        body .home .container .links a:hover {
          color: #BE8E44; }
    body .home .container .sec1 .title {
      font-weight: 700;
      line-height: 1;
      text-align: center;
      color: #BE8E44;
      margin: 3.125vw 0 6.25vw 0; }
    body .home .container .sec1 .cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 2.6041666667vw; }
      body .home .container .sec1 .cards a {
        display: block;
        box-shadow: 0px 4px 1.3020833333vw rgba(0, 0, 0, 0.25);
        background: white;
        padding: 1.1979166667vw;
        padding-bottom: 1.0416666667vw;
        border-radius: 45px;
        color: #BE8E44;
        transition: all 600ms;
        width: 100%; }
        body .home .container .sec1 .cards a:nth-child(1) {
          transform: translateY(5.2083333333vw) rotate(-7.204deg); }
        body .home .container .sec1 .cards a:nth-child(3) {
          transform: translateY(5.2083333333vw) rotate(7.204deg); }
        body .home .container .sec1 .cards a:nth-child(2) {
          z-index: 10; }
        body .home .container .sec1 .cards a .pic {
          width: 100%;
          overflow: hidden;
          border-radius: 25px; }
          body .home .container .sec1 .cards a .pic img {
            width: 100%;
            border-radius: 25px;
            height: 17.1875vw;
            object-fit: cover;
            transition: all 600ms; }
        body .home .container .sec1 .cards a .pt {
          font-weight: 700;
          margin: 1.25vw 0 0.8854166667vw 0;
          height: 3.3854166667vw;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        body .home .container .sec1 .cards a .tag {
          border-radius: 15px;
          background: rgba(232, 196, 134, 0.2);
          padding: 0.1041666667vw 0.78125vw;
          width: fit-content;
          font-weight: 600; }
        body .home .container .sec1 .cards a .des {
          margin: 0.8854166667vw 0 0.3125vw 0;
          height: 4.2708333333vw;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden; }
        body .home .container .sec1 .cards a .icon {
          text-align: right; }
          body .home .container .sec1 .cards a .icon svg {
            width: 3.6979166667vw; }
        body .home .container .sec1 .cards a:hover {
          background: #FFD4E1;
          z-index: 11; }
          body .home .container .sec1 .cards a:hover .pic img {
            transform: scale(1.05); }
    body .home .container .sec2 {
      margin: 14.5833333333vw 0 3.3854166667vw 0; }
      body .home .container .sec2 .types {
        display: flex;
        justify-content: center;
        gap: 4.7916666667vw; }
        body .home .container .sec2 .types span {
          padding: 0.7291666667vw 1.1458333333vw;
          border-radius: 15px;
          background: rgba(232, 196, 134, 0.2);
          color: #BE8E44;
          font-weight: 500;
          /*cursor: pointer;*/
          transition: all 600ms; }
          body .home .container .sec2 .types span.on {
            background: #BE8E44;
            color: white; }
      body .home .container .sec2 .boxs .box {
        display: none; }
        body .home .container .sec2 .boxs .box.on {
          display: block; }
      body .home .container .sec2 .list {
        width: 73.125vw;
        margin: 0 auto; }
        body .home .container .sec2 .list a {
          border-radius: 20px;
          display: flex;
          margin-top: 4.1666666667vw;
          padding: 2.0833333333vw 2.7604166667vw;
          justify-content: space-between;
          position: relative;
          z-index: 1; }
          body .home .container .sec2 .list a:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border-radius: inherit;
            box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
            background: #FFF;
            z-index: -1;
            transition: .6s ease; }
          body .home .container .sec2 .list a .pic {
            width: 23.0729166667vw;
            border-radius: 15px;
            overflow: hidden; }
            body .home .container .sec2 .list a .pic img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 15px;
              transition: all 600ms; }
          body .home .container .sec2 .list a .text {
            width: 41.9791666667vw;
            color: #BE8E44; }
            body .home .container .sec2 .list a .text .pt {
              font-weight: 700;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap; }
            body .home .container .sec2 .list a .text .tag {
              border-radius: 15px;
              background: rgba(232, 196, 134, 0.2);
              padding: 0.1041666667vw 0.78125vw;
              width: fit-content;
              font-weight: 600;
              margin: 2.0833333333vw 0 1.0416666667vw 0; }
            body .home .container .sec2 .list a .text .des {
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3;
              overflow: hidden; }
            body .home .container .sec2 .list a .text .icon {
              text-align: right; }
              body .home .container .sec2 .list a .text .icon svg {
                width: 3.6979166667vw; }
          body .home .container .sec2 .list a:hover:after {
            background: #FFD4E1; }
          body .home .container .sec2 .list a:hover .pic img {
            transform: scale(1.05); }
      body .home .container .sec2 .pager {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 8.6458333333vw; }
        body .home .container .sec2 .pager .prev,
        body .home .container .sec2 .pager .next {
          color: #BE8E44;
          /*cursor: pointer;*/
          opacity: .6;
          transition: all 600ms; }
          body .home .container .sec2 .pager .prev:hover,
          body .home .container .sec2 .pager .next:hover {
            opacity: 1; }
        body .home .container .sec2 .pager .p_box {
          display: flex;
          align-items: center; }
          body .home .container .sec2 .pager .p_box .nums {
            margin: 0 3.125vw;
            display: flex;
            align-items: center; }
            body .home .container .sec2 .pager .p_box .nums span ,body .home .container .sec2 .pager .p_box .nums a {
              width: 2.6041666667vw;
              height: 2.6041666667vw;
              border-radius: 50%;
              /*cursor: pointer;*/
              display: flex;
              align-items: center;
              justify-content: center;
              color: #BE8E44; }
              body .home .container .sec2 .pager .p_box .nums span.on,body .home .container .sec2 .pager .p_box .nums a.on {
                background: #be8e44;
                color: white; }
  body .home .footer .top {
    background: transparent; }
  @media screen and (max-width: 768px) {
    body .home .banner {
      padding: 0; }
      body .home .banner .pic img {
        width: 50%; }
      body .home .banner .text {
        right: 5%;
        top: 33%;
        transform: translateY(-50%); }
        body .home .banner .text h1 {
          font-size: 24px; }
        body .home .banner .text .search input {
          font-size: 16px;
          height: 40px;
          padding: 0 20px; }
        body .home .banner .text .search .btn {
          display: flex;
          align-items: center;
          justify-content: center;
          right: 20px; }
          body .home .banner .text .search .btn img {
            width: 16px; }
    body .home .container {
      padding: 20px 5%;
      background-size: cover; }
      body .home .container .links {
        flex-wrap: wrap;
        gap: 10px; }
      body .home .container .sec1 .title {
        margin: 30px 0;
        font-size: 20px; }
      body .home .container .sec1 .cards {
        grid-template-columns: 1fr;
        margin: 0;
        gap: 20px; }
        body .home .container .sec1 .cards a {
          transform: none !important;
          border-radius: 20px;
          padding: 15px; }
          body .home .container .sec1 .cards a .pic img {
            height: 200px; }
          body .home .container .sec1 .cards a .pt {
            height: auto;
            margin: 15px 0; }
          body .home .container .sec1 .cards a .tag {
            padding: 2px 10px; }
          body .home .container .sec1 .cards a .des {
            height: auto;
            margin: 10px 0; }
          body .home .container .sec1 .cards a .icon svg {
            width: 30px; }
      body .home .container .sec2 {
        margin: 40px 0 20px 0; }
        body .home .container .sec2 .types {
          flex-wrap: wrap;
          gap: 20px;
          justify-content: center; }
          body .home .container .sec2 .types span {
            padding: 8px 12px; }
        body .home .container .sec2 .list {
          width: 100%; }
          body .home .container .sec2 .list a {
            flex-direction: column;
            margin-top: 20px;
            padding: 15px; }
            body .home .container .sec2 .list a .pic {
              width: 100%;
              margin-bottom: 15px; }
            body .home .container .sec2 .list a .text {
              width: 100%; }
              body .home .container .sec2 .list a .text .tag {
                margin: 15px 0;
                padding: 4px 10px; }
              body .home .container .sec2 .list a .text .icon svg {
                width: 30px; }
        body .home .container .sec2 .pager {
          margin-top: 40px;
          flex-direction: column;
          gap: 20px; }
          body .home .container .sec2 .pager .p_box .nums {
            margin: 0 15px; }
            body .home .container .sec2 .pager .p_box .nums span {
              width: 30px;
              height: 30px; } }

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