/* ==== FE duplicate: quote_banner (hidden, do not delete) ====
.quote_banner {
  position: relative;
  max-width: 256rem;
  margin: 0 auto;
  background-color: var(--bg);
}
.quote_banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.quote_banner .wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  overflow-y: auto;
  margin: 4rem 0;
}
.quote_banner .wrap .content {
  display: flex;
  height: 100%;
}
.quote_banner .head {
  margin: auto 0;
  width: 60%;
  padding-bottom: 1.1%;
}
.quote_banner h1 {
  max-width: 61.4rem;
}
.quote_banner p {
  max-width: 60rem;
  hyphens: auto;
  margin-top: 1.6rem;
}
==== /FE duplicate: quote_banner ==== */
.quote_main {
  position: relative;
  padding: 11.9rem 0 12.6rem;
}
.quote_main .lt {
  flex: 1;
  width: 100%;
  max-width: 42.7rem;
  padding-top: 2.4%;
}
.quote_main .lt h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.quote_main .head ul {
  font-size: 1.8rem;
  color: #0f0f0e;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.quote_main .head ul li {
  position: relative;
  border-bottom: 1px solid rgba(66, 66, 66, 0.1);
  padding: 0.556em 0em 0.5em 1.944em;
}
.quote_main .head ul li::before {
  position: absolute;
  width: 0.8334em;
  height: 0.8334em;
  left: 0;
  top: 0.889em;
  content: '';
  background: url("../img/gou.svg") no-repeat center / contain;
}
.quote_main .head p {
  max-width: 41.3rem;
  margin-top: 2.2rem;
}
.quote_main .connect {
  margin-top: 5.2rem;
}
.quote_main .connect ul {
  font-size: 1.8rem;
  line-height: 1.4444;
  font-weight: 500;
  margin-top: 2.3rem;
}
.quote_main .connect ul li + li {
  margin-top: 1.5rem;
}
.quote_main .connect ul li {
  position: relative;
  padding-left: 1.9444em;
}
.quote_main .connect ul li::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: '';
  width: 1.16667em;
  height: 1.3333em;
  background: no-repeat center left / contain;
}
.quote_main .connect ul li a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.quote_main .connect ul li a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.quote_main .connect ul .locate {
  margin-top: 2.1rem;
}
.quote_main .connect ul .phone::before {
  background-image: url("../img/quote-icon-phone.svg");
  background-size: 95.24%;
}
.quote_main .connect ul .email::before {
  background-image: url("../img/quote-icon-email.svg");
}
.quote_main .connect ul .locate::before {
  background-image: url("../img/quote-icon-locate.svg");
}
.quote_main .social {
  margin-top: 4.8rem;
}
.quote_main .social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.9rem;
}
.quote_main .social ul a {
  display: block;
  width: 4.9rem;
  height: 4.9rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: var(--bg);
}
.quote_main .social ul a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  transition: all 0.3s;
  background: no-repeat center / 40.82%;
}
.quote_main .social ul a:hover {
  background-color: var(--primary);
}
.quote_main .social ul a:hover::after {
  filter: contrast(0) brightness(2);
}
.quote_main .social ul .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
.quote_main .social ul .whatsapp a::after {
  background-image: url(../img/social-whatsapp.svg);
}
.quote_main .social ul .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
.quote_main .social ul .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
.quote_main .social ul .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
.quote_main .quote_form {
  width: 65.625%;
}
.quote_main .quote_form .wpcf7 {
  display: contents;
}
.quote_main form {
  display: grid;
  background-color: #fff;
  border: 1px solid #eae7e5;
  box-shadow: 0 1rem 1.5rem rgba(219, 214, 209, 0.35);
  counter-reset: step;
  padding: 5.396825% 4.867725% 5.608466% 6.031746%;
}
.quote_main form .info {
  padding-bottom: 1.4rem;
}
.quote_main form .info strong {
  font-size: 3rem;
  font-weight: 500;
}
.quote_main form .info p {
  margin-top: 0.6rem;
}
.quote_main form .step .title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  gap: 1.6rem;
  padding: 2.4rem 0;
}
.quote_main form .step .title::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  counter-increment: step;
  content: counter(step);
  font-size: 1.484rem;
  font-weight: 500;
  color: #fff;
  background-color: var(--secondary);
  width: 2.156em;
  height: 2.156em;
  min-width: max-content;
  white-space: nowrap;
  padding: 0 0.2em;
  margin-top: 1px;
}
.quote_main form .step .box {
  padding-bottom: 1.8rem;
}
.quote_main form .step.step-toggle .title {
  cursor: pointer;
  grid-template-columns: auto 1fr 0.8em;
}
.quote_main form .step.step-toggle .title::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/icon-select.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.quote_main form .step.step-toggle .box {
  display: none;
}
.quote_main form .step.step-toggle.active .title::after {
  transform: rotate(-180deg);
}
.quote_main form .step1 .title {
  padding-bottom: 2.3rem;
}
.quote_main form .step1 .box {
  padding-bottom: 2.2rem;
}
.quote_main form .step3 .box {
  padding-top: 1px;
  padding-bottom: 1.7rem;
}
.quote_main form .step3 .label {
  margin-bottom: 1.6rem;
}
.quote_main form .step3 .wpcf7-form-control-wrap {
  padding-bottom: 0.3rem;
}
.quote_main form .step4 .flex {
  gap: 2.4rem 0;
}
.quote_main form .step4 .wpcf7-form-control-wrap {
  padding-top: 0.7rem;
  padding-bottom: 0;
}
.quote_main form .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.7rem 0;
}
.quote_main form span {
  width: 100%;
}
.quote_main form .col-2 {
  width: 48.6202381%;
}
.quote_main form .wpcf7-spinner {
  width: auto;
}
.quote_main form .label {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1.1rem;
}
.quote_main form .label i {
  color: var(--primary);
}
.quote_main form input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):not([type=hidden]),
.quote_main form textarea,
.quote_main form select {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--title);
  border: 1px solid #ddd;
  background-color: transparent;
  transition: border-color 0.2s;
  height: 5.3rem;
  padding: 0 2.2rem 1px;
  letter-spacing: 0.01em;
}
.quote_main form input::placeholder,
.quote_main form textarea::placeholder,
.quote_main form select::placeholder {
  color: #7c7c7c;
}
.quote_main form input:focus,
.quote_main form textarea:focus,
.quote_main form select:focus,
.quote_main form input.focus,
.quote_main form textarea.focus,
.quote_main form select.focus {
  border-color: var(--primary);
}
.quote_main form input:not([type=submit]),
.quote_main form textarea:not([type=submit]),
.quote_main form select:not([type=submit]) {
  font-family: "DM Sans", sans-serif;
}
.quote_main form select {
  outline: none;
  background: url("../img/icon-select.svg") no-repeat center right 2.2rem/1.3rem;
  padding-right: 4rem;
  margin-bottom: 1px;
}
.quote_main form textarea {
  line-height: 1.2;
  padding: 1.8rem 2.2rem;
  height: 12rem;
}
.quote_main form span:has(input[type=submit]) {
  width: auto;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.quote_main form input[type=submit] {
  transition: all 0.3s;
  text-align: center;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  font-size: 1.6rem;
  height: 5.2rem;
  padding: 0 3rem;
  margin-left: auto;
}
.quote_main form input[type=submit]:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.quote_main form .wpcf7-form-control-wrap {
  font-family: "DM Sans", sans-serif;
  display: block;
  padding-bottom: 0.5rem;
}
.quote_main form .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.quote_main form .wpcf7-form-control-wrap .wpcf7-form-control span {
  width: auto;
}
.quote_main form .wpcf7-form-control-wrap .wpcf7-list-item input {
  display: none;
}
.quote_main form .wpcf7-form-control-wrap .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 500;
}
.quote_main form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  color: #4f4f4f;
  border: 1px solid #ddd;
  font-size: 1.5rem;
  line-height: 4.5rem;
  padding: 0 1.9rem;
}
.quote_main form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label:hover {
  background-color: rgba(200, 167, 80, 0.2);
}
.quote_main form .upload_area {
  display: grid;
  grid-template-columns: 5.4rem 1fr auto;
  align-items: center;
  border: 1px dashed #e7e1d5;
  background-color: #f7f4ed;
  cursor: pointer;
  gap: 1.7rem;
  padding: 2.4rem 2.4rem 2.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
}
.quote_main form .wpcf7-response-output {
  width: 100%;
  grid-column: 1 / -1;
}
.quote_main form .upload_area .wpcf7-form-control-wrap {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.quote_main form .upload_area input {
  display: none;
}
.quote_main form .upload_area::before {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/icon-upload.svg") no-repeat center / 34.7% #ebe1cb;
}
.quote_main form .upload_area strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
.quote_main form .upload_area p {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text);
  margin-top: 0.7rem;
  margin-bottom: 1px;
}
.quote_main form .upload_area p.sm {
  font-size: 1.4rem;
  color: #6e665a;
  align-self: end;
  margin-top: 0;
  margin-bottom: 2px;
}
.quote_main form .tip {
  font-size: 1.5rem;
  line-height: 1.533333;
  font-weight: 500;
  color: var(--text);
  flex: 1;
  max-width: 40.9rem;
  align-self: center;
  margin-top: 1.1%;
}
.quote_main .floats {
  opacity: 0.61;
}
.quote_main .floats .img.img1 {
  width: 31%;
  max-width: 57.9rem;
  left: -15.10417%;
  bottom: 15.68627%;
}
.quote_main .floats .img.img1 img {
  opacity: 0.28;
}
.quote_main .floats .img.img2 {
  width: 21%;
  max-width: 38.2rem;
  right: -5.05208%;
  top: -0.31194%;
}
.quote_main .floats .img.img2 img {
  opacity: 0.2;
}
.quote_process {
  background-color: var(--bg);
  padding: 11rem 0 12.9rem;
}
.quote_process .quote_process_swiper {
  width: calc(100% - 4rem);
  max-width: 167.6rem;
  margin: 8.1rem auto 0;
  overflow: hidden;
}
.quote_process .quote_process_swiper .swiper-slide.active .icon::after {
  transform: scaleX(1);
  transition: transform 3s linear;
}
.quote_process .quote_process_swiper .swiper-slide:last-child .icon::before,
.quote_process .quote_process_swiper .swiper-slide:last-child .icon::after {
  display: none;
}
.quote_process .quote_process_swiper .icon {
  position: relative;
  display: flex;
  align-items: center;
}
.quote_process .quote_process_swiper .icon img {
  width: auto;
  max-width: 7.9rem;
  height: 6.4rem;
}
.quote_process .quote_process_swiper .icon::before,
.quote_process .quote_process_swiper .icon::after {
  position: absolute;
  left: 8.8rem;
  right: 0;
  height: 1px;
  background-color: rgba(51, 47, 43, 0.19);
  content: '';
}
.quote_process .quote_process_swiper .icon::after {
  height: 2px;
  background-color: var(--primary);
  transform: scaleX(0);
  transform-origin: left center;
}
.quote_process .quote_process_swiper .info {
  margin-top: 3.2rem;
}
.quote_process .quote_process_swiper .info h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.quote_process .quote_process_swiper .info p {
  max-width: 37rem;
  margin-top: 1.5rem;
}
/* ==== FE duplicate: quote_path (hidden, do not delete) ====
.quote_path {
  padding: 10.3rem 0 11.5rem;
}
.quote_path p {
  max-width: 81.4rem;
  margin-top: 3rem;
}
.quote_path .items {
  margin-top: 3.9rem;
}
.quote_path .items > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 2.083333%;
}
.quote_path .items .active .item::before {
  opacity: 1;
}
.quote_path .item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--bg);
  color: #0f0f0e;
  padding: 7.234043% 7.659574% 6.241135% 7.943262%;
}
.quote_path .item::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: -1px;
  content: '';
  border: 2px solid var(--primary);
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.quote_path .item .top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
}
.quote_path .item h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 1px;
}
.quote_path .item p {
  margin-top: 0.5rem;
}
.quote_path .item .icon {
  width: 6rem;
  height: 6rem;
}
.quote_path .item ul {
  flex: 1;
  font-size: 1.7rem;
  margin-top: 3.4rem;
}
.quote_path .item ul li + li {
  border-top: 1px solid rgba(66, 66, 66, 0.2);
}
.quote_path .item ul li {
  position: relative;
  padding: 0.588em 0 0.647em 2.058824em;
}
.quote_path .item ul li::before {
  position: absolute;
  width: 0.883em;
  height: 0.883em;
  left: 0;
  top: 0.8824em;
  content: '';
  background: url("../img/gou.svg") no-repeat center / contain;
}
.quote_path .item .btn {
  max-width: max-content;
  line-height: 5rem;
  margin-top: 2.5rem;
}
==== /FE duplicate: quote_path ==== */
/* ==== FE duplicate: quote_chat (hidden, do not delete) ====
.quote_chat {
  max-width: 256rem;
  margin: 0 auto;
  padding: 8.9rem 0 6.5rem;
}
.quote_chat .head {
  width: 50%;
  max-width: 65.9rem;
  background-color: #fff;
  margin-left: -3.54166667%;
  padding: 3.472222% 2.083333% 3.263889%;
}
.quote_chat .tcon {
  max-width: 49.4rem;
  margin: 0 auto;
}
.quote_chat .tcon > em,
.quote_chat .tcon h2 {
  margin: 0 auto;
  text-align: center;
}
.quote_chat .tcon > em {
  display: block;
  color: #a2854a;
  letter-spacing: 0.18em;
  margin-bottom: 1.4rem;
}
.quote_chat .tcon h2 {
  max-width: 38.6rem;
}
.quote_chat .tcon ul {
  font-size: 1.8rem;
  color: #0f0f0e;
  margin-top: 1.6rem;
}
.quote_chat .tcon ul li {
  position: relative;
  border-bottom: 1px solid rgba(66, 66, 66, 0.1);
  padding: 0.556em 0em 0.5em 1.944em;
}
.quote_chat .tcon ul li::before {
  position: absolute;
  width: 0.8334em;
  height: 0.8334em;
  left: 0;
  top: 0.889em;
  content: '';
  background: url("../img/gou.svg") no-repeat center / contain;
}
.quote_chat .tcon.sm p {
  margin-top: 2.4rem;
}
.quote_chat .seg-line {
  margin-top: 1.9rem;
}
.quote_chat p {
  margin-top: 2.7em;
}
.quote_chat .btn {
  min-width: unset;
  width: 100%;
  line-height: 5rem;
  max-width: 51.1rem;
  display: block;
  margin: 2.8rem auto 0;
}
==== /FE duplicate: quote_chat ==== */
/* ==== FE duplicate: quote_faqs (hidden, do not delete) ====
.quote_faqs {
  padding: 9.4rem 0 10.5rem;
}
.quote_faqs .nav {
  margin-top: 4rem;
}
.quote_faqs .main {
  max-width: 87.1rem;
  margin: 4.6rem auto 0;
}
.quote_faqs .main .faqs {
  display: none;
}
.quote_faqs .main .faqs.active {
  display: block;
}
.quote_faqs .faq_list .answer {
  max-width: 83rem;
}
==== /FE duplicate: quote_faqs ==== */
.footer_contact {
  position: relative;
  overflow: hidden;
  background-color: #2e2a26;
  background-image: radial-gradient(circle 52.6cqw at center -18.1%, #7a6742, #2e2a26);
}
.footer_contact .flex {
  display: flex;
  min-height: 27.3rem;
  padding: 5rem 0;
}
.footer_contact .flex .flex {
  min-height: unset;
  padding: 0;
}
.footer_contact .head {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 0.4rem;
}
.footer_contact .tcon {
  flex: 1;
  min-width: 24rem;
  padding-bottom: 1px;
}
.footer_contact .tcon.wt,
.footer_contact .tcon.wt h2 {
  color: #fff;
}
.footer_contact p {
  max-width: 48.1rem;
  margin-top: 2.1rem;
}
.footer_contact .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 auto;
  gap: 1.8rem;
}
.footer_contact .btns .btn {
  font-size: 1.8rem;
  line-height: 5.4rem;
}
.footer_contact .btns .btn_email {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0 2.85rem;
}
.footer_contact .btns .btn_email::before {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.9722em;
  height: 0.9722em;
  transition: all 0.3s;
  filter: contrast(0) brightness(0.5);
  background: url("../img/icon-email.svg") no-repeat center / contain;
}
.footer_contact .btns .btn_email:hover::before {
  filter: contrast(0) brightness(2);
}
.footer_contact .floats .img1 {
  left: 0;
  top: 0;
  margin: -6.666667% 0 0 -11.979167%;
}
.footer_contact .floats .img2 {
  right: 0;
  bottom: 0;
  margin: 0 -18.75% -6.822917% 0;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .quote_process .quote_process_swiper .info p br {
    display: none;
  }
    /* ==== FE duplicate: quote_chat ====
.quote_chat .head {
    margin-left: 0;
  }
  ==== /FE duplicate: quote_chat ==== */
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    /* ==== FE duplicate: quote_banner ====
.quote_banner .head {
    padding: 0;
  }
  ==== /FE duplicate: quote_banner ==== */
}
@media screen and (min-width: 769px) and (max-width: 896px) {
    /* ==== FE duplicate: quote_banner ====
.quote_banner img {
    min-height: 30vh;
  }
  ==== /FE duplicate: quote_banner ==== */
}
@media screen and (max-width: 768px) {
    /* ==== FE duplicate: quote_banner ====
.quote_banner img {
    min-height: 30vh;
  }
  .quote_banner .wrap {
    margin: 30px 0;
  }
  .quote_banner .head {
    padding: 0;
  }
  ==== /FE duplicate: quote_banner ==== */
  .quote_main {
    padding: 30px 0 50px;
  }
  .quote_main .main {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .quote_main .lt {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 30px 16px;
    padding-top: 0;
    max-width: unset;
  }
  .quote_main .lt h3 {
    font-size: 20px;
  }
  .quote_main .head {
    grid-column: -1/1;
  }
  .quote_main .head ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
    gap: 0 20px;
    font-size: 14px;
    margin: 12px 0 0;
  }
  .quote_main .head p {
    margin-top: 16px;
    max-width: unset;
  }
  .quote_main .quote_form {
    width: 100%;
  }
  .quote_main form {
    padding: 20px;
    gap: 16px 0;
  }
  .quote_main form .info {
    padding-bottom: 10px;
  }
  .quote_main form .info strong {
    font-size: 25px;
  }
  .quote_main form .info p {
    margin-top: 5px;
  }
  .quote_main form .step .title {
    font-size: 18px;
    padding: 14px 0;
    gap: 14px;
  }
  .quote_main form .step .title::before {
    font-size: 14px;
    margin: 0;
  }
  .quote_main form .step .box {
    padding-bottom: 16px;
  }
  .quote_main form .step .label {
    margin-bottom: 10px;
  }
  .quote_main form .step .wpcf7-form-control-wrap {
    padding: 0;
  }
  .quote_main form .step .flex {
    gap: 16px 0;
  }
  .quote_main form .label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .quote_main form input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):not([type=hidden]),
  .quote_main form textarea,
  .quote_main form select {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .quote_main form select {
    padding-right: 40px;
    background-size: 10px;
    background-position-x: right 14px;
  }
  .quote_main form textarea {
    padding: 10px 20px;
    height: 120px;
  }
  .quote_main form span:has(input[type=submit]) {
    margin-top: 10px;
  }
  .quote_main form input[type=submit] {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .quote_main form .wpcf7-form-control-wrap {
    padding: 0;
  }
  .quote_main form .wpcf7-form-control-wrap .wpcf7-form-control {
    gap: 10px;
  }
  .quote_main form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 36px;
    padding: 0 14px;
  }
  .quote_main form .upload_area {
    grid-template-columns: 40px 1fr auto;
    padding: 20px;
    gap: 14px;
    margin: 0;
  }
  .quote_main form .upload_area strong {
    font-size: 14px;
  }
  .quote_main form .upload_area p {
    font-size: 13px;
    margin: 5px 0 0;
  }
  .quote_main form .upload_area p.sm {
    font-size: 12px;
    margin: 0;
  }
  .quote_main form .tip {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }
  .quote_main .connect {
    margin: 0;
  }
  .quote_main .connect ul {
    font-size: 14px;
    margin-top: 20px;
  }
  .quote_main .connect ul li + li,
  .quote_main .connect ul .locate {
    margin-top: 14px;
  }
  .quote_main .social {
    margin: 0;
  }
  .quote_main .social ul {
    gap: 7px;
    margin-top: 16px;
  }
  .quote_main .social ul a {
    width: 44px;
    height: 44px;
  }
  .quote_process {
    padding: 50px 0;
    overflow: hidden;
  }
  .quote_process .quote_process_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .quote_process .quote_process_swiper .icon img {
    height: 40px;
    max-width: 55px;
  }
  .quote_process .quote_process_swiper .icon::before,
  .quote_process .quote_process_swiper .icon::after {
    left: 65px;
  }
  .quote_process .quote_process_swiper .info {
    margin-top: 20px;
  }
  .quote_process .quote_process_swiper .info h3 {
    font-size: 18px;
  }
  .quote_process .quote_process_swiper .info p {
    margin-top: 10px;
  }
  .quote_process .quote_process_swiper .info p br {
    display: none;
  }
    /* ==== FE duplicate: quote_path ====
.quote_path {
    padding: 50px 0;
  }
  .quote_path .items {
    margin-top: 30px;
  }
  .quote_path .items > ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 20px;
  }
  .quote_path .item {
    padding: 20px;
  }
  .quote_path .item h3 {
    font-size: 20px;
  }
  .quote_path .item p {
    margin-top: 5px;
  }
  .quote_path .item .icon {
    width: 40px;
    height: 40px;
  }
  .quote_path .item ul {
    font-size: 14px;
    margin-top: 14px;
  }
  .quote_path .item .btn {
    margin-top: 20px;
    line-height: 42px;
  }
  ==== /FE duplicate: quote_path ==== */
    /* ==== FE duplicate: quote_chat ====
.quote_chat {
    padding: 50px 0;
  }
  .quote_chat .head {
    margin: 0;
    padding: 30px 20px;
  }
  .quote_chat .tcon > em {
    margin-bottom: 8px;
  }
  .quote_chat .tcon ul {
    font-size: 14px;
    margin-top: 14px;
  }
  .quote_chat .tcon.sm p {
    margin-top: 16px;
  }
  .quote_chat .seg-line {
    margin-top: 16px;
  }
  ==== /FE duplicate: quote_chat ==== */
    /* ==== FE duplicate: quote_faqs ====
.quote_faqs {
    padding: 50px 0;
  }
  .quote_faqs .nav {
    margin-top: 20px;
  }
  .quote_faqs .main {
    margin-top: 30px;
  }
  ==== /FE duplicate: quote_faqs ==== */
  .footer_contact .flex {
    min-height: unset;
    padding: 40px 0;
  }
  .footer_contact .head {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .quote_banner img{
    height: unset;
  }
    /* ==== FE duplicate: quote_banner ====
.quote_banner img {
    min-height: unset;
  }
  .quote_banner .wrap {
    position: static;
    overflow: unset;
    margin: 0;
    padding: 40px 0;
  }
  .quote_banner .wrap .head {
    width: 100%;
  }
  ==== /FE duplicate: quote_banner ==== */
  .quote_main form .col-2 {
    width: 100%;
  }
  .quote_main form .upload_area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .quote_main form .upload_area::before {
    padding: 0;
    width: 40px;
    height: 40px;
  }
  .quote_main form .upload_area p.sm {
    align-self: flex-start;
  }
  .quote_main form .tip {
    flex: unset;
    width: 100%;
  }
    /* ==== FE duplicate: quote_chat ====
.quote_chat .head {
    width: 100%;
  }
  ==== /FE duplicate: quote_chat ==== */
  .footer_contact .btns {
    width: 100%;
    flex-direction: column;
  }
  .footer_contact .btns .btn_email {
    justify-content: center;
  }
}
