/** Shopify CDN: Minification failed

Line 226:26 Unexpected "{"
Line 226:35 Expected ":"
Line 229:26 Unexpected "{"
Line 229:35 Expected ":"
Line 232:26 Unexpected "{"
Line 232:35 Expected ":"

**/


/* CSS from section stylesheet tags */
/* advantage start */
  .advantage {
    width: 100%;
    font-family: Certia-Medium;
    margin: 75px 0;
  }

  .advantage .container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
  }

  .advantage .text-box {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .advantage .text-box .main-title {
    margin: 0;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.46;
  }

  .advantage .text-box .main-text {
    margin-bottom: 44px;
    font-size: 20px;
    line-height: 1.46;
  }

  .advantage .icon-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .advantage .icon-list .item {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .advantage .icon-list .item .icon {
    width: 40px;
    height: 40px;
  }

  .advantage .icon-list .item .text {
    font-size: 20px;
    line-height: 1.46;
  }

  .advantage .img-box {
    width: 400px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
  }

  .advantage .img-box img {
    width: 100%;
    object-fit: cover;
  }

  /* advantage end */
  @media screen and (max-width: 1200px) {
    /* advantage start */
    .advantage {
      margin: 30px 0;
    }

    .advantage .container {
      width: 100%;
      padding: 0 75px;
    }

    .advantage .text-box .main-title {
      margin-bottom: 1.6vw;
      font-size: 2.4vw;
    }

    .advantage .text-box .main-text {
      margin-bottom: 3vw;
      font-size: 1.6vw;
    }

    .advantage .icon-list .item .icon {
      width: 2.8vw;
      height: 2.8vw;
    }

    .advantage .icon-list .item .text {
      font-size: 1.6vw;
    }

    .advantage .img-box {
      width: 28vw;
      height: 28vw;
    }

    /* advantage end */
  }
  @media screen and (max-width: 768px) {
    /* advantage start */
    .advantage {
      margin: 36px 0;
      padding: 0 20px;
    }

    .advantage .container {
      flex-direction: column;
      gap: 32px;
      width: 100%;
      padding: 0;
    }

    .advantage .text-box .main-title {
      margin-bottom: 12px;
      font-size: 25px;
    }

    .advantage .text-box .main-text {
      margin-bottom: 22px;
      font-size: 16px;
    }

    .advantage .icon-list {
      flex-wrap: wrap;
      gap: 16px;
    }

    .advantage .icon-list .item {
      width: fit-content;
    }
    .advantage .icon-list .item:last-of-type {
      width: 100%;
      justify-content: center;
    }

    .advantage .icon-list .item .icon {
      width: 35px;
      height: 35px;
    }

    .advantage .icon-list .item .text {
      font-size: 16px;
    }

    .advantage .img-box {
      width: 100%;
      height: auto;
    }

    /* advantage end */
  }
/* clicklease-advantages start */
  .clicklease-advantages {
    width: 100%;
    margin-bottom: 30px;
  }
  .clicklease-advantages .container {
    width: 933px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .clicklease-advantages .main-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.46;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .clicklease-advantages .icon-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    column-gap: 16px;
    margin-bottom: 50px;
  }
  .clicklease-advantages .icon-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .clicklease-advantages .icon-item img {
    width: 70px;
    height: 70px;
  }
  .clicklease-advantages .icon-item .title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.46;
  }
  .clicklease-advantages .icon-item .text {
    font-size: 20px;
    line-height: 1.46;
  }
  .clicklease-advantages .card-list {
    display: grid;
    gap: 56px;
    padding: 0 40px;
  }
  #clicklease-advantages-{{ section.id }} .card-list.grid-1{
    grid-template-columns: 1fr;
  }
  #clicklease-advantages-{{ section.id }} .card-list.grid-2{
    grid-template-columns: 1fr 1fr;
  }
  #clicklease-advantages-{{ section.id }} .card-list.grid-3{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .clicklease-advantages .card-list .card-item {
    /* max-width: 342px; */
    padding: 30px 50px;
    border-radius: 20px;
    box-shadow: 3px 4px 6px 0px #00000040;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .clicklease-advantages .card-list .title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.46;
  }
  .clicklease-advantages .card-list .text {
    font-size: 20px;
    line-height: 1.46;
  }
  .clicklease-advantages .card-list-swiper {
    display: none;
  }
  /* clicklease-advantages end */
  @media screen and (max-width: 1200px) {
    /* clicklease-advantages start */
    .clicklease-advantages .container {
      width: 100%;
      padding: 0 75px;
    }
    .clicklease-advantages .main-title {
      font-size: 2.4vw;
    }
    .clicklease-advantages .icon-list {
      row-gap: 24px;
      column-gap: 10px;
      margin-bottom: 30px;
    }
    .clicklease-advantages .icon-item {
      gap: 16px;
    }
    .clicklease-advantages .icon-item img {
      width: 5vw;
      height: 5vw;
    }
    .clicklease-advantages .icon-item .title {
      font-size: 16px;
    }
    .clicklease-advantages .icon-item .text {
      font-size: 16px;
    }
    .clicklease-advantages .card-list {
      gap: 30px;
      padding: 0 20px;
    }
    .clicklease-advantages .card-list .card-item {
      padding: 26px 36px;
      border-radius: 20px;
    }
    .clicklease-advantages .card-list .title {
      font-size: 16px;
    }
    .clicklease-advantages .card-list .text {
      font-size: 16px;
    }
    /* clicklease-advantages end */
  }
  @media screen and (max-width: 768px) {
    /* clicklease-advantages start */
    .clicklease-advantages .container {
      width: 100%;
      padding: 0;
    }
    .clicklease-advantages .main-title {
      padding: 0 20px;
      font-size: 25px;
      margin-bottom: 22px;
    }
    .clicklease-advantages .icon-list {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 22px;
      margin-bottom: 15px;
      padding: 0 20px;
    }
    .clicklease-advantages .icon-item img {
      width: 50px;
      height: 50px;
    }
    .clicklease-advantages .icon-item .title {
      font-size: 18px;
    }
    .clicklease-advantages .icon-item .text {
      font-size: 18px;
    }
    .clicklease-advantages .card-list-swiper {
      display: block;
      width: 100%;
      padding: 0 20px;
    }
    .clicklease-advantages .swiper-slide {
      padding: 0 0 20px;
    }
    .clicklease-advantages .card-item {
      border-radius: 20px;
      padding: 24px 36px;
      box-shadow: 3px 4px 6px 0px #00000040;
    }
    .clicklease-advantages .card-item .title {
      font-size: 18px;
      line-height: 1.46;
      margin-bottom: 8px;
      font-weight: 700;
    }
    .clicklease-advantages .card-item .text {
      font-size: 18px;
      line-height: 1.46;
    }
    .clicklease-advantages .card-list {
      display: none;
    }
    /* clicklease-advantages end */
  }
