@import url("../web/css/fontbiaoti.css");
@import url("font.css");

@font-face {
  font-family: "阿里妈妈数黑体 Bold";
  font-weight: 700;
  src: url("//at.alicdn.com/wf/webfont/wX2866PgIjq2/bkIOu4SAKjVE.woff2")
      format("woff2"),
    url("//at.alicdn.com/wf/webfont/wX2866PgIjq2/6Crdcg7WkwGP.woff")
      format("woff");
  font-display: swap;
}

.page_main {
  font-family: sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  /*background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);*/
}

.page_main .container-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#f6c563, #ffb199);
  clip-path: circle(8% at 90% 86%);
  z-index: -2;
}

.page_main .container-1::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -100px;
  width: 100%;
  height: 100%;
  background: linear-gradient(#40e0d0, #764ba2);
  clip-path: circle(10% at 10% 32%);
  z-index: -2;
}

.page_main .wave-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  /* min-height: 100vh; */
  /* padding: 1px 0; */
  /* margin: -50px -130px 0px; */
}

.page_main .wave-box::before {
  content: "";
  position: absolute;
  width: 1920px;
  margin: 0 -330px;
  height: 1680px;
  top: -250px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgb(239,239,239)" fill-opacity="1" d="M0,160L48,149.3C96,139,192,117,288,101.3C384,85,480,75,576,85.3C672,96,768,128,864,138.7C960,149,1056,139,1152,122.7C1248,107,1344,85,1392,74.7L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>'),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgb(239,239,239)" fill-opacity="1" d="M0,128L48,128C96,128,192,128,288,128C384,128,480,128,576,144C672,160,768,192,864,197.3C960,203,1056,181,1152,176C1248,171,1344,181,1392,186.7L1440,192L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>');
  background-position: top, bottom;
  background-size: 200% calc(50% + 1px), 200% calc(50% + 1px);
  background-origin: border-box, content-box;
  background-clip: content-box, content-box;
  padding: 1px 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.page_main .container-1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* max-width: 1920px; */
  flex-wrap: wrap;
  z-index: 1;
  margin-bottom: 50px;
  /* margin-left: -100px; */
  box-sizing: border-box;
}

.page_main .title {
  font-family: Fontbiaoti, sans-serif;
  width: 100%;
  text-align: center;
  font-size: 3.4em;
  color: #489cb9;
  margin-bottom: 50px;
  margin-left: 5px;
}

@media (max-width:767px){
  .page_main .title {
    font-size: 2em;
    margin-bottom: 50px;
    margin-left: 2px;
    margin-top: 10px;
  }
}


.page_main .container-1 .card {
  position: relative;
  width: 340px;
  height: 300px;
  margin: 30px 23px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  transition: transform 1.5s ease;
}

@keyframes swing {
  0% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-5deg);
  }
}

.page_main .container-1 .card::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 130px;
  width: 40%;
  height: 40%;
  background-image: url("./通用.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center 20%;
  transition: opacity 1s ease;
  z-index: -1;
  opacity: 1;
  animation: swing 1s infinite;
  /* 添加 swing 动画 */
}

.page_main .container-1 .card .card-title {
  font-family: Fontbiaoti, sans-serif;
  font-size: 4.4em;
  font-style: oblique;
  position: absolute;
  bottom: 12%;
  width: 100%;
  text-align: center;
  z-index: 0;
  opacity: 1;
  /* 初始显示 */
  transition: opacity 1s ease;
}

.page_main .container-1 .card .card-title h3 {
  color: #20b2aa;
  font-size: 40px;
  font-style: normal;
}

.page_main .container-1 .card:hover .card-title {
  opacity: 0;
  /* 鼠标悬停时隐藏 */
}

.page_main .container-1 .card:hover::before {
  opacity: 0;
}

.page_main .container-1 .card .content {
  position: relative;
  padding: 20px;
  text-align: center;
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 1s, transform 1s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 1;
}

