@media (max-width: 992px) {
  body {
    font-size: 1rem;
  }
}
.max-width-1000 {
  max-width: 1000px;
}

.ul-tick-1,
.ul-tick-2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ul-tick-1 > li,
.ul-tick-2 > li {
  padding-left: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.ul-tick-1 > li::before,
.ul-tick-2 > li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml, <svg width="24" height="25" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12.5" r="9.5" fill="url(%23paint0_linear_1055_131457)" stroke="url(%23paint1_linear_1055_131457)"/><path d="M8 12l3 3h1l5-5" stroke="%23fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" filter="url(%23filter0_d_1055_131457)"/><defs><filter id="filter0_d_1055_131457" x="6" y="9" width="12.19" height="8.517" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation=".5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.117973 0 0 0 0 0.0249761 0 0 0 0 0.239583 0 0 0 0.15 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1055_131457"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_1055_131457" result="shape"/></filter><linearGradient id="paint0_linear_1055_131457" x1="14.5" y1="22.5" x2="2.11" y2="17.582" gradientUnits="userSpaceOnUse"><stop stop-color="%235FBFFF"/><stop offset="1" stop-color="%235FB2FF"/></linearGradient><linearGradient id="paint1_linear_1055_131457" x1="5" y1="5" x2="18" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="%23E0EDFF"/><stop offset="1" stop-color="%23fff" stop-opacity=".4"/></linearGradient></defs></svg>');
}

.ul-tick-2 > li::before {
  background-image: url('data:image/svg+xml,<svg width="17" height="17" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.44" y="1.44" width="13.632" height="13.632" rx="6.816" stroke="%235FB2FF" stroke-width=".87"/><path d="M4.98 8l2.13 2.14c.16.15.4.14.55-.02l3.96-4.54" stroke="%235FB2FF" stroke-width="1.16" stroke-linecap="round"/></svg>');
}

.swiper {
  --swiper-theme-color: #FF5500;
}

.change-sys {
  color: #6b6b6b;
}
.change-sys a {
  opacity: 0.5;
}
.change-sys a.active {
  opacity: 1;
}

.self-icon {
  width: -moz-max-content;
  width: max-content;
  height: 16px;
  padding: 0 6px 0 9px;
  display: inline-block;
  z-index: 1;
  background: url('data:image/svg+xml,<svg width="90" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.2 3.3c.4-1.9 2.1-3.3 4-3.3h71.6c3.2 0 5.6 3 4.9 6l-2.1 10c-.6 2.4-2.6 4-4.9 4h-74c-1.6 0-2.7-1.5-2.4-3 .2-1.2-.3-2.4-1.4-2.9L1 12.2c-.9-.4-1-1.6-.1-2.2l6.4-4c1-.7 1.7-1.6 1.9-2.7z" fill="url(%23paint0_linear_1341_8228)"/><defs><linearGradient id="paint0_linear_1341_8228" x1="19.254" y1="20" x2="25.832" y2="-19.099" gradientUnits="userSpaceOnUse"><stop stop-color="%23F50"/><stop offset="1" stop-color="%23FFCF1B"/></linearGradient></defs></svg>') no-repeat;
  background-size: 100% 100%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-style: italic;
  transform: translateY(-20%);
}
@media (min-width: 1400px) {
  .self-icon {
    transform: translateY(-50%);
  }
}
@media (min-width: 1600px) {
  .self-icon {
    transform: translateY(-100%);
  }
}

