/* banner */
.banner-cont {
  width: 100%;
}

.swiper-wrapper{
  height: auto !important;
}
.banner-cont .swiper-slide {
  height: auto;
  width: 100%;
  background: linear-gradient(0, #f7f9fa, #f9fafb);
  cursor: pointer;
}

.banner-cont .swiper-slide .img {
  /* position: absolute; */
  z-index: -1;
  height: auto;
  max-width: 100%;
  width: 100%;
  display: block;
  /* object-fit: fill; */
}


.banner-cont .banner-desc {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 80px;
  max-width: 550px;

}

.banner-cont .swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  background: #D7DCE4;
  opacity: 1;
  border-radius: 3px;
}

.banner-cont .swiper-pagination-bullet-active {
  background: rgba(255, 103, 57, 1);
}

.banner .banner-s {
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
  border-radius: 3px;
}

.banner .banner-s .banner-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.banner-s .banner-list .banner-item {
  flex: 1;
  cursor: pointer;
  width: 335px;
  padding: 30px 60px;
}

.banner-s .banner-list .banner-item:hover {
  background: rgba(247, 248, 249, 1);
}

.banner-s .banner-list .banner-item:hover h5 {
  color: #FF6739;
}

.banner-list .banner-item .banner-tag {
  font-size: 12px;
  color: #FF6739;
  border: 1px solid #FF6739;
  padding: 5px 8px;
  border-radius: 3px;
}

/* 服务内容 */
.service-content {
  display: flex;
  margin-top: 60px;
  margin: -10px;
  margin-top: 50px;
}

.service .service-box {
  min-height: 191px;
  margin: 10px;
  position: relative;
  padding: 30px;
  border: 1px solid #E6EAED;
  border-radius: 3px;
}

.service .service-box:hover {
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
}

.service .service-box .service-title {
  color: #333;

}

.service .service-box:hover h4 {
  color: #FF6739;
}

.service .service-hot::before {
  content: '';
  height: 60px;
  width: 60px;
  position: absolute;
  right: -4px;
  top: -4px;
  background: url('../assets/img/index/hot.png');
  background-repeat: no-repeat;
  background-size: 100%;

}

.service-box .title-desc {
  margin: 16px 0;
  height: 42px;

}

.service .service-tag-group {
  display: flex;
}

.service .service-tag-group .service-tag {
  display: flex;
  align-items: center;
  justify-items: center;
  margin-right: 8px;
  font-size: 12px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.6);
  height: 24px;
  background: #F7F8F9;
  border: 1px solid #EDEDED;
  border-radius: 1px;
}


/* 解决方案 */
.resolve {
  background: #13182C url(../assets/img/index/home-bg.png) no-repeat center center;
  background-size: cover;
}

.resolve-content {
  margin: -10px;
  margin-top: 60px;
}

.resolve-content .resolve-box {
  position: relative;
  top: 0;
  max-width: 335px;
  padding: 30px;
  margin: 10px;
  background: #F7F8F9;
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
  opacity: 1;
  border-radius: 3px;
  transition: .5s all;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% auto  ;
}

.resolve-content .resolve-box .title-desc {
  height: 70px;
  font-size: 12px;
}

.resolve-content .resolve-box:nth-child(1) {
  background-image: url('../assets/img/index/solution-1.png');

}

.resolve-content .resolve-box:nth-child(2) {
  background-image: url('../assets/img/index/solution-2.png');
}

.resolve-content .resolve-box:nth-child(3) {
  background-image: url('../assets/img/index/solution-3.png');
}

