<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *:before, *:after {
  box-sizing: border-box; }

body {
  padding-bottom: 80px;
  background-color: #dd371f; }

#section1 {
  background: url("../images/section_01.jpg") center no-repeat;
  height: 800px; }

#section2 {
  background: url("../images/section_02.jpg") center no-repeat;
  height: 341px;
  position: relative; }
  #section2 &gt; form {
    position: absolute;
    left: 50%;
    margin-left: -475px;
    top: 180px;
    display: flex;
    align-items: flex-end; }
    #section2 &gt; form label {
      display: inline-flex;
      align-items: center;
      width: 280px;
      background-color: #fff;
      border: 1px solid #bcbcbc;
      border-radius: 5px;
      padding: 10px;
      margin-right: 10px; }
      #section2 &gt; form label span {
        color: red; }
      #section2 &gt; form label input {
        flex: 1;
        border: 0;
        background-color: transparent;
        padding: 5px;
        font-size: 18px;
        min-width: 150px; }
      #section2 &gt; form label .send-message {
        font-size: 18px;
        border: 0;
        background-color: transparent;
        color: #e83217;
        cursor: pointer; }
        #section2 &gt; form label .send-message:disabled {
          color: #666;
          cursor: default; }
    #section2 &gt; form button[type=submit] {
      color: #fff;
      font-size: 36px;
      font-weight: 600;
      padding: 15px 20px;
      border: 0;
      cursor: pointer;
      border-radius: 10px;
      background: linear-gradient(0deg, #fe8152, #ff4023 5%, #ff623a); }

.store-swiper {
  width: 1200px;
  margin: 0 auto; }
  .store-swiper .swiper-slide {
    width: auto;
    font-size: 27px;
    color: #fff;
    display: flex;
    align-items: center; }
    .store-swiper .swiper-slide:before {
      content: "";
      display: inline-block;
      width: 24px;
      height: 30px;
      background: url("../images/icon.png") center no-repeat;
      margin-right: 10px; }

#section3 {
  background: url("../images/section_03.jpg") center no-repeat;
  height: 864px; }

#section4 {
  background: url("../images/section_04.jpg") center no-repeat;
  height: 1911px; }

#section5 {
  background: url("../images/section_05.jpg") center no-repeat;
  height: 671px; }

#section6 {
  text-align: center;
  background: #fff;
  padding-bottom: 50px; }
  #section6 .case-swiper-text {
    width: 550px;
    margin: 20px auto; }
    #section6 .case-swiper-text .swiper-slide {
      text-align: center;
      color: #52381f;
      line-height: 1;
      padding: 10px 0;
      cursor: pointer; }
      #section6 .case-swiper-text .swiper-slide &gt; span {
        display: block;
        font-size: 24px;
        padding: 10px; }
      #section6 .case-swiper-text .swiper-slide.swiper-slide-thumb-active &gt; span {
        background-image: linear-gradient(90deg, #3261c1, #3095e4);
        border-radius: 10px;
        color: #fff; }
      #section6 .case-swiper-text .swiper-slide:last-child {
        border-right: 0; }
  #section6 .case-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap; }
    #section6 .case-swiper .swiper-slide .col-3 {
      width: 30%; }
    #section6 .case-swiper .swiper-slide .col-2 {
      width: 20%; }
    #section6 .case-swiper .swiper-slide .col-3, #section6 .case-swiper .swiper-slide .col-2 {
      height: 380px;
      padding: 5px;
      overflow: hidden;
      position: relative; }
      #section6 .case-swiper .swiper-slide .col-3 &gt; img, #section6 .case-swiper .swiper-slide .col-2 &gt; img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        position: relative; }
      #section6 .case-swiper .swiper-slide .col-3 &gt; span, #section6 .case-swiper .swiper-slide .col-2 &gt; span {
        white-space: nowrap;
        z-index: 2;
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        padding: 5px 20px;
        font-size: 20px;
        color: #fff;
        background-color: rgba(237, 75, 43, 0.8); }

#section7 {
  background: url("../images/section_07.jpg") center no-repeat;
  height: 1201px; }

#section8 {
  background: url("../images/section_08.jpg") center no-repeat;
  height: 1383px; }

#section9 {
  background: url("../images/section_09.jpg") center no-repeat;
  height: 504px;
  position: relative; }
  #section9 form {
    position: absolute;
    left: 50%;
    top: 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 550px;
    height: 460px;
    padding: 30px;
    margin-left: 60px;
    text-align: center; }
    #section9 form &gt; h2 {
      color: #333;
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 10px; }
      #section9 form &gt; h2 span {
        color: #d1411c; }
    #section9 form &gt; h3 {
      color: #333;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 10px; }
      #section9 form &gt; h3 small {
        font-size: 80%;
        color: #5b5b5b; }
    #section9 form .form-group {
      width: 440px;
      margin: 15px auto;
      display: flex;
      align-items: center;
      border: 1px solid #bcbcbc;
      background-color: #fff;
      padding: 10px 20px;
      border-radius: 5px; }
      #section9 form .form-group &gt; label {
        color: red; }
      #section9 form .form-group &gt; input {
        flex: 1;
        border: 0;
        background-color: transparent;
        padding: 5px;
        font-size: 18px; }
      #section9 form .form-group .send-message {
        border: 0;
        background-color: transparent;
        color: #e83217;
        font-size: 16px;
        cursor: pointer; }
        #section9 form .form-group .send-message:disabled {
          color: #999;
          cursor: auto; }
    #section9 form button[type=submit] {
      border: 0;
      font-size: 36px;
      color: #fff;
      background: url("../images/btn1.png") center no-repeat;
      width: 392px;
      height: 89px;
      line-height: 1;
      cursor: pointer;
      text-align: center;
      text-shadow: 0 0 5px #666;
      animation: infinite 2s heartBeat;
      -webkit-animation: infinite 2s heartBeat; }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.FloatBottomWrap .nei {
  width: 1400px;
  padding-left: 360px;
  height: auto; }
  .FloatBottomWrap .nei .photo {
    width: 300px; }
  .FloatBottomWrap .nei .CalculationWrap #CalculationForm .form-group {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-right: 10px;
    height: 38px; }
    .FloatBottomWrap .nei .CalculationWrap #CalculationForm .form-group input {
      flex: 1;
      margin-right: 0;
      margin-bottom: 0;
      width: 150px;
      border: 0; }
    .FloatBottomWrap .nei .CalculationWrap #CalculationForm .form-group .send-message {
      border: 0;
      background-color: transparent;
      cursor: pointer;
      color: #333; }
      .FloatBottomWrap .nei .CalculationWrap #CalculationForm .form-group .send-message:disabled {
        color: #999; }
  .FloatBottomWrap .nei .CalculationWrap #CalculationForm .offerSbmit {
    width: 160px; }

/*# sourceMappingURL=style.css.map */
</pre></body></html>