.page-banner {
  padding: 32px 0;
  background: linear-gradient(180deg, #F0F8FF 0%, #E5F2FF 100%);
  font-size: 16px;
}
@media (min-width: 992px) {
  .page-banner {
    padding: 62px 0;
    font-size: 18px;
  }
}
.page-banner .subtitle {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .page-banner .subtitle {
    font-size: 18px;
  }
}
.page-banner .subtitle .support-tips {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
  position: relative;
  z-index: 2;
}
.page-banner .subtitle .support-tips span {
  background: linear-gradient(270deg, #F7A099 0%, #FB755E 30%, #4893B3 60%, #02384F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
.page-banner .subtitle .support-tips::after {
  content: "";
  width: 100%;
  height: 12px;
  background: url('data:image/svg+xml,<svg width="119" height="12" viewBox="0 0 119 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 6.00024C12.2814 2.97018 37.5796 2.50268 42.5218 2.50268C48.2227 2.50268 41.6482 3.85262 35.7445 8.4266C35.2621 8.80036 35.5689 9.5321 36.1769 9.47959L117 2.5" stroke="url(%23paint0_linear_1055_131439)" stroke-width="4" stroke-linecap="round"/><defs><linearGradient id="paint0_linear_1055_131439" x1="113" y1="6.50025" x2="-25.4679" y2="79.979" gradientUnits="userSpaceOnUse"><stop stop-color="%23F7A099"/><stop offset="0.206115" stop-color="%23FBDED9"/><stop offset="0.489987" stop-color="%234893B3"/><stop offset="1" stop-color="%2302384F"/></linearGradient></defs></svg>') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: -1;
}
.page-banner .title {
  font-size: 32px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .page-banner .title {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .page-banner .title {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
.page-banner .info {
  font-size: 16px;
}
@media (min-width: 1600px) {
  .page-banner .info {
    font-size: 18px;
  }
}
.page-banner .btn-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 1400px) {
  .page-banner .btn-group {
    gap: 32px;
  }
}

.page-h2 {
  font-size: 32px;
}
@media (min-width: 992px) {
  .page-h2 {
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  .page-h2 {
    font-size: 48px;
  }
}

.page-h3 {
  font-size: 24px;
}
@media (min-width: 1400px) {
  .page-h3 {
    font-size: 36px;
  }
}

.page-h4 {
  font-size: 20 px;
}
@media (min-width: 1400px) {
  .page-h4 {
    font-size: 28px;
  }
}

.sec-3 .pic img {
  width: 98px;
}
@media (min-width: 1400px) {
  .sec-3 .pic img {
    width: auto;
  }
}
.sec-3 .title {
  padding: 24px 0;
}
@media (min-width: 1400px) {
  .sec-3 .title {
    padding: 32px 0;
  }
}
.sec-3 .info {
  margin-bottom: 48px;
}
@media (min-width: 1400px) {
  .sec-3 .info {
    margin-bottom: 60px;
  }
}
.sec-3 .item-box .box {
  border-radius: 24px;
  padding: 48px 16px;
  background-color: #E7F2FF;
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .sec-3 .item-box .box {
    padding: 66px 24px;
  }
}
.sec-3 .item-box .box:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: url('data:image/svg+xml,<svg width="350" height="192" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2028_139734)"><path opacity=".1" d="M-268-67c0 143 120 259 268 259S268 76 268-67H163C163 20 89 91-1 91S-164 20-164-67h-104z" fill="%2383C3FF"/></g><defs><clipPath id="clip0_2028_139734"><path fill="%23fff" d="M0 0h350v192H0z"/></clipPath></defs></svg>') no-repeat center bottom;
  background-size: cover;
}
.sec-3 .item-box .item:nth-of-type(2) .box {
  background-color: #FFFAE6;
}
.sec-3 .item-box .item:nth-of-type(2) .box:after {
  height: 30%;
  background-image: url('data:image/svg+xml,<svg width="350" height="149" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2028_139738)"><path opacity=".9" fill-rule="evenodd" clip-rule="evenodd" d="M175.2 67C235.8 67 285 18 285-42.8c0-60.6-49.2-109.8-109.8-109.8-60.7 0-109.8 49.2-109.8 109.8C65.4 17.9 114.5 67 175.2 67zm0 82.2c106 0 192-86 192-192s-86-192-192-192c-106.1 0-192 86-192 192s85.9 192 192 192z" fill="%23FFF6D2"/></g><defs><clipPath id="clip0_2028_139738"><path fill="%23fff" d="M0 0h350v149H0z"/></clipPath></defs></svg>');
}
.sec-3 .item-box .item:nth-of-type(3) .box {
  background-color: #E5FBF6;
}
.sec-3 .item-box .item:nth-of-type(3) .box:after {
  background-image: url('data:image/svg+xml,<svg width="350" height="192" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2028_139741)"><path opacity=".9" fill-rule="evenodd" clip-rule="evenodd" d="M256-28c-16 59 19 119 77 134 59 16 119-19 135-77 15-59-19-119-78-135-58-15-119 19-134 78zm-80-21c-27 102 34 207 136 235 102 27 208-34 235-136 28-102-33-208-136-235-102-28-207 33-235 136z" fill="url(%23paint0_linear_2028_139741)"/></g><defs><linearGradient id="paint0_linear_2028_139741" x1="135.668" y1="221.24" x2="458.574" y2="16.453" gradientUnits="userSpaceOnUse"><stop stop-color="%23C2FFDE" stop-opacity=".8"/><stop offset="1" stop-color="%23BDF2D6" stop-opacity="0"/></linearGradient><clipPath id="clip0_2028_139741"><path fill="%23fff" d="M0 0h350v192H0z"/></clipPath></defs></svg>');
}

.sec-4 {
  padding: 64px 0;
  background: rgba(59, 132, 247, 0.05);
  position: relative;
}
@media (min-width: 1400px) {
  .sec-4 {
    padding: 96px 0;
  }
}
.sec-4::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  background: url('data:image/svg+xml,<svg width="508" height="403" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity=".5" d="M449-282c124 215 46 494-175 621-222 128-501 56-626-159l157-90c76 131 247 174 381 96 135-77 183-247 107-378l156-90z" fill="%23E0F0FE"/></svg>') no-repeat right bottom;
  background-size: contain;
  width: 250px;
  height: 200px;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .sec-4::before {
    width: 500px;
    height: 400px;
  }
}
.sec-4 .title {
  font-size: 24px;
  color: #000;
  margin: 16px 0;
}
.sec-4 .box {
  border-radius: 16px;
  padding: 66px 40px 40px;
  background-color: #C9E0FF;
  color: #515455;
  font-size: 16px;
}
.sec-4 .item:nth-of-type(2) .box {
  background-color: #FFEFB3;
}
.sec-4 .item:nth-of-type(3) .box {
  background-color: #FFD9C6;
}
.sec-4 .item:nth-of-type(4) .box {
  background-color: #ECECFF;
}

.people-walks .item {
  padding: 24px;
  border-radius: 24px;
  border: solid 1px #dee2e6;
}

.resource-tips .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  min-height: 88px;
}
@media (min-width: 1400px) {
  .resource-tips .title {
    font-size: 26px;
    min-height: 116px;
  }
}
.resource-tips .pic {
  display: block;
  position: relative;
  z-index: 1;
  height: 280px;
  overflow: hidden;
}
.resource-tips .pic span {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 0;
  padding: 6px 16px;
  border-radius: 0 4px 4px 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
}
.resource-tips .pic img,
.resource-tips .pic iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.resource-tips .cont {
  padding: 32px;
}
.resource-tips .item {
  background-color: #f8f8f8;
  border-radius: 12px;
}
.resource-tips .hover-bottom-line {
  font-size: 16px;
}
@media (min-width: 1400px) {
  .resource-tips .hover-bottom-line {
    font-size: 18px;
  }
}

#sec-8 {
  padding: 64px 0;
  background: #ecf6ff;
}

#sec-8::before {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg width="384" height="341" viewBox="0 0 384 341" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="" d="M117.94 -370.233C-41.1677 -210.733 -38.0934 51.1996 125.853 215.147C289.8 379.093 551.733 382.168 711.233 223.06L595.285 107.112C497.719 204.286 337.667 201.911 237.707 101.952C137.748 1.99278 135.373 -158.06 232.547 -255.626L117.94 -370.233Z" stroke="%23B0DEFF"/></svg>') no-repeat center center;
  background-size: 100%;
  width: 384px;
  height: 341px;
  right: 0;
  top: 0;
  pointer-events: none;
}

#sec-8::after {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg width="317" height="341" viewBox="0 0 317 341" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M-543.218 331.841C-493.093 103.44 -262.466 -40.5196 -27.5054 11.0454C207.456 62.6104 356.603 289.916 306.478 518.317L139.608 481.695C170.162 342.471 78.8833 204.168 -64.0114 172.809C-206.906 141.449 -347.711 228.817 -378.266 368.042L-543.218 331.841Z" fill="%235FB2FF"/></svg>') no-repeat center center;
  background-size: 100%;
  width: 317px;
  height: 341px;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

#sec-8 .img-logo {
  width: 128px;
  height: 128px;
}

