@charset "UTF-8";
.layout-breadcrumb-module {
  min-height: 43rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  padding: 13.6rem 0 11.6rem;
}
.layout-breadcrumb-module .module_head_img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.layout-breadcrumb-module .module_head_img img {
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.layout-breadcrumb-module .module_head_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 238, 249, 0.63);
  z-index: 2;
}
.layout-breadcrumb-module .module_head_img {
  /*
      @keyframes background_image_scale {
        0% {
          transform: scale(1) translateX(0);
        }
        50% {
          transform: scale(1.2) translateX(1%);
        }
        100% {
          transform: scale(1) translateX(0);
        }
      }*/
}
.layout-breadcrumb-module .layout_text_item {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.layout-breadcrumb-module .layout_module_menu_text {
  width: 100%;
  text-align: left;
  color: #333;
  font-size: var(--f-s-18);
  line-height: 1.2;
  margin: 0 0 1.4rem;
  font-weight: 400;
}
.layout-breadcrumb-module .layout_module_menu_text a, .layout-breadcrumb-module .layout_module_menu_text p {
  display: inline-block;
}
.layout-breadcrumb-module .layout_module_btn_item {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 8.7rem 0 0;
}
.layout-breadcrumb-module .text_main_color {
  color: var(--ui-color-primary);
}
.layout-breadcrumb-module .title {
  color: #000;
  max-width: 100%;
  position: relative;
  display: inline-block;
  font-size: 8.5rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 992px) {
  .layout-breadcrumb-module {
    min-height: 15.3rem;
    padding: 3rem 0;
  }
  .layout-breadcrumb-module .layout_module_menu_text {
    font-size: var(--f-s-14);
    line-height: 1.5;
    margin: 0 0 0.3rem;
  }
  .layout-breadcrumb-module .title {
    font-size: var(--f-s-30);
    line-height: 1.5;
  }
}

.image-text-module {
  width: 100%;
  padding: 14.8rem 0;
  background-color: #fff;
}
.image-text-module.dark-module {
  background-color: #F6F6F6;
  padding: 13rem 0 11.5rem;
}
.image-text-module.text-two .text-content {
  flex-direction: row-reverse;
}
.image-text-module .text-content {
  display: flex;
  align-items: center;
  grid-gap: 12rem;
}
.image-text-module .text-content .image-item {
  width: 72rem;
  height: auto;
  overflow: hidden;
  max-width: 100%;
}
.image-text-module .text-content .image-item img {
  width: 100%;
  height: auto;
  transition: 0.3s all;
}
.image-text-module .text-content .image-item:hover img {
  transform: scale(1.05);
}
.image-text-module .text-content .text-item {
  flex: 1;
}
.image-text-module .text-content .text-item .text-subtitle {
  font-weight: 400;
  font-size: var(--f-s-24);
  color: #000000;
  line-height: 1.25;
  margin: 0 0 1.8rem;
}
.image-text-module .text-content .text-item .text-title {
  font-weight: 500;
  margin: 0 0 3rem;
  font-size: 5.6rem;
}
.image-text-module .text-content .text-item .text-desc {
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #000000;
  line-height: 1.5;
  margin: 0 0 3.6rem;
}
@media (max-width: 992px) {
  .image-text-module {
    padding: 5.2rem 0;
  }
  .image-text-module.dark-module {
    padding: 6.4rem 0 6rem;
  }
  .image-text-module.text-two .text-content {
    flex-direction: column;
  }
  .image-text-module.text-two .text-content .text-item .text-btn {
    margin: 0;
  }
  .image-text-module .text-content {
    grid-gap: 2.8rem;
    flex-direction: column;
  }
  .image-text-module .text-content .image-item {
    width: 100%;
    aspect-ratio: 345/178;
  }
  .image-text-module .text-content .image-item img {
    height: 100%;
  }
  .image-text-module .text-content .text-item .text-subtitle {
    font-size: var(--f-s-14);
    line-height: 1.2;
    margin: 0 0 1.6rem;
  }
  .image-text-module .text-content .text-item .text-title {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
  .image-text-module .text-content .text-item .text-desc {
    font-size: var(--f-s-16);
    line-height: 1.75;
    margin: 0 0 3.8rem;
  }
  .image-text-module .text-content .text-item .text-btn {
    margin: 0 auto;
  }
}

.text-image-module {
  padding: 6rem 0;
  width: 100%;
  background-color: #f5f5f5;
}
.text-image-module .text-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 18.8rem;
}
.text-image-module .text-content .text-item {
  flex: 1;
  padding: 4.3rem 0 0;
}
.text-image-module .text-content .text-item .text-subtitle {
  margin: 0 0 3.6rem;
  font-weight: 400;
  font-size: var(--f-s-24);
  color: #000000;
  line-height: 1.25;
}
.text-image-module .text-content .text-item .text-title {
  margin: 0 0 4.8rem;
  font-size: 5.6rem;
}
.text-image-module .text-content .text-item .text-desc {
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #000000;
  line-height: 1.5;
}
.text-image-module .text-content .image-item {
  width: 60.7rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  max-width: 100%;
}
.text-image-module .text-content .image-item img {
  animation: text-image-module-animation 20s linear infinite;
}
@media (max-width: 992px) {
  .text-image-module {
    padding: 3.2rem 0.5rem 4.8rem;
  }
  .text-image-module .text-content {
    flex-direction: column;
    align-items: center;
    grid-gap: 2.8rem;
  }
  .text-image-module .text-content .text-item {
    width: 100%;
    padding: 0;
  }
  .text-image-module .text-content .text-item .text-subtitle {
    margin: 0 0 1.2rem;
    font-size: var(--f-s-14);
    line-height: 1.2;
  }
  .text-image-module .text-content .text-item .text-title {
    font-size: 2.8rem;
    margin: 0 0 1.6rem;
  }
  .text-image-module .text-content .text-item .text-desc {
    font-size: var(--f-s-16);
    line-height: 1.75;
  }
  .text-image-module .text-content .image-item {
    width: 33.3rem;
  }
}

@keyframes text-image-module-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.text-list-module {
  background-color: #fff;
  padding: 9.6rem 0;
}
.text-list-module .text-title {
  margin: 0 0 9.6rem;
  width: 100%;
  text-align: center;
  font-size: 5.6rem;
}
.text-list-module .text-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6rem 14.5rem;
}
.text-list-module .text-list .text-item {
  width: calc((100% - 29rem) / 3);
}
.text-list-module .text-list .text-item .item-title {
  font-weight: 500;
  font-size: var(--f-s-36);
  color: #000000;
  line-height: 1.2;
  margin: 0 0 1.6rem;
}
.text-list-module .text-list .text-item .item-desc {
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #000000;
  line-height: 1.5;
  margin: 0 0 1.6rem;
}
.text-list-module .text-list .text-item .item-btn {
  display: flex;
  grid-gap: 2rem;
  font-weight: 500;
  font-size: var(--f-s-18);
  color: var(--ui-color-primary);
  line-height: 1.2;
  transition: 0.3s all;
}
.text-list-module .text-list .text-item .item-btn:before {
  content: "\e69c";
  color: var(--ui-color-primary);
  font-size: inherit;
  line-height: inherit;
  font-family: "iconfont";
}
.text-list-module .text-list .text-item .item-btn:hover {
  cursor: pointer;
}
@media (max-width: 992px) {
  .text-list-module {
    padding: 4.2rem 0.5rem 5.2rem;
  }
  .text-list-module .text-title {
    margin: 0 0 3.2rem;
    font-size: var(--f-s-28);
  }
  .text-list-module .text-list {
    grid-gap: 4rem;
    flex-direction: column;
  }
  .text-list-module .text-list .text-item {
    width: 100%;
  }
  .text-list-module .text-list .text-item .item-title {
    font-size: var(--f-s-24);
    margin: 0 0 1rem;
  }
  .text-list-module .text-list .text-item .item-desc {
    font-size: var(--f-s-16);
    line-height: 1.75;
    margin: 0 0 2rem;
  }
  .text-list-module .text-list .text-item .item-btn {
    grid-gap: 1.4rem;
    font-size: var(--f-s-16);
  }
}