.resolve-content .resolve-box:nth-child(4) {
  background-image: url('../assets/img/index/solution-7.png');
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(1) {
  background-image: url('../assets/img/index/solution-4.png');
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(2) {
  background-image: url('../assets/img/index/solution-5.png');
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(3) {
  background-image: url('../assets/img/index/solution-6.png');
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(4) {
  background-image: url('../assets/img/index/solution-8.png');
}


.resolve-content .resolve-box:hover {
  top: -10px;
}

.resolve-content .resolve-box:hover h4,
.resolve-content .resolve-box:hover .resolve-link {
  color: rgba(255, 103, 57, 1);
}

.resolve-content .resolve-box h4 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 22px;
  margin-bottom: 20px;
}

.resolve-content .resolve-box .resolve-link {
  color: rgba(0, 0, 0, 0.60);
  margin-top: 10px;
  font-size: 14px;
}


/* 服务实践 */
.practice {}

.practice .practice-content {
  margin: -10px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.practice .practice-box {
  margin: 10px;
  padding: 30px;
  width: 453px;
  border: 1px solid #E6EAED;
  text-align: center;
  border-radius: 3px;
  flex-shrink: 0;
}

.practice .practice-box img {
  width: 177px;
  height: 66px;
  cursor: pointer;
}

.practice-box:hover {
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
}

.brand-group {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}

.practice .brand-box {
  margin: 10px;
  width: 216px;
  height: 124px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid #E6EAED;
}

.practice .brand-box img {
  width: 86px;
  height: 75px;
  cursor: pointer;
}

.practice .brand-box:hover {
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
}

/* 基础措施 */
.section-base {
  background: rgba(247, 248, 250, 1);
}

.section-base .base {
  margin-top: 42px;
}

.section-base>.section-content {
  padding: 62px 20px 0;
}

.section-base .base img {
  width: calc(100% - 140px);
  margin-left: 35px;
  height: 520px;
  padding-right: 80px;
}

.base .base-content {
  margin-bottom: 100px;
}

.base .base-content .title-desc {
  white-space: nowrap;
}

.cert {
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  background: linear-gradient(180deg, #F4F6F8 0%, #FDFEFE 100%);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
}

.cert-list {
  padding: 0 20px;
}

.cert-list .cert-item {
  padding: 13px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}

.cert-list .cert-item img {
  height: 56px;
  width: 56px;
  cursor: pointer;
}

.cert-list .cert-item .title-desc {
  font-size: 12px;
  margin-top: 5px;
}

/* 新闻 */
.news-content {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 130px;
}

.news-content .news-cont {
  flex: 1;

}


.news-content .news-head .news-title {
  padding-left: 5px;
  font-size: 22px;
}

.news-content .news-head .news-title {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}

.news-content .news-head .news-title::before {
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FF6739;
}


.news-content .news-head .news-more {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.news-content .news-list {
  margin-top: 15px;
}

.news-content .news-list .news-item {
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #E6EAED;
}

.news-content .news-cont .news-item:nth-child(1) .number {
  background: rgba(255, 103, 57, 1);
}

.news-content .news-cont .news-item:nth-child(2) .number {
  background: rgba(255, 103, 57, 1);
}

.news-content .news-cont .news-item:nth-child(3) .number {
  background: rgba(255, 103, 57, 1);
}

.news-content .news-item .number {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  width: 14px;
  height: 14px;
  background: rgba(222, 222, 222, 1);
  border-radius: 3px;
}

.news-content .news-item .title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.90);
}

.news-content .news-item .title:hover {
  color: rgba(255, 103, 57, 1);
}

.news-content .news-item .time {
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  min-width: 100px;
  text-align: right;
}


.index .footer-link {
  display: block;
}

.over-hide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}

.over-hide+p {
  display: flex;
  flex-wrap: wrap;
  word-break: break-all;
}




@keyframes leftshow-3d189ee0 {
0% {
    transform: translateX(-110%);
}
100% {
    transform: translateX(0);
}
}

.module_container .module_inner .module_content .module_content_left-img {
  display: none;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .module_content .module_content_left-img {
    display: block;
    flex-shrink: 0;
    width: 48%;
    height: 600px;
}
.module_container .module_inner .module_content .module_content_left-img .fade-enter-active,
  .module_container .module_inner .module_content .module_content_left-img .fade-leave-active {
    transition: opacity 0.5s ease;
}
.module_container .module_inner .module_content .module_content_left-img .fade-enter-from,
  .module_container .module_inner .module_content .module_content_left-img .fade-leave-to {
    opacity: 0;
}
}
.module_container .module_inner .module_content .module_content_right-list {
  width: 100%;
  margin-left: 0;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .module_content .module_content_right-list {
    flex: auto;
    margin-left: 30px;
}
}
      .module_container .module_inner .module_content .module_content_right-list ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .module_content .module_content_right-list ul {
    flex-direction: column;
    gap: 0;
}
}
.module_container .module_inner .module_content .module_content_right-list ul li {
  width: 216px;
  padding: 16px;
  color: #042c2e;
  cursor: pointer;
  background: linear-gradient(94deg, #f7fcfc 0%, #e0fafb 100%);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .module_content .module_content_right-list ul li {
    width: auto;
    padding: 21px 20px 20px;
    margin-bottom: 20px;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
}
}
.module_container .module_inner .module_content .module_content_right-list ul li .li_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  color: #2bacb2;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .module_content .module_content_right-list ul li .li_header {
    flex-direction: row;
    align-items: center;
    height: 30px;
    font-size: 20px;
    color: inherit;
}
}
.module_container .module_inner .module_content .module_content_right-list ul li .li_header img {
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .module_content .module_content_right-list ul li .li_header img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-bottom: 0;
}
}
.module_container .module_inner .module_content .module_content_right-list ul li .li_body {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #3c4848;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .module_content .module_content_right-list ul li .li_body {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
}
}
.module_container .module_inner .module_content .module_content_right-list ul li .li_body span {
  font-weight: 600;
}
.module_container .module_inner .module_content .module_content_right-list ul li:last-child {
  margin-bottom: 0;
}
.module_container .module_inner .module_content .module_content_right-list ul li.active {
  background: linear-gradient(94deg, #f7fcfc 0%, #e0fafb 100%);
}
.module_container .module_inner .module_content .module_content_right-list ul li.active .li_header {
  color: #2bacb2;
}

.module_container .module_inner {
  width: calc(100% - 32px);
  max-width: 1366px;
  padding: 40px 0 42px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.module_container .module_inner {
    padding: 120px 0;
}
}
.module_container .module_inner .title {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: #042c2e;
  text-align: center;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .title {
    padding-bottom: 60px;
    font-size: 40px;
}
}
.module_container {
  background: #fafbfb;
}
.module_container .module_inner .chooseUs-card {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 28px;
  justify-content: center;
  cursor: pointer;
}
.module_container .module_inner .chooseUs-card .card-item {
  position: relative;
  width: 434px;
  padding: 32px 32px 62px;
  background: #fff;
  border-radius: 8px;
}
.module_container .module_inner .chooseUs-card .card-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 160px;
  content: "";
  background: url(/_nuxt/assets/images/home/chooseUs-card-bg.webp) no-repeat;
  background-size: 100% 100%;
  opacity: 0.2;
}
.module_container .module_inner .chooseUs-card .card-item .card-item-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #042c2e;
}
.module_container .module_inner .chooseUs-card .card-item .card-item-desc {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 22px;
  color: #3c4848;
}
.module_container .module_inner .chooseUs-card .card-item .card-item-list {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #8e9595;
}
.module_container .module_inner .chooseUs-card .card-item .card-item-list .icon-check {
  font-size: 12px;
}
.module_container .module_inner .chooseUs-card .card-item:hover {
  background: linear-gradient(to right, #f6fdfd 0%, #ebfbfc 50%, #e1fafb 100%);
}
.module_container .module_inner .chooseUs-card .card-item:hover::after {
  opacity: 0.6;
}
.module_container .module_inner .chooseUs-card .card-item:nth-child(2)::after {
  background-image: url(/_nuxt/assets/images/home/chooseUs-card-bg2.webp);
}
  .module_container .module_inner .chooseUs-card .card-item:nth-child(3)::after {
  background-image: url(/_nuxt/assets/images/home/chooseUs-card-bg3.webp);
}
.module_container .module_inner .chooseUs-card .card-item:nth-child(4)::after {
  background-image: url(/_nuxt/assets/images/home/chooseUs-card-bg4.webp);
}
.module_container .module_inner .chooseUs-card .card-item:nth-child(5)::after {
  background-image: url(/_nuxt/assets/images/home/chooseUs-card-bg5.webp);
}
.module_container .module_inner .chooseUs-card .card-item:nth-child(6)::after {
  background-image: url(/_nuxt/assets/images/home/chooseUs-card-bg6.webp);
}
.module_container .module_inner .chooseUs-card-mobile .el-collapse {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: none;
}
.module_container .module_inner .chooseUs-card-mobile .el-collapse .el-collapse-item {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}
.module_container .module_inner .chooseUs-card-mobile .el-collapse .el-collapse-item.is-active {
  background: linear-gradient(94deg, #f7fcfc 0%, #e0fafb 100%);
}
.module_container .module_inner .chooseUs-card-mobile .el-collapse .el-collapse-item .el-collapse-item__header {
  height: 24px;
  padding-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #042c2e;
  white-space: nowrap;
  background: transparent;
  border: none;
}
.module_container .module_inner .chooseUs-card-mobile .el-collapse .el-collapse-item .el-collapse-item__header::after {
  display: block;
  height: 12px;
  content: "";
}
.module_container .module_inner .chooseUs-card-mobile .el-collapse .el-collapse-item .el-collapse-item__header .el-collapse-item__arrow {
  transform: rotate(90deg);
}
.module_container .module_inner .chooseUs-card-mobile .el-collapse .el-collapse-item .el-collapse-item__header .el-collapse-item__arrow.is-active {
  transform: rotate(270deg);
}
.module_container .module_inner .chooseUs-card-mobile .el-collapse .el-collapse-item .el-collapse-item__wrap {
  background: transparent;
  border: none;
}
.module_container .module_inner .chooseUs-card-mobile .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content {
  padding-bottom: 0;
}
.module_container .module_inner .chooseUs-card-mobile .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .card-item-desc {
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 18px;
  color: #3c4848;
}
.module_container .module_inner .chooseUs-card-mobile .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .card-item-list {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}
.module_container .module_inner .chooseUs-card-mobile .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .card-item-list .icon-check {
  font-size: 12px;
  color: #2bacb2;
}

.module_container .module_inner {
  width: calc(100% - 32px);
  max-width: 1366px;
  padding: 40px 0 42px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.module_container .module_inner {
    padding: 120px 0;
}
}
.module_container .module_inner .title {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: #042c2e;
  text-align: center;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .title {
    padding-bottom: 60px;
    font-size: 40px;
}
}
.scroll_container {
  overflow: hidden;
}
.list_row {
  display: flex;
  margin-bottom: 28px;
  animation: scroll-219d1254 var(--scroll-duration) linear infinite;
}
.list_row.reverse {
  animation-direction: reverse;
}
.list_row:hover {
  animation-play-state: paused;
}
@keyframes scroll-219d1254 {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(var(--scroll-width));
}
}
.partner_item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 208px; 
  height: 68px;
  padding: 0 14px;
}
.partner_item .partner_item_inner {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #eceded;
  border-radius: 8px;
}
.partner_item .partner_item_inner img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.module_footer {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.module_content {
  position: relative;
}
.module_content::before, .module_content::after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 155px;
  height: 100%;
  content: "";
}
.module_content::before {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.module_content::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.module_container .module_inner {
  width: calc(100% - 32px);
  max-width: 1366px;
  padding: 40px 0 42px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.module_container .module_inner {
    padding: 120px 0;
}
}
.module_container .module_inner .title {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: #042c2e;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .module_container .module_inner .title {
    padding-bottom: 60px;
    font-size: 40px;
}
}
.header_container {
  background: url(/_nuxt/assets/images/home/home-header-bg.webp);
}
.header_container .header_inner {
  width: calc(100% - 32px);
  max-width: 1200px;
  padding: 124px 0 132px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.header_container .header_inner.en {
  padding: 100px 0;
}
.header_container .header_inner h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  white-space: pre-line;
}
.header_container .header_inner h1 .gradient-text {
  padding: 0 4px;
  color: transparent;
  background: linear-gradient(90deg, #ffd000 0%, #2bacb2 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
.header_container .header_inner h4 {
  margin: 32px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.header_container .header_inner .header-list {
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.header_container .header_inner .header-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-break: keep-all;
}
.header_container .header_inner .header-list li img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.header_container .header_inner .tips {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  font-size: 12px;
  color: #c7d2d2;
}
.header_container .header_inner .tips img {
  width: 16px;
  height: 16px;
}
.flex {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
.header_container {
    background-image: url(/_nuxt/assets/images/home/home-header-bg-mobile.png);
    background-position: center;
    background-size: cover;
}
  .header_container .header_inner {
    padding: 44px 0 60px;
}
.header_container .header_inner h1 {
    margin: 0 auto;
    font-size: 24px;
    line-height: 32px;
}
.header_container .header_inner h1 .gradient-text {
    padding: 0;
}
.header_container .header_inner h4 {
    margin: 12px auto 16px;
    font-size: 14px;
    line-height: 22px;
    color: #a7a7a9;
}
.header_container .header_inner .header-list {
    flex-flow: column nowrap;
    gap: 8px;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 32px;
}
.header_container .header_inner .header-list li {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.header_container .header_inner .header-list li img {
    width: 24px;
    height: 24px;
}
.header_container .header_inner .btn {
    width: auto;
    height: 40px;
    padding: 9px 36px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
.header_container .header_inner .tips {
    margin-top: 12px;
    font-size: 10px;
    color: #8e9595;
}
.header_container .header_inner.en {
    padding: 60px 16px;
}
}
.home-pop-last {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 450px;
  height: 410px;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 5px;
  transform: translate(-50%, -50%);
}
.home-pop-last .close-pop {
  position: absolute;
  top: -56px;
  right: -30px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.home-pop-last ul {
  position: absolute;
  top: 284px;
  left: 135px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 390px;
  font-size: 16px;
  color: #5d2512;
}
.home-pop-last ul li {
  display: flex;
  flex-shrink: 2;
  align-items: end;
  height: 34px;
}
.home-pop-last ul li span {
  margin-right: 10px;
  font-size: 12px !important;
}
.home-pop-last .newclose {
  position: absolute;
  top: -39px;
  right: -5px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.home-pop-last .buttons {
  position: absolute;
  bottom: 32px;
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 100% !important;
}
.home-pop-last .buttons img {
  cursor: pointer;
}
.newactive {
  position: relative;
  top: 76%;
  display: flex;
  justify-content: center;
}
.pop-future {
  top: 43%;
  left: 50%;
  width: 450px;
  height: 434px;
  overflow: visible;
  background-image: url(/_nuxt/assets/images/home/pop-23-02.png);
  background-position: bottom;
}
@media screen and (max-width: 500px) {
.home-pop-last {
    width: 350px;
    height: 330px;
    background-size: contain;
}
}
@media screen and (max-width: 1324px) {
  ul {
    width: 272px !important;
}
.newactive img {
    width: 20%;
}
}
@media screen and (max-width: 1512px) {
.newactive img {
    width: 21%;
}
}
.ms-future {
  top: 43%;
  left: 50%;
  width: 450px;
  height: 465px;
  overflow: visible;
  background-image: url(/_nuxt/assets/images/home/bigms.png);
  background-position: bottom;
}
.ms-future .mSha-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 115px;
  font-size: 30px;
  color: #fff;
}
.ms-future .mSha-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0 40px;
}
.ms-future .mSha-price .mSha-price-price {
  font-size: 20px;
  font-weight: 400;
  color: #ff9f05;
}
.ms-future .mSha-price .mSha-price-price:first-child {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.ms-future .mSha-inner {
  position: relative;
  left: 45px;
  width: 360px;
  height: 129px;
  background: url(/_nuxt/assets/images/packageOrder/mioashabg-1.png) no-repeat;
  background-size: contain;
}
.ms-future .mSha-inner .mSha-inner-content {
  width: 100%;
}
.ms-future .mSha-inner .mSha-inner-content .mSha-inner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ms-future .mSha-inner .mSha-inner-content .mSha-inner-title .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 41px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #ff4403;
  border-radius: 4px;
}
.ms-future .mSha-inner .mSha-inner-content .mSha-inner-title .en-text {
  width: 166px;
}
.ms-future .mSha-inner .mSha-inner-content .mSha-inner-title .text::after {
  position: absolute;
  top: 40px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid transparent;
  border-top: 10px solid #ff4403;
}
.ms-future .mSha-inner .mSha-inner-content .mSha-inner-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #fffffe;
}
  .ms-future .mSha-inner .mSha-inner-content .current-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 45px;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.ms-future .mSha-inner .mSha-inner-content .current-price .fh {
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #ff4403;
}
.ms-future .mSha-inner .mSha-inner-content .current-price .price {
  font-size: 34px;
}
.ms-future .downTime {
  width: 100%;
}
.ms-future .downTime .downTime-result {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.ms-future .downTime .downTime-result > div {
  display: flex;
  justify-content: center;
}
.ms-future .downTime .downTime-result > div .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #fe9f0a;
  background: #fff;
  border-radius: 4px;
}


.module_container .module_inner {
  width: calc(100% - 32px);
  max-width: 1366px;
  padding: 40px 0 42px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.module_container .module_inner {
    padding: 120px 0;
}
}
.module_container .module_inner .title {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: #042c2e;
  text-align: center;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .title {
    padding-bottom: 60px;
    font-size: 40px;
}
}
.module_container {
  position: relative;
  overflow: hidden;
  background: url(/_nuxt/assets/images/home/hot-meal-bg.webp) no-repeat center;
  background-size: 100% 100%;
}
.module_container .background {
  position: absolute;
  top: -35px;
  width: 100%;
  height: 40%;
  background: radial-gradient(ellipse at top, #054b4a 0%, #05403f 10%, #063334 30%, #072123 40%, #090a0f 100%);
  border-radius: 0;
  filter: blur(30px);
}
@media screen and (max-width: 768px) {
.module_container .module_inner {
    width: 100%;
}
}
.module_container .module_inner .title {
  position: relative;
  margin: 0;
  color: #fff;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .title {
    padding: 0px 0px 60px 0px;
}
}
.module_container .module_inner .tabs-box {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
  .module_container .module_inner .tabs-box .tab_item {
  height: 44px;
  font-size: 16px;
  line-height: 44px;
}
.module_container .module_inner .tabs-box .tab-wrapper--mobile {
  width: 100%;
  border-bottom: 1px solid #1A3237;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.module_container .module_inner .tabs-box .tab-wrapper--mobile::-webkit-scrollbar {
  display: none;
}
.module_container .module_inner .tabs-box .tab-wrapper--mobile .tab--mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 16px;
  margin-left: auto;
  margin-right: auto;
}
.module_container .module_inner .tabs-box .tab-wrapper--mobile .tab--mobile .tab-item--mobile {
  position: relative;
  padding: 10px 0px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.module_container .module_inner .tabs-box .tab-wrapper--mobile .tab--mobile .tab-item--mobile.is-active {
  font-weight: 600;
  color: #59EFF6;
}
.module_container .module_inner .tabs-box .tab-wrapper--mobile .tab--mobile .tab-item--mobile.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 2px;
  background: #2bacb2;
  transform: translateX(-50%);
}
.module_container .module_inner .custom-tab {
  position: relative;
  margin: 0 auto 32px;
}
.module_container .module_inner .el-carousel .el-carousel__item {
  overflow: auto;
}
.module_container .module_inner .swiper-button-prev,
.module_container .module_inner .swiper-button-next {
  top: 56%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #2f3139;
  border-radius: 40px;
}
.module_container .module_inner .swiper-button-prev::after,
.module_container .module_inner .swiper-button-next::after {
  display: none;
}
.module_container .module_inner .swiper-button-prev.disabled,
.module_container .module_inner .swiper-button-next.disabled {
  color: #a7a7a9;
  pointer-events: none;
  opacity: 0.5;
}
  .module_container .module_inner .swiper-button-prev i,
.module_container .module_inner .swiper-button-next i {
  font-size: 12px;
}
.module_container .module_inner .swiper-button-prev {
  left: -14px;
}
.module_container .module_inner .swiper-button-next {
  right: -14px;
}
.module_container .module_inner .swiper-button-next i {
  transform: rotate(180deg);
}
.module_container .module_inner .el-carousel {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .el-carousel {
    padding: 0;
    padding: initial;
}
}
.module_container .module_inner .carousel-tiktok {
  padding: 90px 60px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}
.module_container .module_inner .carousel-tiktok .carousel-tiktok-inner {
  display: flex;
  gap: 122px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.module_container .module_inner .carousel-tiktok .carousel-tiktok-inner .tiktok-card-img {
  width: 446px;
  height: 344px;
}
.module_container .module_inner .carousel-tiktok .tiktok-text {
  min-width: 532px;
}
.module_container .module_inner .carousel-residential,
.module_container .module_inner .carousel-datacenter {
  overflow: hidden;
}
.module_container .module_inner .carousel-residential .swiper,
.module_container .module_inner .carousel-datacenter .swiper {
  width: 100%;
  height: 100%;
}
.module_container .module_inner .carousel-residential .hotMeal-card,
.module_container .module_inner .carousel-datacenter .hotMeal-card {
  box-sizing: border-box;
}
.module_container .module_inner .carousel-datacenter .hotMeal-card {
  min-width: min(570px, 100%);
}
.module_container .module_inner .card-box .card-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
}
  .module_container .module_inner .card-box .card-desc {
  margin: 12px 0 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.module_container .module_inner .card-box .card-list-wrap .card-list {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #d3d3d4;
}
.module_container .module_inner .card-box .card-list-wrap .card-list img {
  width: 13px;
  height: 18px;
}
.module_container .module_inner .card-box .card-button {
  width: 136px;
  height: 40px;
  margin-top: 32px;
}
.module_container .module_inner .navigator-box {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.module_container .module_inner .navigator-box .navigator-item {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.module_container .module_inner .navigator-box .navigator-item.is-active {
  width: 12px;
  background: #2bacb2;
}
@media screen and (max-width: 1200px) {
.module_container .module_inner .carousel-tiktok .carousel-tiktok-inner {
    justify-content: flex-start;
}
}
@media screen and (max-width: 768px) {
.module_container .module_inner .tabs-box {
    margin-bottom: 20px;
}
.module_container .module_inner .tabs-box .tab {
    padding: 0;
}
.module_container .module_inner .tabs-box .tab .tab_item {
    padding: 0 24px;
    font-size: 14px;
}
.module_container .module_inner .carousel-tiktok {
    padding: 24px;
}
.module_container .module_inner .carousel-tiktok .carousel-tiktok-inner {
    flex-direction: column;
    padding: 0;
}
.module_container .module_inner .carousel-tiktok .carousel-tiktok-inner .tiktok-text {
    width: 100%;
    min-width: 0;
    min-width: initial;
}
.module_container .module_inner .carousel-tiktok .carousel-tiktok-inner .tiktok-text .card-title {
    font-size: 20px;
    line-height: 28px;
}
.module_container .module_inner .carousel-tiktok .carousel-tiktok-inner .tiktok-text .card-desc {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #a7a7a9;
}
.module_container .module_inner .carousel-tiktok .carousel-tiktok-inner .tiktok-text .card-list-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 228px;
}
.module_container .module_inner .carousel-tiktok .carousel-tiktok-inner .tiktok-text .card-list-wrap .card-list {
    height: auto;
}
.module_container .module_inner .carousel-tiktok .carousel-tiktok-inner .tiktok-text a {
    display: flex;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
}
.module_container .module_inner .carousel-tiktok .carousel-tiktok-inner .tiktok-text a .card-button {
    margin-top: 20px;
}
.module_container .module_inner .carousel-tiktok .carousel-tiktok-inner .tiktok-card-img {
    display: none;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
}
.module_container .module_inner .carousel-residential .hotMeal-card,
  .module_container .module_inner .carousel-datacenter .hotMeal-card {
    padding: 32px 24px;
}
.module_container .module_inner .carousel-residential .hotMeal-card .card-title,
  .module_container .module_inner .carousel-datacenter .hotMeal-card .card-title {
    width: 232px;
    height: 56px;
    font-size: 20px;
    line-height: 28px;
}
}

.module_container .module_inner {
  width: calc(100% - 32px);
  max-width: 1366px;
  padding: 40px 0 42px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.module_container .module_inner {
    padding: 120px 0;
}
}
.module_container .module_inner .title {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: #042c2e;
  text-align: center;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .title {
    padding-bottom: 60px;
    font-size: 40px;
}
}
.module_container {
  background: #fff;
}
.module_container .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 28px;
  gap: 28px;
}
.module_container .list .list_item {
  position: relative;
  height: 218px;
  padding: 32px;
  overflow: hidden;
  cursor: pointer;
  background: #fafbfb;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.module_container .list .list_item:hover {
  background: linear-gradient(94deg, #f7fcfc 0%, #e0fafb 100%);
}
.module_container .list .list_item:hover .content_wrapper {
  transform: translateY(-88px);
}
.module_container .list .list_item:hover p {
  height: auto;
  white-space: normal;
  opacity: 1;
}
.module_container .list .list_item .content_wrapper {
  transition: transform 0.3s ease;
}
.module_container .list .list_item .icon_wrapper {
  width: 48px;
  height: 48px;
  margin-bottom: 40px;
}
.module_container .list .list_item .icon_wrapper img {
  width: 48px;
  height: 48px;
}
.module_container .list .list_item h3 {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  color: #042c2e;
}
.module_container .list .list_item p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #3c4848;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1440px) {
.module_container .list {
    gap: 20px;
}
}
@media screen and (max-width: 1200px) {
.module_container .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
}
@media screen and (max-width: 768px) {
.module_container .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
}
@media screen and (max-width: 480px) {
.module_container .list {
    grid-template-columns: 1fr;
    gap: 12px;
}
}
.module_container .list_mobile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  gap: 8px;
  align-items: center;
}
.module_container .list_mobile .list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0;
  background: #fafbfb;
  border-radius: 8px;
}
.module_container .list_mobile .list_item.is-active {
  background: linear-gradient(94deg, #f7fcfc 0%, #e0fafb 100%);
}
.module_container .list_mobile .list_item .content_wrapper .icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.module_container .list_mobile .list_item .content_wrapper .icon_wrapper img {
  width: 24px;
  height: 24px;
}
  .module_container .list_mobile .list_item .content_wrapper h3 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #042c2e;
}
@media screen and (max-width: 480px) {
.module_container .list_mobile {
    grid-template-columns: repeat(2, 1fr);
}
}
.slide-enter-active,
.slide-leave-active {
  transition: all 0.3s ease-in-out;
}
.slide-enter-from,
.slide-leave-to {
  opacity: 0;
  transform: translateY(100%);
}
.popover-container {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0 16px 20px;
}
.popover-container .popover-content {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 16px;
  background: linear-gradient(94deg, #f7fcfc 0%, #e0fafb 100%);
  border: 1px solid #e2eaeb;
  border-radius: 12px;
}
.popover-container .popover-content .icon-wrapper img {
  width: 40px;
  height: 40px;
}
.popover-container .popover-content .text-content {
  flex: 1;
}
.popover-container .popover-content .text-content h3 {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #042c2e;
}
.popover-container .popover-content .text-content p {
  font-size: 12px;
  line-height: 18px;
  color: #3c4848;
}
.module_container {
  width: 100%;
 padding-bottom: 40px;
}
.module_container .module_inner {
  width: calc(100% - 32px);
  max-width: 1366px;
  padding: 40px 0 42px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.module_container .module_inner {
    padding: 120px 0;
}
}
  .module_container .module_inner .title {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: #042c2e;
  text-align: center;
}
@media screen and (min-width: 768px) {
.module_container .module_inner .title {
    padding-bottom: 60px;
    font-size: 40px;
}
}
.module_container {
  background: linear-gradient(94deg, #f7fcfc 0%, #e0fafb 100%);
}
.module_inner .title {
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
.module_inner .title {
    margin-bottom: 0;
    font-size: 24px;
}
}
.content_wrapper {
  display: flex;
  gap: 40px;
}
.content_wrapper .left_section {
  width: 514px;
  padding: 40px 32px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  box-shadow: 0 16px 30px 0 rgba(4, 44, 46, 0.03);
}
.content_wrapper .left_section:hover {
  background: #fff;
}
.content_wrapper .left_section .section_title {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 36px;
  color: #042c2e;
}
@media screen and (max-width: 768px) {
.content_wrapper .left_section .section_title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
}
}
.content_wrapper .left_section .section_desc {
  width: 438px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3c4848;
}
@media screen and (max-width: 1024px) {
.content_wrapper .left_section .section_desc {
    width: 100%;
}
}
@media screen and (max-width: 768px) {
.content_wrapper .left_section .section_desc {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 18px;
}
}
.content_wrapper .left_section .country_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  gap: 16px;
}

.content_wrapper .right_section {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
}
.content_wrapper .right_section .resource_section {
  padding: 40px 32px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  box-shadow: 0 16px 30px 0 rgba(4, 44, 46, 0.03);
}
  .content_wrapper .right_section .resource_section:hover {
  background: #fff;
}
.content_wrapper .right_section .resource_section .section_title {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 36px;
  color: #042c2e;
}
.content_wrapper .right_section .resource_section .features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content_wrapper .right_section .resource_section .features .feature_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content_wrapper .right_section .resource_section .features .feature_item .feature_icon {
  width: 30px;
  height: 30px;
  margin-right: 18px;
}
.content_wrapper .right_section .resource_section .features .feature_item h4 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #3c4848;
  white-space: nowrap;
}
.content_wrapper .right_section .resource_section .features .feature_item p {
  font-size: 14px;
  color: #3c4848;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
.content_wrapper .right_section .resource_section .features .feature_item p {
    margin-left: 28px;
    font-size: 12px;
    line-height: 18px;
}
}


.content_wrapper .left_section .country_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  gap: 16px;
}
.content_wrapper .left_section .country_grid .country_item {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 16px;
  cursor: pointer;
  background: #f2f8f8;
  border: 1px solid transparent;
  border-radius: 30px;
}
.content_wrapper .left_section .country_grid .country_item:hover {
  background: rgba(43, 172, 178, 0.12);
  border: 1px solid #2bacb2;
  box-shadow: 0 2px 6px 0 rgba(41, 35, 35, 0.05);
}
.content_wrapper .left_section .country_grid .country_item .country_flag {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.content_wrapper .left_section .country_grid .country_item .country_info .country_name {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #042c2e;
}
.content_wrapper .left_section .country_grid .country_item .country_info .ip_count {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: #3c4848;
}