.page_main .container-1 .card:hover {
  transform: scale(1.05);
}

.page_main .container-1 .card:hover .content {
  transform: translateY(0px);
  opacity: 1;
}

.page_main .container-1 .card .content h2 {
  position: absolute;
  top: -60px;
  right: 1px;
  font-size: 10em;
  color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.page_main .container-1 .card .content h3 {
  margin-top: 35px;
  min-height: 50px;
  font-size: 1.8em;
  font-weight: 600;
  color: #000;
  z-index: 1;
}

.page_main .container-1 .card .content p {
  flex-grow: 1;
  font-size: 1em;
  color: #000;
  font-weight: 300;
  text-align: left;
}

.page_main .container-1 .card .content a {
  margin-top: auto;
  padding: 8px 20px;
  background: #6da4b4;
  color: #000;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* 响应式媒体查询 */
@media (max-width: 768px) {
  .web_main .container .layout {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page_main .container-1 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }

  .page_main .container-1 .card {
    width: 300px;
    height: auto;
    margin: 15px;
  }
  
  .page_main .container-1 .card .content h2 {
    font-size: 8em;
  }
  .page_main .container-1 .card .card-title h3 {
    font-size: 0.5em;
  }
    
  .page_main .container-1 .card .content h3 {
    font-size: 1.5em;
  }  
    
  .page_main .container-1 .card .content p {
    font-size: 0.9em;
  }
  
  .page_main .title {
    font-size: 2em;
  }

  /* 以下是波浪背景的调整，如果需要 */
  .page_main .wave-box::before,
  .page_main .wave-box::after {
    /* 如果波浪效果需要调整，在这里写样式 */
  }
}


/* Custom Wave Container 专用样式 */
.custom-wave-container {
  position: relative;
  text-align: center;
  color: white;
  width: calc(100% + 330px);
  margin-left: -165px;
  /* background: linear-gradient(60deg,
      rgba(84, 58, 183, 1) 0%,
      rgba(0, 172, 193, 1) 100%); */
}

/* .custom-wave-container h1 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 48px;
  color: white;
}

.custom-wave-container .logo {
  width: 450px;
  fill: white;
  padding-right: 50px;
  display: inline-block;
  vertical-align: middle;
}

.custom-wave-container .inner-header {
  height: 65vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}

.custom-wave-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
} */

.custom-wave-container .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /* Fix for safari gap */
  min-height: 100px;
  max-height: 150px;
}

/* .custom-wave-container .content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
} */

/* 保留波浪动画样式 */
.custom-wave-container .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.custom-wave-container .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.custom-wave-container .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.custom-wave-container .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.custom-wave-container .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/* 响应式设计 */
@media (max-width: 768px) {
  .custom-wave-container .waves {
    height: 40px;
    min-height: 40px;
  }

  .custom-wave-container .content {
    height: 30vh;
  }

  .custom-wave-container h1 {
    font-size: 24px;
  }
}

.new-container {
  /* background-image: url("./bg-index-advantage.png"); */
  display: flex;
  justify-content: space-between;
  padding: 40px;
  /* max-width: 1920px; */
  margin: -50px -130px 50px;
}

@keyframes dancing {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.new-container::before,
.new-container::after {
  content: "";
  position: absolute;
  animation: dancing 1s infinite;
}

.new-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#ffebcd, #ffb199);
  clip-path: circle(2% at 15% 14%);
  animation: dancing 1s infinite;
  animation-delay: -0.5s;
  z-index: -2;
}

.new-container::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -100px;
  width: 100%;
  height: 100%;
  background: linear-gradient(#e1ffff, #764ba2);
  clip-path: circle(3% at 90% 17%);
  animation: dancing 1s infinite;
  z-index: -2;
}

.new-container .left-section,
.new-container .right-section {
  width: 50%;
}

.new-container .left-section {
  /* padding-right: 2%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.new-container .left-section .header-container {
  position: relative;
  top: -70px;
  left: 30px;
}

.new-container .left-section .header-container .content {
  font-family: Fontbiaoti, sans-serif;
  position: absolute;
  /*在header-container内垂直居中*/
  top: 0;
  left: 0;
  font-size: 4em;
  color: #fff;
  margin-bottom: -50px;
}

.new-container .left-section .header-container:nth-child(1) .content {
  color: transparent;
  -webkit-text-stroke: 2px #c5c7cc;
  font-size: 48px;
}

.new-container .left-section .header-container:nth-child(2) .content {
  color: rgba(109, 164, 180, 0.7);
  animation: animateLeft 4s ease-in-out infinite;
  /*   -webkit-text-stroke: 2px #c5c7cc; */
  font-size: 48px;
}

@keyframes animateLeft {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }

  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}