@font-face {
  font-family: website_num_font;
  font-display: swap;
  src: url("/assets/font/SpaceGrotesk-Regular.ttf") format("truetype");
}
.scroll-num-module {
  width: 100%;
  background-color: #f5f5f5;
  padding: 7.2rem 0 9.2rem;
}
.scroll-num-module .num-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6rem 4.2rem;
}
.scroll-num-module .num-list .num-item {
  width: calc((100% - 12.6rem) / 4);
  text-align: left;
}
.scroll-num-module .num-list .num-item .item-number {
  width: 100%;
  padding: 0 0 3.2rem;
  margin: 0 0 2.8rem;
  border-bottom: 0.1rem solid #DBDBDB;
  display: flex;
  font-weight: 400;
  font-size: 12rem;
  color: rgba(0, 0, 0, 0);
  line-height: 1;
  text-stroke: 0.3rem #787878;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 0.3rem #787878;
  font-family: website_num_font;
}
.scroll-num-module .num-list .num-item .item-title {
  font-weight: 400;
  font-size: var(--f-s-24);
  color: #787878;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .scroll-num-module {
    padding: 7.2rem 0.5rem 7.2rem;
  }
  .scroll-num-module .num-list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 6rem 3.5rem;
  }
  .scroll-num-module .num-list .num-item {
    width: calc((100% - 3.5rem) / 2);
  }
  .scroll-num-module .num-list .num-item .item-number {
    padding: 0 0 1.9rem;
    margin: 0 0 1rem;
    font-size: 5rem;
    text-stroke: 0.2rem #787878;
    -webkit-text-stroke: 0.2rem #787878;
  }
  .scroll-num-module .num-list .num-item .item-title {
    font-size: var(--f-s-18);
    line-height: 1.5;
  }
}