#sec-8 h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
}

#sec-8 .des {
  color: #525252;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
}

#sec-8 .des .now {
  animation: nowonline 1s linear infinite alternate;
}
@keyframes nowonline {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#sec-8 .des span {
  color: #5FB2FF;
  font-size: 26px;
  font-weight: 500;
  line-height: 36.4px;
}

#sec-8 .des-list {
  margin-top: 48px;
  max-width: 1450px;
  padding: 13px 0;
}

#sec-8 .des-list .item svg {
  color: #5FB2FF;
}

#sec-8 .des-list .item .tit {
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

#sec-8 .des-list .item .des {
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

#sec-8 .review {
  gap: 26px;
}

#sec-8 .review .trustpilot {
  position: relative;
  width: 149px;
}

#sec-8 .review .trustpilot::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #d8dfe2;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
}

#sec-8 .review .star {
  width: 209.5px;
}

#sec-8 .btn-group {
  gap: 32px;
}

@media (max-width: 1600px) {
  #sec-8 {
    padding: 64px 0;
  }
  #sec-8::before {
    background: url('data:image/svg+xml,<svg width="312" height="314" viewBox="0 0 312 314" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.3" d="M105.632 -318.924C-35.8673 -177.034 -33.1211 55.9488 112.712 201.781C258.544 347.614 491.527 350.36 633.418 208.861L530.335 105.778C443.502 192.218 301.095 190.091 212.152 101.148C123.21 12.2053 121.082 -130.202 207.522 -217.035L105.632 -318.924Z" stroke="%230670FB"/></svg>') no-repeat center center;
    width: 312px;
    height: 314px;
  }
  #sec-8::after {
    background: url('data:image/svg+xml,<svg width="294" height="223" viewBox="0 0 294 223" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M-340.684 104.947C-198.388 -37.3493 35.5642 -34.6989 181.947 111.684C328.33 258.067 330.98 492.019 188.685 634.315L84.7228 530.353C171.461 443.615 169.463 301.022 80.4387 211.998C-8.58601 122.973 -151.179 120.975 -237.917 207.713L-340.684 104.947Z" fill="%235FB2FF"/></svg>') no-repeat center center;
    width: 294px;
    height: 223px;
  }
  #sec-8 .img-logo {
    width: 96px;
    height: 96px;
  }
  #sec-8 h2 {
    font-size: 36px;
    line-height: 50.4px;
  }
  #sec-8 .des {
    font-size: 18px;
    line-height: 24px;
  }
  #sec-8 .des span {
    font-size: 20px;
    line-height: 30px;
  }
  #sec-8 a .start {
    height: 32px;
    width: auto;
  }
  #sec-8 .comment-points {
    font-size: 16px;
    line-height: 24px;
  }
  #sec-8 .btn-29.btn-outline-black {
    padding: 0 32px;
  }
  #sec-8 .des-list {
    margin-top: 40px;
    padding: 0;
  }
  #sec-8 .des-list .item img {
    width: 40px;
    height: 40px;
  }
  #sec-8 .des-list .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  #sec-8 {
    padding: 64px 0;
  }
  #sec-8::before {
    width: 288px;
    height: 240px;
  }
  #sec-8 .img-logo {
    width: 80px;
    height: 80px;
  }
  #sec-8 h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  #sec-8 .btn.btn-xl {
    padding: 0 50px;
    height: 56px;
  }
  #sec-8 .des {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  #sec-8 .des p:nth-child(1) svg {
    width: 16px;
    height: 16px;
  }
  #sec-8 .des p:nth-child(2) svg {
    width: 24px;
    height: 24px;
  }
  #sec-8 a .start {
    height: 24px;
  }
  #sec-8 .des-list {
    margin-top: 32px;
    gap: 20px 24px;
  }
  #sec-8 .des-list .item {
    flex: 1 1 30%;
  }
  #sec-8 .des-list .item .des {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  #sec-8::before {
    background: url('data:image/svg+xml,<svg width="156" height="220" viewBox="0 0 156 220" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.3" d="M67.8575 -190.697C-23.9483 -98.723 -22.1908 52.3628 72.3672 146.921C166.925 241.479 318.011 243.236 409.985 151.431L343.039 84.4843C286.829 140.526 194.569 139.177 136.954 81.5616C79.3386 23.9466 77.9891 -68.3135 134.031 -124.523L67.8575 -190.697Z" stroke="%233C3CFF" stroke-width="0.428648"/></svg>') no-repeat center center;
    width: 156px;
    height: 220px;
  }
  #sec-8::after {
    background: url('data:image/svg+xml,<svg width="231" height="215" viewBox="0 0 231 215" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M-289 86.4156C-172.373 -30.2115 19.3761 -28.0392 139.353 91.9376C259.33 211.914 261.502 403.664 144.875 520.291L59.6669 435.083C130.758 363.992 129.121 247.121 56.1556 174.156C-16.8099 101.19 -133.68 99.5529 -204.772 170.644L-289 86.4156Z" fill="%235FB2FF"/></svg>') no-repeat center center;
    width: 231px;
    height: 215px;
  }
  #sec-8 .des-list .item {
    flex: 1 1 45%;
  }
  #sec-8 .review {
    gap: 16px;
  }
  #sec-8 .review .trustpilot {
    order: 3;
    width: 132px;
  }
  #sec-8 .review .trustpilot::after {
    display: none;
  }
  #sec-8 .review .text {
    order: 2;
    font-size: 16px;
  }
  #sec-8 .review .star {
    width: 190px;
    order: 1;
  }
  #sec-8 .review .star span {
    font-size: 24px;
  }
}
.sec-steps {
  padding: 64px 0;
  overflow: hidden;
}