.new-container p {
  font-size: 1.2em;
  margin-bottom: 10px;
  text-indent: 2em;
}

.new-container .right-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-container img {
  max-width: 80%;
  height: auto;
  border-radius: 0 50px 50px 50px;
}

@media(max-width:767px){

  .new-container {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .new-container::before {
    top: -200px;
    left: 10px;
    clip-path: circle(0.85% at 15% 14%);
  }
  .new-container::after {
    top: -150px;
    left: 200px;
    clip-path: circle(0.85% at 15% 14%);
  }

  .new-container .left-section,
  .new-container .right-section {
    width: 90%;
  }
  
  .new-container .left-section .header-container .content {
    left: 50%;
    transform: translateX(-63%);
    top: 20px;
    font-size: 2em;
    white-space: nowrap;
  }

  .new-container .left-section .header-container:nth-child(1) .content {
    font-size: 2em;
  }

  .new-container .left-section .header-container:nth-child(2) .content {
    font-size: 2em;
  }
  
  .new-container .right-section {
    display: flex;
    justify-content: center;
    align-items: center;
    /*   margin-right: -60px; */
  }
}


.container-new {
    position: relative;
    width: 100%;
    height: 800px;
    margin-top: -140px;

}

.container-new .background {
    position: absolute;
    top: 46px;
    left: 0;
    height: 73.6%;
    width: 1920px;
    background: url("./content_bg1.jpg") center center / cover no-repeat;
    opacity: 0.1;
    z-index: -1;
    margin-left: -330px;
    margin-top: 50px;

}

.card-new::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #00ffff, #808080);
}

.rectangle-arrow {
  width: 20px;
  height: 10px;
}

.arrow-left {
  top: 50%;
  left: 10%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 20px solid green;
  /* use desired color */
  transform: translateY(-50%);
}

.arrow-middle {
  top: 50%;
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid red;
  transform: translate(-50%, -50%);
}

.arrow-right {
  top: 50%;
  right: 10%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid blue;
  transform: translateY(-50%);
}

.arrow-right {
  top: 50%;
  right: 20%;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 100px solid blue;
  transform: translateY(-50%);
}

.card-new {
  position: absolute;
  top: calc(50% - 170px);
  left: 50%;
  width: 428px;
  height: 284px;
  background: #fff;
  border-radius: 10px;
  transform: translateX(-50%) translateY(calc(var(--i) * 50px)) rotate(40deg)
    skew(-20deg, -10deg) scale(0.6);
  box-shadow: 25px 25px 100px rgba(0, 0, 0, 0.2);
  z-index: calc(3 - var(--i));
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: calc((8 - var(--i)) / 10);
}

.container-new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #20b2aa;
    clip-path: circle(248px at center);
    z-index: -1;

}

.container-new:hover .card-new {
  opacity: 1;
}

.container-new:hover .card-new:nth-child(1) {
  transform: translate(calc(-50% - 450px)) translateY(-47%) rotate(0deg)
    skew(0deg, 0deg) scale(1);
}