.process-list-module {
  width: 100%;
  overflow: hidden;
  padding: 8rem 0 13rem;
  position: relative;
}
.process-list-module:after {
  content: "";
  width: 632vw;
  aspect-ratio: 1/1;
  position: absolute;
  top: 43rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #F0EDED;
  z-index: 1;
}
.process-list-module .content-box {
  padding: 0 3rem;
  width: 129rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.process-list-module .content-box .text-subtitle {
  text-align: center;
  margin: 0 0 7.8rem;
  font-weight: bold;
  font-size: var(--f-s-40);
  color: #000000;
  line-height: 1.5;
}
.process-list-module .content-box .process-list {
  width: 100%;
  position: relative;
  display: flex;
  margin: 0 0 19rem;
}
.process-list-module .content-box .process-list .owl-stage {
  display: flex;
}
.process-list-module .content-box .process-list .owl-nav {
  height: 0;
  width: 100vw;
  padding: 0 5rem;
  position: absolute;
  top: 28.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.process-list-module .content-box .process-list .owl-nav .owl-prev, .process-list-module .content-box .process-list .owl-nav .owl-next {
  position: relative;
  z-index: 2;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0.1rem solid var(--ui-color-primary);
  transition: 0.3s all;
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-list-module .content-box .process-list .owl-nav .owl-prev span, .process-list-module .content-box .process-list .owl-nav .owl-next span {
  display: none;
}
.process-list-module .content-box .process-list .owl-nav .owl-prev:before, .process-list-module .content-box .process-list .owl-nav .owl-next:before {
  content: "";
  position: relative;
  z-index: 1;
  display: flex;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  transition: 0.3s all;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.process-list-module .content-box .process-list .owl-nav .owl-prev:after, .process-list-module .content-box .process-list .owl-nav .owl-next:after {
  font-size: var(--f-s-16);
  line-height: 1;
  position: absolute;
  font-family: iconfont !important;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
  transition: 0.3s all;
}
.process-list-module .content-box .process-list .owl-nav .owl-prev:hover, .process-list-module .content-box .process-list .owl-nav .owl-next:hover {
  background-color: #dcabbb;
  color: var(--ui-color-primary);
}
.process-list-module .content-box .process-list .owl-nav .owl-prev:hover:after, .process-list-module .content-box .process-list .owl-nav .owl-next:hover:after {
  color: var(--ui-color-primary);
}
.process-list-module .content-box .process-list .owl-nav .owl-prev:after {
  content: "\e6c8";
  margin: 0 0 0 -0.1rem;
}
.process-list-module .content-box .process-list .owl-nav .owl-next:after {
  content: "\e63c";
  margin: 0 -0.1rem 0 0;
}
.process-list-module .content-box .process-list .owl-item {
  display: flex;
  padding: 0 2rem 2rem;
}
.process-list-module .content-box .process-list .owl-item.active.second-active .process-item {
  padding: 0 0 8.3rem;
}
.process-list-module .content-box .process-list .process-item {
  width: 100%;
  transition: 0.5s all;
  display: flex;
  flex-direction: column;
  padding: 8.3rem 0 0;
  align-items: center;
}
.process-list-module .content-box .process-list .process-item:hover .item-content {
  border-color: var(--ui-color-primary);
}
.process-list-module .content-box .process-list .process-item .item-image {
  width: 100%;
  max-width: 23.8rem;
  height: auto;
  aspect-ratio: 238/208;
  margin: 0 0 -12.1rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-list-module .content-box .process-list .process-item .item-image .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.process-list-module .content-box .process-list .process-item .item-image .image-img {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.process-list-module .content-box .process-list .process-item .item-image .image-img img {
  object-fit: contain;
}
.process-list-module .content-box .process-list .process-item .item-content {
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  flex: 1;
  background-color: #fff;
  padding: 16.7rem 2.6rem 7.1rem;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  border: 0.1rem solid #fff;
}
.process-list-module .content-box .process-list .process-item .item-content .item-num {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 6.8rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0);
  text-stroke: 2px var(--ui-color-primary);
  -webkit-text-stroke: 2px var(--ui-color-primary);
  font-family: Reddit Sans, Reddit Sans;
  margin: 0 0 1.4rem;
  padding: 0 4.2rem 0 0;
}
.process-list-module .content-box .process-list .process-item .item-content .item-num:after {
  content: "";
  height: 100%;
  background-color: #fff;
  width: 8.8rem;
  top: 0;
  right: 0;
  position: absolute;
  clip-path: polygon(6.6rem 0, 100% 0, 100% 100%, 0 100%);
}
.process-list-module .content-box .process-list .process-item .item-content .item-title {
  font-weight: bold;
  font-size: var(--f-s-24);
  color: var(--ui-color-primary);
  line-height: 1.2;
  margin: 0 0 2rem;
}
.process-list-module .content-box .process-list .process-item .item-content .item-desc {
  font-weight: 400;
  font-size: 2.2rem;
  color: #000000;
  line-height: 1.4;
}
.process-list-module .content-box .text-title {
  font-weight: 800;
  font-size: 6.8rem;
  color: #000000;
  line-height: 1.2;
  margin: 0 0 7.2rem;
  text-align: center;
}
.process-list-module .content-box .text-btn {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .process-list-module {
    padding: 5rem 0 6.4rem;
  }
  .process-list-module:after {
    width: 316vw;
    top: 34.4rem;
  }
  .process-list-module .content-box {
    padding: 0 1.5rem;
    width: 100%;
  }
  .process-list-module .content-box .text-subtitle {
    margin: 0 0 2.6rem;
    font-size: var(--f-s-32);
    line-height: 1.2;
  }
  .process-list-module .content-box .process-list {
    margin: 0 0 6rem;
    width: 100%;
    max-width: 23rem;
    transform: translateX(-1rem);
    min-height: 40rem;
  }
  .process-list-module .content-box .process-list .owl-stage-outer {
    overflow: unset;
  }
  .process-list-module .content-box .process-list .owl-nav {
    display: none;
  }
  .process-list-module .content-box .process-list .owl-item {
    display: flex;
    padding: 0 1rem 1rem;
  }
  .process-list-module .content-box .process-list .owl-item.active.second-active .process-item {
    padding: 0;
  }
  .process-list-module .content-box .process-list .process-item {
    padding: 0;
  }
  .process-list-module .content-box .process-list .process-item .item-image {
    width: 100%;
    max-width: 15rem;
    height: auto;
    aspect-ratio: 150/131;
    margin: 0 0 -6.1rem;
    position: relative;
    z-index: 2;
  }
  .process-list-module .content-box .process-list .process-item .item-content {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 9rem 1.5rem 2.5rem;
  }
  .process-list-module .content-box .process-list .process-item .item-content .item-num {
    margin: 0 0 0.7rem;
    padding: 0 4.2rem 0 0;
  }
  .process-list-module .content-box .process-list .process-item .item-content .item-title {
    font-size: var(--f-s-20);
    margin: 0 0 1.8rem;
  }
  .process-list-module .content-box .process-list .process-item .item-content .item-desc {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .process-list-module .content-box .text-title {
    font-size: 3.2rem;
    margin: 0 auto 3.2rem;
    max-width: 30rem;
  }
}

.home-server-module {
  background-color: #F3F3F5;
  padding: 9.6rem 12rem 12rem 12rem;
}
.home-server-module .module-title {
  text-align: center;
}
.home-server-module .module_body {
  margin-top: 7rem;
  display: flex;
  grid-gap: 9.6rem;
  align-items: center;
  justify-content: center;
}
.home-server-module .module_body .module_image {
  width: 53.6rem;
}
.home-server-module .module_body .module_list {
  flex: 1;
  max-width: 82.5rem;
}
.home-server-module .module_body .module_item_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 1px;
  grid-gap: 1.6rem;
}
.home-server-module .module_body .module_item_title {
  font-weight: bold;
}
.home-server-module .module_body .module_item {
  display: flex;
  grid-gap: 4rem;
  padding: 4rem;
  align-items: center;
  border-radius: 1.2rem;
  transition: 0.2s ease-in-out;
}
.home-server-module .module_body .module_item:hover {
  background-color: #FFFFFF;
}
.home-server-module .module_body .module_icon {
  width: 6rem;
  height: 5rem;
}
.home-server-module .module_body .module_icon img {
  object-fit: contain;
}
@media (max-width: 992px) {
  .home-server-module {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 1.5rem;
  }
  .home-server-module .module_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 4rem;
    grid-gap: 4rem;
  }
  .home-server-module .module_body .module_image {
    width: 34.5rem;
    height: 25.1rem;
  }
  .home-server-module .module_body .module_image > img {
    object-fit: cover;
  }
  .home-server-module .module_body .module_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 4rem;
  }
  .home-server-module .module_body .module_list .module_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: unset;
    grid-gap: 1.2rem;
  }
  .home-server-module .module_body .module_list .module_item .module_item_content {
    align-items: center;
  }
  .home-server-module .module_body .module_item_describe {
    text-align: center;
  }
}

.card-list-module {
  width: 100%;
  padding: 8.4rem 0 10.5rem;
}
.card-list-module .text-head {
  width: 100%;
  max-width: 88.8rem;
  margin: 0 auto;
}
.card-list-module .text-title {
  margin: 0 0 3.6rem;
  text-align: center;
  font-weight: 500;
  font-size: 5.6rem;
}
.card-list-module .text-desc {
  text-align: center;
  margin: 0 0 7.2rem;
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #000000;
  line-height: 1.5;
}
.card-list-module .card-list {
  width: 100%;
  display: flex;
  grid-gap: 3rem;
  flex-wrap: wrap;
}
.card-list-module .card-list .owl-stage-outer {
  display: flex;
}
.card-list-module .card-list .owl-item {
  display: flex;
}
.card-list-module .card-list .owl-item .card-item {
  width: 100%;
}
.card-list-module .card-list .owl-dots {
  position: relative;
  margin: 1rem auto 0;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.4rem;
  bottom: 0;
}
.card-list-module .card-list .owl-dots .owl-dot {
  width: 1rem;
  height: 1rem;
  background-color: #C4C4C4;
}
.card-list-module .card-list .owl-dots .owl-dot.active {
  width: 1rem;
  background-color: #E6E6E6;
}
.card-list-module .card-list .card-item {
  width: calc((100% - 6rem) / 3);
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
}
.card-list-module .card-list .card-item:hover .item-image img {
  transform: scale(1.1);
}
.card-list-module .card-list .card-item .item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 460/260;
  overflow: hidden;
}
.card-list-module .card-list .card-item .item-image img {
  transition: 0.3s all;
}
.card-list-module .card-list .card-item .item-content {
  flex: 1;
  padding: 3.2rem 2.6rem 4.4rem;
  display: flex;
  flex-direction: column;
}
.card-list-module .card-list .card-item .item-content .item-title {
  font-weight: 400;
  font-size: var(--f-s-24);
  color: #000000;
  margin: 0 0 0.6rem;
}
.card-list-module .card-list .card-item .item-content .item-desc {
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #3D3D3D;
  line-height: 1.2;
  margin: 0 0 2.2rem;
}
.card-list-module .card-list .card-item .item-content .item-line {
  display: block;
  flex: 1;
  min-height: 0.1rem;
}
@media (max-width: 992px) {
  .card-list-module {
    padding: 5rem 0 6rem;
  }
  .card-list-module .text-title {
    margin: 0 0 1.6rem;
    font-size: 2.8rem;
  }
  .card-list-module .text-desc {
    margin: 0 0 3.2rem;
    font-size: var(--f-s-16);
    line-height: 1.75;
  }
  .card-list-module .card-list .owl-dots {
    margin: 0.2rem auto 0;
  }
  .card-list-module .card-list .card-item {
    width: 100%;
  }
  .card-list-module .card-list .card-item .item-image {
    aspect-ratio: 345/195;
  }
  .card-list-module .card-list .card-item .item-content {
    padding: 2.4rem 2rem 3.4rem;
  }
  .card-list-module .card-list .card-item .item-content .item-title {
    margin: 0 0 2rem;
  }
  .card-list-module .card-list .card-item .item-content .item-desc {
    font-size: var(--f-s-16);
    margin: 0 0 3.2rem;
  }
}

.layout-module-form-1 {
  display: flex;
  min-height: 105rem;
  background-color: #F3F3F5;
  padding: 11rem 3rem 9rem;
  justify-content: center;
}
.layout-module-form-1 .content-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 140rem;
  grid-gap: 2.5rem;
}
.layout-module-form-1 .content-box .module_right .module_form {
  background-color: #FFFFFF;
}
.layout-module-form-1 .content-box .module_right .module_form .form_body .layout-form-body-blade .input-group {
  border: 0.2rem solid #c2e5ec;
}
.layout-module-form-1 .content-box .module_right .module_form .form_body .layout-form-body-blade .input-group .input-group-text {
  background-color: #FFFFFF;
  opacity: 1;
}
.layout-module-form-1 .content-box .module_right .module_form .form_body .layout-form-body-blade .input-group .form-control:focus {
  box-shadow: unset !important;
  background-color: rgba(255, 255, 255, 0);
}
.layout-module-form-1 .content-box .module_right .module_form .form_body .layout-form-body-blade .input-group:has(.form-control:focus) .input-group-text {
  opacity: 1;
}
.layout-module-form-1 .content-box .module_right .module_form .module-btn {
  /*border: #FFFFFF returnValue(2) solid;
  background-color: #FFFFFF;
  color: #111111;
  &::after{
    color: #111111;
  }*/
}
.layout-module-form-1 .content-box .module_left .form_content .tag {
  color: #111111 !important;
}
.layout-module-form-1 .flot_image {
  width: 78.8rem;
  height: auto;
  max-width: 100%;
  aspect-ratio: 788/239;
  margin: 7.8rem 0 0;
}
.layout-module-form-1 .flot_image img {
  object-fit: contain;
  object-position: left;
}
.layout-module-form-1 .image-list {
  width: 78.8rem;
  height: auto;
  max-width: 100%;
}
.layout-module-form-1 .image-list .image-item {
  width: 100%;
  height: auto;
  aspect-ratio: 788/239;
}
.layout-module-form-1 .module_right {
  position: relative;
  flex: 1;
  min-width: 1px;
}
.layout-module-form-1 .module_form {
  width: 54rem;
  padding: 4rem;
  background-color: #fff;
  z-index: 2;
}
.layout-module-form-1 .module_form .form_title {
  margin-bottom: 3rem;
  font-size: var(--f-s-40);
  line-height: 1;
}
.layout-module-form-1 .module_form .layout-form-body-blade {
  width: 100%;
}
.layout-module-form-1 .module_form_background_image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.layout-module-form-1 .form_body .layout-form-body-blade {
  display: flex;
  flex-direction: column;
  grid-gap: 1.5rem;
}
.layout-module-form-1 .form_body .style_flex {
  display: flex;
  grid-gap: 1.2rem;
  padding: 0;
}
.layout-module-form-1 .form_body .form-control {
  font-size: var(--f-s-18);
  background-color: unset;
  border-radius: 0;
  border: none;
}
.layout-module-form-1 .form_body .form-control::placeholder {
  color: #6b6b6b;
}
.layout-module-form-1 .form_body .form-control:focus {
  border-color: var(--ui-color-primary);
  box-shadow: none;
}
.layout-module-form-1 .form_body textarea.form-control {
  font-size: var(--f-s-18);
}
.layout-module-form-1 .form_body textarea::placeholder {
  color: #6b6b6b;
}
.layout-module-form-1 .form_body .form-control-textarea {
  height: 12.2rem;
}
.layout-module-form-1 .form_body .form-control.is-invalid:focus, .layout-module-form-1 .form_body .was-validated .form-control:invalid:focus {
  border-color: #1D1D1D;
  box-shadow: none;
}
.layout-module-form-1 .form_body .form-control.is-valid:focus, .layout-module-form-1 .form_body .was-validated .form-control:valid:focus {
  border-color: #1D1D1D;
  box-shadow: none;
}
.layout-module-form-1 .form_body .form-control.is-invalid, .layout-module-form-1 .form_body .was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzE3NTcwNTIzOTk5IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjE2NTA2IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiPjxwYXRoIGQ9Ik01MTIgMzJDMjQ2LjkxMiAzMiAzMiAyNDYuOTEyIDMyIDUxMmMwIDI2NS4wODggMjE0LjkxMiA0ODAgNDgwIDQ4MCAyNjUuMDg4IDAgNDgwLTIxNC45MTIgNDgwLTQ4MCAwLTI2NS4wODgtMjE0LjkxMi00ODAtNDgwLTQ4MHogbTAgODk2QzI4Mi4yNCA5MjggOTYgNzQxLjc2IDk2IDUxMlMyODIuMjQgOTYgNTEyIDk2czQxNiAxODYuMjQgNDE2IDQxNi0xODYuMjQgNDE2LTQxNiA0MTZ6IiBmaWxsPSIjZDgxZTA2IiBwLWlkPSIxNjUwNyI+PC9wYXRoPjxwYXRoIGQ9Ik01MTIgMzg0YTMyIDMyIDAgMCAwLTMyIDMydjM1MmEzMiAzMiAwIDAgMCA2NCAwVjQxNmEzMiAzMiAwIDAgMC0zMi0zMnoiIGZpbGw9IiNkODFlMDYiIHAtaWQ9IjE2NTA4Ij48L3BhdGg+PHBhdGggZD0iTTUxMiAyNzJtLTQ4IDBhNDggNDggMCAxIDAgOTYgMCA0OCA0OCAwIDEgMC05NiAwWiIgZmlsbD0iI2Q4MWUwNiIgcC1pZD0iMTY1MDkiPjwvcGF0aD48L3N2Zz4=");
}
.layout-module-form-1 .form_body .module-btn {
  margin-left: 0.5rem;
}
.layout-module-form-1 .form_body .module-btn-white {
  color: var(--ui-color-assist-eight);
  padding: 1.8rem 3.2rem 1.8rem 3.2rem;
}
.layout-module-form-1 .form_body .module-btn-white:after {
  color: var(--ui-color-assist-eight);
}
.layout-module-form-1 .form_body .module-btn-white.module_btn_disabled {
  cursor: none;
  pointer-events: none;
  background: #9e9e9e;
  border-color: #9e9e9e;
}
.layout-module-form-1 .form_content {
  position: relative;
  z-index: 2;
}
.layout-module-form-1 .form_content .layout-title-animation {
  line-height: 1.2;
  font-size: var(--f-s-60);
}
@keyframes slideIn {
  0% {
    width: 0;
  }
  100% {
    width: 112%;
  }
}
.layout-module-form-1 .module_left {
  height: auto;
  width: 83.6rem;
  position: relative;
  max-width: 100%;
}
.layout-module-form-1 .module-title {
  font-weight: bold;
  font-size: 6rem;
  color: #000000;
  line-height: 1;
}
.layout-module-form-1 .module-title.layout-title-animation .tag {
  padding: 0 0 2rem;
}
.layout-module-form-1 .module-title.layout-title-animation .tag:before {
  background-image: url("https://mp-website-test-gahumi.matchexpo.cn/resources/files/0107/677ce19b6fb19/image 48.png");
}
.layout-module-form-1 .module-describe {
  margin-top: 4.2rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.2;
  font-size: var(--f-s-30);
}
.layout-module-form-1 .text_list {
  font-size: var(--f-s-24);
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  grid-gap: 3rem;
}
.layout-module-form-1 .text_list .text_item {
  display: flex;
  grid-gap: 1rem;
  color: var(--ui-color-assist-eight);
}
.layout-module-form-1 .text_list .text_item .flex_wrap {
  flex: 1;
}
.layout-module-form-1 .img_box {
  margin: 0.3rem 0 0;
  width: 2.2rem;
  height: 2.2rem;
}
.layout-module-form-1 .img_box > img {
  object-fit: contain;
}
.layout-module-form-1 .col-md-6 {
  flex: 1;
}
.layout-module-form-1 .input-group {
  border: 1px solid #1d1d1d;
  padding: 0.3rem;
}
.layout-module-form-1 .input-group.is-invalid {
  border-color: #1D1D1D;
}
.layout-module-form-1 .input-group.is-valid {
  border-color: #1D1D1D;
}
.layout-module-form-1 .input-group label {
  background: transparent;
  border: none;
  font-size: var(--f-s-18);
  color: #6b6b6b;
  line-height: 1.5;
  max-width: 100%;
  overflow: hidden;
}
.layout-module-form-1 .input-group label span {
  color: #ff4c4c;
}
.layout-module-form-1 .input-group input, .layout-module-form-1 .input-group select {
  background-color: #fff;
  border: none;
  font-size: var(--f-s-22);
  color: #6b6b6b;
  line-height: 1.5;
}
.layout-module-form-1 .input-group select {
  -webkit-appearance: none; /* 隐藏默认下拉箭头 */
  appearance: none;
  background: transparent; /* 清除默认背景 */
}
.layout-module-form-1 .input-group select option {
  color: #000;
  background-color: #fff;
}
.layout-module-form-1 .form-floating {
  overflow: unset;
}
.layout-module-form-1 .form-floating.main-color {
  border-color: var(--ui-color-primary);
}
.layout-module-form-1 .form-floating label {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  transition-duration: 400ms;
  z-index: 5;
  padding: 0;
  transform: translateY(0.7rem) translateX(1.5rem) !important;
}
.layout-module-form-1 .form-floating input, .layout-module-form-1 .form-floating textarea {
  color: #6b6b6b;
}
.layout-module-form-1 .form-floating input:focus ~ label, .layout-module-form-1 .form-floating textarea:focus ~ label {
  opacity: 1;
  padding: 0 0 0 0.4rem !important;
  background-color: #fff;
  transform: scale(0.85) translateY(-1.3rem) translateX(1.6rem) !important;
}
.layout-module-form-1 .form-floating input:valid ~ label, .layout-module-form-1 .form-floating textarea:valid ~ label {
  opacity: 1;
  padding: 0 0 0 0.4rem !important;
  background-color: #fff;
  transform: scale(0.85) translateY(-1.3rem) translateX(1.6rem) !important;
}
.layout-module-form-1 .form-floating select ~ label {
  opacity: 1 !important;
  padding: 0;
  transform: translateY(0.7rem) translateX(1.5rem) !important;
}
.layout-module-form-1 .form-floating.is-valid .form-select ~ label {
  opacity: 1 !important;
  background-color: #fff;
  padding: 0 0 0 0.4rem !important;
  transform: scale(0.85) translateY(-1.3rem) translateX(1.6rem) !important;
}
.layout-module-form-1 .form-floating .form-select:focus ~ label {
  background-color: #fff;
  padding: 0 0 0 0.4rem !important;
  transform: scale(0.85) translateY(-1.5rem) translateX(1.6rem) !important;
}
.layout-module-form-1 .form-floating .form-select ~ label {
  opacity: 1 !important;
  transform: translateY(0.7rem) translateX(1.5rem) !important;
}
.layout-module-form-1 .form-floating input, .layout-module-form-1 .form-floating select, .layout-module-form-1 .form-floating textarea {
  border: none;
  border-radius: 0;
  font-size: var(--f-s-14);
  padding: 0.4rem 1.2rem !important;
  width: 100%;
}
.layout-module-form-1 .form-floating input:focus, .layout-module-form-1 .form-floating select:focus, .layout-module-form-1 .form-floating textarea:focus {
  outline: none;
  box-shadow: 0 0 0 1000px white inset !important;
}
.layout-module-form-1 .form-floating textarea {
  min-height: 12.1rem;
}
.layout-module-form-1 .owl-carousel-module {
  position: relative;
  width: 78.8rem;
  max-width: 100%;
  margin-top: 3.6rem;
}
.layout-module-form-1 .owl-carousel-module .left_float_icon, .layout-module-form-1 .owl-carousel-module .right_float_icon {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 50%;
  z-index: 2;
  transition: 0.3s all;
  border: 1px solid #181818;
  transform: translateY(50%);
}
.layout-module-form-1 .owl-carousel-module .left_float_icon:hover, .layout-module-form-1 .owl-carousel-module .right_float_icon:hover {
  cursor: pointer;
  background-color: var(--ui-color-primary);
  border-color: var(--ui-color-primary);
}
.layout-module-form-1 .owl-carousel-module .left_float_icon:hover:before, .layout-module-form-1 .owl-carousel-module .right_float_icon:hover:before {
  color: #fff;
}
.layout-module-form-1 .owl-carousel-module .left_float_icon {
  left: -4.8rem;
}
.layout-module-form-1 .owl-carousel-module .left_float_icon:before {
  font-size: 1.6rem;
  content: "\e6c8";
  font-family: "iconfont" !important;
  color: #000;
  transition: 0.3s all;
}
.layout-module-form-1 .owl-carousel-module .right_float_icon {
  right: -4.8rem;
}
.layout-module-form-1 .owl-carousel-module .right_float_icon:before {
  font-size: 1.6rem;
  content: "\e63c";
  font-family: "iconfont" !important;
  color: #000;
  transition: 0.3s all;
}

