html {
  scroll-behavior: smooth;
}

.title2 {
  color: #020307;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.title2:not(:nth-child(2)) {
  margin-top: 40px;
}

.title3 {
  color: #020307;
  margin-bottom: 10px !important;
}

@media (min-width: 1280px) {
  .title2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .title2:not(:nth-child(2)) {
    margin-top: 64px;
  }

  .title3 {
    margin-bottom: 4px;
  }
}

.sec1 {
  padding: 62px 0;
  background: url("https://images.icarefone.ai/singlepage/policy/bg-top.png?w=780&h=400") no-repeat center / cover;
}

@media (min-width: 1280px) {
  .sec1 {
    padding: 107px 0;
    background-image: url("https://images.icarefone.ai/singlepage/policy/bg-m-top.png?w=2732&h=548");
  }
}

@media (min-width: 1600px) {
  .sec1 {
    padding: 131px 0;
    background-image: url("https://images.icarefone.ai/singlepage/policy/bg-l-top.png?w=3840&h=660");
  }
  .sec1 h1 {
    font-size: 48px;
  }
}

.sec2 {
  font-size: 16px;
  color: #555b68;
  padding-bottom: 64px;
}

@media (min-width: 992px) {
  .sec2 {
    padding-bottom: 80px;
  }

  .sec2 .guide-wrap {
    position: sticky;
    top: 80px;
  }
}

@media (min-width: 1600px) {
  .sec2 {
    padding-bottom: 120px;
  }
}
.sec2 .guide-wrap.mask::after {
  content: "";
  background: #212121;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  opacity: 0.4;
}
.sec2 .guide-wrap .btn-open {
  width: 54px;
  height: 48px;
  border-radius: 0 36px 36px 0;
  background: #fff;
  padding: 10px 14px 10px 12px;
  cursor: pointer;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 42%;
  z-index: 300;
  left: 0;
}
@media (min-width: 992px) {
  .sec2 .guide-wrap .btn-open {
    position: relative;
    top: unset;
    left: unset;
  }
}
.sec2 .guide-wrap .guide-sidebar {
  width: 189px;
  font-size: 14px;
  line-height: 1.4;
  position: fixed;
  top: calc(42% + 57px);
  left: 0;
  z-index: 300;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: white;
}
.sec2 .guide-wrap .guide-sidebar li .nav-link {
  display: block;
  padding: 12px 16px;
  border-radius: 8px;
}
.sec2 .guide-wrap .guide-sidebar li .nav-link.active {
  background-color: #1677ff0d;
  color: #1677ff;
}
.guide-sidebar .nav-link:hover,
.guide-sidebar .nav-link:active {
  background: #1677ff0d;
}
.guide-sidebar a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .sec2 .guide-wrap .guide-sidebar {
    border-radius: 12px;
    position: sticky;
    top: 40px;
  }
  .sec2 .guide-wrap .guide-sidebar .nav-link {
    padding: 20px 16px;
  }
}
@media (min-width: 1280px) {
  .sec2 .guide-wrap .guide-sidebar {
    width: 282px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 1600px) {
  .sec2 .guide-wrap .guide-sidebar {
    width: 322px;
    position: relative;
    top: unset;
    left: unset;
  }
}
@media (max-width: 991.89px) {
  .sec2 .guide-wrap .guide-sidebar {
    transition: transform 0.3s;
    transform: translateX(16px);
  }
  .sec2 .guide-wrap .guide-sidebar.hidden-sidebar {
    transition: transform 0.3s;
    transform: translateX(-100%);
  }
}

.policy p:not(:last-child) {
  margin-bottom: 24px;
}
.policy ul p {
  margin: 0;
}
.policy a {
  color: #1677ff;
}
.policy a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.policy {
  max-width: 100%;
}
.policy .title1 {
  background: #2d65ff1a;
  border-radius: 12px;
}
.policy .part:not(:last-child) {
  margin-bottom: 64px;
}
.policy .title1 {
  border-radius: 12px;
  padding: 14px 14px 14px 30px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(209, 232, 255, 0.3), rgba(215, 246, 245, 0.3));
}
.policy .title1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(179.77deg, #1778ff 3.8%, #01e5db 94.8%);
}

.policy .part ul {
  padding-left: 24px;
}
.policy ul.list-text > li:not(:last-child) {
  margin-bottom: 10px;
}
.policy ul.list-title > li p {
  margin-left: -24px;
  margin-bottom: 24px;
}
.policy ul.list-title > li .title3 {
  margin-left: 0;
}
.policy ul.list-title > li::marker {
  color: #020307;
}
.sec2 .list-links a {
  text-decoration: underline;
}

@media (min-width: 1280px) {
  .policy {
    max-width: 896px;
  }
  .policy h4 {
    font-size: 32px;
  }
  .policy .title1 {
    padding: 17px 17px 17px 32px;
  }
}

@media (min-width: 1600px) {
  .policy {
    max-width: 1020px;
  }
}

.policy .part .compare-table {
  overflow-x: auto;
}
.policy .part .compare-table .table-wrap {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 991.99px) {
  .policy .part .compare-table .table-wrap {
    min-width: 896px;
  }
}
.policy .part .compare-table .thead {
  background: linear-gradient(90deg, #1778ff, #01e5db);
  border-radius: 12px 12px 0 0;
  display: flex;
}
.policy .part .compare-table .thead > * {
  flex: 1;
  text-align: center;
  padding: 20px 6px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: white;
}
.policy .part .compare-table .thead > *:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}
.policy .part .compare-table .tbody {
  display: flex;
}
.policy .part .compare-table .tbody > * {
  flex: 1;
  text-align: center;
  padding: 20px 25px;
  font-size: 14px;
  line-height: 1.6;
  color: #555b68;
  border-top: 1px solid #e0e0e0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.compare-table.t2 .thead > div:not(:nth-child(3)),
.compare-table.t2 .tbody > div:not(:nth-child(3)) {
  max-width: 167px;
}
.compare-table.t2 .tbody.height-1 {
  height: 102px;
}
.compare-table.t2 .tbody.height-2 {
  height: 135px;
}
.compare-table.t2 .tbody.height-3 {
  height: 237px;
}
.policy .part .compare-table .tbody > *:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}
@media (min-width: 1600px) {
  .policy .part .compare-table .tbody > * {
    padding: 22px 28px;
    font-size: 16px;
  }
  .compare-table.t2 .tbody.height-1 {
    height: 116px;
  }
  .compare-table.t2 .tbody.height-2 {
    height: 154px;
  }
  .compare-table.t2 .tbody.height-3 {
    height: 270px;
  }
  .compare-table.t2 .thead > div:not(:nth-child(3)),
  .compare-table.t2 .tbody > div:not(:nth-child(3)) {
    max-width: 190px;
  }
}