.container-new:hover .card-new:nth-child(2) {
  transform: translate(calc(-50%)) translateY(-47%) rotate(0deg)
    skew(0deg, 0deg) scale(1);
}

.container-new:hover .card-new:nth-child(3) {
  transform: translate(calc(-50% + 450px)) translateY(-47%) rotate(0deg)
    skew(0deg, 0deg) scale(1);
}

.container-new:hover .card-new:nth-child(n + 4) {
  transform: translate(calc(-50% + calc(-450px * (var(--t) + var(--i)))))
    translateY(60%) rotate(0deg) skew(0deg, 0deg) scale(1);
}

.content-new {
  position: relative;
  padding: 25px;
  color: #333;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(50px);
  z-index: 2;
}

.content-new h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6da4b4;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}

.container-new:hover .card-new .content-new {
  opacity: 1;
  transform: translateY(0px);
}

.mouse-track.element {
  position: absolute;
  top: 60px;
  left: 64px;
  width: 70%;
  height: 58%;
  z-index: 1;
}

.mouse-track.element::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 146px);
  height: calc(100% + 140px);
  background: radial-gradient(
    circle at var(--x) var(--y),
    #ffebcd 0,
    transparent 30%
  );
  pointer-events: none;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}



/* 媒体查询，针对移动设备 */
@media (max-width: 768px) {
    .container-new {
    margin-bottom: -200px;

}
      .container-new::before {
        clip-path: circle(180px at center);
        top: -90px;
    
    }
.container-new .background {
    height: 53.6%;

}  
  .card-new {
        width: 300px;
        height: 190px;
        margin-top: -35px;
        transform: translateX(-50%) translateY(calc(var(--i) * 40px)) rotate(40deg) skew(-20deg, -10deg) scale(0.6);
    
    }
    .container-new:hover .card-new {
        transform: translate(0%, 0) !important;
        position: static !important;
        width: auto !important;
        height: auto !important;
        margin-top: 20px !important;
        opacity: 1 !important;
        z-index: auto !important;
        box-shadow: none !important;
    }


    .container-new:hover .card-new:first-child {
        margin-top: 0 !important;
    }
}



.service-type-card-deck {
  display: flex;
  width: calc(100% + 330px);
  justify-content: space-between;
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -165px;
  margin-top: -10px;
  margin-bottom: 50px;
}

.service-type-card {
  background-color: #f5f5f5;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
}

.service-type-card .service-type-icon img {
  width: 50px;
  height: 50px;
  flex-grow: 1;
}

@keyframes colorChange {
  0% {
    color: #6da4b4;
  }

  50% {
    color: blue;
  }

  100% {
    color: #6da4b4;
  }
}

.service-type-card .service-type-title {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
  animation: colorChange 2s infinite;
  flex-grow: 1;
}

.service-type-card .service-type-description {
  font-size: 14px;
  text-align: left;
  flex-grow: 1;
}

.service-type-info-button {
  color: white;
  background-color: #6da4b4;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.service-type-info-button:hover {
  background-color: #f6c563;
}


@media (max-width: 768px) {
    .service-type-card-deck {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .service-type-card {
        width: 80%;
        margin: 10px 0;
    }

    .service-type-card .service-type-icon img {
        width: 70px;
        height: 70px;
    }
}




/* .container-new .card-new:last-child h2.new_heading {
  font-family: "阿里妈妈数黑体 Bold";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4em;
  letter-spacing: 15px;
  color: #0e3742;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0008);
  line-height: 1em;
  outline: none;
  animation: animateRight 5s linear infinite;
}

.container-new:hover .card-new:last-child h2.new_heading {
  display: none;
}

@keyframes animateRight {
  0%,
  18%,
  20%,
  50.1%,
  60%,
  65.1%,
  80%,
  90.1%,
  92% {
    color: #dc143c;
    text-shadow: none;
  }

  18.1%,
  20.1%,
  30%,
  50%,
  60.1%,
  65%,
  80.1%,
  90%,
  92.1%,
  100% {
    color: #fff;
    text-shadow: 0 0 10px #03bcf4, 0 0 20px #03bcf4, 0 0 40px #03bcf4,
      0 0 80px #03bcf4, 0 0 160px #03bcf4;
  }
} */

/* 根元素样式定义 */
:root {
  --white: hsl(0, 0%, 99%);
  --light-pink: hsl(275, 100%, 97);
  --grayish-purple: hsl(292, 16%, 49%);
  --dark-purple: hsl(292, 42%, 14%);
}

.faq-section-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  /* margin: 6rem; */
  /* max-width: 1920px; */
}

