body .home {
  background: url(../images/sbg.svg) no-repeat;
  background-size: 100%;
  overflow: hidden; }
  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 {
      width: 48.3333333333vw;
      mix-blend-mode: multiply; }
    body .home .banner .text {
      position: absolute;
      right: 9.375vw;
      top: 23.3333333333vw;
      width: 48.4895833333vw;
      text-align: center; }
      body .home .banner .text h1 {
        color: #BE8E44;
        line-height: 1; }
  body .home .container {
    padding: 3.125vw 7.8125vw;
    position: relative; }
    body .home .container .br {
      position: absolute;
      right: 0;
      top: 10.4166666667vw;
      width: 34.0104166667vw;
      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 .scroll_box {
      width: 67.7083333333vw;
      margin: 0 auto;
      padding-right: 1.5625vw;
      height: 41.6666666667vw;
      overflow-y: scroll; }
      body .home .container .sec1 .scroll_box::-webkit-scrollbar {
        width: 10px; }
      body .home .container .sec1 .scroll_box::-webkit-scrollbar-track {
        background: rgba(238, 198, 150, 0.4); }
      body .home .container .sec1 .scroll_box::-webkit-scrollbar-thumb {
        background: #EEC696; }
      body .home .container .sec1 .scroll_box .content .item {
        border-radius: 15px;
        background: #FFF;
        padding: 1.3020833333vw;
        margin-bottom: 1.5625vw;
        color: #BE8E44; }
        body .home .container .sec1 .scroll_box .content .item .d1 {
          display: flex;
          justify-content: space-between;
          align-items: center;
          /*cursor: pointer; */
            
        }
          body .home .container .sec1 .scroll_box .content .item .d1 .pt {
              
            font-weight: 700; }
          body .home .container .sec1 .scroll_box .content .item .d1 .icon img {
            width: 2.0833333333vw;
            transition: all 600ms; }
        body .home .container .sec1 .scroll_box .content .item .d2 {
          display: none; }
          body .home .container .sec1 .scroll_box .content .item .d2 div {
            margin-top: 0.8333333333vw;
            line-height: 1.5; }
        body .home .container .sec1 .scroll_box .content .item.on .d1 .icon img {
          transform: rotate(90deg); }
    body .home .container .sec2 {
      display: flex;
      justify-content: space-between;
      margin-top: 8.3333333333vw; }
      body .home .container .sec2 .lbox {
        width: 40.9895833333vw;
        height: 38.6458333333vw;
        border-radius: 10px;
        background: rgba(232, 196, 134, 0.2);
        position: relative; }
        body .home .container .sec2 .lbox .bg {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 25vw; }
        body .home .container .sec2 .lbox .text {
          position: absolute;
          top: 3.90625vw;
          right: 1.40625vw;
          width: 22.1875vw;
          line-height: 1.4;
          color: #BE8E44; }
          body .home .container .sec2 .lbox .text span {
            font-weight: bold; }
          body .home .container .sec2 .lbox .text .nr {
            /*margin: 5.2083333333vw 0 4.1666666667vw 0;*/
            text-align: center; }
            body .home .container .sec2 .lbox .text .nr .st {
              line-height: 2; }
            body .home .container .sec2 .lbox .text .nr .age {
              font-weight: bold; }
          body .home .container .sec2 .lbox .text .des {
            line-height: 1.5;
            margin-left: 4.1666666667vw; }
      body .home .container .sec2 .rbox {
        width: 41.4583333333vw; }
        body .home .container .sec2 .rbox .form {
          position: relative; }
          body .home .container .sec2 .rbox .form .item:not(:last-child) {
            margin-bottom: 1.4583333333vw; }
          body .home .container .sec2 .rbox .form .item .tag {
            color: #BE8E44;
            font-weight: 700;
            line-height: 1.25;
            margin-bottom: 0.5208333333vw; }
          body .home .container .sec2 .rbox .form .item input {
            border-radius: 10px;
            background: #FAEFDD;
            height: 4.3229166667vw;
            width: 100%;
            border: none;
            outline: none;
            padding: 0 1.3020833333vw;
            font-size: 1.25vw;
            color: #BE8E44; }
            body .home .container .sec2 .rbox .form .item input::placeholder {
              color: rgba(190, 142, 68, 0.4); }
          body .home .container .sec2 .rbox .form .item textarea {
            border-radius: 10px;
            background: #FAEFDD;
            height: 15.1041666667vw;
            width: 100%;
            border: none;
            outline: none;
            padding: 1.40625vw 1.3020833333vw;
            font-size: 1.25vw;
            color: #BE8E44;
            resize: none; }
            body .home .container .sec2 .rbox .form .item textarea::placeholder {
              color: rgba(190, 142, 68, 0.4); }
          body .home .container .sec2 .rbox .form .item .chose {
            /*cursor: pointer;*/
            position: relative;
            z-index: 10; }
            body .home .container .sec2 .rbox .form .item .chose .d1 {
              border-radius: 10px;
              background: #FAEFDD;
              height: 4.3229166667vw;
              padding: 1.09375vw 1.3020833333vw;
              display: flex;
              justify-content: space-between;
              align-items: center;
              color: rgba(190, 142, 68, 0.4); }
              body .home .container .sec2 .rbox .form .item .chose .d1 img {
                width: 2.0833333333vw;
                transition: all 600ms; }
              body .home .container .sec2 .rbox .form .item .chose .d1.on {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0; }
                body .home .container .sec2 .rbox .form .item .chose .d1.on img {
                  transform: rotate(90deg); }
            body .home .container .sec2 .rbox .form .item .chose .d2 {
              position: absolute;
              left: 0;
              top: 100%;
              width: 100%;
              background: #FAEFDD;
              border-bottom-left-radius: 10px;
              border-bottom-right-radius: 10px;
              display: none;
              z-index: 10; }
              body .home .container .sec2 .rbox .form .item .chose .d2 p {
                padding: 1.09375vw 1.3020833333vw;
                color: #BE8E44;
                transition: all 600ms; }
                body .home .container .sec2 .rbox .form .item .chose .d2 p:hover {
                  background: rgba(190, 142, 68, 0.8);
                  color: white; }
          body .home .container .sec2 .rbox .form .flex {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.0416666667vw; }
            body .home .container .sec2 .rbox .form .flex .item {
              width: 100%; }
          body .home .container .sec2 .rbox .form .submit {
            position: absolute;
            right: 1.875vw;
            bottom: 1.0416666667vw;
            width: fit-content;
            padding: 0.5208333333vw 1.0416666667vw;
            font-weight: 700;
            color: white;
            border-radius: 5px;
            background: #BE8E44;
            /*cursor: pointer;*/
            }
  body .home .footer .top {
    background: linear-gradient(0deg, #F3F0EF 59.44%, rgba(243, 240, 239, 0) 100%); }
  @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: 50%;
        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; }
      body .home .container .sec1 .scroll_box {
        width: 100%;
        padding-right: 15px;
        height: 400px; }
        body .home .container .sec1 .scroll_box .content .item {
          padding: 15px;
          margin-bottom: 15px; }
          body .home .container .sec1 .scroll_box .content .item .d1 .pt {
              flex: 1;
        padding-right: 1em;
            font-size: 16px; }
          body .home .container .sec1 .scroll_box .content .item .d1 .icon img {
            width: 16px; }
          body .home .container .sec1 .scroll_box .content .item .d2 div {
            font-size: 14px;
            margin-top: 10px; }
      body .home .container .sec2 {
        flex-direction: column;
        margin-top: 80px;
        gap: 30px; }
        body .home .container .sec2 .lbox {
          width: 100%;
          height: 700px; }
          body .home .container .sec2 .lbox .bg {
            width: 240px; }
          body .home .container .sec2 .lbox .text {
            top: 0;
            right: 0;
            padding: 20px;
            width: 100%; }
            body .home .container .sec2 .lbox .text .nr {
              margin: 20px 0; }
            body .home .container .sec2 .lbox .text .des {
              margin-left: 0px;
              font-size: 14px; }
        body .home .container .sec2 .rbox {
          width: 100%; }
          body .home .container .sec2 .rbox .form .item:not(:last-child) {
            margin-bottom: 15px; }
          body .home .container .sec2 .rbox .form .item .tag {
            margin-bottom: 10px; }
          body .home .container .sec2 .rbox .form .item input {
            height: 45px;
            font-size: 16px;
            padding: 0 15px; }
          body .home .container .sec2 .rbox .form .item textarea {
            height: 150px;
            font-size: 16px;
            padding: 15px; }
          body .home .container .sec2 .rbox .form .item .chose .d1 {
            height: 45px;
            padding: 10px 15px; }
            body .home .container .sec2 .rbox .form .item .chose .d1 p {
              font-size: 16px; }
            body .home .container .sec2 .rbox .form .item .chose .d1 img {
              width: 16px; }
          body .home .container .sec2 .rbox .form .item .chose .d2 p {
            padding: 10px 15px;
            font-size: 14px; }
          body .home .container .sec2 .rbox .form .flex {
            grid-template-columns: 1fr;
            gap: 0;
            margin-bottom: 15px; }
          body .home .container .sec2 .rbox .form .submit {
            right: 20px;
            bottom: 15px;
            padding: 5px 10px; } }

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