@charset "utf-8";
/*------------------------------------------------
--css   SCRM官网-关于我们 （简介 + 价值观 + 荣誉 ）
--by    市场部 Web Designer&Front end Engineer Sivan
--date  2022.12.11
--less  文件已编译  

--需要提前载入24栅格系统 grid.min.css
--主流分辨率：1920px、1440px、1366px（优先考虑PC端）
--PC端内容宽度：1424px，前端JS转换100px=rem、
-------------------------------------------------*/
body {
  background-color: var(--color_body);
}
/*--------------- 顶部加个Banner 无切换 price_banner START ---------------- */
.about_banner {
  position: relative;
  z-index: 1;
  top: -64px;
  margin: 0 auto;
  width: 100%;
  max-width: 2560px;
  min-height: 6.4rem;
  overflow: hidden;
  padding-bottom: 2.4rem;
  background: url(../images/about/about_banner_light.png) no-repeat center top;
  background-size: auto auto;
}
.about_banner .text_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 0;
  min-height: 4.8rem;
}
.about_banner .text_w {
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  /*! padding-bottom: 0.24rem; */
}
.about_banner .text_w .h4_sub {
  display: inline-block;
  font-size: 0.64rem;
  font-family: "Mier B Bold", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 0.32rem;
  background: linear-gradient(to right, #fff 0%, #fff 30%, #00ffed 100%);
  background-size: 100% 100%;
  background-position-x: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: rgba(255, 255, 255, 1);
}
.about_banner .text_w .tt_h1 {
  padding-bottom: 0.32rem;
  margin: 0 auto;
  text-align: center;
  font-family: "Mier B Bold", sans-serif;
  font-size: 0.64rem;
  font-weight: 400;
  line-height: 1;
  background: linear-gradient(to right, #fff 0%, #fff 30%, #00ffed 100%);
  background-size: 100% 100%;
  background-position-x: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: rgba(255, 255, 255, 1);
}
.about_banner .text_w .des_w {
  max-width: 800px;
  margin: 0 auto;
  padding: 0.32rem 0 0.32rem 0;
  text-align: center;

  font-family: "Mier B Book";
  font-weight: normal;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  /*   background-image: linear-gradient(to right, #FFF, violet);
  background: linear-gradient(to right, #fff 0%, #fff 30%, #00ffed 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; */
}

@media screen and (max-width: 1200px) {
  .about_banner .text_w .des_w {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
  }
}

.about_banner .img_w {
  flex: 1 1 50%;
}
@media screen and (max-width: 1200px) {
  .about_banner {
    background: transparent url(../images/about/about_banner_bg_light.png)
      no-repeat top center;
    background-size: contain;
    padding-bottom: 0.88rem;
  }
  .about_banner .text_img {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* 设置主轴为垂直方向 */
    justify-content: center;
    /* 在主轴上居中，即垂直居中 */
    justify-content: space-between;
    align-items: center;
  }
  .about_banner .text_w {
    flex: 1 1 100%;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.2;
    text-align: center;
    /*! padding: 1.6rem 0 1.6rem 0; */
  }
  .about_banner .h4_sub {
    font-size: 0.88rem;
    text-align: center;
  }
  .about_banner .img_w {
    flex: 1 1 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
  }
}
/*--------------- SCRM轮播 scrm_banner END ---------------- */

/* 顶部首图 */
.about_header_img {
}
.about_header_img img {
  border-radius: 0.24rem;
}

/*---------------图文排列 about_box START ---------------- */

.about_box {
  padding: 0 0 1.6rem 0;
}

.about_list {
  padding: 1.6rem 0;
}

@media screen and (max-width: 1200px) {
  .about_list {
    padding-top: 0.64rem;
    padding-bottom: 0.64rem;
  }
}

.about_list .img_w {
  width: auto;
  max-width: 45%;
}

.about_list .text_w {
  width: auto;
  max-width: 48%;
}

.about_list .title {
  font-family: "Mier B Book";
  font-weight: normal;
  font-size: 48px;
  line-height: 1;
  padding: 0.32rem 0 0.16rem 0;
}
.about_list .info_w {
  padding-top: 0.24rem;
  padding-bottom: 0;
  line-height: 1.8;
  font-size: 22px;
  font-family: "Mier B Book";
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .about_list .title {
    font-size: 40px;
    padding: 0.88rem 0 0.24rem 0;
  }
  .about_list .info_w {
    line-height: 1.8;
    font-size: 18px;
  }
}

.about_list .img_w img {
  border-radius: 0.24rem;
}

@media screen and (max-width: 1200px) {
  .about_list .img_w {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .about_list .text_w .info_w em {
    display: none;
  }
}

/*--------------- 图文排列 about_box END ---------------- */

/*---------------整体 控制  START ---------------- */
.open_box {
  flex: 100%;
  width: 100%;
}
.close_box {
  flex: 1%;
  width: 0%;
  display: none;
  opacity: 0;
}
.about_dialog_w {
  width: 240px;
  padding: 0.32rem 0.24rem;
  text-align: center;
  border-radius: 0.08rem;
}
.about_dialog_w h6 {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: var(--color_dark);
  padding-bottom: 0.08rem;
}
.about_dialog_w p {
  font-size: 16px;
  line-height: 1.2;
  color: var(--color_dark);
  margin: 8px auto 24px auto;
}
.about_dialog_w img {
  width: 200px;
  filter: brightness(100%);
}
/*--------------- 整体 控制  END ---------------- */
/*--------------- 左侧内容 about_page_w START ---------------- */
.about_w {
  padding: 0.32rem 0.32rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.08rem;
}
.about_w .title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.16rem 0 0.16rem 0;
}
.about_w .title_box .tt {
  font-size: 18px;
  border-left: 4px solid #00ffed;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.about_w .title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
.about_w .title_box .des .icon_w {
  font-size: 18px;
}
.about_w .title_box .font_size {
  font-size: 18px;
  color: var(--color_muted);
  margin-left: -0.16rem;
  margin-right: -0.16rem;
}
.about_w .title_box .font_size .icon_w {
  cursor: pointer;
  padding: 0.16rem;
}
.about_w .title_box .font_size .icon_w:hover {
  color: #00ffed;
}
.about_w .about_tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.16rem 0 0.16rem 0;
}
.about_w .about_tt .tt {
  font-size: 18px;
  border-left: 4px solid #00ffed;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.about_w .about_tt .des {
  font-size: 14px;
  color: var(--color_muted);
}
@media screen and (max-width: 992px) {
  .about_w .about_tt .switch_sidebar_btn {
    display: none;
  }
}
.about_company {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  line-height: 2;
  font-size: 16px;
  padding: 0.88rem 0 0.88rem;
  background: transparent url(../images/about/about_banner_bg_light.png)
    no-repeat top left;
  background-size: contain;
}
.about_company h4 {
  margin-bottom: 0.32rem;
  color: var(--color_primary);
}
.about_company h5 {
  margin-bottom: 0.16rem;
  color: var(--color_primary);
}
.about_company p {
  margin-bottom: 0.48rem;
}
.about_company .img_w {
  flex: 0 1 40%;
  padding: 0 0.64rem 0.48rem 0;
  text-align: center;
  margin: 0 auto;
}
.about_company .text_w {
  flex: 1 1;
}
@media screen and (max-width: 992px) {
  .about_company .img_w {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
    text-align: left;
    padding: 0.24rem 0;
  }
  .about_company svg {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0.32rem auto;
    text-align: center;
  }
  .about_company .text_w {
    text-align: left;
  }
}
.about_company .about_tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.88rem 0 0.16rem 0;
}
.about_company .about_tt .tt {
  font-size: 18px;
  border-left: 4px solid #00ffed;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.about_company .about_tt .des {
  font-size: 14px;
  color: var(--color_muted);
}
.advantage_w {
  padding: 1.6rem 0 0.88rem;
}
.advantage_w .tt_w {
  padding: 0.32rem 0;
  text-align: center;
  line-height: 1.2;
}
.advantage_w .tt_h1 {
  font-family: "ethnocentricregular";
  padding: 0.4rem 0 0.4rem 0;
}
@media screen and (max-width: 1200px) {
  .advantage_w .tt_h1 {
    padding: 1.6rem 0 0.4rem 0;
  }
  .advantage_w .tt_w b {
    text-align: center;
  }
  .advantage_w .tt_h1 br {
    display: none;
  }
}
.advantage_w .tt_p {
  font-size: 24px;
  line-height: 1.8;
  text-align: left;
  padding-bottom: 0.32rem;
}
.advantage_w .tt_w b {
  font-family: "ethnocentricregular";
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 50%, #00ffed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 1200px) {
  .advantage_w .tt_w b {
    text-align: left;
  }
}
.advantage_w .list_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  margin: -0.16rem;
}
.advantage_w .list_w .list_item {
  flex: 1;
  margin: 0 auto;
  color: #fff;
  min-height: 3.2rem;
  padding: 0.16rem;
  min-width: 4.2rem;
  text-align: center;
}
.advantage_w .list_w .img_w {
  flex: 30%;
}
.advantage_w .list_w .img_w img {
  border-radius: 0.16rem;
  overflow: hidden;
}
.advantage_w .list_w .text_w {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}
.advantage_w .list_w .text_w h5 {
  padding: 0.48rem 0 0.16rem 0;
  font-family: "ethnocentricregular";
  background-image: linear-gradient(to right, #fff, violet);
  background: linear-gradient(to right, #fff 0%, #fff 50%, #00ffed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.advantage_w .list_w .text_w p {
  display: block;
  max-height: 120px;
  /* 设置 p 元素的最大高度，可以根据需要调整 */
  padding: 0.08rem 0 0.88rem 0;
}
@media screen and (min-width: 0) and (max-width: 1334px) {
  .advantage_w .tt_w,
  .advantage_w .tt_h1 {
    text-align: left;
    padding: 0;
  }
  .advantage_w li {
    flex: 1 1 50%;
    margin: 0 auto;
    padding: 0.24rem 0.64rem 0 0;
    min-width: auto;
    text-align: left;
    background: transparent;
  }
  .advantage_w .list_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    min-height: 2.4rem;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .advantage_w li {
    flex: 1 1 100%;
  }
}
.team_w {
  padding: 1.6rem 0 2.4rem;
  background: transparent url(../images/about/team_bg.jpg) no-repeat top center;
  background-size: cover;
}
.team_w .tt_w {
  padding: 0.32rem 0;
  text-align: left;
  line-height: 1.2;
}
.team_w .tt_p {
  font-size: 24px;
  line-height: 1.8;
  text-align: left;
  padding-bottom: 0.32rem;
}
.team_w .text_w {
  /*! max-width: 720px; */
}

.team_w .text_w .em_dot {
  font-size: 6px;
  line-height: inherit;
  color: var(--color_primary);
}

.team_w .text_w p {
  /*! padding-top: 0.24rem; */
  /*! padding-bottom: 0.32rem; */
  line-height: 1.8;
  font-size: 22px;
  font-family: "Mier B Book";
  font-weight: normal;
}
.team_w .text_w h5 {
  font-size: 24px;
  padding-top: 0.32rem;
}
.team_w #YeeFungxDiSL {
  max-width: 100%;
  flex: 0 0 100%;
  margin: 0.16rem auto;
  text-align: center;
}
.team_w .tt_title {
  font-family: "Mier B Book";
  font-weight: normal;
  font-size: 48px;
  line-height: 1;
  padding: 0.32rem 0 0.32rem 0;
}

@media screen and (max-width: 1200px) {
  .team_w .tt_title {
    font-size: 40px;
  }
  .team_w .text_w p {
    font-size: 18px;
    margin: 24px auto;
  }
}

.box {
  width: 200px;
  height: 200px;
  background-color: #c1c1f2;
  margin: 200px auto;
  opacity: 1;
}

.circle {
  width: 100px;
  height: 100px;
  background-color: #e79393;
  border-radius: 50%;
  margin: 200px auto;
  transform: scale(0.5);
}

#YeeFungxDiSL {
}