@media (max-width: 992px) {
  .layout-module-form-1 {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: auto;
    padding: 0;
    grid-gap: 1.4rem;
  }
  .layout-module-form-1 .content-box {
    flex-direction: column;
    grid-gap: 4.4rem;
  }
  .layout-module-form-1 .module_left {
    width: 100%;
  }
  .layout-module-form-1 .module-title {
    font-size: var(--f-s-32);
    margin: 0 0 1.9rem;
    line-height: 1;
  }
  .layout-module-form-1 .module-title .animation_img_box {
    width: fit-content;
    display: inline-block;
  }
  .layout-module-form-1 .module-describe {
    font-size: var(--f-s-20);
    line-height: 1.2;
    margin: 0 0 3.4rem;
  }
  .layout-module-form-1 .module_form {
    position: unset;
    width: 100%;
    margin-left: 0;
    padding: 4.4rem 3rem 5.9rem;
  }
  .layout-module-form-1 .module_form .form_title {
    font-size: var(--f-s-32);
    line-height: 1;
    margin: 0 0 3.4rem;
  }
  .layout-module-form-1 .form_body .form-control {
    font-size: var(--f-s-16);
  }
  .layout-module-form-1 .form_body .layout-form-body-blade {
    grid-gap: 2rem;
  }
  .layout-module-form-1 .form_body .layout-form-body-blade .input-group {
    margin: 0;
  }
  .layout-module-form-1 .form_body .layout-form-body-blade .input-group label {
    font-size: var(--f-s-16);
  }
  .layout-module-form-1 .form_body .layout-form-body-blade .style_flex {
    margin: 0;
    grid-gap: 2rem;
    flex-direction: column;
  }
  .layout-module-form-1 .form_body .module-btn-white {
    font-size: var(--f-s-16);
    padding: 1rem 2.3rem 1rem 1rem;
  }
  .layout-module-form-1 .form_body .module-btn-white:after {
    font-size: var(--f-s-12);
  }
  .layout-module-form-1 .style_flex .col-md-6 {
    flex: 1;
  }
  .layout-module-form-1 .flot_image {
    width: calc(100% + 3rem);
    max-width: calc(100% + 3rem);
    margin: 1.3rem -1.5rem 0;
    aspect-ratio: 345/145;
  }
  .layout-module-form-1 .image-list {
    width: calc(100% + 3rem);
    max-width: calc(100% + 3rem);
    margin: 1.3rem -1.5rem 0;
  }
  .layout-module-form-1 .image-list .image-item {
    aspect-ratio: 345/145;
  }
  .layout-module-form-1 .module_right {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
  .layout-module-form-1 .form_content {
    padding: 7.6rem 3rem 0;
  }
  .layout-module-form-1 .form_content .layout-title-animation {
    font-size: 3.2rem;
  }
  .layout-module-form-1 .form_content .module-describe {
    margin-top: 1.2rem;
  }
  .layout-module-form-1 .form_content .text_list {
    grid-gap: 2.4rem;
    margin: 0;
  }
  .layout-module-form-1 .form_content .text_item .img_box {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.1rem 0 0;
  }
  .layout-module-form-1 .form_content .flex_wrap {
    flex: 1;
    font-size: var(--f-s-16);
    line-height: 1.2;
  }
  .layout-module-form-1 .owl-carousel-module {
    margin-top: unset;
  }
  .layout-module-form-1 .owl-carousel-module .left_float_icon {
    left: 0;
  }
  .layout-module-form-1 .owl-carousel-module .right_float_icon {
    right: 0;
  }
}
.layout-module-number-scroll {
  padding: unset;
  height: 52.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.layout-module-number-scroll .background_img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.layout-module-number-scroll .background_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
.layout-module-number-scroll .background_img > img {
  object-fit: cover;
}
.layout-module-number-scroll .number_list {
  display: flex;
  grid-gap: 20rem;
  width: fit-content;
  position: absolute;
  z-index: 2;
}
.layout-module-number-scroll .number_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layout-module-number-scroll .number_item > span {
  font-family: website_maim_font_bold_italic;
  text-align: center;
}
.layout-module-number-scroll .number_item > span:nth-child(1) {
  font-size: var(--f-s-96);
  color: #FFFFFF;
  font-weight: bold;
}
.layout-module-number-scroll .number_item > span:nth-child(1)::after {
  content: "+";
}
.layout-module-number-scroll .number_item > span:nth-child(2) {
  font-size: var(--f-s-24);
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .layout-module-number-scroll .number_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 6rem;
    padding: 6.4rem 1.5rem;
  }
  .layout-module-number-scroll .number_list .number_item > span:nth-child(1) {
    font-size: var(--f-s-46);
    font-style: italic;
  }
  .layout-module-number-scroll .number_list .number_item > span:nth-child(2) {
    font-size: var(--f-s-20);
  }
}

.layout-module-partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 11rem 2.6rem 4.7rem;
}
.layout-module-partners .module-title {
  margin: 2.2rem 0 0 0;
}
.layout-module-partners .module-describe {
  margin: 2.2rem 0 0 0;
}
.layout-module-partners .module_owl_list {
  margin-top: 4rem;
  width: 155rem;
  max-width: 100%;
}
.layout-module-partners .module_owl_list img {
  height: 6.4rem;
  object-fit: contain;
}
.layout-module-partners .owl-dots {
  display: flex !important;
  position: relative !important;
  bottom: 0 !important;
  flex-wrap: wrap;
  max-width: 100%;
  margin-top: 2rem !important;
}
.layout-module-partners .owl-dots .owl-dot .active {
  border-radius: 50%;
}
@media (max-width: 992px) {
  .layout-module-partners {
    padding: 6.4rem 1rem;
  }
  .layout-module-partners .module-title {
    display: flex;
    justify-content: center;
    padding: unset;
  }
  .layout-module-partners .module_owl_list {
    display: flex;
    flex-wrap: wrap;
  }
}

.home-footer-module {
  width: 100%;
  height: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-footer-module .module_title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.home-footer-module .module_icon {
  margin-top: 6.7rem;
  width: 120px;
  height: 120px;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  cursor: pointer;
  transform: scale(0.75);
}
.home-footer-module .module_icon:hover {
  transform: scale(0.9);
}
.home-footer-module .module_icon svg {
  animation: txtRun 10s linear forwards infinite;
}
@keyframes txtRun {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.home-footer-module .module_icon .icon_text {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  font-size: var(--f-s-14);
}
.home-footer-module .custom-shape-divider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  display: flex;
  flex-direction: column-reverse;
}
.home-footer-module .custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 122px;
}
.home-footer-module .custom-shape-divider-bottom .shape-fill {
  fill: #ECECEC;
}
.home-footer-module .custom-shape-divider-bottom > div {
  background-color: #ECECEC;
  width: 100%;
  height: 120px;
}
@media (max-width: 992px) {
  .home-footer-module .module_title {
    font-size: var(--f-s-32);
  }
}

/*# sourceMappingURL=oem-service.css.map */
