.thank-page-module .module-width {
  height: 90rem;
  background-color: #F3F3F5;
}
.thank-page-module .left_box_card {
  width: 79rem;
  height: 90rem;
}
.thank-page-module .module_card {
  display: flex;
  align-items: center;
  grid-gap: 11.5rem;
}
.thank-page-module .text_card_title {
  font-size: var(--f-s-96);
  color: var(--ui-color-assist-one);
}
.thank-page-module .right_box_text_card {
  display: flex;
  flex-direction: column;
  max-width: 64.2rem;
}
.thank-page-module .text_card_content {
  margin-top: 3.2rem;
  font-size: var(--f-s-36);
  color: #333333;
  line-height: 1.7;
}
.thank-page-module .module-btn-red {
  margin-top: 7.1rem;
}

@media (max-width: 992px) {
  .thank-page-module .module-width {
    height: auto;
  }
  .thank-page-module .left_box_card {
    width: 37.5rem;
    height: 46.9rem;
  }
  .thank-page-module .module_card {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
  .thank-page-module .text_card_title {
    font-size: var(--f-s-32);
  }
  .thank-page-module .right_box_text_card {
    padding: 2.4rem 5.6rem 6.7rem 1.7rem;
  }
  .thank-page-module .text_card_content {
    font-size: var(--f-s-16);
    margin-top: 2.4rem;
  }
  .thank-page-module .module-btn-red {
    margin-top: 2.5rem;
    font-size: var(--f-s-20);
  }
}
.thank-title-owl-module {
  display: flex;
  flex-direction: column;
  padding: 8.6rem 0;
  align-items: center;
  text-align: center;
}
.thank-title-owl-module .small_title {
  font-size: var(--f-s-16);
}
.thank-title-owl-module .big_title {
  font-size: var(--f-s-46);
  margin-top: 2rem;
  max-width: 83.4rem;
}
.thank-title-owl-module .middle_title {
  font-size: var(--f-s-20);
  line-height: 1.5;
  margin-top: 4.7rem;
  max-width: 102.2rem;
}
.thank-title-owl-module .owl_float_icon_box {
  margin-top: 7.2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.thank-title-owl-module .card_list_owl_btn {
  display: flex;
  width: 160.1rem;
}
.thank-title-owl-module .card_list_item {
  display: flex;
  flex-direction: column;
  grid-gap: 1.8rem;
  text-align: left;
}
.thank-title-owl-module .card_img {
  width: 30rem;
  height: 30rem;
}
.thank-title-owl-module .card_img > img {
  object-fit: cover;
}
.thank-title-owl-module .small_tag {
  font-size: var(--f-s-14);
  color: #6B6B6B;
  max-width: 26.9rem;
}
.thank-title-owl-module .small_describe {
  font-size: var(--f-s-20);
  max-width: 26.9rem;
  line-height: 1.5;
}
.thank-title-owl-module .left_float_icon {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 3rem;
  background-color: var(--ui-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -6.6rem;
  bottom: 50%;
  z-index: 2;
  border: 3px solid #FFFFFF;
}
.thank-title-owl-module .left_float_icon:before {
  font-size: 3.4rem;
  content: "\e6c8";
  font-family: "iconfont" !important;
  color: #FFFFFF;
}
.thank-title-owl-module .right_float_icon {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 3rem;
  background-color: var(--ui-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -6.6rem;
  bottom: 50%;
  z-index: 2;
  border: 3px solid #FFFFFF;
}
.thank-title-owl-module .right_float_icon:before {
  font-size: 3.4rem;
  content: "\e63c";
  font-family: "iconfont" !important;
  color: #FFFFFF;
}
.thank-title-owl-module .module-btn-red {
  margin-top: 7.3rem;
}
@media (max-width: 992px) {
  .thank-title-owl-module {
    padding: 6rem 1.5rem;
  }
  .thank-title-owl-module .big_title {
    font-size: var(--f-s-28);
    font-weight: bold;
    max-width: 100%;
  }
  .thank-title-owl-module .middle_title {
    font-size: var(--f-s-18);
    line-height: 1.7;
    margin-top: 2rem;
    max-width: 100%;
  }
  .thank-title-owl-module .owl_float_icon_box {
    display: unset;
    flex-direction: unset;
    position: unset;
  }
  .thank-title-owl-module .card_list_owl_btn {
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 3rem 1.8rem;
  }
  .thank-title-owl-module .card_list_item {
    grid-gap: 1.2rem;
    width: calc(50% - 0.9rem);
  }
  .thank-title-owl-module .card_img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .thank-title-owl-module .left_float_icon {
    display: none;
  }
  .thank-title-owl-module .right_float_icon {
    display: none;
  }
  .thank-title-owl-module .small_tag {
    max-width: 14.1rem;
  }
  .thank-title-owl-module .small_describe {
    font-size: var(--f-s-16);
    max-width: 14.1rem;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .thank-title-owl-module .module-btn-red {
    margin-top: 5.5rem;
  }
}

.layout-module-bottom-nav {
  display: flex;
  grid-gap: 9rem;
  position: relative;
  background-color: #F3F3F5;
  padding: 5.4rem 0 4rem;
  justify-content: center;
  margin-top: 10.4rem;
}
.layout-module-bottom-nav .right-img-box {
  width: 24.4rem;
  position: relative;
}
.layout-module-bottom-nav .module_title {
  font-weight: bold;
}
.layout-module-bottom-nav .nav_list {
  display: flex;
  flex-direction: column;
  grid-gap: 4rem;
}
.layout-module-bottom-nav .nav_item {
  display: flex;
  grid-gap: 1rem;
  align-items: center;
  cursor: pointer;
  color: var(--ui-color-assist-eight);
  position: relative;
}
.layout-module-bottom-nav .nav_item:before {
  content: "";
  height: 0.1rem;
  background-color: var(--ui-color-primary);
  width: 0;
  position: absolute;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
.layout-module-bottom-nav .nav_item:after {
  content: "\e674";
  font-family: "iconfont" !important;
  font-size: var(--f-s-16);
  color: var(--ui-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-module-bottom-nav .nav_item:hover:before {
  width: 100%;
}
.layout-module-bottom-nav .module_image {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -4rem;
}
.layout-module-bottom-nav .module_image img {
  object-fit: contain;
}

@media (max-width: 992px) {
  .layout-module-bottom-nav {
    padding: 8rem 1.6rem 3.6rem 1.6rem;
    flex-direction: column;
    grid-gap: 4rem;
    margin-top: 5.5rem;
  }
  .layout-module-bottom-nav .right-img-box {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .layout-module-bottom-nav .nav_list {
    width: 100%;
    grid-gap: 4rem;
    justify-content: flex-start;
  }
  .layout-module-bottom-nav .module_image {
    position: unset;
    left: unset;
    bottom: unset;
    margin-top: unset;
  }
}
.thank-page-container {
  width: 100%;
}

/*# sourceMappingURL=thank-page.css.map */