.sec-steps h2 {
  margin-bottom: 32px;
}

.sec-steps h2 span {
  background: linear-gradient(90deg, #5FB2FF 0%, #03E7C5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-steps .guide-list {
  flex: 1;
  margin: 0;
}

.sec-steps .guide-list ul {
  margin-bottom: 32px;
}

.sec-steps .guide-list li {
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  cursor: pointer;
  padding: 16px 20px;
  border-radius: 6px;
  font-size: 16px;
  background: #f5f9ff;
  position: relative;
}

.sec-steps .guide-list li .text span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #6b6b6b;
  display: inline-block;
}

.sec-steps .guide-list li .text p {
  font-size: 16px;
  line-height: 24px;
  color: #848484;
}

.sec-steps .guide-list .btn {
  min-width: 220px;
}

.sec-steps .guide-list .progress-bar {
  width: 0%;
  height: 4px;
  background: #2c9aff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec-steps .guide-list .swiper-slide-thumb-active {
  background: #e8f1ff;
}

.sec-steps .guide-list .swiper-slide-thumb-active span,
.sec-steps .guide-list .swiper-slide-thumb-active p {
  color: #2c9aff !important;
}

.sec-steps .guide-list .swiper-slide-thumb-active .progress-bar {
  transition: all 2900ms linear;
  width: 100%;
}