/* clicklease-steps start */
  .clicklease-steps {
    width: 100%;
    margin: 40px 0;
  }
  .clicklease-steps .container {
    width: 883px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .clicklease-steps .main-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.46;
    margin: 0;
    margin-bottom: 10px;
  }
  .clicklease-steps .sub-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.46;
    margin-bottom: 30px;
  }
  .clicklease-steps .step-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .clicklease-steps .step-item {
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 5px 20px;
    display: flex;
    gap: 30px;
    align-items: center;
    cursor: pointer;
  }
  .clicklease-steps .step-item:hover {
    border: 1px solid #fb4616;
  }
  .clicklease-steps .step-item:hover .number {
    color: #fb4616;
    border-right: 1px solid #fb4616;
  }
  .clicklease-steps .step-item .number {
    width: 80px;
    font-size: 90px;
    font-weight: 700;
    line-height: 1.1;
    border-right: 1px solid #aaa;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    flex-shrink: 0;
  }
  .clicklease-steps .text-box .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.46;
  }
  .clicklease-steps .text-box .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.46;
  }
  .clicklease-steps .step-button {
    position: relative;
    display: flex;
    margin-top: 40px;
    width: 400px;
  }
  .clicklease-steps .step-button img {
    width: 100%;
  }
  .clicklease-steps .step-button .step-button-text {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.46;
    color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  /* clicklease-steps end */
  @media screen and (max-width: 1200px) {
    /* clicklease-steps start */
    .clicklease-steps .container {
      width: 100%;
      padding: 0 75px;
    }
    .clicklease-steps .main-title {
      font-size: 2.4vw;
    }
    .clicklease-steps .sub-title {
      font-size: 1.6vw;
      margin-bottom: 20px;
    }
    .clicklease-steps .step-item {
      padding: 5px 16px;
      gap: 24px;
    }
    .clicklease-steps .step-item .number {
      width: 6vw;
      font-size: 7vw;
    }
    .clicklease-steps .text-box .title {
      font-size: 18px;
    }
    .clicklease-steps .text-box .text {
      font-size: 18px;
    }
    .clicklease-steps .step-button {
      margin-top: 20px;
      width: 320px;
    }
    .clicklease-steps .step-button .step-button-text {
      font-size: 16px;
    }
    /* clicklease-steps end */
  }
  @media screen and (max-width: 768px) {
    /* clicklease-steps start */
    .clicklease-steps {
      margin: 40px 0;
    }
    .clicklease-steps .container {
      width: 100%;
      padding: 0 20px;
    }
    .clicklease-steps .main-title {
      font-size: 25px;
      margin-bottom: 10px;
    }
    .clicklease-steps .sub-title {
      max-width: 300px;
      font-size: 18px;
      margin-bottom: 30px;
      text-align: center;
    }
    .clicklease-steps .step-box {
      gap: 20px;
    }
    .clicklease-steps .step-item {
      padding: 8px 20px;
      gap: 18px;
    }
    .clicklease-steps .step-item .number {
      width: 80px;
      font-size: 90px;
      padding-right: 20px;
    }
    .clicklease-steps .text-box .title {
      font-size: 18px;
    }
    .clicklease-steps .text-box .text {
      font-size: 18px;
    }
    .clicklease-steps .step-button {
      margin-top: 40px;
      width: 300px;
    }
    .clicklease-steps .step-button .step-button-text {
      width: 100%;
      font-size: 15px;
    }
    /* clicklease-steps end */
  }
/* financing-banner start */
  .financing-banner {
    width: 100%;
    /* background: linear-gradient(90deg, #e05847 0%, #dc8759 100%); */
    background: #EDEDED;
    padding: 62px 0;
  }
  .financing-banner .container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
  }
  .financing-banner .main-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.46;
    /* color: #fff; */
    color: #333;
    margin: 0;
  }
  .financing-banner .financing-box {
    display: flex;
    gap: 40px;
  }
  .financing-banner .financing-box a {
    display: flex;
  }
  .financing-banner .financing-box a img {
    width: 100%;
    border-radius: 15px;
  }
  /* financing-banner end */
  @media screen and (max-width: 1200px) {
    /* financing-banner start */
    .financing-banner {
      padding: 40px 0;
    }
    .financing-banner .container {
      width: 100%;
      gap: 27px;
    }
    .financing-banner .main-title {
      font-size: 2.4vw;
    }
    .financing-banner .financing-box {
      gap: 20px;
    }
    .financing-banner .financing-box a {
      width: 24vw;
    }
    /* financing-banner end */
  }
  @media screen and (max-width: 768px) {
    /* financing-banner start */
    .financing-banner {
      padding: 54px 20px;
    }
    .financing-banner .container {
      gap: 24px;
    }
    .financing-banner .main-title {
      font-size: 24px;
      text-align: center;
    }
    .financing-banner .financing-box {
      gap: 20px;
      flex-direction: column;
    }
    .financing-banner .financing-box a {
      width: 63vw;
    }
    .financing-banner .financing-box a img {
      width: 100%;
    }
    /* financing-banner end */
  }
