* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  position: relative;
  font-family: Noto Sans TC;
  letter-spacing: normal;
  font-size: 16px;
  overflow-x: hidden;
  min-width: 375px;
  padding-top: 30px;
  padding-bottom: 300px;
}
ul {
  list-style: none;
}
.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in.appear {
  opacity: 1;
  transform: translate(0);
}
img {
  max-width: 100%;
  height: auto;
}
.wrap {
  padding: 0 16px;
  margin: 0 auto;
}
section {
  width: 100%;
  margin-bottom: 64px;
}
section .common-title {
  text-align: center;
  margin-bottom: 24px;
}
section .common-title h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: #a0d8ea;
  margin-bottom: 8px;
}
section .common-title h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  color: #313131;
  margin-bottom: 12px;
}
section .common-title p {
  font-size: 14px;
  font-weight: normal;
  line-height: 165%;
  color: #999999;
  margin-bottom: 12px;
}
section .common-title img {
  width: 40px;
}
.section1 {
  background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/section1_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.section1 .inner {
  padding-top: 28px;
  padding-bottom: 42px;
  max-width: 398px;
}
.section1 .inner h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  color: #313131;
  margin-bottom: 12px;
}
.section1 .inner .tags {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
}
.section1 .inner .tags li {
  font-size: 13px;
  font-weight: 500;
  line-height: 165%;
  color: #6eb6cd;
}
.section1 .inner p {
  font-size: 14px;
  font-weight: 500;
  line-height: 165%;
  color: #666666;
  margin-bottom: 80px;
}
.section1 .inner .btn-box {
  display: flex;
  gap: 16px;
  align-items: center;
}
.section1 .inner button {
  border: none;
  outline: none;
  padding: 8px 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f6d060 1%, #f6d060 22%, #eee2a7 100%);
  font-size: 14px;
  font-weight: 500;
  line-height: 165%;
  text-align: center;
  color: #204a5f;
}
.section2 .card-list {
  background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/section2_bg_mobile.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section2 .card-list .card-item {
  flex: 1;
  display: flex;
  padding: 20px;
  gap: 16px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 2px 2px 6px 2px rgba(208, 241, 241, 0.25);
}
.section2 .card-list .card-item .icon {
  width: 40px;
}
.section2 .card-list .card-item .icon img {
  width: 100%;
}
.section2 .card-list .card-item .text h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: #313131;
  margin-bottom: 4px;
}
.section2 .card-list .card-item .text p {
  font-size: 13px;
  font-weight: normal;
  line-height: 165%;
  color: #666666;
}
.section3 {
  margin-bottom: 0;
}
.section3 .wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 64px;
}
.section3 .card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section3 .card-list .card-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 2px 2px 6px 2px rgba(208, 241, 241, 0.25);
}
.section3 .card-list .card-item .top .icon {
  margin-bottom: 8px;
  width: 36px;
}
.section3 .card-list .card-item .top h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: #313131;
}
.section3 .card-list .card-item .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section3 .card-list .card-item .text li {
  font-size: 13px;
  font-weight: normal;
  line-height: 165%;
  color: #666666;
  background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/check-mark.png) no-repeat;
  background-size: 16px;
  background-position: left
            center;
  padding-left: 24px;
}
.section3 .ellipse1 {
  display: inline-block;
  position: absolute;
  top: 135px;
  left: -118px;
  z-index: -1;
}
.section3 .ellipse2 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -118px;
  z-index: -1;
}
.section4 .card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.section4 .card-list .card-item {
  display: flex;
  padding: 20px;
  gap: 16px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 2px 2px 6px 2px rgba(208, 241, 241, 0.25);
}
.section4 .card-list .card-item .icon {
  width: 48px;
}
.section4 .card-list .card-item .text {
  width: 254px;
}
.section4 .card-list .card-item .text h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: #313131;
  margin-bottom: 4px;
}
.section4 .card-list .card-item .text p {
  font-size: 13px;
  font-weight: normal;
  line-height: 165%;
  color: #666666;
}
.section4 .what-box {
  display: flex;
  padding: 20px;
  gap: 12px;
  border-radius: 16px;
  background: #f6f7f9;
}
.section4 .what-box .icon {
  width: 32px;
}
.section4 .what-box .text {
  width: 274px;
}
.section4 .what-box .text h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 165%;
  color: #313131;
  margin-bottom: 4px;
}
.section4 .what-box .text p {
  font-size: 14px;
  font-weight: normal;
  line-height: 165%;
  color: #999999;
}
.section5 .inner .content .image {
  margin-bottom: 32px;
}
.section5 .inner .content .image img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
}
.section5 .inner .content .trends-num {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}
.section5 .inner .content .trends-num li {
  width: 149px;
}
.section5 .inner .content .trends-num li h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 165%;
  color: #666666;
  margin-bottom: 4px;
}
.section5 .inner .content .trends-num li h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 140%;
  color: #6eb6cd;
}
.section6 .title h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  color: #313131;
  margin-bottom: 12px;
}
.section6 .title p {
  font-size: 13px;
  font-weight: normal;
  line-height: 165%;
  color: #999999;
  text-align: center;
}
.section6 .swiper-container {
  max-height: 220px;
}
.section6 .banner-box {
  position: relative;
  padding: 0 16px;
  background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/lunbo_bg_mobile.png) no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 50px;
  max-height: 360px;
}
.section6 .banner-box .banner-img img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}
.section6 .banner-box .swiper-container {
  position: relative;
}
.section6 .banner-box .swiper-wrapper {
  padding-bottom: 48px;
  display: flex;
  align-items: center;
}
.section6 .banner-box .swiper-button-next {
  display: none;
}
.section6 .banner-box .swiper-button-prev {
  display: none;
}
.section6 .banner-box .swiper-pagination-bullet {
  bottom: 0;
  width: 12px;
  height: 12px;
  background: #c1c7d2;
}
.section6 .banner-box .swiper-pagination-bullet-active {
  background: #6eb6cd;
}
.section7 .wrap {
  position: relative;
  overflow: hidden;
}
.section7 .card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section7 .card-list .card-item {
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  border: 1px solid #a0d8ea;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 2px 2px 6px 2px rgba(208, 241, 241, 0.25);
}
.section7 .card-list .card-item .icon {
  margin-bottom: 16px;
}
.section7 .card-list .card-item .text h4 {
  font-size: 13px;
  font-weight: bold;
  line-height: 165%;
  color: #a0d8ea;
  margin-bottom: 4px;
}
.section7 .card-list .card-item .text h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: #313131;
  margin-bottom: 12px;
}
.section7 .card-list .card-item .text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section7 .card-list .card-item .text ul li {
  font-size: 13px;
  font-weight: normal;
  line-height: 165%;
  color: #666666;
}
.section7 .ellipse1 {
  display: inline-block;
  position: absolute;
  top: 100px;
  right: -221px;
  z-index: -1;
}
.section8 .wrap {
  background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/Ellipse3.svg) no-repeat;
  background-position: 228px
      108px;
  background-size: 244px;
}
.section8 .card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section8 .card-list .card-item .image {
  position: relative;
  margin-bottom: 12px;
}
.section8 .card-list .card-item .image img {
  width: 100%;
  height: auto;
}
.section8 .card-list .card-item .image span {
  position: absolute;
  left: 10px;
  bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  color: #313131;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 8px;
  background: linear-gradient(90deg, #f6d060 1%, #f6d060 22%, #eee2a7 100%);
}
.section8 .card-list .card-item .text h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 165%;
  color: #313131;
  margin-bottom: 4px;
}
.section8 .card-list .card-item .text p {
  font-size: 12px;
  font-weight: normal;
  line-height: 165%;
  color: #999999;
}
.section9 {
  padding-bottom: 60px;
}
.section9 .inner {
  border-radius: 0px 16px
      16px 0px;
  background: #f9fafb;
  box-sizing: border-box;
  border-width: 0px 0px 0px
      5px;
  border-style: solid;
  border-color: #a0d8ea;
  padding: 16px 24px;
}
.section9 .inner .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: #313131;
  margin-bottom: 20px;
}
.section9 .inner .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section9 .inner .list .item .image {
  margin-bottom: 16px;
}
.section9 .inner .list .item .image img {
  width: 100%;
}
.section9 .inner .list .item .text h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 165%;
  color: #313131;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.section9 .inner .list .item .text p {
  font-size: 13px;
  font-weight: normal;
  line-height: 165%;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 810px) {
  body {
    
    padding-top: 20px;
    padding-bottom: 250px;
  }
  .wrap {
    padding: 0 40px;
  }
  section {
    margin-bottom: 96px;
  }
  section .common-title {
    margin-bottom: 32px;
  }
  section .common-title h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  section .common-title h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  section .common-title p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section1 {
    background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/section1_bg_810.png) no-repeat;
    background-position: 88px
      18px;
    background-size: cover;
  }
  .section1 .inner {
    padding-bottom: 30px;
  }
  .section1 .inner h1 {
    font-size: 32px;
    padding-top: 30px;
  }
  .section1 .inner .tag li {
    font-size: 14px;
  }
  .section1 .inner p {
    font-size: 16px;
  }
  .section1 .inner button {
    font-size: 16px;
  }
  .section2 .card-list {
    padding-top: 45px;
    padding-bottom: 97px;
    flex-direction: row;
    justify-content: space-between;
    background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/section2_bg_810.png) no-repeat;
    background-size: contain;
    background-position: center;
    align-items: flex-start;
  }
  .section2 .card-list .card-item {
    position: relative;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
  }
  .section2 .card-list .card-item .text h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .section2 .card-list .card-item .text p {
    font-size: 14px;
  }
  .section2 .card-list .card-item:nth-of-type(1) {
    top: 40px;
  }
  .section2 .card-list .card-item:nth-of-type(3) {
    top: 64px;
  }
  .section3 .common-title p {
    letter-spacing: -0.5px;
  }
  .section3 .card-list {
    flex-direction: row;
    gap: 24px;
  }
  .section3 .card-list .card-item {
    width: 227.33px;
  }
  .section3 .card-list .card-item .top h3 {
    font-size: 18px;
  }
  .section3 .card-list .card-item .text {
    gap: 12px;
  }
  .section3 .card-list .card-item .text li {
    font-size: 14px;
    background-position: left
              top;
  }
  .section3 .ellipse1 img {
    width: 269px;
  }
  .section-direction {
    display: flex;
    flex-direction: column-reverse;
  }
  .section4 .card-list {
    padding: 0 40px;
    flex-direction: row;
    gap: 24px;
  }
  .section4 .card-list .card-item {
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    padding: 32px 20px;
  }
  .section4 .card-list .card-item .icon {
    width: 60px;
  }
  .section4 .card-list .card-item .icon img {
    width: 100%;
  }
  .section4 .card-list .card-item .text {
    width: auto;
  }
  .section4 .card-list .card-item .text h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .section4 .card-list .card-item .text p {
    font-size: 14px;
  }
  .section4 .what-box {
    margin: 0 40px;
  }
  .section4 .what-box .text {
    flex: 1;
    width: 566px;
  }
  .section5 .inner .content {
    display: flex;
    position: relative;
    height: 390px;
    gap: 40px;
    justify-content: center;
  }
  .section5 .inner .content .image img {
    max-height: 390px;
    object-fit: contain;
  }
  .section5 .inner .content .trends-num {
    width: 345px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 0;
  }
  .section5 .inner .content .trends-num li {
    width: 170px;
  }
  .section5 .inner .content .trends-num li h4 {
    font-size: 16px;
  }
  .section5 .inner .content .trends-num li h1 {
    font-size: 48px;
  }
  .section6 .swiper-container {
    max-height: 355px;
  }
  .section6 .banner-box {
    padding-left: 40px;
    padding-right: 40px;
    background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/lunbo_bg_810.png) no-repeat;
    background-size: cover;
    padding-top: 36px;
    max-height: 440px;
  }
  .section6 .banner-box .banner-img {
    margin: 0 60px;
    padding-left: 14px;
  }
  .section6 .banner-box .banner-img img {
    max-height: 300px;
    object-fit: contain;
  }
  .section6 .banner-box .swiper-button-prev {
    display: block;
    background-image: none;
  }
  .section6 .banner-box .swiper-button-next {
    display: block;
    background-image: none;
  }
  .section7 .card-list {
    background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/Shark.png) no-repeat;
    background-size: contain;
    background-position: 170px
        145px;
    gap: 24px;
  }
  .section7 .card-list .card-item {
    width: 494px;
    display: flex;
    gap: 32px;
    position: relative;
    padding-bottom: 36px;
  }
  .section7 .card-list .card-item .icon img {
    width: 64px;
  }
  .section7 .card-list .card-item .text {
    position: relative;
    top: 16px;
  }
  .section7 .card-list .card-item .text h4 {
    font-size: 14px;
    position: relative;
  }
  .section7 .card-list .card-item .text h4::after {
    content: '';
    position: absolute;
    width: 52px;
    height: 2px;
    background: #a0d8ea;
    left: -64px;
    top: 12px;
  }
  .section7 .card-list .card-item .text h3 {
    font-size: 18px;
  }
  .section7 .card-list .card-item .text ul li {
    font-size: 14px;
  }
  .section7 .card-list .card-item:nth-of-type(2) {
    left: 112px;
  }
  .section7 .card-list .card-item:nth-of-type(3) {
    left: 40px;
  }
  .section7 .card-list .card-item:nth-of-type(4) {
    left: 156px;
  }
  .section8 .wrap {
    background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/Ellipse3.svg) no-repeat;
    background-position: 648px
        108px;
    background-size: 244px;
  }
  .section8 .card-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  .section8 .card-list .card-item {
    width: 227.33px;
    flex: 0 0 calc((100% - 48px) / 3);
  }
  .section8 .card-list .card-item .image {
    border-radius: 16px;
  }
  .section8 .card-list .card-item .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
  }
  .section8 .card-list .card-item .text h4 {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .section8 .card-list .card-item .text p {
    font-size: 13px;
  }
  .section9 .inner .list {
    gap: 24px;
    flex-wrap: wrap;
  }
  .section9 .inner .list .item {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .section9 .inner .list .item .image {
    width: 148.43px;
    margin-bottom: 0;
  }
  .section9 .inner .list .item .image img {
    border-radius: 4.24px;
  }
  .section9 .inner .list .item .text {
    flex: 1;
    width: 485.57px;
  }
}
@media (min-width: 1200px) {
  
  .wrap {
    max-width: 1200px;
    padding: 0 80px;
  }
  section {
    margin-bottom: 120px;
  }
  section .common-title {
    margin-bottom: 40px;
  }
  section .common-title h3 {
    font-size: 20px;
  }
  section .common-title h2 {
    font-size: 32px;
  }
  section .common-title p {
    font-size: 20px;
  }
  .section1 {
    background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/section1_bg_1200.png) no-repeat;
    background-size: cover;
  }
  .section1 .inner {
    max-width: 510px;
    padding-top: 72px;
    padding-bottom: 163px;
    position: relative;
    left: -32px;
  }
  .section1 .inner h1 {
    font-size: 36px;
    padding-top: 30px;
  }
  .section1 .inner p {
    font-size: 20px;
  }
  .section1 .inner button {
    font-size: 20px;
    padding: 12px 32px;
  }
  .section1 .inner .tags {
    gap: 16px;
  }
  .section1 .inner .tags li {
    font-size: 16px;
  }
  .section2 .card-list .card-item {
    width: 242px;
    padding: 56px 40px;
  }
  .section2 .card-list .card-item .icon {
    width: 80px;
  }
  .section2 .card-list .card-item .icon img {
    width: 100%;
  }
  .section2 .card-list .card-item .text h3 {
    font-size: 20px;
  }
  .section2 .card-list .card-item .text p {
    font-size: 16px;
  }
  .section3 .wrap {
    max-width: none;
  }
  .section3 .wrap .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .section3 .card-list .card-item {
    width: 330.67px;
    padding: 24px;
    gap: 24px;
  }
  .section3 .card-list .card-item .top .icon {
    width: 48px;
    margin-bottom: 12px;
  }
  .section3 .card-list .card-item .top .icon img {
    width: 100%;
  }
  .section3 .card-list .card-item .top h3 {
    font-size: 20px;
  }
  .section3 .card-list .card-item .text li {
    font-size: 16px;
  }
  .section4 .card-list .card-item {
    width: 330.67px;
    padding: 56px 40px;
  }
  .section4 .card-list .card-item .icon {
    width: 80px;
  }
  .section4 .card-list .card-item .text h3 {
    font-size: 20px;
  }
  .section4 .card-list .card-item .text p {
    font-size: 16px;
  }
  .section4 .what-box .text {
    width: 948px;
  }
  .section4 .what-box .text h5 {
    font-size: 20px;
  }
  .section4 .what-box .text p {
    font-size: 16px;
  }
  .section5 .inner .content {
    gap: 92px;
  }
  .section5 .inner .content .trends-num {
    width: 474px;
  }
  .section5 .inner .content .trends-num li {
    width: 212px;
  }
  .section5 .inner .content .trends-num li h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .section5 .inner .content .trends-num li h1 {
    font-size: 64px;
  }
  .section6 .title h2 {
    font-size: 20px;
  }
  .section6 .title p {
    font-size: 16px;
  }
  .section6 .swiper-container {
    max-height: 478px;
  }
  .section6 .banner-box {
    padding-top: 40px;
    background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/lunbo_bg_1200.png) no-repeat;
    background-size: cover;
    max-height: 570px;
  }
  .section6 .banner-box .banner-img img {
    max-height: 425px;
    object-fit: contain;
  }
  .section7 .wrap {
    max-width: none;
  }
  .section7 .wrap .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .section7 .card-list .card-item {
    width: 584px;
    padding: 24px;
    padding-bottom: 36px;
  }
  .section7 .card-list .card-item .icon img {
    width: 80px;
  }
  .section7 .card-list .card-item .text h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .section7 .card-list .card-item .text h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section7 .card-list .card-item .text ul li {
    font-size: 16px;
  }
  .section7 .card-list .card-item:nth-of-type(2) {
    left: 124px;
  }
  .section7 .card-list .card-item:nth-of-type(3) {
    left: 44px;
  }
  .section7 .card-list .card-item:nth-of-type(4) {
    left: 216px;
  }
  .section8 .wrap {
    background: url(https://asset-sharktech.sharkcdn.io/build/sharktech/images/newPage/Ellipse3@356.png) no-repeat;
    background-position: 854px
        28px;
    background-size: 356px;
  }
  .section8 .card-list .card-item {
    width: 330.67px;
  }
  .section8 .card-list .card-item .image {
    margin-bottom: 16px;
  }
  .section8 .card-list .card-item .text h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .section8 .card-list .card-item .text p {
    font-size: 14px;
  }
  .section9 {
    margin-bottom: 0;
  }
  .section9 .inner .title {
    font-size: 20px;
  }
  .section9 .inner .list {
    flex-direction: row;
  }
  .section9 .inner .list .item .text {
    width: 303.57px;
  }
}