.sec-steps .guide-list .guide-link {
  margin: 0 0 32px 0;
  font-size: 16px;
  line-height: 24px;
}

.sec-steps .guide-pic {
  max-width: 100%;
  margin: 0;
}

.sec-steps .guide-pic .swiper-slide {
  padding: 8px;
  background: #e0f0ff;
  border: 3px solid #2c9aff;
  border-radius: 12px;
}

@media (min-width: 992px) {
  .sec-steps {
    padding: 100px 0 52px;
    position: relative;
  }
  .sec-steps h2 {
    margin-bottom: 60px;
  }
  .sec-steps .cont {
    gap: 16px;
  }
  .sec-steps .guide-list li {
    padding: 16px;
  }
  .sec-steps .guide-list li .text span {
    font-size: 24px;
    line-height: 32px;
  }
  .sec-steps .guide-list .guide-link {
    margin: 0 0 0 12px;
    font-size: 16px;
    line-height: 27px;
  }
  .sec-steps .guide-pic {
    max-width: 450px;
  }
  .sec-steps .guide-pic .swiper-slide {
    padding: 14px;
    border-radius: 20px;
  }
  .sec-steps .guide-pic .swiper-slide img {
    border-radius: 12px;
  }
  .sec-steps::after {
    content: "";
    width: 796px;
    height: 388px;
    background: url(https://images.tenorshare.com/img-2024/product/icarefone-transfer/sec-step-bg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -100px;
    bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .sec-steps {
    padding: 100px 0;
  }
  .sec-steps h2 {
    margin-bottom: 60px;
  }
  .sec-steps .cont {
    gap: 0px;
  }
  .sec-steps .guide-list {
    max-width: 518px;
  }
  .sec-steps .guide-list ul {
    margin-bottom: 48px;
    max-width: 464px;
  }
  .sec-steps .guide-list li {
    padding: 24px 32px;
  }
  .sec-steps .guide-list .guide-link {
    margin: 0 0 0 32px;
    font-size: 18px;
  }
  .sec-steps .guide-pic {
    max-width: 640px;
  }
}
@media (min-width: 1600px) {
  .sec-steps .cont {
    max-width: 1530px;
  }
  .sec-steps .guide-list {
    max-width: 600px;
  }
  .sec-steps .guide-list ul {
    max-width: 530px;
  }
  .sec-steps .guide-list li .text span {
    font-size: 26px;
    line-height: 34px;
  }
  .sec-steps .guide-list li .text p {
    font-size: 18px;
    line-height: 27px;
  }
  .sec-steps .guide-pic {
    max-width: 800px;
  }
  .sec-steps .guide-pic .swiper-slide {
    padding: 18px;
    border-radius: 24px;
  }
  .sec-steps .guide-pic .swiper-slide img {
    border-radius: 16px;
  }
  .sec-steps::after {
    width: 904px;
    height: 450px;
    right: 0;
    bottom: 70px;
  }
}
#pro-guide {
  padding: 40px 0;
}

#pro-guide h2 {
  max-width: 100%;
}

