.elementor-kit-7{--e-global-color-primary:#081F5C;--e-global-color-secondary:#7096D1;--e-global-color-text:#000000;--e-global-color-accent:#d3b574;--e-global-color-56affea:#D0E3FF;--e-global-color-d0cd12f:#E5ECF6;--e-global-color-5ed3562:#FCFCFC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 只作用于加了 text-hl 的容器里，避免影响全站 */
.text-hl .hl{
  --hl-color: #FFF59D;      
  box-shadow: inset 0 -0.45em 0 var(--hl-color);
  padding: 0 .12em;
  border-radius: .15em;
  -webkit-box-decoration-break: clone; /* 让换行时每行都保持“涂抹” */
  box-decoration-break: clone;
  transition: box-shadow .25s ease;
}

/* 细线型“荧光底线”高亮（不依赖 box-decoration-break，最稳） */
.text-hl .hl-underline{
  --hl-color: #FFD54F;
  background-image: linear-gradient(var(--hl-color), var(--hl-color));
  background-repeat: no-repeat;
  background-size: 100% .45em; /* 线条厚度 */
  background-position: 0 85%;  /* 线条位置：越大越靠下 */
  padding: 0 .08em;
}

/* 悬停动画版（初始无色，悬停填满） */
.text-hl .hl-anim{
  --hl-color: #A5D8FF;
  background-image: linear-gradient(var(--hl-color), var(--hl-color));
  background-repeat: no-repeat;
  background-size: 0 .55em;
  background-position: 0 85%;
  transition: background-size .35s ease;
  padding: 0 .08em;
}
.text-hl .hl-anim:hover{ background-size: 100% .55em; }

/* 预设颜色（按需删） */
.text-hl .hl-yellow{ --hl-color:#FFF59D; }
.text-hl .hl-pink{   --hl-color:#FFC0CB; }
.text-hl .hl-blue{   --hl-color:#A5D8FF; }
.text-hl .hl-green{  --hl-color:#C8E6C9; }/* End custom CSS */