.img-container {
  flex: 1.2;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-left: -100px;
  margin-right: 50px;
}

.img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.faq-content-container {
  flex: 2;
  margin: 1rem;
  margin-right: -100px;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #ccc;
}

.faq-section-container .faq-headline {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.faq-section-container .faq-headline img {
  max-width: 50px;
  min-width: 50px;
}

.faq-section-container .faq-headline h1 {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--dark-purple);
}

.faq-section-container .accordion-container .accordion-item {
  border-bottom: 1px solid #eee;
}

.faq-section-container .accordion-container .accordion-item:last-child {
  border-bottom: none;
}

.faq-section-container .accordion-container .accordion-btn {
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  padding: 1rem 0;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-section-container .accordion-container .accordion-description {
  border-radius: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease-in-out;
}

.faq-section-container .accordion-container .accordion-description p {
  color: #000;
  padding: 1rem 1rem;
  font-size: 1.1rem;
}

.faq-section-container .accordion-container .accordion-btn .icons {
  display: flex;
  gap: 0.5rem;
}

.faq-section-container .accordion-container .accordion-btn:hover {
  color: #6da4b4;
}

.faq-section-container .accordion-container .accordion-btn .btn-icon {
  width: 20px;
  height: 20px;
}

.faq-section-container .accordion-container .accordion-btn.active .minus-icon {
  display: block;
}

.faq-section-container .accordion-container .accordion-btn.active .plus-icon {
  display: none;
}

.accordion-item .icons .minus-icon {
  display: none;
}

.faq-section-container .accordion-container .accordion-description.active {
  padding: 1rem;
  border-top: 1px solid #eee;
}

@media (max-width: 768px) {
  .faq-section-container {
    padding: 1rem;
    margin: 1rem 0.5rem;
  }

  .faq-section-container .faq-headline h1 {
    font-size: 1.5rem;
  }
}


@media (max-width: 768px) {
  .faq-section-container {
    flex-direction: column; /* 将整个FAQ区域改为垂直布局 */
    margin-bottom: 20px; /* 减少底部外边距 */
  }

  .img-container {
    margin-left: 0; /* 重置左边界 */
    margin-right: 0; /* 重置右边界 */
    margin-bottom: 20px; /* 在图片和FAQ内容之间添加一些空白 */
  }

  .img-container img {
    border-radius: 20px; /* 减少圆角大小 */
  }

  .faq-content-container {
    margin: 0; /* 移除周围的外边距 */
    padding: 1rem; /* 减少内边距 */
    margin-right: 0; /* 重置右边距 */
  }
  
  .faq-section-container .faq-headline h1 {
    font-size: 1.8rem; /* 在移动端减小标题字号 */
  }

  .faq-section-container .accordion-container .accordion-btn {
    font-size: 1rem; /* 减小问题按钮的字号 */
    padding: 15px 0; /* 调整按钮的上下内边距 */
  }

  .faq-section-container .accordion-container .accordion-description p {
    font-size: 0.9rem; /* 调整答案段落的字体大小 */
    padding: 15px; /* 增加内边距以便于阅读 */
  }

  .faq-section-container .accordion-container .accordion-btn .btn-icon {
    width: 15px; /* 缩小图标的尺寸 */
    height: 15px; /* 缩小图标的尺寸 */
  }
}





.image-display-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 1920px;
  margin-left: -330px;
  margin-bottom: 80px;
  margin-top: -50px;
}