#pro-guide .nav-contanier {
  margin: 24px auto 0;
}

#pro-guide .nav-contanier .nav-contanier-content {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

#pro-guide .nav-contanier .nav-contanier-content::-webkit-scrollbar {
  display: none;
}

#pro-guide .nav {
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

#pro-guide .nav::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #d8dfe2;
  position: absolute;
  bottom: 0;
  left: 0;
}

#pro-guide .nav .nav-link {
  padding: 0 16px;
  padding-bottom: 10px;
  cursor: pointer;
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  text-align: center;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
}

#pro-guide .nav .nav-link.active {
  color: #2c9aff;
  font-weight: 500;
}

#pro-guide .nav .nav-link.active::after {
  z-index: 99;
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2c9aff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}

#pro-guide .tab-content {
  margin-top: 40px;
}

#pro-guide .tab-content .link-more a {
  font-size: 16px;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item {
  background: rgba(180, 211, 255, 0.1019607843);
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 12px !important;
  transition: all 0.4s;
  border-radius: 12px;
  border: none !important;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-item:last-child {
  margin-bottom: 0 !important;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
  padding: 12px 16px;
  line-height: 150%;
  background: none;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:hover {
  color: #2c9aff;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="%23212121"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="currentColor"/> </svg>');
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  padding-top: 32px;
  padding-bottom: 4px;
  font-weight: 600;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="white"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="white"/> </svg>');
  transform: rotate(45deg);
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
  padding: 8px 16px 16px;
  color: #fff;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body a {
  color: #fff;
  text-decoration: underline;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
  opacity: 0.8;
  font-size: 16px;
}

#pro-guide #faq-part-content-2 .row {
  gap: 20px;
}

#pro-guide #faq-part-content-2 .vertical {
  gap: 20px;
}