.scroll-trigger-pin__windmill-wrap {
  height: 6rem;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.scroll-trigger-pin__windmill {
  visibility: hidden;
  position: relative;
  z-index: 1;
}
.scroll-trigger-pin__windmill-svg {
  margin-left: auto;
  margin-right: auto;
  max-width: 4.8rem;
  text-align: center;
  height: auto;
}

.scroll-trigger-pin__content {
  padding-top: 0;
}
.scroll-trigger-pin__progress {
  width: 64px;
  height: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.scroll-trigger-pin__progress svg {
  /*! width:3.875rem; */
}
.scroll-trigger-size {
  overflow: hidden;
}

.heading-s {
  font-size: 14px;
}
.heading-r,
.heading-s {
  font-weight: 600;
  line-height: 1;
}
.scroll-trigger-pin__marker--start {
  top: 0;
  transform: translateY(-100%);
}
.scroll-trigger-pin__marker {
  position: absolute;
  right: 0;
  text-align: center;
}

/* 定义 CSS3 动画 */
@keyframes zoom_in {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  10% {
    opacity: 0.8;
    transform: translate3d(0, 0px, 0) rotate(10deg) scale(0.7);
  }
  35% {
    opacity: 0.5;
    transform: translate3d(0, 0px, 0) rotate(30deg) scale(0.4);
  }
  50% {
    opacity: 0.8;
    transform: translate3d(0, 0, 0) rotate(360deg) scale(0);
  }
  80% {
    opacity: 0.6;
    transform: translate3d(0, 0, 0) rotate(720deg) scale(1);
  }
  90% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(3600deg) scale(2);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(3600deg) scale(1);
  }
}
/* 添加动画类 */
.animate_svg {
  opacity: 1;
  -webkit-transition: all 1s 0.1s;
  -webkit-transition-delay: ease;
  transition: all 1s 0.1s ease;
  animation: dropAndBounce 1s forwards; /* 动画持续时间为 1s，forwards 表示动画结束后保持最后一帧状态 */
}

#demo {
  font-size: 32px;
  top: 64px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  background-color: #ffcd00;
  text-align: center;
  margin: 200px auto;
}

#demo_b {
  width: 200px;
  height: 200px;
  background-color: red;
  margin: 200px auto;
  position: relative;
  z-index: 1;
}

.demo_video {
  width: 40%;
  height: auto;
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-height: 100vh; /* 限制视频最大高度为视口高度 */
}
