a.btn.gradient-blue {
  min-width: 212px;
  justify-content: center;
  color: #fff;
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
  transition: unset;
  border: none;
}

a.btn.gradient-blue:hover {
  background: #0462F0;
}
main {
  font-family: Be Vietnam Pro;
}

h1 span,
h2 span {
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;

}

main .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
}

.section-1 {
  padding: 125px 0 135px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/topic-sec1-bg.png) no-repeat center center;
  background-size: cover;
}

.section-1 .lft {
  max-width: 620px;
}

.section-1 .lft p {
  font-size: 20px;
  font-weight: 500;
  color: #2D2D2D;
}

@media (min-width: 1280px) {
  a.btn.gradient-blue {
    min-width: 240px;
    height: 72px;
  }
}

@media (max-width: 1599.98px) {
  .section-1 {
    padding: 100px 0 80px;
  }

  .section-1 .lft {
    max-width: 540px;
  }

  .section-1 .lft p {
    font-size: 18px;
  }

  .section-1 .rgt {
    max-width: 546px;
  }
}

@media (max-width: 1279.98px) {
  .section-1 .lft {
    max-width: 500px;
  }
}

@media (max-width: 991.98px) {
  .section-1 {
    padding: 100px 0 50px;
    background: url(https://4ddig.tenorshare.com/images/thematic-page/topic-sec1-bg-mobile.png) no-repeat center center;
    background-size: cover;
  }

  .section-1 .lft,
  .section-1 .rgt {
    max-width: 100%;
  }

  .section-1 .lft p {
    font-size: 14px;
  }
}

.section-2 {
  padding: 100px 0 70px;
}

.section-2 .cells-module {
  gap: 32px 0;
}

.section-2 .cell-item {
  position: relative;
  width: calc(25% - 18px);
  min-height: 218px;
  border-radius: 20px;
  padding: 20px 24px 24px;
  background: #F9FAFA;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.section-2 .cell-item .move-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
  transition: all 0.4s ease-in-out;
  background: #0462F0;
  padding: 24px;
}

.section-2 .cell-item:hover .move-text {
  top: 0;
}

@media (max-width: 1599.98px) {
  .section-2 {
    padding: 80px 0 60px;
  }

  .section-2 .cells-module {
    gap: 24px 0;
  }

  .section-2 .cell-item {
    padding: 20px 20px 24px;
    min-height: 180px;
  }

  .section-2 .cell-item img {
    width: 158px;
  }

  .section-2 .cell-item h5 {
    font-size: 16px;
  }

  .section-2 .cell-item .move-text {
    padding: 20px;
  }

  .section-2 .cell-item .move-text p {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .section-2 {
    padding: 80px 0 40px;
  }

  .section-2 .cell-item {
    min-height: 216px;
    padding: 24px;
  }

  .section-2 .cell-item img {
    width: 98px;
  }
}

.section-3 {
  padding: 70px 0;
}

.section-3 .contrast-module {
  margin: 104px 0 112px;
}

.section-3 .contrast-module .lft,
.section-3 .contrast-module .rgt {
  width: 50%;
  padding: 28px 52px;
  border-radius: 200px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.section-3 .contrast-module .lft {
  background: linear-gradient(90deg, #D1E5FF 0%, #FFFFFF 100%);
}

.section-3 .contrast-module .rgt {
  background: linear-gradient(90deg, #FFFFFF 0%, #FFE3E6 100%);
}

.section-3 .contrast-module .mid .origin-text {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.section-3 .contrast-module .mid ul {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.section-3 .contrast-module .mid ul li {
  width: max-content;
  position: relative;
  padding-left: 12px;
}

.section-3 .contrast-module .mid ul li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
}

.section-3 .contrast-module .mid ul li:not(:last-child) {
  margin-bottom: 8px;
}

.section-3 .contrast-module .mid:hover .cot {
  padding: 20px 92px;
}

.section-3 .contrast-module .mid:hover .origin-text {
  display: none;
}

.section-3 .contrast-module .mid:hover ul {
  display: block;
}

.section-3 .contrast-cells .swiper-wrapper {
  gap: 80px;
}

.section-3 .contrast-cells .lft,
.section-3 .contrast-cells .rgt {
  max-width: 646px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-3 .contrast-cells .cell {
  flex: 1;
  border-radius: 24px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
}

.section-3 .contrast-cells .lft .cell {
  background: #F0F5FB;
}

.section-3 .contrast-cells .rgt .cell {
  background: #FBF0F3;
}

.section-3 .contrast-cells .lft .cell:hover {
  background: #0462F0;
  color: #fff;
}

.section-3 .contrast-cells .rgt .cell:hover {
  background: #F24665;
  color: #fff;
}

.section-3 .contrast-cells .cell .icon {
  min-width: 32px;
  height: 32px;
  margin-right: 20px;
}

.section-3 .contrast-cells .lft .cell .icon {
  background: url(https://4ddig.tenorshare.com/images/thematic-page/correct-origin.svg) no-repeat center center;
  background-size: 100% 100%;
}

.section-3 .contrast-cells .rgt .cell .icon {
  background: url(https://4ddig.tenorshare.com/images/thematic-page/wrong-origin.svg) no-repeat center center;
  background-size: 100% 100%;
}

.section-3 .contrast-cells .lft .cell:hover .icon {
  background: url(https://4ddig.tenorshare.com/images/thematic-page/correct-hover.svg) no-repeat center center;
  background-size: 100% 100%;
}

.section-3 .contrast-cells .rgt .cell:hover .icon {
  background: url(https://4ddig.tenorshare.com/images/thematic-page/wrong-hover.svg) no-repeat center center;
  background-size: 100% 100%;
}

.section-3 .contrast-cells .cell .cont span:first-child {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.section-3 .contrast-cells .cell .cont span:last-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.section-3 .contrast-cells .cell .cont span:last-child a.link {
  color: unset;
  text-decoration: underline;
}

.section-3 .hint-text {
  margin-top: 42px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #FFA400;
  padding: 16px 0;
  background: linear-gradient(90deg, rgba(255, 164, 0, 0) 0%, rgba(255, 164, 0, 0.08) 20%, rgba(255, 164, 0, 0.08) 80%, rgba(255, 164, 0, 0) 100%);
}

@media (min-width: 992px) {
  .section-3 .contrast-module .mid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1px;
    border-radius: 200px;
    box-shadow: 4px 12px 32px 0px #D2DBEB40;
    background: linear-gradient(280.48deg, #FFECED 0%, #ECF3FF 100%);
  }

  .section-3 .contrast-module .mid .cot {
    padding: 32px 70px;
    border-radius: 200px;
  }
}

@media (max-width: 1599.98px) {
  .section-3 {
    padding: 60px 0;
  }

  .section-3 .contrast-module {
    margin: 76px 0;
  }

  .section-3 .contrast-module .mid .origin-text {
    font-size: 20px;
    line-height: 1.4;
  }

  .section-3 .contrast-module .mid ul {
    font-size: 14px;
  }

  .section-3 .contrast-cells .swiper-wrapper {
    gap: 74px;
  }

  .section-3 .contrast-cells .lft,
  .section-3 .contrast-cells .rgt {
    max-width: 564px;
  }

  .section-3 .hint-text {
    margin-top: 32px;
  }
}

@media (max-width: 1279.98px) {
  .section-3 .contrast-cells .swiper-wrapper {
    gap: 32px;
  }

  .section-3 .contrast-cells .lft,
  .section-3 .contrast-cells .rgt {
    max-width: calc(50% - 16px);
  }
}

@media (max-width: 991.98px) {
  .section-3 {
    padding: 40px 0;
  }

  .section-3 .contrast-cells .swiper-wrapper {
    gap: unset;
  }

  .section-3 .contrast-module {
    justify-content: center;
    margin: 24px 0 16px;
  }

  .section-3 .contrast-module .lft,
  .section-3 .contrast-module .rgt {
    display: none;
  }

  .section-3 .contrast-cells .lft,
  .section-3 .contrast-cells .rgt {
    max-width: 100%;
    gap: 12px;
  }

  .section-3 .contrast-module .mid .cot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section-3 .contrast-module .mid ul {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-bottom: 16px;
    align-items: center;
  }

  .section-3 .contrast-module .mid .origin-text {
    display: none;
  }

  .section-3 .contrast-module .mid ul li:not(:last-child) {
    margin-bottom: 4px;
  }

  .section-3 .contrast-module .mid ul li::before {
    width: 4px;
    height: 4px;
  }

  .section-3 .contrast-cells .cell {
    padding: 16px;
    border-radius: 12px;
  }

  .section-3 .contrast-cells .cell .icon {
    min-width: 20px;
    height: 20px;
    margin-right: 12px;
  }

  .section-3 .contrast-cells .cell .cont span:first-child {
    font-size: 12px;
    line-height: 1.6;
  }

  .section-3 .contrast-cells .cell .cont span:last-child {
    font-size: 10px;
    line-height: 1.6;
  }

  .section-3 .hint-text {
    padding: 12px 24px;
    font-size: 10px;
    margin-top: 16px;
  }

  .section-3 .hint-text img {
    width: 24px;
    height: 24px;
  }
}

.section-4 {
  padding: 70px 0 140px;
}

.section-4 .item {
  border-radius: 32px;
  padding: 60px;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  border: 2px solid #FFFFFF;
  background:
    linear-gradient(180deg, rgba(183, 208, 255, 0.32) 2.37%, rgba(255, 255, 255, 0.32) 100%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 8px 12px 48px 0px #E0E6EF66;
}

.section-4 .item:not(:first-child) {
  margin-top: 40px;
}

.section-4 .item .lft {
  width: 600px;
}

.section-4 .item .lft h3 {
  font-size: 24px;
  line-height: 1.3;
}

.section-4 .item .lft h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.section-4 .item .lft>div {
  max-width: 600px;
  padding: 12px 24px;
  border-radius: 12px;
  background: #E2E8F7;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.section-4 .item .lft p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.section-4 .item .rgt {
  max-width: 550px;
  position: relative;
}

.section-4 .item .rgt a.learn-more {
  position: absolute;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0462F0;
  white-space: nowrap;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.section-4 .item:nth-child(2) .rgt a.learn-more,
.section-4 .item:nth-child(4) .rgt a.learn-more {
  bottom: 0;
  left: auto;
  right: 0;
  transform: translate(0%, 0%);
}

@media (min-width: 992px) {
  .section-4 .item {
    position: sticky;
    top: 15%;
  }
}

@media (max-width: 1599.98px) {
  .section-4 {
    padding: 60px 0 120px;
  }

  .section-4 .item {
    padding: 40px 60px;
  }

  .section-4 .item .rgt {
    max-width: 400px;
  }
}

@media (max-width: 991.98px) {
  .section-4 {
    padding: 40px 0 80px;
  }

  .section-4 .swiper {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 8px 12px 48px 0px #E0E6EF66;
  }

  .section-4 .swiper .swiper-wrapper {
    height: auto;
    align-items: stretch;
  }

  .section-4 .item {
    height: auto;
    padding: 32px 24px;
    border-radius: 20px;
    box-shadow: unset;
  }

  .section-4 .item:not(:first-child) {
    margin-top: unset;
  }

  .section-4 .item .lft {
    width: 100%;
    margin-bottom: 16px;
  }

  .section-4 .item .lft h3 {
    font-size: 18px;
  }

  .section-4 .item .lft h5 {
    font-size: 14px;
  }

  .section-4 .item .lft>div {
    max-width: 100%;
    padding: 12px 16px;
    font-size: 14px;
  }

  .section-4 .item .lft p {
    font-size: 14px;
  }

  .section-4 .item .rgt {
    max-width: 58%;
    text-align: center;
  }

  .section-4 .item.item2 .rgt,
  .section-4 .item.item4 .rgt {
    max-width: 100%;
  }

  .section-4 .item .rgt a.learn-more {
    font-size: 14px;
    position: relative;
    left: unset;
    margin-top: 12px;
  }

  .section-4 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
}

.line-swiper {
  padding: 40px 0 80px;
  overflow: hidden;
}

.line-swiper .verticalSwiper {
  cursor: pointer;
  position: relative;
}

.line-swiper .verticalSwiper .item {
  margin: auto;
  background: linear-gradient(180deg, rgba(183, 208, 255, 0.32) 2.37%, rgba(255, 255, 255, 0.32) 100%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border-radius: 20px;
  padding: 32px 24px;
  will-change: transform;
  transform-style: preserve-3d;
  border: 2px solid #FFFFFF;
  overflow: hidden;
  box-shadow: 8px 12px 48px 0px #E0E6EF66;
}

.line-swiper .verticalSwiper .item .lft {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

.line-swiper .verticalSwiper .item .lft h3 {
  font-size: 18px;
}

.line-swiper .verticalSwiper .item .lft h5 {
  font-size: 14px;
  font-weight: 500;
}

.line-swiper .verticalSwiper .item .lft>div {
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  background: #E2E8F7;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.line-swiper .verticalSwiper .item .lft p {
  font-size: 14px;
  font-weight: 500;
}

.line-swiper .verticalSwiper .item .rgt {
  max-width: 58%;
  text-align: center;
  position: relative;
}

.line-swiper .verticalSwiper .item.item2 .rgt,
.line-swiper .verticalSwiper .item.item4 .rgt {
  max-width: 100%;
}

.line-swiper .verticalSwiper .item .rgt a.learn-more {
  text-decoration: underline;
  font-weight: 700;
  line-height: 1.4;
  color: #0462F0;
  white-space: nowrap;
  bottom: 0;
  transform: translate(-50%, 100%);
  font-size: 14px;
  position: relative;
  left: unset;
  margin-top: 12px;
}

@media (min-width:992px) {
  .line-swiper {
    padding: 0;
    overflow: visible;
  }

  .line-swiper .list-swiper-main {
    height: 300vh;
  }

  .line-swiper .verticalSwiper-box {
    height: 100vh;
    position: sticky;
    top: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0 120px;
  }

  .line-swiper .verticalSwiper {
    height: 100%;
  }

  .line-swiper .verticalSwiper .slide {
    cursor: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  .line-swiper .verticalSwiper .show .item {
    opacity: 1;
  }

  .line-swiper .verticalSwiper .slide.show {
    z-index: 2;
  }

  .line-swiper .verticalSwiper .slide .item {
    transform: translate(0px, 0px);
  }

  .line-swiper .verticalSwiper .slide:not(.show) {
    animation: .3s aaa1 linear forwards;
  }

  .line-swiper .verticalSwiper .slide.show .item {
    animation: .5s aaa linear forwards;
  }

  .line-swiper .verticalSwiper .item {
    width: 100%;
    height: 100%;
    padding: 40px 60px;
    border-radius: 32px;
    margin: unset;
    position: sticky;
  }

  .line-swiper .verticalSwiper .item .lft {
    width: 600px;
    margin-bottom: 0;
  }

  .line-swiper .verticalSwiper .item .lft h3 {
    font-size: 24px;
  }

  .line-swiper .verticalSwiper .item .lft h5 {
    font-weight: 500;
    font-size: 20px;
  }

  .line-swiper .verticalSwiper .item .lft>div {
    font-size: 16px;
    padding: 12px 24px;
    max-width: 600px;
  }

  .line-swiper .verticalSwiper .item .lft p {
    font-size: 16px;
  }

  .line-swiper .verticalSwiper .item .rgt {
    max-width: 700px;
  }

  .line-swiper .verticalSwiper .item .rgt a.learn-more {
    position: absolute;
    font-size: 18px;
    left: 50%;
    margin-top: 0;
  }
}

@media (min-width:1600px) {
  .line-swiper .verticalSwiper-box {
    padding: 70px 0 140px;
  }

  .line-swiper .verticalSwiper .item {
    padding: 60px;
  }

  .line-swiper .verticalSwiper .item .lft {
    width: 800px;
  }

  .line-swiper .verticalSwiper .item .lft h3 {
    font-size: 28px;
  }

  .line-swiper .verticalSwiper .item .lft h5 {
    font-size: 24px;
  }

  .line-swiper .verticalSwiper .item .lft>div {
    padding: 16px 24px;
    gap: 12px;
    font-size: 18px;
  }

  .line-swiper .verticalSwiper .item .lft p {
    font-size: 18px;
    max-width: 479px;
  }

  .line-swiper .verticalSwiper .item .rgt {
    max-width: 700px;
  }
}

@media (max-width: 991.98px) {
  .line-swiper .verticalSwiper .slide {
    height: auto;
  }

  .line-swiper .verticalSwiper .item {
    height: 100%;
  }
}

@keyframes aaa {
  0% {
    opacity: 0;
    transform: translate3D(0px, 250px, 0px) scale(0.6, 0.6);
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes aaa1 {
  0% {
    transform: translate(0px, 0px) scale(0.6, 0.6);
  }

  100% {
    opacity: 0;
    transform: translate3D(0px, 250px, 0px) scale(0.6, 0.6);
  }
}

.section-5 {
  padding: 76px 0;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/sec5-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section-5.move-animation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 500px;
  background: linear-gradient(
    105deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.2) 30%,
    rgba(255,255,255,0.5) 50%,
    rgba(255,255,255,0.2) 70%,
    rgba(255,255,255,0) 100%
  );
  animation: sweep-tilt 3s ease-in-out;
  opacity: 0;
  z-index: -1;
}

@keyframes sweep-tilt {
  0% {
    transform: translateX(-100%) skewX(-15deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-15deg);
    opacity: 0;
  }
}

.section-5 .rate {
  position: relative;
  width: max-content;
  z-index: 1;
  margin-bottom: 24px;
}

.section-5 .rate::before {
  content: '';
  position: absolute;
  width: 49px;
  height: 18px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/sec5-rate-before.png) no-repeat center center;
  background-size: 100% 100%;
  right: -5px;
  top: 1px;
}

.section-5 .rate::after {
  content: '';
  position: absolute;
  width: 65%;
  height: 1px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/sec5-rate-after.png) repeat center center;
  background-size: contain;
  left: 44px;
  bottom: 0;
}

.section-5 .rate span {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 3px 13px 3px 30px;
  border-radius: 20px;
  background: #fff;
  color: #0462F0;
  margin-left: -30px;
  z-index: -1;
}

.section-5 h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-5 p {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 1599.98px) {
  .section-5 {
    padding: 79px 0;
  }

  .section-5 .rate {
    margin-bottom: 16px;
  }

  .section-5 h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .section-5 p {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .section-5 {
    padding: 84px 0;
    background: url(https://4ddig.tenorshare.com/images/thematic-page/sec5-bg-mobile.png) no-repeat center center;
    background-size: cover;
  }

  .section-5 .lft {
    margin-bottom: 62px;
  }

  .section-5 .rate {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
  }

  .section-5 p {
    font-size: 16px;
  }
}

.section-6 {
  padding: 140px 0 70px;
}

.section-6 .guide-list {
  max-width: 662px;
}

.section-6 .guide-list li {
  padding: 32px;
  border-radius: 16px;
  background: #F1F1F1;
  cursor: pointer;
}

.section-6 .guide-list li:hover,
.section-6 .guide-list li.swiper-slide-thumb-active {
  background: #0462F0;
}

.section-6 .guide-list li:not(:last-child) {
  margin-bottom: 32px;
}

.section-6 .guide-list li span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  margin-right: 12px;
}

.section-6 .guide-list li h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.section-6 .guide-list li:hover span,
.section-6 .guide-list li:hover h3,
.section-6 .guide-list li.swiper-slide-thumb-active span,
.section-6 .guide-list li.swiper-slide-thumb-active h3 {
  color: #FFF;
}

.section-6 .guide-list li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.5;
}

.section-6 .guide-list li:hover p,
.section-6 .guide-list li.swiper-slide-thumb-active p {
  color: #fff;
  opacity: 0.8;
}

.section-6 .guide-pic {
  max-width: 720px;
}

.section-6 .guide-pic .text {
  margin-top: 16px;
}

.section-6 .guide-pic span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.section-6 .guide-pic h3 {
  font-size: 14px;
}

.section-6 .guide-pic p {
  font-size: 12px;
  color: #00000080;
}

@media (max-width: 1599.98px) {
  .section-6 {
    padding: 120px 0 60px;
  }

  .section-6 .guide-list {
    max-width: 574px;
  }

  .section-6 .guide-pic {
    max-width: 578px;
  }

  .section-6 .guide-list li {
    padding: 24px;
  }

  .section-6 .guide-list li span,
  .section-6 .guide-list li h3 {
    font-size: 16px;
  }

  .section-6 .guide-list li p {
    font-size: 14px;
  }
}

@media (max-width: 1279.98px) {

  .section-6 .guide-list,
  .section-6 .guide-pic {
    max-width: 450px;
  }
}

@media (max-width: 991.98px) {
  .section-6 {
    padding: 80px 0 40px;
  }

  .section-6 .guide-pic {
    max-width: 100%;
  }

  .section-6 .guide-pic .swiper-slide {
    padding: 24px;
    background: #F9FAFA;
    border-radius: 16px;
  }
}

.section-7 {
  padding: 70px 0 140px;
}

.section-7 .swiper-wrapper {
  gap: 32px 0;
  height: auto;
  align-items: stretch;
}

.section-7 .item {
  display: flex;
  flex-direction: column;
  height: auto;
  width: calc(33.3% - 24px);
  padding: 24px;
  border-radius: 24px;
  box-shadow: 4px 8px 28px 0px #DAE0E73D,
    2px 4px 16px 0px #DAE0E729;
}

.section-7 .item h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.section-7 .item ul {
  flex: 1;
  padding: 16px 12px;
  font-size: 14px;
  color: #2D2D2D;
  background: #F6F7F9;
  border-radius: 12px;
}

.section-7 .item ul li {
  position: relative;
  padding-left: 24px;
}

.section-7 .item ul li:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 9px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}

.section-7 .item ul li:not(:last-child) {
  margin-bottom: 12px;
}

.section-7 .swiper-pagination-bullet {
  margin: 0 4px;
}

@media (max-width: 1599.98px) {
  .section-7 {
    padding: 60px 0 120px;
  }

  .section-7 .swiper-wrapper {
    gap: 24px 0;
  }

  .section-7 .item {
    width: calc(33.3% - 16px);
  }

  .section-7 .item h3 {
    font-size: 16px;
  }

  .section-7 .item h3 span {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .section-7 {
    padding: 40px 0 80px;
  }

  .section-7 .items {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #F6F7F9;
    box-shadow: 4px 8px 28px 0px #DAE0E73D,
      2px 4px 16px 0px #DAE0E729;
  }

  .section-7 .item {
    box-shadow: unset;
    padding: 20px;
  }
}

.usb-drive {
  padding: 48px 0;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/usb-drive-bg-mobile.png) no-repeat center center;
  background-size: cover;
}

.usb-drive .format-text-item {
  padding: 12px;
  background: #FFFFFF6B;
  border-radius: 10px;
  box-shadow: 1px 3px 12px 0px #80AEF329;
  display: flex;
  flex-direction: column;
}

.usb-drive .format-text-item:not(:last-child) {
  margin-bottom: 12px;
}

.usb-drive .format-text-item span:first-child {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.67;
  margin-bottom: 2px;
}

.usb-drive .format-text-item span:last-child {
  font-size: 12px;
  color: #2d2d2d;
}

.usb-drive a.btn {
  width: 279px;
  height: 64px;
  font-size: 18px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/usb-btn-bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 32px 0px #0453C370,
    0px -6px 8px 0px #1863CA66 inset,
    0px -2px 6px 0px #1863CACF inset,
    8px 8px 20px 0px #FFFFFF40 inset;
  border-radius: 100px;
}

.usb-drive a.btn:hover {
  background: url(https://4ddig.tenorshare.com/images/thematic-page/usb-btn-bg-hover.png) no-repeat center center;
  background-size: 100% 100%;
}

@media (min-width: 992px) {
  .usb-drive {
    padding: 60px 0 0;
    background:
      linear-gradient(180deg, #F1F6FF 0%, rgba(241, 246, 255, 0.2) 100%),
      linear-gradient(0deg, #FFFFFF, #FFFFFF);
  }

  .usb-drive .swiper-slide {
    position: unset;
    width: auto;
  }

  .usb-drive .format-text-item {
    position: absolute;
    width: max-content;
    height: max-content;
    padding: 0 28px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    padding: 2px;
    box-shadow: 3px 6px 42px 0px #80AEF33D;
  }

  .usb-drive .format-text-item:hover {
    background: linear-gradient(180deg, #0462F0 0%, rgba(4, 98, 240, 0.1) 100%);
    backdrop-filter: blur(4px);
  }

  .usb-drive .format-text-item.item1 {
    left: 45px;
    bottom: 32px;
  }

  .usb-drive .format-text-item.item2 {
    left: 25px;
    bottom: 200px;
  }

  .usb-drive .format-text-item.item3 {
    left: 233px;
    bottom: 280px;
  }

  .usb-drive .format-text-item.item4 {
    left: 556px;
    bottom: 420px;
  }

  .usb-drive .format-text-item.item5 {
    right: 58px;
    bottom: 246px;
  }

  .usb-drive .format-text-item.item6 {
    right: 244px;
    bottom: 184px;
    z-index: 9;
  }

  .usb-drive .format-text-item.item7 {
    right: 40px;
    bottom: 30px;
  }

  .usb-drive .format-text-item span:first-child {
    width: max-content;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    background: linear-gradient(143.86deg, rgba(218, 233, 255, 0.42) 14.42%, rgba(255, 255, 255, 0.42) 67.11%);
    border-radius: 50%;
    text-align: center;
    backdrop-filter: blur(50px);
  }

  .usb-drive .format-text-item:hover span:first-child {
    background: linear-gradient(143.86deg, rgba(218, 233, 255, 1) 14.42%, rgba(255, 255, 255, 1) 67.11%);
  }

  .usb-drive .format-text-item.item1 span:first-child {
    font-size: 16px;
    padding: 0 24px;
  }

  .usb-drive .format-text-item.item2 span:first-child {
    font-size: 14px;
    padding: 0 20px;
  }

  .usb-drive .format-text-item.item3 span:first-child {
    font-size: 14px;
    padding: 0 12px;
  }

  .usb-drive .format-text-item.item4 span:first-child {
    font-size: 14px;
    padding: 0 16px;

  }

  .usb-drive .format-text-item.item5 span:first-child {
    font-size: 18px;
    padding: 0 24px;
  }

  .usb-drive .format-text-item.item6 span:first-child {
    font-size: 16px;
    padding: 20px;
  }

  .usb-drive .format-text-item.item7 span:first-child {
    font-size: 14px;
    padding: 0 20px;
  }

  .usb-drive .format-text-item span:last-child {
    width: 280px;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 10px;
    padding: 12px;
    border-radius: 16px;
    color: #0462F0;
    transform: translateY(calc(12px));
    text-align: center;
    background: #FFFFFF;
    box-shadow: 3px 6px 42px 0px #80AEF33D;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
  }

  .usb-drive .format-text-item:hover span:last-child {
    opacity: 1;
  }

  .usb-drive .btm-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .usb-drive .btm-btn img {
    width: 390px;
  }

  .usb-drive .btm-btn a.btn {
    width: 332px;
    height: 72px;
    font-size: 20px;
    position: absolute;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
  }
}

@media (min-width: 1280px) {
  .usb-drive .btm-btn img {
    width: 490px;
  }

  .usb-drive .format-text-item.item1 {
    left: -45px;
    bottom: 64px;
  }

  .usb-drive .format-text-item.item2 {
    left: 85px;
    bottom: 347px;
  }

  .usb-drive .format-text-item.item3 {
    left: 333px;
    bottom: 380px;
  }

  .usb-drive .format-text-item.item4 {
    left: 776px;
    bottom: 528px;
  }

  .usb-drive .format-text-item.item5 {
    right: 58px;
    bottom: 346px;
  }

  .usb-drive .format-text-item.item6 {
    right: 344px;
    bottom: 254px;
  }

  .usb-drive .format-text-item.item7 {
    right: -40px;
    bottom: 80px;
  }

  .usb-drive .format-text-item.item1 span:first-child {
    font-size: 20px;
    padding: 0 35px;
  }

  .usb-drive .format-text-item.item2 span:first-child {
    font-size: 18px;
    padding: 0 24px;
  }

  .usb-drive .format-text-item.item3 span:first-child {
    font-size: 18px;
    padding: 0 15px;
  }

  .usb-drive .format-text-item.item4 span:first-child {
    font-size: 16px;
    padding: 0 21px;
  }

  .usb-drive .format-text-item.item5 span:first-child {
    font-size: 20px;
    padding: 0 33px;
  }

  .usb-drive .format-text-item.item6 span:first-child {
    font-size: 20px;
    padding: 25px;
  }

  .usb-drive .format-text-item.item7 span:first-child {
    font-size: 18px;
    padding: 0 28px;
  }

  .usb-drive .format-text-item span:last-child {
    font-size: 12px;
    width: 312px;
    padding: 14px;
  }
}

@media (min-width: 1600px) {
  .usb-drive {
    padding: 76px 0 0;
  }

  .usb-drive .btm-btn img {
    width: 590px;
  }

  .usb-drive .format-text-item.item1 {
    left: 89px;
    bottom: 138px;
  }

  .usb-drive .format-text-item.item2 {
    left: 141px;
    bottom: 440px;
  }

  .usb-drive .format-text-item.item3 {
    left: 480px;
    bottom: 500px;
  }

  .usb-drive .format-text-item.item4 {
    left: 900px;
    bottom: 640px;
  }

  .usb-drive .format-text-item.item5 {
    right: 99px;
    bottom: 423px;
  }

  .usb-drive .format-text-item.item6 {
    right: 416px;
    bottom: 352px;
  }

  .usb-drive .format-text-item.item7 {
    right: 71px;
    bottom: 77px;
  }

  .usb-drive .format-text-item span:last-child {
    width: 344px;
    font-size: 14px;
  }
}

@media (max-width: 1700px) and (min-width: 992px) {

  .usb-drive .format-text-item.item4 span:last-child,
  .usb-drive .format-text-item.item5 span:last-child {
    left: 50%;
    transform: translate(-50%, calc(12px));
  }

  .usb-drive .format-text-item.item7 span:last-child {
    left: auto;
    right: 0;
  }
}

@media (max-width: 991.98px) {
  .usb-drive {
    overflow: hidden;
  }
}

.section-8 {
  padding: 70px 0;
}

.section-8 .swiper-slide {
  width: 576px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #F6F7F9;
  box-shadow: 6px 12px 32px 0px #DAE0E757;
  gap: 32px;
}

.section-8 .swiper-slide .lft {
  min-width: 246px;
}

.section-8 .swiper-slide .rgt {
  padding: 20px 0;
}

.section-8 .swiper-slide .cont span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  padding: 2px 16px;
  border-radius: 20px;
}

.section-8 .swiper-slide .cont span.blue {
  background: #DCEAFF;
  color: #0462F0;
}

.section-8 .swiper-slide .cont span.red {
  background: #FFEADC;
  color: #FF5500;
}

.section-8 .swiper-slide .cont span.green {
  background: #DDFADE;
  color: #28C45A;
}

.section-8 .swiper-slide .cont h3 {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.section-8 .swiper-slide .date {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0.5;
}

.section-8 .swiper-button {
  width: max-content;
  margin: 46px auto 0 0;
  gap: 60px;
}

.section-8 .swiper-button-prev,
.section-8 .swiper-button-next {
  width: 48px;
  height: 48px;
  background: #0462F01F;
  color: #0462F0;
  margin-top: 0;
}

.section-8 .swiper-button-prev.swiper-button-disabled,
.section-8 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: #969799;
  background: #EBEBEB;
  box-shadow: none;
}

.section-8 .swiper-button-prev:after,
.section-8 .swiper-button-next:after {
  display: none;
}

@media (max-width: 1599.98px) {
  .section-8 {
    padding: 60px 0;
  }
}

@media (max-width: 991.98px) {
  .section-8 {
    padding: 40px 0;
  }

  .section-8 .swiper-slide {
    gap: 20px;
  }

  .section-8 .swiper-slide .rgt {
    padding: 0;
  }

  .section-8 .swiper-slide .cont h3 {
    font-size: 16px;
    min-height: 94px;
    margin: 8px 0;
  }
}

.third-app {
  padding: 140px 0 70px;
  overflow: hidden;
}

.third-app .cell {
  width: 184px;
}

@media (min-width: 1280px) and (max-width: 1699.98px) {
  .third-app .container {
    max-width: 1256px;
  }
}

@media (min-width: 1700px) {
  .third-app .container {
    max-width: 1580px;
  }
}

@media (max-width: 1599.98px) {
  .third-app {
    padding: 120px 0 60px;
  }

  .third-app .cell {
    width: 140px;
  }
}

@media (max-width: 1279.98px) and (min-width: 992px) {
  .third-app .cell {
    width: 100px;
  }
}

@media (max-width: 991.98px) {
  .third-app {
    padding: 80px 0 40px;
  }

  .third-app .swiper-wrapper {
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
  }
}

.pro_faq {
  padding: 70px 0;
}

@media (max-width: 1599.98px) {
  .pro_faq {
    padding: 60px 0;
  }
}

@media (max-width: 991.98px) {
  .pro_faq {
    padding: 40px 0;
  }
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item {
  margin-bottom: 0;
  padding: 24px;
  cursor: pointer;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item:has(.show) {
  background: #F2F2F2;
  border-radius: 16px;
  padding: 24px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item>div::after {
  display: block;
  content: "";
  border: 1px solid #F2F2F2;
  position: relative;
  top: 24px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header.collapsed {
  font-weight: 700 !important;
  color: #1A1A1A !important;
  padding: 0;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header {
  font-weight: 700 !important;
  font-size: 18px;
  padding: 0 0 8px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header h3 {
  margin-bottom: 0;
  font-size: 16px;
  margin-right: 16px;
  line-height: 1.5;
  text-align: start;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header::after {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="%231A1A1A" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="%230462F0" stroke-opacity="1" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body {
  overflow: hidden;
  padding: 0;
  font-size: 14px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body * {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .pro_faq .accordion.v1.v1-0-1 .accordion-item {
    margin-bottom: 0;
    padding: 40px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item:has(.show) {
    padding: 40px 40px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item>div::after {
    top: 40px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header {
    font-size: 24px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header h3 {
    font-size: 18px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0;
    font-size: 16px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
    border-top: none;
    padding-top: 0;
  }
}

.tips {
  padding: 70px 0;
}

.tips .item {
  width: calc(50% - 24px);
  padding: 40px 36px;
  border-radius: 32px;
  background: #0462F008;
}

.tips .item li {
  border-bottom: 1px solid #D3DEED;
  padding: 12px 0;
}

.tips .item li:not(:last-child) {
  margin-bottom: 16px;
}

.tips .item li a {
  display: block;
}

@media (max-width: 1599.98px) {
  .tips {
    padding: 60px 0;
  }

  .tips .item {
    width: calc(50% - 12px);
    padding: 40px 24px
  }
}

@media (max-width: 991.98px) {
  .tips {
    padding: 40px 0;
  }

  .tips .item {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    font-size: 14px;
  }

  .tips .item:not(:last-child) {
    margin-bottom: 24px;
  }

  .tips .item li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.section-9 {
  padding: 70px 0;
}

.section-9 .guide-list {
  max-width: 644px;
}

.section-9 .guide-list li {
  padding: 32px;
  border-radius: 16px;
  background: #F1F1F1;
  cursor: pointer;
}

.section-9 .guide-list li:hover {
  background: #0462F0;
}

.section-9 .guide-list li.active {
  background: #0462F0;
}

.section-9 .guide-list li:not(:last-child) {
  margin-bottom: 24px;
}

.section-9 .guide-list li h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.section-9 .guide-list li.active span,
.section-9 .guide-list li.active h3,
.section-9 .guide-list li:hover h3 {
  color: #FFF;
}

.section-9 .guide-list li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.5;
  display: none;
}

.section-9 .guide-list li.active p {
  color: #fff;
  opacity: 0.8;
  display: block;
}

.section-9 .guide-pic {
  max-width: 720px;
}

.section-9 .guide-pic .text {
  padding: 0 24px;
  margin-top: 16px;
}

.section-9 .guide-pic span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.section-9 .guide-pic h3 {
  font-size: 16px;
}

.section-9 .guide-pic p {
  font-size: 14px;
  font-weight: 500;
  color: #2D2D2D;
}

@media (max-width: 1599.98px) {
  .section-9 {
    padding: 60px 0;
  }

  .section-9 .guide-list {
    max-width: 574px;
  }

  .section-9 .guide-pic {
    max-width: 578px;
  }

  .section-9 .guide-list li {
    padding: 24px;
  }

  .section-9 .guide-list li h3 {
    font-size: 16px;
  }

  .section-9 .guide-list li p {
    font-size: 14px;
  }
}

@media (max-width: 1279.98px) {

  .section-9 .guide-list,
  .section-9 .guide-pic {
    max-width: 450px;
  }
}

@media (max-width: 991.98px) {
  .section-9 {
    padding: 40px 0;
  }

  .section-9 .guide-pic {
    max-width: 100%;
  }
}

.bottom-banner {
  padding: 70px 0 140px;
}

.bottom-banner .item {
  padding: 109px 74px;
  border-radius: 48px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/bottom-banner-bg.png) no-repeat center center;
  background-size: cover;
}

.bottom-banner .item .lft span {
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(90deg, #FFA425 0%, #FFCC00 100%);
}

.bottom-banner .item .lft h2 {
  font-size: 42px;
}

.bottom-banner .item .lft p {
  font-size: 32px;
}

.bottom-banner .item .lft h2,
.bottom-banner .item .lft p {
  color: #fff;
  line-height: 1.25;
  text-shadow: 0px 6px 6px #14378840;
}

@media (max-width: 1599.98px) {
  .bottom-banner {
    padding: 60px 0 120px;
  }

  .bottom-banner .item {
    border-radius: 32px;
    padding: 80px 60px;
  }

  .bottom-banner .item .lft h2 {
    font-size: 32px;
  }

  .bottom-banner .item .lft p {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .bottom-banner {
    padding: 40px 0 80px;
  }

  .bottom-banner .item {
    border-radius: 24px;
    padding: 89px 24px;
    background: url(https://4ddig.tenorshare.com/images/thematic-page/bottom-banner-bg-mobile.png) no-repeat center center;
    background-size: cover;
  }

  .bottom-banner .item .lft p {
    font-size: 16px;
  }
}