html {
  font-size: 62.5%;
}
body {
  background-size: 100%;
  background-position: top left;
  font-family: Helvetica, Arial, 'Noto Sans SC', sans-serif;
  -webkit-font-smoothing: antialiased;
  --padding: 8vw;
  --rc: #c21c17;
  --p: 1.8rem;
}
[lang="zh-CN"] .page .title {
  line-height: 1.2;
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.page .title {
  font-weight: bold;
  font-family: HelveticaBLCN, 'Noto Sans SC', sans-serif;
}
.page .title {
  font-size: 6.1rem;
  line-height: 0.85;
}
.page .title.rc::before {
  filter: brightness(10);
}
@media all and (max-width: 768px) {
  .page .list-content > .title,
  .page .content > .title {
    display: flex;
    column-gap: 10px;
  }
}
.page .list-content > .title::before,
.page .content > .title::before {
  display: block;
  content: '';
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-image: url(https://generali-greeninsurance.com/wp-content/uploads/2025/10/rc.png);
  position: absolute;
  transform: translate3d(-150%, -30%, 0);
}
@media all and (max-width: 768px) {
  .page .list-content > .title::before,
  .page .content > .title::before {
    width: 2rem;
    height: 2rem;
    position: static;
    display: inline-block;
    transform: translate(0);
    flex-shrink: 0;
    height: calc(3.5rem * 0.85);
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.icon {
  font-family: HelveticaBLCN, 'Noto Sans SC', sans-serif;
}
.page {
  font-size: var(--p);
  font-family: Helvetica, Arial, 'Noto Sans SC', sans-serif;
  font-weight: normal;
}
* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
a {
  color: #000000;
  text-decoration: none;
}
.site_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8% var(--padding);
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.site_nav.scrolled {
  background-color: #fff;
}
.site_nav.scrolled .top_logo {
  width: 10%;
}
.site_nav ul,
.site_nav li {
  list-style: none;
}
.site_nav .top_logo {
  width: 15%;
  transition: all 0.5s;
}
.site_nav .phone.btn {
  display: none;
}
.site_nav .top_menu {
  display: flex;
  align-items: center;
  --gap: 11px;
}
.site_nav .top_menu a {
  font-size: 1.8rem;
  text-transform: capitalize;
}
.site_nav .top_menu .menu-top {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  margin-right: var(--gap);
}
.site_nav .top_menu .menu-top .menu-item {
  padding: 5px 10px;
  box-sizing: border-box;
}
.site_nav .top_menu .menu-top .menu-item:hover {
  color: #fff;
  background-color: var(--rc);
}
.site_nav .top_menu .menu-top .menu-item:hover > * {
  color: inherit !important;
}
@media all and (max-width: 1290px) {
  .site_nav .top_logo {
    width: 15%;
    z-index: 99;
  }
  .site_nav .phone.btn {
    display: block;
    width: 26px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
  }
  .site_nav .phone.btn span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    background-color: #000;
    transition: transform 0.3s ease;
  }
  .site_nav .phone.btn span:nth-child(1) {
    transform-origin: right center;
    position: absolute;
    top: 0;
  }
  .site_nav .phone.btn span:last-child {
    transform-origin: right center;
    position: absolute;
    bottom: 0;
  }
  .site_nav .phone.btn.active span:nth-child(2) {
    background-color: transparent !important;
  }
  .site_nav .phone.btn.active span:nth-child(1) {
    transform: rotate(-45deg);
  }
  .site_nav .phone.btn.active span:last-child {
    transform: rotate(45deg);
  }
  .site_nav .top_menu {
    display: block;
    position: absolute;
    right: var(--padding);
    top: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: #fff;
    pointer-events: none;
    touch-action: none;
  }
  .site_nav .top_menu.active {
    opacity: 1;
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: #fff;
    pointer-events: auto;
    touch-action: auto;
  }
  .site_nav .top_menu.active .menu-top .menu-item {
    text-align: center;
  }
  .site_nav .top_menu .menu-top {
    display: block;
    margin: 0 0 0 0;
  }
  .site_nav .top_menu .menu-top .menu-item {
    text-align: right;
    padding: 0 0 0 0;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
  .site_nav .top_menu .menu-top .menu-item.bg_red a {
    color: #fff;
  }
  .site_nav .top_menu .menu-top .menu-item a {
    color: #000;
  }
  .site_nav .top_menu .lang {
    text-align: right;
  }
}
.btn_style_1 {
  background-color: var(--rc);
  color: #fff;
  font-family: HelveticaBLCN, 'Noto Sans SC', sans-serif;
}
.list-content {
  padding-top: 4.3vw;
  padding-bottom: 7vw;
  box-sizing: border-box;
}
.list-content .title {
  margin-bottom: 1rem;
  margin-bottom: 5.6%;
  color: var(--rc);
}
.list-content .list-items {
  list-style: none;
  border-top: 1px solid #979797;
}
.list-content .list-items .item {
  list-style: none;
  display: flex;
  padding: 0.2em 0;
  box-sizing: border-box;
  border-bottom: 1px solid #979797;
  column-gap: 4em;
  align-items: center;
}
.list-content .list-items .item a {
  line-height: 3.5rem;
}
.list-content.style_1 {
  background-color: var(--rc);
}
.list-content.style_1 .title {
  color: #fff;
}
.list-content.style_1 .info {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6.6vw;
  font-family: HelveticaBLCN, 'Noto Sans SC', sans-serif;
}
.list-content.style_1 .list-items {
  border: none;
}
.list-content.style_1 .list-items .item {
  border: none;
  padding: 10px 0;
  column-gap: 2em;
}
.list-content.style_1 .list-items .item .icon {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.list-content.style_1 .list-items .item .icon img {
  max-width: 100%;
  object-fit: contain;
}
.list-content.style_1 .list-items .item a {
  color: #fff;
  line-height: 3.5rem;
}
.list-content .wow {
  opacity: 0;
  transform: translateX(-20%);
}
.list-content .wow.animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.site-footer {
  min-height: 35vh;
  background-color: var(--rc);
  color: #fff;
  padding: 0 var(--padding);
  box-sizing: border-box;
  display: grid;
  padding-top: 4.1vw;
  grid-template-columns: 5fr 4.5fr 2.5fr;
  grid-template-rows: 3fr 1fr;
  grid-template-areas: "a b c" "d e f";
}
.site-footer .apply {
  font-size: 3.8rem;
}
.site-footer .say {
  font-size: 3.8rem;
}
.site-footer .friend ul,
.site-footer .friend li {
  list-style: none !important;
}
.site-footer .apply,
.site-footer .say,
.site-footer .friend,
.site-footer .find,
.site-footer .terms,
.site-footer .all {
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .site-footer {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, max-content);
    grid-template-areas: "a" "b" "c" "d" "e" "f";
    min-height: auto;
    row-gap: 2vw;
    padding: 12vw var(--padding);
  }
  .site-footer .apply,
  .site-footer .say {
    font-size: 2.8rem;
  }
}
.wow {
  transition-duration: 1s;
  transition-property: transform, opacity;
}
.btn_style_1:hover {
  background-color: #000;
}
@media all and (min-width: 1919px) {
  .site_nav {
    padding: 1.2% var(--padding);
  }
  .site_nav .top_menu .menu-top .menu-item {
    padding: 5px 13px;
  }
  .site_nav .top_menu .menu-top .menu-item a {
    font-size: 2.6rem;
  }
  .site-footer {
    padding-bottom: 4.1vw;
  }
  .site-footer .apply {
    font-size: 5rem;
  }
  .site-footer .say {
    font-size: 4.4rem;
    padding-left: 20px;
    padding-left: 0px;
    letter-spacing: 2.3px;
  }
  .site-footer .find,
  .site-footer .terms,
  .site-footer .all {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
[data-lang="zh"],
[data-lang="en"] {
  display: none;
}
[lang="zh-CN"][data-lang="zh"] {
  display: block;
}
[lang="en-US"][data-lang="en"] {
  display: block;
}
.site_nav .top_menu a {
  color: #fff;
}
.site_nav.scrolled .top_menu a {
  color: #000;
}
.site_nav.scrolled .top_menu a {
  color: #000;
}
.site_nav.scrolled .phone.btn span {
  background-color: #000;
}
@media all and (min-width: 1919px) {
  .site_nav.scrolled .top_menu a,
  .site_nav .top_menu a {
    color: #000;
  }
}
@media all and (max-width: 768px) {
  .top_logo {
    width: 15% !important;
    transition: none !important;
  }
}
.friendship_links ul,
.friend ul,
.friendship_links li,
.friend li {
  list-style: none;
}
.friendship_links ul,
.friend ul {
  display: flex;
  align-items: flex-start;
}
.friendship_links ul > li,
.friend ul > li {
  display: block;
  margin-right: 10px;
  width: 10.8rem;
  height: 10.8rem;
  overflow: hidden;
  background-color: #fff;
}
.friendship_links ul > li a,
.friend ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.friendship_links ul > li a img,
.friend ul > li a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media all and (min-width: 1919px) {
  .friendship_links ul > li,
  .friend ul > li {
    width: 10.8rem;
    height: 10.8rem;
  }
}