.image-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -232px;
  margin-top: 50px;
}

.image-card-1,
.image-card-3,
.image-card-5,
.image-card-7 {
  width: 280px;
  height: 245px;
  transform: skew(-4deg);
  /* background-color: skyblue; */
  margin-top: 30px;
  /*     margin-right: 50px; */
  background-size: cover;
  background-position: center;
  transition: transform 0.35s ease-in-out;
  position: relative;
  box-shadow: 0 6px 12px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.image-card-2,
.image-card-4,
.image-card-6,
.image-card-8 {
  width: 280px;
  height: 245px;
  /*   margin-right: 0px; */
  transform: skew(-4deg);
  /*   background-color: skyblue; */
  background-size: cover;
  background-position: center;
  transition: transform 0.35s ease-in-out;
  position: relative;
  box-shadow: 0 6px 12px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.image-card-1 {
  background-image: url("./外贸企业建站.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.image-card-2 {
  background-image: url("./谷歌SEO推广.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.image-card-3 {
  background-image: url("./付费广告投放.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.image-card-4 {
  background-image: url("./海外社媒营销.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.image-card-5 {
  background-image: url("./海外视频营销.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.image-card-6 {
  background-image: url("./海外内容营销.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.image-card-7 {
  background-image: url("./品牌整合营销.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.image-card-8 {
  background-image: url("./出海增值服务.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.image-card-1:hover,
.image-card-2:hover,
.image-card-3:hover,
.image-card-4:hover,
.image-card-5:hover,
.image-card-6:hover,
.image-card-7:hover,
.image-card-8:hover {
  transform: skew(-4deg) scale(1.1);
}

.image-card-1::before,
.image-card-2::before,
.image-card-3::before,
.image-card-4::before,
.image-card-5::before,
.image-card-6::before,
.image-card-7::before,
.image-card-8::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: 5;
}

.image-card-1::after,
.image-card-2::after,
.image-card-3::after,
.image-card-4::after,
.image-card-5::after,
.image-card-6::after,
.image-card-7::after,
.image-card-8::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    226deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  transform: translateY(-100%);
  transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-card-1:hover::after,
.image-card-2:hover::after,
.image-card-3:hover::after,
.image-card-4:hover::after {
  transform: translateY(100%);
}

.image-title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) skew(0deg);
  color: white;
  font-size: 20px;
  font-weight: 700;
  z-index: 10;
}



@media (max-width: 768px) {
  .image-display-area {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .image-card {
    left: 0;
    margin-top: 0px;
    width: 80%;
  }
 
  .image-card-1,
    .image-card-3,
    .image-card-5,
    .image-card-7 {
      height: 145px;
    }

    .image-card-2,
    .image-card-4,
    .image-card-6,
    .image-card-8 {
      height: 145px;
    }

  .image-title {
    font-size: 16px;
    bottom: 5px;
    white-space: nowrap;
  }

  .image-card:hover {
    transform: scale(1.05);
  }
}





.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 1920px;
  margin-left: -330px;
  margin-bottom: 50px;
}

.cta-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #20b2aa;
  padding: 20px;
}

.cta-text {
  color: white;
  font-size: 3rem;
  font-family: Arial, sans-serif;
  margin: 30px 0;
  margin-right: 30px;
}

.cta-arrow {
  cursor: pointer;
  margin-right: 30px;
  transition: transform 0.3s ease;
}

.cta-button {
  text-decoration: none;
  color: black;
  background-color: #f6c563;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Arial, sans-serif;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
  .cta-container {
    width: auto;
    margin-left: 0;
  }

  .cta-banner {
    flex-direction: column;
    padding: 20px;
  }

  .cta-text {
    font-size: 2rem;
    margin: 20px 0;
    text-align: center;
  }

  .cta-arrow {
    margin: 20px 0;
    width: 50px;
    height: auto;
  }

  .cta-button {
    font-size: 1.2rem;
    padding: 10px 15px;
    border-radius: 15px;
  }
}



/* .case-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  margin-top: -100px;
}

.case-box {
  flex: 1;
  margin: 10px;
  background-color: #ffa07a;
  width: 400px;
  height: 300px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.case-content {
  background-color: #ffcc00;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.college-container {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 110px;
}

.left-panel,
.right-panel {
  position: relative;
  background-color: white;
  height: 500px;
}

.college-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(#ffebcd, #ffb199);
  clip-path: circle(7% at 25% 80%);
  animation: dancing 1s infinite;
  animation-delay: -0.5s;
  z-index: 1;
}

.college-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(#764ba2, #e1ffff);
  clip-path: circle(7% at 80% 38%);
  animation: dancing 1s infinite;
  z-index: 2;
}

.left-panel {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-left: -80px;
}

.college-title {
  font-size: 48px;
  font-weight: bold;
}

.college-subtitle {
  font-size: 36px;
  font-weight: bold;
}

.right-panel {
  width: 76.666%;
  background-color: #dae3f5;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  padding: 20px;
  margin-right: -50px;
}

.college-button {
  background-color: #ffcc00;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  border-radius: 5px;
  margin-top: 15px;
}

.college-image1 {
  grid-column: 1;
  grid-row: 1;
  background-image: url("./bg.jpg");
  background-size: cover;
}

.college-image2 {
  grid-column: 2;
  grid-row: 2;
  background-image: url("./bg.jpg");
  background-size: cover;
} */

.stack-container {
  display: flex;
  width: 100%;
  height: 600px;
  position: relative;
  margin-bottom: 50px;
  margin-top: -20px;
}

.stack-container::before {
  content: "";
  position: absolute;
  width: 1920px;
  margin-left: -330px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("./case-bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.stack-container .stack-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.stack-container .stack-left h1 {
  font-size: 2rem;
}

.stack-container .stack-right {
  position: relative;
  flex: 1;
  z-index: 1;
}

.stack-right .galleries {
  position: relative;
  left: 200px;
}

.stack-image-box {
  position: absolute;
  top: 10rem;
  right: 7rem;
  width: 400px;
  z-index: 2;
  transition: all 0.3s;
}

.stack-container .stack-left .duplicate-box {
  position: absolute;
  top: 10rem;
  left: -1rem;
  width: 400px;
  height: 250px;
  /* background-image: url("./case-left.jpg"); */
  background-size: cover;
  border-radius: 2rem;
  z-index: 1;
}

.stack-image-box:first-child {
  transform: rotate(23deg);
}

.stack-image-box:nth-child(2) {
  transform: rotate(328deg);
}

.stack-image-box:nth-child(3) {
  transform: rotate(169deg);
}

.stack-image-box .stack-image {
  width: 400px;
  height: 250px;
  display: block;
  /* border: 5px solid #eec772; */
  border-radius: 2rem;
  cursor: pointer;
  user-select: none;
}

.line-container {
  position: absolute;
  bottom: calc(50% - 1px);
  left: 0;
  right: 0;
  z-index: -1;
}

.line {
  position: absolute;
  left: 54%;
  transform: translateX(-50%);
  width: 290px;
  height: 2px;
  /* background: #eec772; */
  border-style: dashed;
}

.view-more-button {
  position: absolute;
  bottom: 240px;
  left: 47%;
  width: 188px;
  transform: translateX(-50%);
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  z-index: 9999;
  animation: dancing 2s infinite;
}

@keyframes dancing {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 768px) {
    .stack-container {
  display: flex;
  justify-content: center; /* 水平居中 */
        position: relative;
      top: -100px;
  width: 100%; /* 确保堆栈容器占满全宽 */
}
  .stack-right .galleries {
        position: relative;
      top: -10px;
        left:140px;
    justify-content: center; /* 图片盒子水平居中 */
    flex-wrap: wrap; /* 允许图片盒子换行 */
    margin: 0 auto; /* 上下无外边距，左右自动（水平居中） */
  }

  .stack-image-box {
    width: 400px; /* 设置堆叠图片盒子的宽度 */
    margin: 10px; /* 四周间距 */
  }
}


/* Hudoo专用样式 */
.hudoo-section * {
  font-family: "Quicksand", sans-serif;
}

.hudoo-section a {
  text-decoration: none;
  color: #000;
}

.hudoo-section:hover a {
  text-decoration: none;
  color: #fff;
}

.hudoo-section {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 70px;
}

.hudoo-section .hudoo-glass-container {
  display: block;
  max-width: 75vw;
  margin: 0 auto;
  background: #5bb8e1;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.6px);
  -webkit-backdrop-filter: blur(11.6px);
}

.hudoo-section .hudoo-logo {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  margin-top: -10px;
}

.hudoo-section .hudoo-content {
  display: flex;
  rection: row;
  align-items: center;
  justify-content: space-between;
}

.hudoo-section .hudoo-main {
  margin-top: 10vh;
  display: inline-block;
  padding: 20px;
}

.hudoo-section .hudoo-main h2 {
  font-size: 35px;
}

.hudoo-section .hudoo-main p {
  font-size: 14px;
  line-height: 23px;
  margin-top: -50px;
  color: white;
  line-height: 2;
}

.hudoo-section button {
  margin-top: 100px;
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border: 1px solid #eec772;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hudoo-section button:hover {
  border: none;
  background-color: #eec772;
}

.hudoo-section .hudoo-image-wrapper img {
  max-width: 450px;
  margin-top: 50px;
}

.hudoo-section .hudoo-image-wrapper p {
  color: white;
  margin-top: -100px;
}

/* 响应式设计 */
@media screen and (max-width: 1075px) {
  .hudoo-section .hudoo-content {
    flex-direction: column;
  }
}

@media screen and (max-width: 720px) {
  .hudoo-section .hudoo-logo {
    font-size: 22px;
  }

  .hudoo-section .hudoo-main h2 {
    font-size: 28px;
  }

  .hudoo-section .hudoo-main p {
    font-size: 15px;
  }

  .hudoo-section button {
    font-size: 13px;
  }

  .hudoo-section .hudoo-image-wrapper img {
    max-width: 400px;
  }
}


@media screen and (max-width: 768px) {
  .hudoo-section {
    margin-bottom: 50px;
  }

  .hudoo-section .hudoo-glass-container {
    padding: 30px;
  }

  .hudoo-section .hudoo-logo {
    font-size: 24px;
  }

  .hudoo-section .hudoo-content {
    flex-direction: column;
  }

  .hudoo-section .hudoo-main {
    margin-top: -2vh;
    text-align: center;
  }

  .hudoo-section .hudoo-main p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
  }

  .hudoo-section .hudoo-main button {
    margin-top: 40px;
    width: auto;
    height: auto;
    padding: 10px 20px;
  }

  .hudoo-section .hudoo-image-wrapper {
    margin-top: 20px;
    text-align: center;
  }

  .hudoo-section .hudoo-image-wrapper img {
    max-width: 100%;
    height: auto;
  }

  .hudoo-section .hudoo-image-wrapper p {
    margin-top: 20px;
  }
}


@media screen and (max-width: 480px) {
  .hudoo-section .hudoo-logo {
    font-size: 18px;
  }

  .hudoo-section .hudoo-main p {
    font-size: 14px;
  }

  .hudoo-section .hudoo-main button {
    font-size: 12px;
  }
}