/* financing-service start */
  .financing-service {
    width: 100%;
    margin: 50px 0;
  }
  .financing-service .container {
    width: 1160px;
    margin: 0 auto;
    background: linear-gradient(90deg, #e05847 0%, #dc8759 100%);
    border-radius: 10px;
    color: #fff;
    display: flex;
    gap: 68px;
    padding: 30px 70px;
    align-items: center;
  }
  .financing-service .text-box .main-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.46;
    margin: 0;
    margin-bottom: 5px;
    color: #fff;
  }
  .financing-service .text-box .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.46;
    margin-bottom: 24px;
  }
  .financing-service .service-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.46;
    background: #364142;
    border-radius: 5px;
    padding: 8px 24px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
  }
  .financing-service .main-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  /* financing-service end */
  @media screen and (max-width: 1200px) {
    /* financing-service start */
    .financing-service {
      padding: 0 75px;
    }
    .financing-service .container {
      width: 100%;
      gap: 50px;
      padding: 24px 50px;
    }
    .financing-service .text-box .main-title {
      font-size: 2.4vw;
    }
    .financing-service .text-box .text {
      font-size: 1.6vw;
      margin-bottom: 20px;
    }
    .financing-service .service-button {
      font-size: 14px;
      padding: 6px 20px;
    }
    .financing-service .main-img {
      width: 14vw;
      height: 14vw;
    }
    /* financing-service end */
  }
  @media screen and (max-width: 768px) {
    /* financing-service start */
    .financing-service {
      padding: 0;
    }
    .financing-service .container {
      border-radius: 0;
      padding: 34px 20px 44px;
    }
    .financing-service .text-box {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .financing-service .text-box .main-title {
      font-size: 25px;
      margin-bottom: 11px;
      text-align: center;
    }
    .financing-service .text-box .text {
      font-size: 18px;
      margin-bottom: 30px;
    }
    .financing-service .service-button {
      font-size: 16px;
      padding: 8px 24px;
      margin: 0 auto;
    }
    .financing-service .main-img {
      display: none;
    }
    /* financing-service end */
  }
/* financing-wany start */
  .financing-way {
    width: 100%;
    padding: 60px 0;
  }
  .financing-way .container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 66px;
  }
  .financing-way .main-img {
    width: 450px;
    height: 450px;
    /* border-radius: 50%; */
  }
  .financing-way .text-box {
    flex: 1;
  }
  .financing-way .text-box .pay-img {
    margin-bottom: 8px;
    max-width: 336px;
  }
  .financing-way .text-box .title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.46;
    margin-bottom: 10px;
  }
  .financing-way .text-box .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.46;
  }
  .financing-way .bottom-text {
    margin-top: 38px;
  }
  .financing-way .bottom-text .title {
    margin-bottom: 18px;
  }
  .financing-way .bottom-text .icon-list .icon-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
  }
  .financing-way .bottom-text .icon-list .icon-item:last-of-type {
    margin-bottom: 0;
  }
  .financing-way .bottom-text .icon-list .icon-item span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.46;
  }
  .financing-way .bottom-text .icon-list .icon-item span p {
    margin: 0;
  }
  /* 第二种 */
  .financing-way .financing-way-button {
    position: relative;
    display: flex;
    margin-top: 26px;
    width: 350px;
  }
  .financing-way .financing-way-button img {
    width: 100%;
  }
  .financing-way .financing-way-button .financing-way-button-text {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.46;
    color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  /* 顶部横线 */
  .financing-way .top-line {
    width: 30vw;
    margin: 0 auto;
    border-top: 4px solid #fb4616;
    border-radius: 2px;
    margin-bottom: 50px;
  }
  /* financing-wany end */
  @media screen and (max-width: 1200px) {
    /* financing-wany start */
    .financing-way {
      padding: 40px 0;
    }
    .financing-way .container {
      width: 100%;
      gap: 30px;
      padding: 0 75px;
    }
    .financing-way .main-img {
      width: 34vw;
      height: 34vw;
    }
    .financing-way .text-box .pay-img {
      width: 18vw;
    }
    .financing-way .text-box .title {
      font-size: 18px;
    }
    .financing-way .text-box .text {
      font-size: 16px;
    }
    .financing-way .bottom-text {
      margin-top: 20px;
    }
    .financing-way .bottom-text .title {
      margin-bottom: 14px;
    }
    .financing-way .bottom-text .icon-list .icon-item {
      gap: 10px;
      margin-bottom: 12px;
    }
    .financing-way .bottom-text .icon-list .icon-item span {
      font-size: 16px;
    }
    /* 第二种 */
    .financing-way .financing-way-button {
      margin-top: 20px;
      width: 22vw;
    }
    .financing-way .financing-way-button .financing-way-button-text {
      font-size: 15px;
    }
    /* 顶部横线 */
    .financing-way .top-line {
      width: 30vw;
      margin-bottom: 40px;
    }
    /* financing-wany end */
  }
  @media screen and (max-width: 768px) {
    /* financing-wany start */
    .financing-way {
      width: 100%;
      padding: 58px 20px 40px;
    }
    .financing-way .container {
      width: 100%;
      gap: 40px;
      flex-direction: column!important;
      padding: 0;
    }
    .financing-way .main-img {
      width: 252px;
      height: 252px;
    }
    .financing-way .text-box .pay-img {
      width: 200px;
      display: block;
      margin: 0 auto;
      margin-bottom: 16px;
    }
    .financing-way .text-box .title {
      font-size: 18px;
      margin-bottom: 12px;
      text-align: center;
    }
    .financing-way .text-box .text {
      font-size: 20px;
    }
    .financing-way .bottom-text {
      margin-top: 22px;
    }
    .financing-way .bottom-text .title {
      text-align: left;
      margin-bottom: 14px;
    }
    .financing-way .bottom-text .icon-list .icon-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 4px;
    }
    .financing-way .bottom-text .icon-list .icon-item span {
      font-size: 18px;
    }
    /* 第二种 */
    .financing-way .financing-way-button {
      width: 250px;
      margin: 0 auto;
      margin-top: 30px;
    }
    .financing-way .financing-way-button .financing-way-button-text {
      font-size: 15px;
    }
    /* 顶部横线 */
    .financing-way .top-line {
      width: 66vw;
    }
    /* financing-wany end */
  }