#pro-guide #faq-part-content-2 .item {
  height: 100%;
  padding: 28px 16px;
  border-radius: 12px;
  background: rgba(180, 211, 255, 0.1019607843);
}

#pro-guide #faq-part-content-2 .item .tit {
  color: #212121;
  font-weight: 600;
  line-height: 150%;
}

#pro-guide #faq-part-content-2 .item ul {
  margin-top: 2px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

#pro-guide #faq-part-content-2 .item ul li {
  margin-top: 20px;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

#pro-guide #faq-part-content-2 .item ul li a {
  width: 100%;
  font-weight: 400;
}

@media (min-width: 992px) {
  #pro-guide {
    padding: 80px 0;
  }
  #pro-guide .container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  #pro-guide .nav-contanier {
    margin: 40px auto 0;
  }
  #pro-guide .nav-contanier::after {
    height: 4px;
  }
  #pro-guide .tab-content {
    padding: 0;
  }
  #pro-guide .nav {
    font-size: 18px;
    gap: 64px;
  }
  #pro-guide .nav::after {
    display: none;
  }
  #pro-guide .nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
  }
  #pro-guide .nav .nav-link.active::after {
    width: 70%;
    height: 4px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed) {
    padding-top: 24px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
    width: 40px;
    height: 40px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    font-size: 16px;
    padding: 0 1.5rem 1.5rem;
  }
  #pro-guide #faq-part-content-2 .row {
    gap: 0;
  }
  #pro-guide #faq-part-content-2 .item ul li a {
    width: auto;
  }
  #pro-guide #faq-part-content-2 .vertical {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  #pro-guide .tab-content {
    max-width: 1096px;
    margin-left: auto;
    margin-right: auto;
  }
  #pro-guide .nav .nav-link {
    font-size: 20px;
  }
  #pro-guide .nav .nav-link.active::after {
    height: 4px;
    width: 70%;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    padding: 24px 40px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    font-size: 16px;
    padding: 0 40px 24px;
  }
  #pro-guide #faq-part-content-2 .vertical {
    gap: 20px;
  }
  #pro-guide #faq-part-content-2 .vertical .item {
    flex: 1 1 40%;
  }
}
@media (min-width: 1400px) {
  #pro-guide .nav {
    font-size: 20px;
  }
  #pro-guide .nav-contanier {
    max-width: 1266px;
  }
}
@media (min-width: 1600px) {
  #pro-guide {
    padding: 100px 0;
  }
  #pro-guide .nav-contanier {
    margin-top: 60px;
  }
  #pro-guide .tab-content {
    margin-top: 60px;
    max-width: 100%;
  }
  #pro-guide .tab-content .link-more a {
    font-size: 18px;
  }
  #pro-guide .nav .nav-link {
    padding-bottom: 14px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 200%;
    padding: 1.5rem 2.25rem;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0.625rem 8rem 24px 2.25rem;
    font-size: 18px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
    font-size: 18px;
  }
  #pro-guide #faq-part-content-2 .item {
    padding: 32px;
  }
  #pro-guide #faq-part-content-2 .item ul li {
    margin-top: 24px;
  }
  #pro-guide #faq-part-content-2 .item ul li a {
    font-size: 18px;
  }
  #pro-guide #faq-part-content-2 .vertical {
    gap: 20px;
  }
}/*# sourceMappingURL=icarefone-transfer.css.map */