@charset "UTF-8";
.Home {
  background: linear-gradient(88deg, #FFF 0.36%, #4ABAFF 98.72%); }
  .Home__header {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 80px;
    background: #3F3E3E;
    border-radius: 0px 0px 0px 0px; }
    .Home__header .Home__logo {
      position: absolute;
      left: 250px; }
      .Home__header .Home__logo:before {
        display: block;
        content: " ";
        overflow: hidden;
        width: 175.7px;
        height: 50px;
        background: url(//static.huna.live/h5/logo.94f3623c06.webp) no-repeat center/100%; }
  .Home__title {
    width: 680px;
    color: #00417A;
    text-align: center;
    font-weight: 700;
    margin: 30px auto 9px; }
    .Home__title p {
      font-size: 32px;
      margin-bottom: 20px; }
    .Home__title__content {
      font-size: 20px; }
  .Home__features {
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    width: 1024px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 15px;
    padding: 30px 58px;
    margin-bottom: 63px; }
    .Home__features .Home__CardP {
      width: 440px;
      color: #00417A;
      margin-bottom: 12px; }
    .Home__features .Home__CardTitle {
      font-size: 14px;
      font-weight: 700; }
    .Home__features .Home__featuresbtn {
      display: flex;
      align-items: center;
      gap: 7.4px;
      margin-top: 12px; }
      .Home__features .Home__featuresbtn .Home__featureBtn {
        width: 100px;
        height: 32px;
        cursor: pointer;
        transition: transform 0.2s ease;
        border: none;
        background: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .Home__features .Home__featuresbtn .Home__featureBtn img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
        .Home__features .Home__featuresbtn .Home__featureBtn:hover {
          transform: scale(1.05); }
    .Home__features .Home__CardTop {
      display: flex;
      margin-bottom: 20px;
      /* 设置下边距为20px */ }
      .Home__features .Home__CardTop .Home__CardTopA {
        margin-right: 10px; }
    .Home__features .Home__CardTitleH1 {
      width: 480px;
      color: #00417A;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .Home__features .Home__CardContent {
      font-size: 13px;
      font-weight: 400;
      line-height: 16px; }
    .Home__features .Home__featurePic {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 512px;
      height: 400px; }
      .Home__features .Home__featurePic img {
        width: 100%;
        height: 100%; }
  .Home__block {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Home__block-box .Home__block_title {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .Home__block-box .Home__block_title .Home__block_title_left {
        color: #000; }
        .Home__block-box .Home__block_title .Home__block_title_left h3 {
          font-size: 20px;
          font-weight: 900;
          margin: 0; }
        .Home__block-box .Home__block_title .Home__block_title_left p {
          font-size: 16px;
          font-weight: 700; }
      .Home__block-box .Home__block_title .Home__block_title_right img {
        width: 125px;
        height: 40px; }
      .Home__block-box .Home__block_title .Home__block_title_right:hover {
        transform: scale(1.05); }
    .Home__block-box .Home__CardB {
      width: 600px;
      color: #000;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      margin-bottom: 20px; }
    .Home__block-box .Home__CardTitle {
      font-size: 14px;
      font-weight: 700; }
    .Home__block .Home__CardContent {
      line-height: 20px; }
  .Home__phoneMockup {
    width: 270px;
    height: 547px;
    margin-right: 113px; }
    .Home__phoneMockup .carousel {
      width: 270px;
      height: 547px; }
  .Home__footer {
    max-width: 1200px;
    margin: 125px auto 0;
    width: 760px; }
  .Home__footerBar {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Home__footerBar a {
      color: #101010; }
  .Home__companyInfo {
    margin-top: 25px;
    padding-bottom: 83px;
    text-align: center;
    color: #000;
    font-size: 14px;
    opacity: 0.4;
    font-weight: 700; }
  .Home__contact {
    position: relative; }
  .Home__contactWrap {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -100%);
    border-radius: 12px;
    background: #2b2b2b;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
    color: #c7c7d3;
    white-space: nowrap; }

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .carousel__slides {
    display: flex;
    transition: transform 0.5s ease-in-out; }
  .carousel__slide {
    min-width: 100%; }
    .carousel__slide img {
      width: 100%;
      height: auto; }
  .carousel__dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex; }
    .carousel__dots .carousel__dot {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      cursor: pointer; }
      .carousel__dots .carousel__dot.active {
        background-color: white; }

@charset "UTF-8";
.HomeHuna {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #F9F6FF; }
  .HomeHuna__header {
    background: linear-gradient(145deg, #22C3CF, #48D5EA);
    /* 渐变色背景 */
    padding: 20px 30px;
    position: relative;
    color: white;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px; }
    .HomeHuna__header .HomeHuna__logo {
      position: absolute;
      top: 20px;
      left: 30px;
      display: flex;
      align-items: center; }
      .HomeHuna__header .HomeHuna__logo .HomeHuna__logoImg {
        background: url(//static.huna.live/h5/logo_huna.47204a77bb.png) no-repeat center center;
        background-size: contain;
        width: 70px;
        height: 70px;
        margin-right: 10px;
        border-radius: 60%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        /* 添加过渡动画 */ }
      .HomeHuna__header .HomeHuna__logo .HomeHuna__logoImg:hover {
        transform: scale(1.2);
        /* 放大效果 */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        /* 添加阴影 */ }
      .HomeHuna__header .HomeHuna__logo .HomeHuna__logoText {
        font-size: 36px;
        font-weight: bold;
        letter-spacing: 3px;
        color: white; }
    .HomeHuna__header .HomeHuna__welcomeText {
      text-align: center;
      margin-bottom: 30px; }
      .HomeHuna__header .HomeHuna__welcomeText h1 {
        font-size: 40px;
        color: #fff7f5; }
      .HomeHuna__header .HomeHuna__welcomeText .HomeHuna__slogan {
        font-size: 24px;
        color: #fff7f5; }
      .HomeHuna__header .HomeHuna__welcomeText .HomeHuna__desc {
        font-size: 16px;
        color: #808080;
        text-align: left; }
  .HomeHuna__whiteSeparator {
    background-color: #b3dde8;
    /* 白色背景 */
    height: 2px;
    /* 设置白色区域的高度 */ }
  .HomeHuna__main {
    background: linear-gradient(145deg, #48D5EA, #22C3CF);
    /* 渐变色背景 */
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 0px;
    /* 微调距离，使得header和main之间更加融合 */ }
    .HomeHuna__main .HomeHuna__downloadButtons {
      display: flex;
      justify-content: center;
      gap: 20px;
      width: 100%;
      /* 使按钮水平居中 */ }
      .HomeHuna__main .HomeHuna__downloadButtons .HomeHuna__downloadBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        height: 60px;
        background: #fff;
        border-radius: 12px;
        font-size: 18px;
        color: #26292d;
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s; }
        .HomeHuna__main .HomeHuna__downloadButtons .HomeHuna__downloadBtn:hover {
          transform: translateY(-5px);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
        .HomeHuna__main .HomeHuna__downloadButtons .HomeHuna__downloadBtn .HomeHuna__downloadIcon {
          margin-right: 10px;
          width: 25px;
          height: 25px; }
    .HomeHuna__main .HomeHuna__appWrapper {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 30px; }
    .HomeHuna__main .HomeHuna__app {
      width: 1083px;
      height: 800px;
      background: url(//static.huna.live/h5/1.520c73da50.png) no-repeat center center/contain;
      border-radius: 20px;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2); }
  .HomeHuna__footer {
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    color: #999; }
    .HomeHuna__footer .HomeHuna__footerLinks {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: 20px; }
      .HomeHuna__footer .HomeHuna__footerLinks a {
        color: #666;
        text-decoration: none;
        font-weight: bold; }
        .HomeHuna__footer .HomeHuna__footerLinks a:hover {
          color: #FF4A63; }
    .HomeHuna__footer .HomeHuna__contact {
      position: relative;
      cursor: pointer; }
      .HomeHuna__footer .HomeHuna__contact .HomeHuna__contactDetails {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: white;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        font-size: 14px;
        display: none; }
      .HomeHuna__footer .HomeHuna__contact:hover .HomeHuna__contactDetails {
        display: block; }
    .HomeHuna__footer .HomeHuna__companyInfo {
      font-size: 14px;
      color: #999; }


/*# sourceMappingURL=http://static.huna.live/h5/page-HomeX.547c680172.css.map*/